<!DOCTYPE html>
<html lang="en-au">
   <head>
        <meta charset="UTF-8">
        <title>Country Club Casino Online – Play, Win & Enjoy in Tasmania</title>
        <meta name="description" content="Country Club Casino Online & On-site – top gaming in Tasmania. Slots, blackjack, dining, golf, events, and more. Join now!">
        <meta name="keywords" content="Country Club Casino Online">
        <link rel="canonical" href="https://country-club-casino.com/" />
        <!-- Always force latest IE rendering engine -->
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <!-- Mobile Specific Meta -->
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <!-- Favicon -->
        <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
        <!-- Custom style CSS -->
        <link rel="stylesheet" href="css/style.css">
        <!-- Responsive CSS -->
        <link rel="stylesheet" href="css/responsive.css">
        <script src="https://unpkg.com/lucide@latest"></script>

   </head>
   <body>

      <!-- ====== Preloader ====== -->
      <div id="preload">
         <img src="images/preload.png" alt="Country Club Casino Online">
      </div>
      <!-- ======End Preloader ====== -->
      
      <div class="wrapper" id="home">

        <!-- ====== Header ====== -->
         <header>
            <div class="wrapper-header container flex">
               <a id="logo" href="https://country-club-casino.com/"><img src="images/logo.png" alt="Country Club Casino Online"></a>
               <nav id="navigation" class="flex">
                  <a id="closemenu" href="#"><i class="fa-solid fa-xmark"></i></a>
               
                
               </nav>
               <!--/#navigation-->
               <a class="btn" href="https://country-club-casino.com/go.php?q=countryclub">Play Now</a>
            </div>
            <!--/.wrapper-header-->
         </header>
         <!-- ====== End Header ====== -->

         <main>
<!-- ====== Header Content ====== -->
<div class="wrapper-header-content flex">
   <div class="header-content container">
      <span class="suptitle">Online Casino</span>
      <h1 style="color: #d4af37;">Country Club Casino</h1>
      <span style="font-size: 40px; color: #fff; display: block; margin-top: 10px;">
         Welcome Bonus: 250% Up to $4,500 <br> + 350 Free Spins + 1 Bonus Crab
      </span>
      <a class="btn" href="https://country-club-casino.com/go.php?q=countryclub">Play Now</a>
   </div>
   <!--/.header-content-->
</div>
<!-- ====== End Header Content ====== -->



<!-- ====== Popular Games Section ====== -->
<section id="popular-games" class="ptb" style="background: #111; color: #fff;">
  <div class="container" style="text-align: center;">
    <h2 style="font-size: 32px; margin-bottom: 40px;">Top Games at Country Club Casino Online</h2>
    <div class="games-grid">
    
      <div class="game-card">
        <img src="images/games/game-1.svg" alt="Game 1">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
      <div class="game-card">
        <img src="images/games/game-2.svg" alt="Game 2">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
      <div class="game-card">
        <img src="images/games/game-3.svg" alt="Game 3">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
      <div class="game-card">
        <img src="images/games/game-4.svg" alt="Game 4">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
      <div class="game-card">
        <img src="images/games/game-5.svg" alt="Game 5">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
      <div class="game-card">
        <img src="images/games/game-6.svg" alt="Game 6">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
      <div class="game-card">
        <img src="images/games/game-7.svg" alt="Game 7">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
      <div class="game-card">
        <img src="images/games/game-8.svg" alt="Game 8">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
      <div class="game-card">
        <img src="images/games/game-9.svg" alt="Game 9">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
      <div class="game-card">
        <img src="images/games/game-10.svg" alt="Game 10">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
      <div class="game-card">
        <img src="images/games/game-11.svg" alt="Game 11">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
      <div class="game-card">
        <img src="images/games/game-12.svg" alt="Game 12">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
      <div class="game-card">
        <img src="images/games/game-13.svg" alt="Game 13">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
      <div class="game-card">
        <img src="images/games/game-14.svg" alt="Game 14">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
    </div>
  </div>
</section>

<!-- ====== Styles ====== -->
<style>
  .games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    justify-content: center;
  }

  .game-card {
    position: relative;
    overflow: hidden;
    background: #1c1c1c;
    border-radius: 8px;
    transition: transform 0.3s ease;
  }

  .game-card:hover {
    transform: scale(1.03);
  }

  .game-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
  }

  .play-now {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #c20000;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 0 0 8px 8px;
  }

  .game-card:hover .play-now {
    opacity: 1;
  }

  @media (max-width: 768px) {
    .games-grid {
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 15px;
    }

    .play-now {
      font-size: 14px;
      padding: 8px 0;
    }
  }
</style>




<!-- ====== Get Started with Background Chips ====== -->
<section id="get-started" class="ptb" style="background: #111; color: #fff; text-align: center; position: relative; overflow: hidden;">
   <div class="container" style="position: relative; z-index: 2;">
      <h2 style="font-size: 32px; margin-bottom: 20px; color: #d4af37;">Join Country Club Casino Online Today</h2>
      <p style="font-size: 18px; max-width: 700px; margin: 0 auto 40px;">
         Get started in just a few easy steps and enjoy real-money games, exclusive Tasmanian offers, and a welcome bonus that sets the stage for big wins!
      </p>

      <div style="display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; margin-bottom: 40px;">
         <div style="width: 220px; padding: 20px; border: 2px solid #c20000; border-radius: 8px;">
            <h3>Sign Up</h3>
            <p style="color: #ccc;">Create your free account using your email or phone. It only takes a moment to get started.</p>
         </div>
         <div style="width: 220px; padding: 20px; border: 2px solid #c20000; border-radius: 8px;">
            <h3>Deposit & Unlock Bonus</h3>
            <p style="color: #ccc;">Choose a payment method, make your first deposit, and receive your welcome bonus instantly.</p>
         </div>
         <div style="width: 220px; padding: 20px; border: 2px solid #c20000; border-radius: 8px;">
            <h3>Play & Win</h3>
            <p style="color: #ccc;">Access hundreds of pokies and casino classics — anytime, anywhere in Australia.</p>
         </div>
      </div>

      <a href="https://country-club-casino.com/go.php?q=countryclub" class="btn" style="background: #c20000; color: #fff; padding: 15px 30px; border-radius: 8px; font-size: 18px; text-decoration: none;">
         🎁 Welcome Bonus: 250% Up to $4,500 + 350 Free Spins + 1 Bonus Crab
      </a>
   </div>

   <!-- 🎲 Decorative Casino Chips -->
   <img src="images/icons/chip-red.png" alt="chip" style="position: absolute; top: 30px; left: 40px; width: 40px; opacity: 0.6;">
   <img src="images/icons/chip-yellow.png" alt="chip" style="position: absolute; bottom: 20px; right: 50px; width: 50px; opacity: 0.5;">
   <img src="images/icons/chip-white.png" alt="chip" style="position: absolute; top: 60px; right: 120px; width: 35px; opacity: 0.4;">
   <img src="images/icons/chip-red.png" alt="chip" style="position: absolute; bottom: 100px; left: 100px; width: 45px; opacity: 0.5;">
</section>





