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

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

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

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-md {
    flex: 1;
    padding: 0 15px;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding: 0 15px;
}

.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}

.col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.home-hero {
    position: relative;
    height: 750px;
    z-index: 0;
}

.home-hero .hero-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 750px;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
}

.home-hero .hero-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .3;
}

.home-hero .hero-item .slider-text {
    color: #fff;
    height: 750px;
    text-align: center;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

.home-hero .hero-item .slider-text .subheading {
    font-family: "Great Vibes", cursive;
    font-size: 30px;
    color: #c49b63;
}

.home-hero .hero-item .slider-text h1 {
    text-transform: uppercase;
    font-size: 40px;
    color: #fff;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: 1px;
}

.home-hero .hero-item .slider-text p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    color: white;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: all 0.15s ease-in-out;
}

.btn.btn-primary {
    background: #c49b63;
    border: 1px solid #c49b63;
    color: #000;
}

.btn.btn-primary:hover {
    border: 1px solid #c49b63;
    background: transparent;
    color: #c49b63;
}

.btn.btn-white.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.8);
    background: none;
    border-width: 1px;
    color: #fff;
}

.btn.btn-white.btn-outline-white:hover {
    background: #c49b63;
    border-color: #c49b63;
    color: #000;
}

.site-section {
    padding: 3em 0;
    position: relative;
}

@media (min-width: 768px) {
    .site-section {
        padding: 5.5em 0;
    }
}

.awareness-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 0, 0, 0.8);
    z-index: 1;
}

.awareness-row {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.awareness-item {
    width: 85%;
    max-width: 800px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 35px;
    box-shadow: 0 5px 20px rgba(255, 0, 0, 0.3);
    transition: all 0.3s ease;
    position: relative;
    border: 3px solid #ff0000;
}

.awareness-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 0, 0, 0.4);
}

.awareness-number {
    z-index: 1;
    width: 70px;
    height: 70px;
    border: 4px solid #ff0000;
    background: #fff;
    border-radius: 50%;
    display: flex;
    position: relative;
    margin-right: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(255, 0, 0, 0.3);
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}

.awareness-item:hover .awareness-number {
    background: #ff0000;
    transform: scale(1.05);
}

.age-icon-small {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.awareness-content {
    flex: 1;
    text-align: left;
}

.awareness-title {
    display: block;
    font-weight: 700;
    color: #ff0000;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.awareness-description {
    color: #333;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
}

.bonus-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.bonuses-container {
    position: relative;
    z-index: 2;
}

.bonus-row {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.bonus-step {
    width: 80%;
    max-width: 800px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    position: relative;
}

.bonus-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.bonus-step .bonus-number {
    z-index: 1;
    width: 60px;
    height: 60px;
    border: 5px solid #c49b63;
    background: #fff;
    border-radius: 50%;
    color: #c49b63;
    display: block;
    position: relative;
    margin-right: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(196, 155, 99, 0.3);
    flex-shrink: 0;
}

.bonus-step:hover .bonus-number {
    background: #c49b63;
    color: #fff;
    transform: scale(1.1);
}

.bonus-step .bonus-number > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.6rem;
    font-weight: 600;
}

.bonus-content {
    flex: 1;
    text-align: left;
}

.bonus-title {
    display: block;
    font-weight: 600;
    color: #333;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.bonus-description {
    color: #666;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.bonus-btn {
    display: inline-block;
    background: #c49b63;
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(196, 155, 99, 0.3);
}

.bonus-btn:hover {
    background: #b8935a;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(196, 155, 99, 0.4);
    color: #fff;
}

.col-8 h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.col-8 p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.why-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(196, 155, 99, 0.8), rgba(0, 0, 0, 0.6));
    z-index: 1;
}

.why-container {
    position: relative;
    z-index: 2;
}

.why-row {
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
}

.why-step {
    width: 85%;
    max-width: 750px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 12px;
    padding: 25px 35px;
    box-shadow: 0 4px 18px rgba(196, 155, 99, 0.25);
    transition: all 0.3s ease;
    position: relative;
    border-left: 5px solid #c49b63;
}

.why-step:hover {
    transform: translateX(10px);
    box-shadow: 0 6px 22px rgba(196, 155, 99, 0.35);
    background: rgba(255, 255, 255, 0.98);
}

