<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="description" content="Orca Clinic – Your gateway to smart gambling strategies, casino reviews, and bonus guides.">
  <title>Orca Clinic – Online Casino Reviews & Tips</title>
  <style>
    body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      margin: 0;
      padding: 0;
      background: #111;
      color: #f1f1f1;
    }

    header {
      background-color: #000;
      padding: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .logo img {
      height: 50px;
    }

    .menu {
      list-style: none;
      display: flex;
      gap: 20px;
      margin: 0;
      padding: 0;
    }

    .menu li a {
      color: #fff;
      text-decoration: none;
      font-weight: bold;
    }

    .menu li a:hover {
      color: #00ffc3;
    }

    #hero {
      position: relative;
      text-align: center;
    }

    .hero-img {
      width: 100%;
      height: auto;
      display: block;
    }

    .hero-text {
      position: absolute;
      top: 30%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: rgba(0, 0, 0, 0.85);
      padding: 20px;
      color: #fff;
      border-radius: 10px;
      max-width: 90%;
    }

    .hero-text h1 {
      font-size: 2.5rem;
      margin: 0;
    }

    .hero-text p {
      margin: 10px 0;
      font-size: 1.1rem;
    }

    .hero-text .btn {
      margin-top: 15px;
      display: inline-block;
      background: #00ffc3;
      color: #000;
      padding: 10px 20px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: bold;
    }

    .grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      padding: 40px 20px;
      background-color: #1a1a1a;
    }

    .card {
      background: #1c1c1c;
      border-radius: 10px;
      width: 200px;
      text-align: center;
      padding: 15px;
      box-shadow: 0 0 10px #00ffc3;
      color: #ddd;
    }

    .card img {
      width: 100%;
      border-radius: 6px;
    }

    #bonuses, #tips, #faq {
      padding: 40px 20px;
      background: #151515;
    }

    #bonuses h2, #tips h2, #faq h2, #reviews h2 {
      text-align: center;
      color: #00ffc3;
    }

    .bonus-icons {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 20px;
    }

    .bonus-icons img {
      width: 80px;
    }

    #tips ul {
      list-style: square;
      max-width: 600px;
      margin: 20px auto;
      padding-left: 20px;
    }

    footer {
      background: #000;
      padding: 20px;
      text-align: center;
      font-size: 0.9rem;
      color: #aaa;
    }

    section p, section li {
      color: #ccc;
    }
  </style>
</head>
<body>
  <header>
    <div class="logo">
      <img src="img/Transp.jpg" alt="Orca Clinic Logo">
    </div>
    <ul class="menu">
      <li><a href="#home">Home</a></li>
      <li><a href="#reviews">Casino Reviews</a></li>
      <li><a href="#bonuses">Bonuses</a></li>
      <li><a href="#tips">Tips</a></li>
      <li><a href="#faq">FAQ</a></li>
    </ul>
  </header>

  <section id="hero">
    <img src="img/1920x8.jpg" alt="Casino Banner" class="hero-img">
    <div class="hero-text">
      <h1>Play Smart with Orca Clinic</h1>
      <p>Your trusted source for online casino insights</p>
      <a href="#reviews" class="btn">Explore Casinos</a>
    </div>
  </section>

  <section id="reviews" class="grid">
    <h2>Top Online Casinos</h2>
    <div class="card"><img src="img/200x200px__Kandinsky_3.1.jpg" alt="Slot Machine"><p>Slots & Jackpots</p></div>
    <div class="card"><img src="img/200x200px___Kandinsky_3.1.jpg" alt="Vault"><p>Secure Platforms</p></div>
    <div class="card"><img src="img/200x200px____Kandinsky_3.1.jpg" alt="Mobile Casino"><p>Mobile Experience</p></div>
    <div class="card"><img src="img/200x200px____Kandinsky_3.1 (1).jpg" alt="Poker Table"><p>Poker Rooms</p></div>
    <div class="card"><img src="img/200x200px____Kandinsky_3.1 (2).jpg" alt="Roulette"><p>Roulette Live</p></div>
  </section>

  <section id="bonuses">
    <h2>Claim Casino Bonuses</h2>
    <div class="bonus-icons">
      <img src="img/300x300px__Kandinsky_3.1.jpg" alt="Dice Bonus">
      <img src="img/300x300px__Kandinsky_3.1 (1).jpg" alt="Gift Box">
      <img src="img/300x300px__Kandinsky_3.1 (2).jpg" alt="Treasure Chest">
      <img src="img/300x300px__Kandinsky_3.1 (3).jpg" alt="Coin Stack">
    </div>
    <p style="text-align: center; margin-top: 15px;">Exclusive welcome offers, free spins and cashback deals updated daily.</p>
  </section>

  <section id="tips">
    <h2>Gambling Tips & Strategies</h2>
    <ul>
      <li>How to choose the right casino</li>
      <li>Bankroll management for beginners</li>
      <li>When to take bonuses and when to skip</li>
      <li>Understanding RTP and volatility</li>
    </ul>
  </section>

  <section id="faq">
    <h2>Frequently Asked Questions</h2>
    <p>Is Orca Clinic a casino? No, we review and rate platforms for players worldwide.</p>
    <p>Are your reviews independent? Yes, our data is collected and verified manually.</p>
  </section>

  <footer>
    <p>&copy; 2025 Orca Clinic. Gambling insights made smarter.</p>
  </footer>
</body>
</html>