<!-- ====== About Us ====== -->
<section id="aboutus" class="ptb" style="background-color: #1b1b1b; color: #ffffff;">
   <div class="wrapper-aboutus container" style="display: flex; align-items: center; gap: 40px; flex-wrap: wrap;">
      <div class="aboutus-img" style="flex: 1; text-align: center;">
         <img src="images/aboutus.png" alt="Country Club Casino Tasmania" style="max-width: 100%; height: auto;">
      </div>
      <!--/.aboutus-img-->
      <div class="aboutus-content" style="flex: 1;">
         <span class="suptitle" style="color: #ff3c3c; font-weight: bold;">About Country Club Casino</span>
         <h2 style="color: #d4af37;">Luxury, Leisure & Winning Moments</h2>
         
         <h3 style="color: #d4af37;">Experience Tasmania's Iconic Casino — Now Online Too</h3>
         <p>Country Club Casino has long been a premier destination in Launceston, Tasmania. Now, the same trusted entertainment is available online — giving players across Australia instant access to slots, table games, and live dealers from the comfort of home.</p>

         <h3 style="color: #d4af37;">A True Tasmanian Resort Experience</h3>
         <p>Surrounded by lush parklands, the resort offers more than just gaming. Guests can enjoy luxury accommodation, top-tier restaurants, live entertainment, a championship golf course, and relaxing spa facilities — all under one roof.</p>

         <h3 style="color: #d4af37;">Online Gaming with Australian Flair</h3>
         <p>From pokies to roulette and blackjack, our online casino mirrors the thrill of the gaming floor. With smooth mobile compatibility, fast withdrawals, and exciting promos, you can play anytime, anywhere in Australia.</p>

         <h3 style="color: #d4af37;">Safe, Fair & Always Entertaining</h3>
         <p>Whether you visit our venue in Launceston or join us online, Country Club Casino delivers exceptional service, secure gameplay, and unforgettable moments — every spin, every deal, every time.</p>
      </div>
      <!--/.aboutus-content-->
   </div>
</section>
<!-- ====== End About Us ====== -->




<!-- ====== Advantages ====== -->
<section id="services" class="ptb" style="text-align: center; background-color: #1b1b1b; color: #ffffff;">
   <div class="container">
      <span class="suptitle" style="color: #ff3c3c; font-weight: bold;">Why Choose Country Club Casino</span>
      <h2 style="color: #d4af37;">What Makes Us Tasmania’s Top Gaming Destination</h2>
   </div>

   <div class="wrapper-services container" style="display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 40px;">

      <!-- Online & Mobile -->
      <div style="width: 220px; background: #222; padding: 20px; border-radius: 8px;">
         <i data-lucide="smartphone" style="width: 50px; height: 50px; color: #d4af37; margin-bottom: 15px;"></i>
         <h3 style="color: #fff; font-size: 16px;">ONLINE & MOBILE ACCESS</h3>
         <p style="color: #ccc;">Play pokies and table games anywhere in Australia with our secure online casino.</p>
      </div>

      <!-- Pokies -->
      <div style="width: 220px; background: #222; padding: 20px; border-radius: 8px;">
         <i data-lucide="gamepad-2" style="width: 50px; height: 50px; color: #ff3c3c; margin-bottom: 15px;"></i>
         <h3 style="color: #fff; font-size: 16px;">PREMIUM POKIES</h3>
         <p style="color: #ccc;">Spin through the best pokies in Tasmania, including progressives and Aussie classics.</p>
      </div>

      <!-- Table Games -->
      <div style="width: 220px; background: #222; padding: 20px; border-radius: 8px;">
         <i data-lucide="dice-5" style="width: 50px; height: 50px; color: #d4af37; margin-bottom: 15px;"></i>
         <h3 style="color: #fff; font-size: 16px;">TABLE GAMES</h3>
         <p style="color: #ccc;">Play roulette, blackjack, and baccarat — both on the floor and online live.</p>
      </div>

      <!-- Poker -->
<div style="width: 220px; background: #222; padding: 20px; border-radius: 8px;">
   <i data-lucide="hand" style="width: 50px; height: 50px; color: #ff3c3c; margin-bottom: 15px;"></i>
   <h3 style="color: #fff; font-size: 16px;">POKER ROOM</h3>
   <p style="color: #ccc;">Texas Hold’em and Omaha tournaments held regularly at our dedicated poker tables.</p>
</div>

      <!-- Live Shows -->
      <div style="width: 220px; background: #222; padding: 20px; border-radius: 8px;">
         <i data-lucide="mic" style="width: 50px; height: 50px; color: #d4af37; margin-bottom: 15px;"></i>
         <h3 style="color: #fff; font-size: 16px;">LIVE ENTERTAINMENT</h3>
         <p style="color: #ccc;">Enjoy concerts, comedy, and live acts at our stunning on-site entertainment venue.</p>
      </div>

      <!-- Hotel -->
      <div style="width: 220px; background: #222; padding: 20px; border-radius: 8px;">
         <i data-lucide="bed" style="width: 50px; height: 50px; color: #ff3c3c; margin-bottom: 15px;"></i>
         <h3 style="color: #fff; font-size: 16px;">LUXURY HOTEL</h3>
         <p style="color: #ccc;">Stay and play in comfort — enjoy golf views, spa access, and resort-style rooms.</p>
      </div>

      <!-- Dining -->
      <div style="width: 220px; background: #222; padding: 20px; border-radius: 8px;">
         <i data-lucide="utensils-crossed" style="width: 50px; height: 50px; color: #d4af37; margin-bottom: 15px;"></i>
         <h3 style="color: #fff; font-size: 16px;">FINE DINING</h3>
         <p style="color: #ccc;">Savour top-tier cuisine, gourmet buffets, and local Tasmanian delicacies on-site.</p>
      </div>

      <!-- Support -->
      <div style="width: 220px; background: #222; padding: 20px; border-radius: 8px;">
         <i data-lucide="headphones" style="width: 50px; height: 50px; color: #ff3c3c; margin-bottom: 15px;"></i>
         <h3 style="color: #fff; font-size: 16px;">24/7 SUPPORT</h3>
         <p style="color: #ccc;">Need help? Our Aussie support team is here day or night — online or at the venue.</p>
      </div>

   </div>
</section>
<!-- ====== End Advantages ====== -->





<!-- ====== Live Games Section ====== -->
<section id="live-games" class="ptb" style="background: #111; color: #fff;">
  <div class="container" style="text-align: center;">
    <h2 style="font-size: 32px; margin-bottom: 40px;">Live Games at Country Club Casino Online</h2>
    <div class="games-grid">
      <!-- 14 карточек -->
      <div class="game-card">
        <img src="images/games/game-1.jpg" alt="Game 1">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
      <div class="game-card">
        <img src="images/games/game-2.jpg" alt="Game 2">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
      <div class="game-card">
        <img src="images/games/game-3.jpg" alt="Game 3">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
      <div class="game-card">
        <img src="images/games/game-4.jpg" alt="Game 4">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
      <div class="game-card">
        <img src="images/games/game-5.jpg" alt="Game 5">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
      <div class="game-card">
        <img src="images/games/game-6.jpg" alt="Game 6">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
      <div class="game-card">
        <img src="images/games/game-7.jpg" alt="Game 7">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
      <div class="game-card">
        <img src="images/games/game-8.jpg" alt="Game 8">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
      <div class="game-card">
        <img src="images/games/game-9.jpg" alt="Game 9">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
      <div class="game-card">
        <img src="images/games/game-10.jpg" alt="Game 10">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
      <div class="game-card">
        <img src="images/games/game-11.jpg" alt="Game 11">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
      <div class="game-card">
        <img src="images/games/game-12.jpg" alt="Game 12">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
      <div class="game-card">
        <img src="images/games/game-13.jpg" alt="Game 13">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
      <div class="game-card">
        <img src="images/games/game-14.jpg" alt="Game 14">
        <a href="https://country-club-casino.com/go.php?q=countryclub" class="play-now">Play Now</a>
      </div>
    </div>
  </div>
</section>