.why-step .why-number {
    z-index: 1;
    width: 55px;
    height: 55px;
    border: 4px solid #c49b63;
    background: #fff;
    border-radius: 50%;
    color: #c49b63;
    display: block;
    position: relative;
    margin-right: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(196, 155, 99, 0.2);
    flex-shrink: 0;
}

.why-step:hover .why-number {
    background: #c49b63;
    color: #fff;
    transform: rotate(360deg) scale(1.08);
    box-shadow: 0 4px 15px rgba(196, 155, 99, 0.4);
}

.why-step .why-number > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    font-weight: 700;
}

.why-content {
    flex: 1;
    text-align: left;
}

.why-title {
    display: block;
    font-weight: 650;
    color: #2c2c2c;
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.why-description {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.text-content {
    padding: 40px 30px 40px 0;
}

.text-content h2 {
    color: #2c2c2c;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.3;
}

.text-content > p {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 35px;
}

.process-item {
    margin-bottom: 30px;
    padding-left: 20px;
    border-left: 3px solid #c49b63;
    position: relative;
}

.process-item:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #c49b63;
    border-radius: 50%;
    position: absolute;
    left: -6px;
    top: 8px;
}

.process-item h4 {
    color: #c49b63;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.process-item p {
    color: #555;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.image-content {
    padding: 40px 0 40px 30px;
    text-align: center;
}

.verification-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.verification-image:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

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

.faq-item {
    margin-bottom: 20px;
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #c49b63;
    box-shadow: 0 4px 12px rgba(196, 155, 99, 0.1);
}

.faq-toggle {
    display: none;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background: #f8f8f8;
    cursor: pointer;
    font-weight: 600;
    color: #333;
    font-size: 16px;
    transition: all 0.3s ease;
    margin: 0;
}

.faq-question:hover {
    background: #c49b63;
    color: #fff;
}

.faq-icon {
    font-size: 24px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.faq-toggle:checked + .faq-question .faq-icon {
    transform: rotate(45deg);
}

.faq-toggle:checked + .faq-question {
    background: #c49b63;
    color: #fff;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #fff;
}

.faq-toggle:checked + .faq-question + .faq-answer {
    max-height: 200px;
}

.faq-answer p {
    padding: 25px;
    margin: 0;
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

.ftco-footer {
    font-size: 17px;
    background: #0a0a0a;
    padding: 7.3em 0; 
}

.ftco-footer .logo {
    text-transform: uppercase;
    font-weight: 720;
    color: #fff; 
    text-decoration: none;
}

.ftco-footer .logo span {
    color: #02d394; 
}

.ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 42px;
    font-size: 21px;
    font-weight: 420; 
}

.ftco-footer .ftco-footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ftco-footer .ftco-footer-widget ul li {
    margin-bottom: 10px;
}

.ftco-footer .ftco-footer-widget ul li a {
    color: rgba(255, 255, 255, 0.82); 
    text-decoration: none;
    transition: color 0.3s ease;
}

.ftco-footer .ftco-footer-widget ul li a:hover {
    color: #ff9902;
}

.ftco-footer .ftco-footer-widget ul li a span {
    color: #fff; 
}

.ftco-footer p {
    color: rgba(255, 255, 255, 0.72); 
}

.ftco-footer a {
    color: rgba(255, 255, 255, 0.72); 
    text-decoration: none;
}

.ftco-footer a:hover {
    color: #fff; 
}

.responsible-gaming {
    margin-top: 3rem;
    margin-bottom: 2rem;
    border-top: 2px solid #333;
    padding-top: 2rem;
}

.gambling-warning {
    background: rgba(255, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #ff0000;
}

.age-limit {
    background: #ff0000;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 18px;
    margin-right: 15px;
}

.responsible-text {
    color: #ff0000;
    font-weight: bold;
    font-size: 16px;
    margin: 15px 0;
    text-transform: uppercase;
}

.help-links {
    margin-top: 15px;
}

.help-links a {
    display: inline-block;
    margin: 0 15px;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    vertical-align: middle;
}

.help-links a:hover {
    color: #ff0000;
}

.help-icon {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    vertical-align: middle;
}

.block-23 ul {
    padding: 0; 
    margin: 0;
    list-style: none;
}

.block-23 ul li {
    display: table;
    line-height: 1.6;
    margin-bottom: 16px; 
}

.block-23 ul li > a {
    display: table;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
}

.block-23 ul li > a:hover {
    color: #ff9902;
}

.block-23 ul li span {
    color: rgba(255, 255, 255, 0.72); 
}

.block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top; 
}

.block-23 ul li .icon {
    width: 42px;
    font-size: 19px;
    padding-top: 3px;
    color: #ff9902;
    padding-right: 15px;
}

.block-23 ul li .text {
    color: rgba(255, 255, 255, 0.82);
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-md-5 {
    margin-bottom: 3rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.p-3 {
    padding: 0.75rem;
}

.px-xl-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-xl-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.d-block {
    display: block;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

@media (max-width: 768px) {
    .home-hero,
    .home-hero .hero-item,
    .home-hero .hero-item .slider-text {
        height: 600px;
    }
    
    .home-hero .hero-item .slider-text h1 {
        font-size: 28px;
    }
    
    .home-hero .hero-item .slider-text p {
        font-size: 16px;
    }
    
    .col-md, .col-md-6, .col-md-8, .col-md-12, .col-8 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    
    .text-content {
        padding: 20px 0;
    }
    
    .image-content {
        padding: 20px 0;
        order: -1;
    }
    
    .process-item {
        margin-bottom: 20px;
        padding-left: 15px;
    }
    
    .site-section {
        padding: 2em 0;
    }
    
    .text-content h2 {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .col-8 h2 {
        font-size: 2rem;
    }
    
    .bonus-step {
        width: 95%;
        padding: 20px;
        flex-direction: column;
        text-align: center;
    }
    
    .bonus-step .bonus-number {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .bonus-content {
        text-align: center;
    }
    
    .why-step {
        width: 92%;
        padding: 20px 25px;
        flex-direction: column;
        text-align: center;
        border-left: none;
        border-top: 5px solid #c49b63;
    }
    
    .why-step:hover {
        transform: translateY(-5px);
    }
    
    .why-step .why-number {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .why-content {
        text-align: center;
    }
    
    .why-step:hover .why-number {
        transform: scale(1.08);
    }
    
    .awareness-item {
        width: 95%;
        padding: 25px;
        flex-direction: column;
        text-align: center;
    }
    
    .awareness-number {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .awareness-content {
        text-align: center;
    }
    
    .awareness-title {
        font-size: 18px;
    }
    
    .faq-question {
        padding: 15px 20px;
        font-size: 15px;
    }
    
    .faq-answer p {
        padding: 20px;
        font-size: 14px;
    }
    
    .faq-toggle:checked + .faq-question + .faq-answer {
        max-height: 250px;
    }
    
    .ftco-footer .ftco-footer-widget {
        margin-bottom: 30px;
        text-align: center;
    }
    
    .gambling-warning {
        padding: 15px;
    }
    
    .help-links a {
        display: block;
        margin: 10px 0;
    }
}

@media (max-width: 480px) {
    .btn {
        width: 100%;
        margin: 5px 0;
        padding: 12px 20px;
    }
    
    .bonus-btn {
        width: 100%;
        text-align: center;
    }
    
    .home-hero,
    .home-hero .hero-item,
    .home-hero .hero-item .slider-text {
        height: 500px;
    }
    
    .home-hero .hero-item .slider-text h1 {
        font-size: 24px;
    }
    
    .home-hero .hero-item .slider-text p {
        font-size: 14px;
    }
    
    .col-8 h2 {
        font-size: 1.5rem;
    }
    
    .col-8 p {
        font-size: 0.9rem;
    }
}

.age-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center
}

.age-popup {
  background: #fff;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border: 3px solid #c49b63;
}

.age-verify-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  border-radius: 50%;
}

.age-popup h3 {
  color: #333;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}

.age-popup p {
  color: #666;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.4
}

.age-warning {
  color: #ff0000;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 25px;
}

.age-btn {
  background: #c49b63;
  color: #fff;
  border: none;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  box-shadow: 0 3px 10px rgba(196, 155, 99, 0.3);
}

.age-btn:hover {
  background: #b8935a;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(196, 155, 99, 0.4);
}

.age-hidden {
  display: none;
}

@media (max-width: 480px) {
  .age-popup {
    padding: 30px 20px;
  }
  
  .age-verify-icon {
    width: 60px;
    height: 60px;
  }
  
  .age-popup h3 {
    font-size: 20px;
  }
  
  .age-btn {
    width: 100%;
    padding: 12px 20px;
  }
}