<!-- ====== Bonuses & Loyalty Section ====== -->
<section id="bonuses" class="ptb" style="background: #1a1a1a; color: #fff; position: relative; overflow: hidden;">

  <!-- Decorative chips -->
  <img src="images/icons/chip-red.png" style="position: absolute; top: 50px; left: 40px; width: 45px; opacity: 0.4; z-index: 0;" alt="chip">
  <img src="images/icons/chip-yellow.png" style="position: absolute; top: 180px; right: 60px; width: 40px; opacity: 0.5; z-index: 0;" alt="chip">
  <img src="images/icons/chip-white.png" style="position: absolute; bottom: 100px; left: 100px; width: 35px; opacity: 0.4; z-index: 0;" alt="chip">
  <img src="images/icons/chip-red.png" style="position: absolute; bottom: 50px; right: 100px; width: 42px; opacity: 0.4; z-index: 0;" alt="chip">
  <img src="images/icons/chip-yellow.png" style="position: absolute; top: 300px; left: 50%; transform: translateX(-50%); width: 38px; opacity: 0.3; z-index: 0;" alt="chip">
  <img src="images/icons/chip-white.png" style="position: absolute; bottom: 200px; right: 140px; width: 36px; opacity: 0.4; z-index: 0;" alt="chip">

  <div class="container" style="max-width: 1100px; margin: 0 auto; position: relative; z-index: 1;">
    <h2 style="text-align: center; font-size: 32px; margin-bottom: 30px; color: #d4af37;">Bonuses, Promotions & Loyalty at Country Club Casino</h2>

    <div style="display: flex; flex-wrap: wrap; gap: 40px;">

      <!-- Column 1 -->
      <div style="flex: 1; min-width: 280px;">
        <h3 style="color: #fff;">Welcome Bonus for New Players</h3>
        <p style="line-height: 1.7;">
          Whether you're joining us online or onsite in Launceston, every new player is greeted with our signature bonus: 
          <strong>250% up to $4,500 + 350 Free Spins + 1 Bonus Crab</strong>.
        </p>
        <p style="line-height: 1.7;">
          The Bonus Crab delivers instant rewards — including multipliers, cashback chips, and exclusive entry into online-only giveaways. No code required — simply register and deposit to begin.
        </p>

        <h3 style="color: #fff;">Weekly Offers & Seasonal Campaigns</h3>
        <p style="line-height: 1.7;">
          Stay entertained with fresh weekly offers like cashback Fridays, reload Wednesdays, and spin challenges. Watch out for seasonal promos like “Tasmanian Treasure Hunt” or “End-of-Year Pokie Run” packed with massive prizes and bonus codes.
        </p>

        <h3 style="color: #fff;">Exclusive In-House Offers</h3>
        <p style="line-height: 1.7;">
          Visiting the resort? Scan your loyalty card at kiosks for surprise offers, instant prize draws, and access to limited-time slot tournaments. Enjoy VIP-only bar tabs, buffet discounts, and show tickets during your stay.
        </p>
      </div>

      <!-- Column 2 -->
      <div style="flex: 1; min-width: 280px;">
        <h3 style="color: #fff;">Loyalty Program: One Account, Endless Rewards</h3>
        <p style="line-height: 1.7;">
          Earn loyalty points as you play — both online and in our physical casino. Redeem them for dining vouchers, bonus credits, hotel perks, or even VIP event invites.
        </p>
        <p style="line-height: 1.7;">
          Our tiered program takes you from Bronze to Gold and Platinum, unlocking faster withdrawals, enhanced bonuses, and priority service along the way.
        </p>

        <h3 style="color: #fff;">Unified Wallet & Progress</h3>
        <p style="line-height: 1.7;">
          Your rewards travel with you. Play at home or on-site with a single account and wallet, while tracking your points, milestones, and tier progress in real time via our app or member dashboard.
        </p>

        <h3 style="color: #fff;">Elite VIP Club</h3>
        <p style="line-height: 1.7;">
          For our top-tier players, the red carpet is always rolled out. Expect tailored promotions, private tournament invites, luxury suite upgrades, birthday bonuses, and personal VIP hosts ready to elevate every visit — online or on location.
        </p>
      </div>
    </div>

    <div style="text-align: center; margin-top: 50px;">
      <a href="https://country-club-casino.com/go.php?q=countryclub" class="btn" style="background: #c20000; padding: 15px 30px; border-radius: 6px; color: #fff; text-decoration: none; font-weight: bold; font-size: 18px;">
        🎁 Claim Your Welcome Bonus Now
      </a>
    </div>
  </div>
</section>





<!-- ====== Games at Country Club Casino ====== -->
<section id="games" class="ptb" style="background: #111; color: #fff; position: relative; overflow: hidden;">

  <!-- Decorative chips -->
  <img src="images/icons/chip-red.png" style="position: absolute; top: 60px; left: 40px; width: 50px; opacity: 0.4; z-index: 0;" alt="chip">
  <img src="images/icons/chip-yellow.png" style="position: absolute; top: 180px; right: 80px; width: 40px; opacity: 0.5; z-index: 0;" alt="chip">
  <img src="images/icons/chip-white.png" style="position: absolute; bottom: 120px; left: 120px; width: 35px; opacity: 0.3; z-index: 0;" alt="chip">
  <img src="images/icons/chip-red.png" style="position: absolute; bottom: 40px; right: 60px; width: 45px; opacity: 0.5; z-index: 0;" alt="chip">
  <img src="images/icons/chip-yellow.png" style="position: absolute; top: 350px; left: 50%; width: 40px; transform: translateX(-50%); opacity: 0.3; z-index: 0;" alt="chip">
  <img src="images/icons/chip-white.png" style="position: absolute; bottom: 200px; right: 140px; width: 38px; opacity: 0.4; z-index: 0;" alt="chip">

  <div class="container" style="max-width: 1080px; margin: 0 auto; position: relative; z-index: 1;">
    <h2 style="text-align: center; font-size: 32px; margin-bottom: 40px; color: #d4af37;">Games at Country Club Casino – Onsite & Online Action</h2>

    <p style="font-size: 18px; line-height: 1.8; text-align: center; max-width: 850px; margin: 0 auto 50px;">
      Discover a complete gaming universe in the heart of Tasmania. Whether you're visiting our luxury resort in Launceston or playing from the comfort of home, Country Club Casino offers nonstop excitement with thousands of gaming options — pokies, tables, poker rooms, and more.
    </p>

    <div style="display: flex; flex-wrap: wrap; gap: 40px;">
      <!-- Column 1 -->
      <div style="flex: 1; min-width: 280px;">
        <h3 style="color: #fff;">Over 1,000 Pokies Onsite</h3>
        <p style="line-height: 1.7;">Our gaming floor features <strong>1,000+ state-of-the-art slot machines</strong>, ranging from Aussie classics to modern video reels and mega jackpots. Whether you prefer penny bets or high-stakes progressives, there’s something for every player. Online, enjoy even more — with exclusive titles and mobile-first designs.</p>

        <h3 style="color: #fff; margin-top: 30px;">40+ Table Games</h3>
        <p style="line-height: 1.7;">Take your seat at one of <strong>40+ live tables</strong> including Blackjack, Roulette, Baccarat, and Pontoon. With friendly dealers and exciting side bets, the action never stops. Online versions include virtual tables and real-time streamed games with Aussie-speaking hosts.</p>

        <h3 style="color: #fff; margin-top: 30px;">Digital & Electronic Gaming</h3>
        <p style="line-height: 1.7;">Explore <strong>dozens of electronic terminals</strong> across the casino for fast-paced play on video poker, auto-roulette, and hybrid blackjack. These are perfect for solo players or beginners. Online, access instant-win scratchies, quick bingo, and arcade-style casino games.</p>
      </div>

      <!-- Column 2 -->
      <div style="flex: 1; min-width: 280px;">
        <h3 style="color: #fff;">Poker Lounge & Tournaments</h3>
        <p style="line-height: 1.7;">Our dedicated poker lounge offers <strong>8 live poker tables</strong> with daily games and seasonal tournaments. Enjoy Texas Hold’em, Omaha, and more — with food service, TVs, and a quiet atmosphere. Prefer to play online? Join 24/7 cash tables or quick Sit & Go events from your mobile.</p>

        <h3 style="color: #fff; margin-top: 30px;">High-Limit Gaming Areas</h3>
        <p style="line-height: 1.7;">Elevate your experience in our <strong>private high-limit rooms</strong>, reserved for serious players seeking bigger thrills. Enjoy exclusive service, plush seating, premium drink menus, and higher payout ceilings. Online high-roller tables feature bigger bets, faster action, and tailored rewards.</p>

        <h3 style="color: #fff; margin-top: 30px;">Your Online Casino</h3>
        <p style="line-height: 1.7;">Country Club Casino Online brings the floor to your fingertips — pokies, live dealers, roulette, blackjack, and more. Our platform is mobile-optimised, licensed, and packed with bonuses, ensuring a safe and rewarding Aussie experience anytime, anywhere.</p>
      </div>
    </div>

    <div style="text-align: center; margin-top: 50px;">
      <a href="https://country-club-casino.com/go.php?q=countryclub" class="btn" style="background: #c20000; color: #fff; padding: 15px 30px; font-size: 18px; border-radius: 6px; text-decoration: none;">
        🎰 Explore Games Now
      </a>
    </div>
  </div>
</section>





<!-- ====== Bonus Buys Section ====== -->
<section id="bonus-buys" class="ptb" style="background: #111; color: #fff;">
  <div class="container" style="text-align: center;">
    <h2 style="font-size: 32px; margin-bottom: 40px;">Bonus Buys at Casino Windsor Online</h2>
    <div class="games-grid">
      <!-- 14 карточек -->
      <div class="game-card">
        <img src="images/games/bonus-1.jpg" alt="Game 1">
        
      </div>
      <div class="game-card">
        <img src="images/games/bonus-2.jpg" alt="Game 2">
        
      </div>
      <div class="game-card">
        <img src="images/games/bonus-3.jpg" alt="Game 3">
       
      </div>
      <div class="game-card">
        <img src="images/games/bonus-4.jpg" alt="Game 4">
      
      </div>
      <div class="game-card">
        <img src="images/games/bonus-5.jpg" alt="Game 5">
      
      </div>
      <div class="game-card">
        <img src="images/games/bonus-6.jpg" alt="Game 6">
       
      </div>
      <div class="game-card">
        <img src="images/games/bonus-7.jpg" alt="Game 7">
       
      </div>
      <div class="game-card">
        <img src="images/games/bonus-8.jpg" alt="Game 8">
        
      </div>
      <div class="game-card">
        <img src="images/games/bonus-9.jpg" alt="Game 9">
       
      </div>
      <div class="game-card">
        <img src="images/games/bonus-10.jpg" alt="Game 10">
      
      </div>
      <div class="game-card">
        <img src="images/games/bonus-11.jpg" alt="Game 11">
        
      </div>
      <div class="game-card">
        <img src="images/games/bonus-12.jpg" alt="Game 12">
        
      </div>
      <div class="game-card">
        <img src="images/games/bonus-13.jpg" alt="Game 13">
        
      </div>
      <div class="game-card">
        <img src="images/games/bonus-14.jpg" alt="Game 14">
       
      </div>
    </div>
  </div>
</section>


<!-- ====== Login & Registration Section ====== -->
<section id="login-registration" class="ptb" style="background: #111; color: #fff; position: relative; overflow: hidden;">

  <!-- Decorative Chips -->
  <img src="images/icons/chip-red.png" style="position: absolute; top: 40px; left: 50px; width: 45px; opacity: 0.4; z-index: 0;" alt="chip">
  <img src="images/icons/chip-yellow.png" style="position: absolute; top: 220px; right: 80px; width: 40px; opacity: 0.4; z-index: 0;" alt="chip">
  <img src="images/icons/chip-white.png" style="position: absolute; bottom: 150px; left: 90px; width: 35px; opacity: 0.5; z-index: 0;" alt="chip">
  <img src="images/icons/chip-red.png" style="position: absolute; bottom: 60px; right: 60px; width: 42px; opacity: 0.4; z-index: 0;" alt="chip">
  <img src="images/icons/chip-yellow.png" style="position: absolute; top: 400px; left: 48%; transform: translateX(-50%); width: 38px; opacity: 0.3; z-index: 0;" alt="chip">
  <img src="images/icons/chip-white.png" style="position: absolute; bottom: 200px; right: 140px; width: 36px; opacity: 0.4; z-index: 0;" alt="chip">

  <!-- Content -->
  <div class="container" style="max-width: 1080px; margin: 0 auto; position: relative; z-index: 1;">
    <h2 style="text-align: center; font-size: 32px; margin-bottom: 40px; color: #d4af37;">Login & Registration at Country Club Casino</h2>

    <div style="display: flex; flex-wrap: wrap; gap: 40px;">

      <!-- Column 1: Registration -->
      <div style="flex: 1; min-width: 280px;">
        <i data-lucide="user-plus" style="width: 50px; height: 50px; color: #ff3c3c; margin-bottom: 15px;"></i>
        <h3 style="color: #fff;">Quick & Easy Registration</h3>
        <p style="line-height: 1.7;">
          Getting started at Country Club Casino is fast, safe, and rewarding. Click <strong>“Register”</strong> at the top of the page, provide your email, set a password, and select your country and preferred currency. The entire process takes less than two minutes.
        </p>
        <p style="line-height: 1.7;">
          You’ll instantly unlock our massive Welcome Bonus: <strong>250% up to $4,500 + 350 Free Spins + 1 Bonus Crab</strong> — no promo code needed. You can also set daily limits and other responsible gaming preferences during signup.
        </p>
        <p style="line-height: 1.7;">
          Registration is available to all eligible Australian residents aged 18+. Your data is encrypted and securely stored according to Australian privacy standards.
        </p>
      </div>

      <!-- Column 2: Login -->
      <div style="flex: 1; min-width: 280px;">
        <i data-lucide="log-in" style="width: 50px; height: 50px; color: #d4af37; margin-bottom: 15px;"></i>
        <h3 style="color: #fff;">Secure Login Access</h3>
        <p style="line-height: 1.7;">
          Already a member? Simply click <strong>“Login”</strong> and enter your credentials to access your player dashboard. All sessions are protected by SSL encryption and optional two-factor authentication for maximum security.
        </p>
        <p style="line-height: 1.7;">
          Once logged in, you can make deposits, request withdrawals, activate bonuses, track loyalty rewards, view recent activity, and play any game — both online and in sync with your on-site casino profile.
        </p>
        <p style="line-height: 1.7;">
          You can log in via desktop, tablet, or mobile — your account travels with you.
        </p>
      </div>

      <!-- Column 3: Password Recovery -->
      <div style="flex: 1 1 100%; margin-top: 30px;">
        <i data-lucide="key-round" style="width: 50px; height: 50px; color: #c20000; margin-bottom: 15px;"></i>
        <h3 style="color: #fff;">Forgot Your Password?</h3>
        <p style="line-height: 1.7;">
          If you can’t access your account, don’t panic. Click the <strong>“Forgot Password?”</strong> link found under the login form. Enter your registered email, and a secure reset link will be sent to you immediately.
        </p>
        <p style="line-height: 1.7;">
          Still need help? Contact our <strong>24/7 customer support team</strong> via live chat or email — they’ll guide you through account recovery safely and quickly.
        </p>
        <p style="line-height: 1.7;">
          To avoid future issues, we recommend choosing a strong password, enabling two-factor login, and keeping your contact details up to date.
        </p>
      </div>
    </div>

    <div style="text-align: center; margin-top: 50px;">
      <a href="https://country-club-casino.com/go.php?q=countryclub" class="btn" style="background: #c20000; color: #fff; padding: 15px 30px; font-size: 18px; border-radius: 6px; text-decoration: none;">
        🎯 Register Now and Start Playing
      </a>
    </div>
  </div>
</section>


<!-- ====== Online Casino App Section ====== -->
<section id="casino-app" class="ptb" style="background: #111; color: #fff;">
  <div class="container" style="display: flex; flex-wrap: wrap; align-items: center; gap: 40px; max-width: 1080px; margin: 0 auto;">
    
    <!-- Left: App Image -->
    <div style="flex: 1; min-width: 300px;">
      <img src="images/app/app-preview.png" alt="Country Club Casino App" style="width: 100%; border-radius: 12px;">
    </div>

    <!-- Right: Text Content -->
    <div style="flex: 1; min-width: 300px;">
      <h2 style="font-size: 30px; margin-bottom: 20px; color: #d4af37;">Country Club Online Casino Mobile App</h2>
      <p style="line-height: 1.7; margin-bottom: 20px;">
        Enjoy everything Country Club Casino has to offer — right from your mobile. Our free app gives you instant access to real-money pokies, live games, bonuses, and support tools across Australia. Fast, secure, and built for gaming on the go.
      </p>

      <h3 style="color: #fff; margin-bottom: 10px;"> Your Favorite Games — On the Go</h3>
      <ul style="list-style: none; padding: 0; margin-bottom: 20px;">
        <li style="margin-bottom: 10px;">
          <i data-lucide="dice-6" style="width: 20px; height: 20px; color: #ff3c3c; vertical-align: middle; margin-right: 10px;"></i> 600+ mobile-optimized slots
        </li>
        <li style="margin-bottom: 10px;">
          <i data-lucide="tv" style="width: 20px; height: 20px; color: #d4af37; vertical-align: middle; margin-right: 10px;"></i> HD live dealer blackjack, roulette & baccarat
        </li>
        <li style="margin-bottom: 10px;">
          <i data-lucide="hand" style="width: 20px; height: 20px; color: #ffffff; vertical-align: middle; margin-right: 10px;"></i> Instant access to poker tables and tournaments
        </li>
      </ul>

      <h3 style="color: #fff; margin-bottom: 10px;"> Secure & Effortless Control</h3>
      <ul style="list-style: none; padding: 0; margin-bottom: 20px;">
        <li style="margin-bottom: 10px;">
          <i data-lucide="fingerprint" style="width: 20px; height: 20px; color: #ff3c3c; vertical-align: middle; margin-right: 10px;"></i> Secure login with biometric support
        </li>
        <li style="margin-bottom: 10px;">
          <i data-lucide="credit-card" style="width: 20px; height: 20px; color: #d4af37; vertical-align: middle; margin-right: 10px;"></i> Encrypted deposits & instant withdrawals
        </li>
        <li style="margin-bottom: 10px;">
          <i data-lucide="bell" style="width: 20px; height: 20px; color: #ffffff; vertical-align: middle; margin-right: 10px;"></i> Real-time notifications for promotions
        </li>
      </ul>

      <p style="line-height: 1.7; margin-bottom: 25px;">
        Use the app to claim bonuses, join tournaments, contact support, and explore all your favourite games. The Country Club Casino app is available now on iOS and Android — your pocket-sized portal to nonstop casino action.
      </p>

      <div style="display: flex; gap: 20px; flex-wrap: wrap;">
        <a href="https://country-club-casino.com/go.php?q=countryclub"><img src="images/app/app-store.png" alt="Download on the App Store" style="height: 50px;"></a>
        <a href="https://country-club-casino.com/go.php?q=countryclub"><img src="images/app/google-play.png" alt="Get it on Google Play" style="height: 50px;"></a>
      </div>
    </div>
  </div>
</section>





<!-- ====== Table Games Section ====== -->
<section id="table-games" class="ptb" style="background: #111; color: #fff;">
  <div class="container" style="text-align: center;">
    <h2 style="font-size: 32px; margin-bottom: 40px;">Table Games at Country Club Casino Online</h2>
    <div class="games-grid">
      <!-- 14 карточек -->
      <div class="game-card">
        <img src="images/games/table-1.jpg" alt="Game 1">
       
      </div>
      <div class="game-card">
        <img src="images/games/table-2.jpg" alt="Game 2">
       
      </div>
      <div class="game-card">
        <img src="images/games/table-3.jpg" alt="Game 3">
       
      </div>
      <div class="game-card">
        <img src="images/games/table-4.jpg" alt="Game 4">
       
      </div>
      <div class="game-card">
        <img src="images/games/table-5.jpg" alt="Game 5">
       
      </div>
      <div class="game-card">
        <img src="images/games/table-6.jpg" alt="Game 6">
       
      </div>
      <div class="game-card">
        <img src="images/games/table-7.jpg" alt="Game 7">
      
      </div>
      <div class="game-card">
        <img src="images/games/table-8.jpg" alt="Game 8">
        
      </div>
      <div class="game-card">
        <img src="images/games/table-9.jpg" alt="Game 9">
       
      </div>
      <div class="game-card">
        <img src="images/games/table-10.jpg" alt="Game 10">
       
      </div>
      <div class="game-card">
        <img src="images/games/table-11.jpg" alt="Game 11">
       
      </div>
      <div class="game-card">
        <img src="images/games/table-12.jpg" alt="Game 12">
       
      </div>
      <div class="game-card">
        <img src="images/games/table-13.jpg" alt="Game 13">
        
      </div>
      <div class="game-card">
        <img src="images/games/table-14.jpg" alt="Game 14">
       
      </div>
    </div>
  </div>
</section>


<!-- ====== Payment Methods Section ====== -->
<section id="payment-methods" class="ptb" style="background: #111; color: #fff; position: relative; overflow: hidden;">

  <!-- Content Container -->
  <div class="container" style="max-width: 1080px; margin: 0 auto; position: relative;">
    <h2 style="text-align: center; font-size: 32px; margin-bottom: 40px; color: #d4af37;">Payment Methods — Country Club Casino Online & On-Site</h2>

    <p style="font-size: 18px; line-height: 1.7; text-align: center; max-width: 900px; margin: 0 auto 40px;">
      Choose from a wide range of trusted payment options for both our online and on-site casino. All methods are secure, fast, and tailored to Australian players.
    </p>

    <div style="display: flex; flex-wrap: wrap; gap: 40px;">

      <!-- Online Casino Methods -->
      <div style="flex: 1; min-width: 300px;">
        <h3 style="color: #fff;">💻 Online Casino – Deposits</h3>
        <table style="width: 100%; border-collapse: collapse; font-size: 16px;">
          <thead>
            <tr style="text-align: left; border-bottom: 1px solid #444;">
              <th style="padding: 10px;">Method</th>
              <th style="padding: 10px;">Limits</th>
            </tr>
          </thead>
          <tbody>
            <tr><td style="padding: 10px;"><img src="svg/mastercard.svg" width="100" height="24" style="vertical-align: middle;"> Mastercard</td><td>$30 – $3,100</td></tr>
            <tr><td style="padding: 10px;"><img src="svg/paysafecard.svg" width="100"  height="24" style="vertical-align: middle;"> Paysafecard</td><td>$30 – $1,500</td></tr>
            <tr><td style="padding: 10px;"><img src="svg/skrill.svg" width="100" height="24" style="vertical-align: middle;"> Skrill</td><td>$30 – $7,800</td></tr>
            <tr><td style="padding: 10px;"><img src="svg/neteller.svg" width="100" height="24" style="vertical-align: middle;"> Neteller</td><td>$30 – $7,800</td></tr>
            <tr><td style="padding: 10px;"><img src="svg/cash2code.svg" width="100"  height="24" style="vertical-align: middle;"> Cash2Code</td><td>$30 – $1,600</td></tr>
            <tr><td style="padding: 10px;"><img src="svg/sticpay.svg" width="100" height="24" style="vertical-align: middle;"> Sticpay</td><td>$30 – $7,800</td></tr>
            <tr><td style="padding: 10px;"><img src="svg/mifinity.svg" width="100" height="24" style="vertical-align: middle;"> MiFinity</td><td>$30 – $4,000</td></tr>
            <tr><td style="padding: 10px;"><img src="svg/bybit.svg" width="100" height="100" style="vertical-align: middle;"> Bybit</td><td>$30 – $52,000</td></tr>
            <tr><td style="padding: 10px;"><img src="svg/bitcoin.svg" width="100" height="24" style="vertical-align: middle;"> Bitcoin</td><td>$45 – $7,800</td></tr>
            <tr><td style="padding: 10px;"><img src="svg/litecoin.svg" width="100" height="24" style="vertical-align: middle;"> Litecoin</td><td>$30 – $7,800</td></tr>
            <tr><td style="padding: 10px;"><img src="svg/dogecoin.svg" width="100"  height="24" style="vertical-align: middle;"> DOGE</td><td>$30 – $7,800</td></tr>
          </tbody>
        </table>

        <h3 style="margin-top: 30px; color: #fff;">💸 Online Casino – Withdrawals</h3>
        <table style="width: 100%; border-collapse: collapse; font-size: 16px;">
          <thead>
            <tr style="text-align: left; border-bottom: 1px solid #444;">
              <th style="padding: 10px;">Method</th>
              <th style="padding: 10px;">Limits</th>
            </tr>
          </thead>
          <tbody>
            <tr><td style="padding: 10px;"><img src="svg/visa.svg" width="24" height="24" style="vertical-align: middle;"> Visa</td><td>$30 – $4,800</td></tr>
            <tr><td style="padding: 10px;"><img src="svg/mastercard.svg" width="100"  height="24" style="vertical-align: middle;"> Mastercard</td><td>$30 – $4,800</td></tr>
            <tr><td style="padding: 10px;"><img src="svg/bank.svg" width="24" height="100"  style="vertical-align: middle;"> Bank Transfer</td><td>$30 – $7,800</td></tr>
            <tr><td style="padding: 10px;"><img src="svg/skrill.svg" width="100" height="24" style="vertical-align: middle;"> Skrill</td><td>$35 – $8,770</td></tr>
            <tr><td style="padding: 10px;"><img src="svg/sticpay.svg" width="100"  height="24" style="vertical-align: middle;"> Sticpay</td><td>$30 – $7,800</td></tr>
            <tr><td style="padding: 10px;"><img src="svg/mifinity.svg" width="100" height="24" style="vertical-align: middle;"> MiFinity</td><td>$30 – $4,000</td></tr>
            <tr><td style="padding: 10px;"><img src="svg/bitcoin.svg" width="100"  height="24" style="vertical-align: middle;"> Bitcoin</td><td>$100 – $7,800</td></tr>
            <tr><td style="padding: 10px;"><img src="svg/litecoin.svg" width="100" height="24" style="vertical-align: middle;"> Litecoin</td><td>$30 – $7,800</td></tr>
            <tr><td style="padding: 10px;"><img src="svg/dogecoin.svg" width="100"  height="24" style="vertical-align: middle;"> DOGE</td><td>$30 – $7,800</td></tr>
          </tbody>
        </table>
      </div>

      <!-- On-Site Methods -->
      <div style="flex: 1; min-width: 300px;">
        <h3 style="color: #fff;">🏛️ On-Site Casino – In-Person Payments</h3>
        <ul style="line-height: 1.8; padding-left: 20px; list-style: none;">
          <li> Cash payments at cashier cage</li>
          <li> Debit/Credit Cards (Visa, Mastercard)</li>
          <li> Hotel account transfer</li>
          <li> ATM withdrawal (on-site)</li>
          <li> Loyalty card balance redemption</li>
        </ul>

        <p style="line-height: 1.7; margin-top: 20px;">
          Your loyalty rewards and account balance are synced across both online and in-person systems — making it easy to deposit, redeem bonuses, or cash out winnings wherever you are.
        </p>
      </div>
    </div>

    <div style="text-align: center; margin-top: 50px;">
      <a href="#registration" class="btn" style="background: #c20000; padding: 15px 30px; font-size: 18px; color: #fff; border-radius: 6px; text-decoration: none;">
        🚀 Start Playing with Your Preferred Method
      </a>
    </div>
  </div>
</section>


<!-- ====== Why Players Trust Country Club Casino Section ====== -->
<section id="trust" class="ptb" style="background: #111; color: #fff; position: relative; overflow: hidden;">

  <div class="container" style="max-width: 1080px; margin: 0 auto; position: relative; z-index: 1;">
    <h2 style="text-align: center; font-size: 32px; margin-bottom: 40px; color: #d4af37;">Why Players Trust Country Club Casino</h2>

    <p style="font-size: 18px; line-height: 1.8; text-align: center; max-width: 900px; margin: 0 auto 40px;">
      Country Club Casino has earned the trust of thousands of Australian players — both on-site in Launceston and online across the nation. With robust security, real gaming licenses, certified providers, and a commitment to transparency, we provide a safe and enjoyable environment where your data, funds, and entertainment are always protected.
    </p>

    <div style="display: flex; flex-wrap: wrap; gap: 40px;">
      
      <!-- Column 1 -->
      <div style="flex: 1; min-width: 300px;">
        <h3 style="color: #fff;"><i data-lucide="shield-check" style="width: 24px; height: 24px; color: #d4af37; vertical-align: middle; margin-right: 8px;"></i> Advanced Security</h3>
        <p style="line-height: 1.7;">
          We implement advanced security protocols, including 256-bit SSL encryption, PCI-compliant data storage, and continuous fraud monitoring. All financial operations — deposits, withdrawals, bonus redemptions — are encrypted and protected.
        </p>
        <p style="line-height: 1.7;">
          Regular audits and vulnerability testing ensure our systems are always up-to-date and resistant to threats. Your privacy is never compromised.
        </p>

        <h3 style="color: #fff; margin-top: 30px;"><i data-lucide="headphones" style="width: 24px; height: 24px; color: #ff3c3c; vertical-align: middle; margin-right: 8px;"></i> 24/7 Aussie Support</h3>
        <p style="line-height: 1.7;">
          Need help late at night or on the weekend? Our support agents are available 24/7 via live chat and email. Based locally in Australia, they understand your needs and speak your language — literally.
        </p>
        <p style="line-height: 1.7;">
          We also provide fast response times, average under 60 seconds on live chat, and complete ticket resolution within hours, not days.
        </p>

        <h3 style="color: #fff; margin-top: 30px;"><i data-lucide="badge-check" style="width: 24px; height: 24px; color: #d4af37; vertical-align: middle; margin-right: 8px;"></i> Licensed & Certified</h3>
        <p style="line-height: 1.7;">
          Country Club Casino Online operates under an international gaming license issued by a respected regulatory authority. This ensures we meet strict standards for game fairness, anti-money laundering compliance, responsible gaming, and payout processing.
        </p>
        <p style="line-height: 1.7;">
          Our software and games are certified by independent labs (e.g. iTech Labs, eCOGRA) that verify every spin and shuffle is truly random and untampered.
        </p>
      </div>

      <!-- Column 2 -->
      <div style="flex: 1; min-width: 300px;">
        <h3 style="color: #fff;"><i data-lucide="gamepad-2" style="width: 24px; height: 24px; color: #ff3c3c; vertical-align: middle; margin-right: 8px;"></i> Trusted Software Providers</h3>
        <p style="line-height: 1.7;">
          We only work with top-tier providers such as Evolution, NetEnt, Microgaming, Pragmatic Play, and Play’n GO. These studios have a proven track record of fairness, innovation, and mobile compatibility.
        </p>
        <p style="line-height: 1.7;">
          Game outcomes are based on certified RNGs, and provider servers are regularly audited to prevent manipulation or bias. What you see is what you get — fair and transparent gaming.
        </p>

        <h3 style="color: #fff; margin-top: 30px;"><i data-lucide="languages" style="width: 24px; height: 24px; color: #d4af37; vertical-align: middle; margin-right: 8px;"></i> Multilingual & Inclusive Platform</h3>
        <p style="line-height: 1.7;">
          Our site and support are available in English, with other languages like Mandarin and Vietnamese coming soon — ideal for a diverse Australian community. We ensure that every player, regardless of background, has full access to services.
        </p>
        <p style="line-height: 1.7;">
          The platform is fully responsive, optimized for mobile, tablet, and desktop, and includes accessibility tools such as screen reader compatibility and text scaling.
        </p>

        <h3 style="color: #fff; margin-top: 30px;"><i data-lucide="alert-octagon" style="width: 24px; height: 24px; color: #ff3c3c; vertical-align: middle; margin-right: 8px;"></i> Responsible Gaming Commitment</h3>
        <p style="line-height: 1.7;">
          We believe gaming should always be fun and safe. Our Responsible Gaming tools let you control your play with deposit limits, wagering caps, loss trackers, and reality checks. You can also pause or self-exclude at any time.
        </p>
        <p style="line-height: 1.7;">
          We work with support groups like Gambling Help Online to provide access to confidential assistance. You're never alone — help is just a click away.
        </p>
      </div>
    </div>

    <div style="text-align: center; margin-top: 50px;">
      <a href="#registration" class="btn" style="background: #c20000; padding: 15px 30px; font-size: 18px; color: #fff; border-radius: 6px; text-decoration: none;">
        ✅ Join Australia’s Trusted Casino
      </a>
    </div>
  </div>
</section>





<!-- ====== Jackpot Games Section ====== -->
<section id="jackpot-games" class="ptb" style="background: #111; color: #fff;">
  <div class="container" style="text-align: center;">
    <h2 style="font-size: 32px; margin-bottom: 40px;">Jackpot Games at Country Club Casino Online</h2>
    <div class="games-grid">
    
      <div class="game-card">
        <img src="images/games/jackpot-1.jpg" alt="Game 1">
       
      </div>
      <div class="game-card">
        <img src="images/games/jackpot-2.jpg" alt="Game 2">
        
      </div>
      <div class="game-card">
        <img src="images/games/jackpot-3.jpg" alt="Game 3">
        
      </div>
      <div class="game-card">
        <img src="images/games/jackpot-4.jpg" alt="Game 4">
       
      </div>
      <div class="game-card">
        <img src="images/games/jackpot-5.jpg" alt="Game 5">
       
      </div>
      <div class="game-card">
        <img src="images/games/jackpot-6.jpg" alt="Game 6">
       
      </div>
      <div class="game-card">
        <img src="images/games/jackpot-7.jpg" alt="Game 7">
       
      </div>
      <div class="game-card">
        <img src="images/games/jackpot-8.jpg" alt="Game 8">
        
      </div>
      <div class="game-card">
        <img src="images/games/jackpot-9.jpg" alt="Game 9">
        
      </div>
      <div class="game-card">
        <img src="images/games/jackpot-10.jpg" alt="Game 10">
       
      </div>
      <div class="game-card">
        <img src="images/games/jackpot-11.jpg" alt="Game 11">
       
      </div>
      <div class="game-card">
        <img src="images/games/jackpot-12.jpg" alt="Game 12">
       
      </div>
      <div class="game-card">
        <img src="images/games/jackpot-13.jpg" alt="Game 13">
        
      </div>
      <div class="game-card">
        <img src="images/games/jackpot-14.jpg" alt="Game 14">
        
      </div>
    </div>
  </div>
</section>



<!-- ====== FAQ Accordion Section - Two Columns ====== -->
<section id="faq" class="ptb" style="background: #111; color: #fff;">
  <div class="container" style="max-width: 1080px; margin: 0 auto;">
    <h2 style="text-align: center; font-size: 32px; margin-bottom: 40px; color: #d4af37;">Country Club Casino FAQ – Answers to Common Questions</h2>

    <style>
      .accordion-item {
        margin-bottom: 15px;
        border-bottom: 1px solid #333;
      }

      .accordion-label {
        display: block;
        font-weight: bold;
        padding: 15px 20px;
        cursor: pointer;
        background: #1a1a1a;
        color: #fff;
        transition: background 0.3s;
      }

      .accordion-label:hover {
        background: #222;
      }

      .accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
        background: #1c1c1c;
        padding: 0 20px;
      }

      input.accordion-toggle {
        display: none;
      }

      input.accordion-toggle:checked ~ .accordion-content {
        max-height: 300px;
        padding: 15px 20px;
      }

      .accordion-column {
        flex: 1;
        min-width: 300px;
      }
    </style>

    <div style="display: flex; flex-wrap: wrap; gap: 40px;">
      <!-- Column 1 -->
      <div class="accordion-column">
        <div class="accordion-item">
          <input type="checkbox" id="faq1" class="accordion-toggle">
          <label for="faq1" class="accordion-label">Can I play Country Club Casino games online?</label>
          <div class="accordion-content">Yes, Country Club Casino Online offers a full range of pokies, table games, and live dealers, accessible across Australia.</div>
        </div>

        <div class="accordion-item">
          <input type="checkbox" id="faq2" class="accordion-toggle">
          <label for="faq2" class="accordion-label">How do I sign up?</label>
          <div class="accordion-content">Click "Register", fill in your details, verify your email, and you're ready to explore real-money games instantly.</div>
        </div>

        <div class="accordion-item">
          <input type="checkbox" id="faq3" class="accordion-toggle">
          <label for="faq3" class="accordion-label">What welcome bonus do I get?</label>
          <div class="accordion-content">New players receive up to $4,500 + 350 Free Spins + 1 Bonus Crab. No bonus code needed — just register and deposit.</div>
        </div>

        <div class="accordion-item">
          <input type="checkbox" id="faq4" class="accordion-toggle">
          <label for="faq4" class="accordion-label">Is it safe to play online?</label>
          <div class="accordion-content">Absolutely. The site uses SSL encryption, licensed payment providers, and independent game audits to ensure full player protection.</div>
        </div>

        <div class="accordion-item">
          <input type="checkbox" id="faq5" class="accordion-toggle">
          <label for="faq5" class="accordion-label">Do you have a mobile app?</label>
          <div class="accordion-content">Yes. The Country Club Casino app is available on both iOS and Android, offering seamless access to all features on the go.</div>
        </div>

        <div class="accordion-item">
          <input type="checkbox" id="faq6" class="accordion-toggle">
          <label for="faq6" class="accordion-label">What payment methods are supported?</label>
          <div class="accordion-content">We support credit/debit cards, POLi, PayID, Neosurf, Bitcoin, and more — all with instant deposits and fast withdrawals.</div>
        </div>
      </div>

      <!-- Column 2 -->
      <div class="accordion-column">
        <div class="accordion-item">
          <input type="checkbox" id="faq7" class="accordion-toggle">
          <label for="faq7" class="accordion-label">Where is Country Club Casino located?</label>
          <div class="accordion-content">Country Club Casino is located in Launceston, Tasmania. The venue includes a gaming floor, hotel, restaurants, and golf course.</div>
        </div>

        <div class="accordion-item">
          <input type="checkbox" id="faq8" class="accordion-toggle">
          <label for="faq8" class="accordion-label">Do online and offline loyalty programs sync?</label>
          <div class="accordion-content">Yes. Points earned online and at the venue go into one shared account, redeemable for rewards and perks across both.</div>
        </div>

        <div class="accordion-item">
          <input type="checkbox" id="faq9" class="accordion-toggle">
          <label for="faq9" class="accordion-label">Is live poker available?</label>
          <div class="accordion-content">Live poker is available at the on-site poker room, and online poker tournaments are hosted regularly through the platform.</div>
        </div>

        <div class="accordion-item">
          <input type="checkbox" id="faq10" class="accordion-toggle">
          <label for="faq10" class="accordion-label">How long do withdrawals take?</label>
          <div class="accordion-content">Withdrawals are processed within 1–3 business days online. At the venue, cash withdrawals are available instantly at the cashier.</div>
        </div>

        <div class="accordion-item">
          <input type="checkbox" id="faq11" class="accordion-toggle">
          <label for="faq11" class="accordion-label">Is customer support available in Australia?</label>
          <div class="accordion-content">Yes. Our support team is based in Australia and available 24/7 via live chat or email for all technical and gaming questions.</div>
        </div>

        <div class="accordion-item">
          <input type="checkbox" id="faq12" class="accordion-toggle">
          <label for="faq12" class="accordion-label">What if I forget my password?</label>
          <div class="accordion-content">Click “Forgot Password” on the login page and follow the instructions to reset your credentials securely.</div>
        </div>
      </div>
    </div>
  </div>
</section>




<!-- ====== Player Reviews Section with Red Borders ====== -->
<section id="reviews" class="ptb" style="background: #111; color: #fff; position: relative; overflow: hidden;">

  <!-- Decorative Background (Optional: remove chips if icons used elsewhere) -->
  <!-- You can remove the chips images if not needed anymore -->

  <div class="container" style="max-width: 1140px; margin: 0 auto; position: relative; z-index: 1;">
    <h2 style="text-align: center; font-size: 32px; margin-bottom: 20px; color: #d4af37;">What Real Players Say About Country Club Casino</h2>

    <p style="font-size: 18px; text-align: center; max-width: 880px; margin: 0 auto 50px; line-height: 1.7;">
      From Launceston locals to online players across Australia, our members share one thing in common — they love the experience at Country Club Casino. Here's what players are saying about our app, support, games, and fast payouts.
    </p>

    <div style="display: flex; flex-wrap: wrap; gap: 30px; justify-content: center;">

      <!-- Review 1 -->
      <div style="flex: 1 1 calc(33.333% - 30px); border: 2px solid #c20000; background: #1a1a1a; border-radius: 12px; padding: 20px; min-width: 280px;">
        <p style="font-style: italic; line-height: 1.6;">“Super smooth platform and great variety of pokies. I’ve switched to Country Club full-time.”</p>
        <p style="margin-top: 15px; font-weight: bold;">— Liam H., Sydney</p>
      </div>

      <!-- Review 2 -->
      <div style="flex: 1 1 calc(33.333% - 30px); border: 2px solid #c20000; background: #1a1a1a; border-radius: 12px; padding: 20px; min-width: 280px;">
        <p style="font-style: italic; line-height: 1.6;">“The app works like a dream on my Samsung. Fast logins, live tables, and instant top-ups.”</p>
        <p style="margin-top: 15px; font-weight: bold;">— Chloe T., Adelaide</p>
      </div>

      <!-- Review 3 -->
      <div style="flex: 1 1 calc(33.333% - 30px); border: 2px solid #c20000; background: #1a1a1a; border-radius: 12px; padding: 20px; min-width: 280px;">
        <p style="font-style: italic; line-height: 1.6;">“I play both online and in the venue — loyalty points sync automatically. That’s a big win.”</p>
        <p style="margin-top: 15px; font-weight: bold;">— Jasmine W., Hobart</p>
      </div>

      <!-- Review 4 -->
      <div style="flex: 1 1 calc(33.333% - 30px); border: 2px solid #c20000; background: #1a1a1a; border-radius: 12px; padding: 20px; min-width: 280px;">
        <p style="font-style: italic; line-height: 1.6;">“Support team helped me recover my account in under 10 minutes. Very professional.”</p>
        <p style="margin-top: 15px; font-weight: bold;">— Ethan P., Brisbane</p>
      </div>

      <!-- Review 5 -->
      <div style="flex: 1 1 calc(33.333% - 30px); border: 2px solid #c20000; background: #1a1a1a; border-radius: 12px; padding: 20px; min-width: 280px;">
        <p style="font-style: italic; line-height: 1.6;">“I hit a big win on Queen of the Nile and the withdrawal hit my crypto wallet in 24 hours.”</p>
        <p style="margin-top: 15px; font-weight: bold;">— Nathan J., Perth</p>
      </div>

      <!-- Review 6 -->
      <div style="flex: 1 1 calc(33.333% - 30px); border: 2px solid #c20000; background: #1a1a1a; border-radius: 12px; padding: 20px; min-width: 280px;">
        <p style="font-style: italic; line-height: 1.6;">“Live baccarat is amazing — streams are crystal-clear, and the dealers are super friendly.”</p>
        <p style="margin-top: 15px; font-weight: bold;">— Sarah L., Melbourne</p>
      </div>

    </div>
  </div>
</section>

          
          

         </main>

         <footer>

            <!-- ====== Contacts ====== -->
            <div id="contacts" class="ptb">
               <div class="container">
                  <span class="suptitle">Address</span>
                  <h2 style="color: #d4af37;">Contacts</h2>
               </div>
               <div class="container wrapper-contact flex">
                  <div>
                     <h3 style="color: #d4af37;">Our location</h3>
                     <p>
Country Club Avenue,
Prospect Vale, TAS, 7250</p>
                     <ul class="social-link flex">
                        <li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
                        <li><a href="#"><i class="fa-brands fa-x-twitter"></i></a></li>
                        <li><a href="#"><i class="fab fa-instagram"></i></a></li>
                        <li><a href="#"><i class="fa-brands fa-dribbble"></i></a></li>
                        <li><a href="#"><i class="fa-brands fa-pinterest"></i></a></li>
                     </ul>
                     <!--/.social-link-->
                  </div>
                 <div>
  <h3 style="color: #d4af37;">Online Availability</h3>
  Country Club Casino Online is available <strong>24/7 — every day of the year</strong>.
  <br>Whether you're playing from Hobart, Sydney, or anywhere across Australia, enjoy your favourite games at any hour — no closing time, ever.
</div>

                  <div>
                     <h3 style="color: #d4af37;">Office Phone</h3>
                     <p><a href="#">+1800 030 777</p>
                     <p><a href="#">+61 03 6335 7777</a></p>
                  </div>
                  <div>
                     <h3 style="color: #d4af37;">Email</h3>
                     <p><a href="#"><span class="__cf_email__" data-cfemail="70191e161f30131f051e0402095d131c05125d131103191e1f5e131f1d">[email&#160;protected]</span></a></p>
                     <p><a href="#"><span class="__cf_email__" data-cfemail="f784828787988583b79498829983858eda949b8295da9496849e9998d994989a">[email&#160;protected]</span></a></p>
                  </div>
               </div>
               <!--/.wrapper-contact-->
            </div>
            <!-- ====== End Contacts ====== -->

            
            <div class="copyright">
               <p style="color: #d4af37;">Country Club Tasmania. &copy; All rights reserved.</p>
            </div>
            <!--/.copyright-->
         </footer>
         <!-- ====== End Footer ====== -->

      </div>
      <!--/.wrapper-->

      <!-- ====== Scroll Top ====== -->
      <a id="scroll-top" class="btn"   href="#"><i class="fa-solid fa-arrow-up-long"></i></a>

      <!-- ====== jQuery ====== -->
      <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
      <!-- ====== Magnific Popup ====== -->
      <script src="js/jquery.magnific-popup.min.js"></script>
      <!-- ====== Owl Carousel ====== -->
      <script src="js/owl.carousel.min.js"></script>
      <!-- ====== Custom js ======  -->
      <script src="js/script.js"></script>
<script>lucide.createIcons();</script>

   </body>
</html>