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

body {
    font-family: Arial, Helvetica, 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-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 15px;
}

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

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

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

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

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

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

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

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

.text-right {
    text-align: right !important;
}

.text-white {
    color: #fff !important;
}

.position-relative {
    position: relative !important;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 1.1rem;
}

@media (max-width: 991.98px) {
  .site-navbar {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}

.site-navbar .site-logo {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
}

.site-navbar .site-logo a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center
}

.site-navbar .site-navigation .site-menu {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.site-navbar .site-navigation .site-menu .active {
  color: #e53e3e !important;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
  margin-left: 16px;
  margin-right: 16px;
  padding: 22px 0px;
  color: #fff !important;
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #e53e3e;
}

.site-navbar .site-navigation .site-menu > li.active > a {
  color: #e53e3e !important
}

.d-none {
    display: none;
}

.d-lg-block {
    display: block;
}

@media (max-width: 991px) {
    .d-lg-none {
        display: block !important;
    }
    .d-none.d-lg-block {
        display: none !important;
    }
}

.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.site-blocks-cover {
  min-height: 600px;
  height: calc(100vh);
  position: relative;
}

.site-blocks-cover.overlay:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.site-blocks-cover .row {
  position: relative;
  z-index: 2;
  min-height: 600px;
  height: calc(100vh);
  display: flex;
  align-items: center;
}

.site-blocks-cover h1 {
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
}

@media (min-width: 992px) {
  .site-blocks-cover h1 {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.2
  }
}

.site-blocks-cover p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
}

.btn {
  position: relative;
  top: 0;
  padding: 12px 24px;
  border: none;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none;
  box-shadow: none !important;
}

.btn:hover {
  box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.9) !important;
}

.btn.btn-primary {
  background-color: #f23a2e;
  border-color: #f23a2e;
  color: #fff
}

.regular-font-size {
  font-size: 1rem !important;
}

.disclaimer-box {
    margin-top: 30px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2)
}

.age-warning {
    color: #f23a2e;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.site-disclaimer {
    color: #E4A270;
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0;
}

.site-footer {
  padding: 4.2em 0;
  background: #3a3a3a;
}

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

.site-footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.site-footer p {
  color: #fff;
}

.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
  color: #fff;
}

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

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

.site-footer ul li {
  margin-bottom: 11px;
}

.site-footer .footer-heading {
  font-size: 17px;
  color: #fff;
}

.disclaimer-footer {
    color: #f23a2e !important;
    font-style: italic;
    margin-top: 15px;
    font-size: 0.9rem;
}

.responsible-gambling-links {
    display: flex;
    gap: 15px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.resp-logo {
    height: 35px;
    width: auto;
    transition: opacity 0.3s ease
}

.resp-logo:hover {
    opacity: 0.8;
}

.age-restriction-footer {
    background: rgba(242, 58, 46, 0.1);
    padding: 15px;
    border-radius: 6px;
    border-left: 4px solid #f23a2e;
}

.age-limit {
    color: #f23a2e !important;
    font-weight: bold;
    margin: 0;
}

.copyright {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 10px;
}

.contact-email {
    font-size: 13px;
    color: #aaa;
    margin: 0
}

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

.mb-4 {
  margin-bottom: 1.6rem !important;
}

.mb-5 {
  margin-bottom: 3.2rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mt-5 {
  margin-top: 3.2rem !important;
}

.pt-5 {
  padding-top: 3.2rem !important;
}

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

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

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.d-inline-block {
    display: inline-block !important;
}

@media (max-width: 768px) {
    .col-md-6, .col-md-4, .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .site-blocks-cover h1 {
        font-size: 2.5rem;
    }
    
    .site-blocks-cover p {
        font-size: 1.2rem;
    }
    
    .responsible-gambling-links {
        justify-content: center;
    }
}

.site-section {
  padding: 7rem 0;
}

@media (max-width: 991.98px) {
  .site-section {
    padding: 3rem 0;
  }
}

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

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding: 0 15px;
}

@media (max-width: 768px) {
    .col-6, .col-5 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
}

.img-experience {
  position: relative;
  display: block;
}

.img-experience .year-badge {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #f23a2e;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%)
}

@media (max-width: 991.98px) {
  .img-experience .year-badge {
    position: relative;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    margin: -30px auto 0 auto;
  }
}

.img-experience .year-badge > span {
  width: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 3rem;
  display: block;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.img-experience .year-badge > span > span {
  line-height: 1.2;
  display: block;
  font-size: .8rem
}

.scissors-icon {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 3rem;
  color: #f23a2e;
}

@media (max-width: 991.98px) {
  .scissors-icon {
    font-size: 2rem;
  }
}

.scissors-icon:after {
  bottom: 0;
  left: 0;
  font-size: 22px;
  content: "";
  position: absolute;
  color: #E4A270;
  width: 50px;
  height: 4px;
  background: #E4A270;
}

.scissors-icon.text-center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.6;
    color: #555
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.pl-lg-5 {
    padding-left: 3rem !important;
}

@media (max-width: 991px) {
    .pl-lg-5 {
        padding-left: 0 !important;
    }
}

.mb-lg-0 {
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .mb-lg-0 {
        margin-bottom: 1.5rem !important
    }
}

.bonus-section {
    padding: 80px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.bonus-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(12, 19, 29, 0.85);
    z-index: 1
}

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

.bonus-title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

.bonus-subtitle {
    color: #E4A270;
    font-size: 1.2rem;
    margin-bottom: 50px
}

.bonus-card {
    background: linear-gradient(145deg, #1a2332, #0f1825);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    border: 2px solid transparent;
    height: 100%;
}

.bonus-card:hover {
    transform: translateY(-5px);
    border-color: #f23a2e
}

.bonus-card.featured {
    border-color: #E4A270;
    position: relative;
}

.bonus-card.featured::before {
    content: "POPULAR";
    position: absolute;
    top: -10px;
    right: 20px;
    background: #E4A270;
    color: #0C131D;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: bold;
}

.bonus-icon {
    margin-bottom: 20px;
}

.bonus-icon span {
    background: linear-gradient(135deg, #f23a2e, #e01e00);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.bonus-card-title {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: bold;
}

.bonus-percentage {
    font-size: 2.5rem;
    font-weight: 900;
    color: #f23a2e;
    margin-bottom: 10px;
}

.freespins-count {
    background: #E4A270;
    color: #0C131D;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px
}

.bonus-description {
    color: #E4A270;
    margin-bottom: 20px;
    line-height: 1.6;
}

.bonus-features {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    text-align: left;
}

.bonus-features li {
    color: #fff;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding-left: 20px
}

.bonus-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #E4A270;
    font-weight: bold;
}

.bonus-btn {
    display: block;
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #f23a2e, #e01e00);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.bonus-btn:hover {
    background: linear-gradient(135deg, #e01e00, #c91900);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(242, 58, 46, 0.4)
}

@media (max-width: 768px) {
    .bonus-title {
        font-size: 2rem;
    }
    
    .bonus-section {
        padding: 60px 0;
    }
    
    .bonus-icon span {
        width: 60px;
        height: 60px;
    }
    
    .icon-sports::before, .icon-slots::before {
        font-size: 1.5rem;
    }
    
    .bonus-percentage {
        font-size: 2rem;
    }
}

.ftco-section {
    padding: 7em 0;
}

.ftco-causes {
    background-color: #f8f9fa;
}

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

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

@media (max-width: 768px) {
    .col-md-9, .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.causes {
  width: 100%;
  display: block;
  margin-bottom: 55px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  background: #fff
}

.causes:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.12);
}

@media (max-width: 991.98px) {
  .causes {
    margin-bottom: 35px; 
  } 
}

.icon-box {
  width: 100%;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 22px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f23a2e, #e01e00);
  border-radius: 8px 8px 0 0;
}

.icon-box i {
  font-size: 4rem;
  color: #fff
}

.causes h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 0 15px;
  color: #333
}

.causes p {
  padding: 0 15px;
  line-height: 1.6;
  color: #666;
}

.causes .goal {
  padding: 0 15px 20px;
}

.causes .goal p {
  margin-bottom: 8px;
  font-weight: 500;
}

.causes .goal p span {
  font-weight: 600;
  color: #f23a2e;
}

.progress {
  border-radius: 12px;
  background-color: #f0f0f0;
  position: relative;
  overflow: hidden
}

.progress-bar {
  background-color: #f23a2e;
  border-radius: 12px;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 22px;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.heading-section h2 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}

.heading-section h2 span {
  font-weight: 700;
  color: #f23a2e;
}

.heading-section p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

.ftco-animate {
    opacity: 1;
}

@media (max-width: 767.98px) {
  .heading-section h2 {
    font-size: 30px; 
  }
  
  .ftco-section {
    padding: 4em 0;
  }
}

.disclaimer-warning-section {
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    padding: 40px 0;
    border-top: 3px solid #f23a2e;
    border-bottom: 3px solid #f23a2e;
}

.disclaimer-content {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto
}

.age-restriction-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: #f23a2e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
}

.age-restriction-icon i {
    font-size: 2rem;
    color: #fff;
    font-weight: bold
}

.disclaimer-text {
    color: #fff;
}

.disclaimer-text h3 {
    color: #f23a2e;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.disclaimer-text p {
    margin-bottom: 12px;
    line-height: 1.6;
    color: #E4A270;
}

.responsible-text {
    font-weight: bold;
    color: #fff !important;
    font-size: 1.1rem
}

.help-links {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.help-links a {
    color: #E4A270;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

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

.separator {
    color: #666;
    margin: 0 10px;
}

@media (max-width: 768px) {
    .disclaimer-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .age-restriction-icon {
        width: 60px;
        height: 60px;
    }
    
    .age-restriction-icon i {
        font-size: 1.5rem;
    }
    
    .disclaimer-text h3 {
        font-size: 1.3rem;
    }
}

.age-popup {
    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-box {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.age-icon {
    font-size: 4rem;
    color: #f23a2e;
    margin-bottom: 20px
}

.age-title {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
}

.age-text {
    color: #666;
    margin-bottom: 25px;
    line-height: 1.5;
}

.age-btn {
    background: #f23a2e;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 1.1rem;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase
}

.age-btn:hover {
    background: #e01e00;
}

.hidden {
    display: none;
}

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

body {
    font-family: Arial, Helvetica, 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-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 15px;
}

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

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

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

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

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

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

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

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

.text-right {
    text-align: right !important;
}

.text-white {
    color: #fff !important;
}

.position-relative {
    position: relative !important;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 1.1rem;
}

@media (max-width: 991.98px) {
  .site-navbar {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}

.site-navbar .site-logo {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
}

.site-navbar .site-logo a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center
}

.site-navbar .site-navigation .site-menu {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.site-navbar .site-navigation .site-menu .active {
  color: #e53e3e !important;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
  margin-left: 16px;
  margin-right: 16px;
  padding: 22px 0px;
  color: #fff !important;
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #e53e3e;
}

.site-navbar .site-navigation .site-menu > li.active > a {
  color: #e53e3e !important
}

.d-none {
    display: none;
}

.d-lg-block {
    display: block;
}

@media (max-width: 991px) {
    .d-lg-none {
        display: block !important;
    }
    .d-none.d-lg-block {
        display: none !important;
    }
}

.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.site-blocks-cover {
  min-height: 600px;
  height: calc(100vh);
  position: relative;
}

.site-blocks-cover.overlay:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.site-blocks-cover .row {
  position: relative;
  z-index: 2;
  min-height: 600px;
  height: calc(100vh);
  display: flex;
  align-items: center;
}

.site-blocks-cover h1 {
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
}

@media (min-width: 992px) {
  .site-blocks-cover h1 {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.2
  }
}

.site-blocks-cover p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
}

.btn {
  position: relative;
  top: 0;
  padding: 12px 24px;
  border: none;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none;
  box-shadow: none !important;
}

.btn:hover {
  box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.9) !important;
}

.btn.btn-primary {
  background-color: #f23a2e;
  border-color: #f23a2e;
  color: #fff
}

.regular-font-size {
  font-size: 1rem !important;
}

.disclaimer-box {
    margin-top: 30px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2)
}

.age-warning {
    color: #f23a2e;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.site-disclaimer {
    color: #E4A270;
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0;
}

.site-footer {
  padding: 4.2em 0;
  background: #3a3a3a;
}

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

.site-footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.site-footer p {
  color: #fff;
}

.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
  color: #fff;
}

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

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

.site-footer ul li {
  margin-bottom: 11px;
}

.site-footer .footer-heading {
  font-size: 17px;
  color: #fff;
}

.disclaimer-footer {
    color: #f23a2e !important;
    font-style: italic;
    margin-top: 15px;
    font-size: 0.9rem;
}

.responsible-gambling-links {
    display: flex;
    gap: 15px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.resp-logo {
    height: 35px;
    width: auto;
    transition: opacity 0.3s ease
}

.resp-logo:hover {
    opacity: 0.8;
}

.age-restriction-footer {
    background: rgba(242, 58, 46, 0.1);
    padding: 15px;
    border-radius: 6px;
    border-left: 4px solid #f23a2e;
}

.age-limit {
    color: #f23a2e !important;
    font-weight: bold;
    margin: 0;
}

.copyright {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 10px;
}

.contact-email {
    font-size: 13px;
    color: #aaa;
    margin: 0
}

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

.mb-4 {
  margin-bottom: 1.6rem !important;
}

.mb-5 {
  margin-bottom: 3.2rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mt-5 {
  margin-top: 3.2rem !important;
}

.pt-5 {
  padding-top: 3.2rem !important;
}

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

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

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.d-inline-block {
    display: inline-block !important;
}

@media (max-width: 768px) {
    .col-md-6, .col-md-4, .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .site-blocks-cover h1 {
        font-size: 2.5rem;
    }
    
    .site-blocks-cover p {
        font-size: 1.2rem;
    }
    
    .responsible-gambling-links {
        justify-content: center;
    }
}

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

body {
    font-family: Arial, Helvetica, 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-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 15px;
}

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

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

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

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

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

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

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

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

.text-right {
    text-align: right !important;
}

.text-white {
    color: #fff !important;
}

.position-relative {
    position: relative !important;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 1.1rem;
}

@media (max-width: 991.98px) {
  .site-navbar {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}

.site-navbar .site-logo {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
}

.site-navbar .site-logo a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center
}

.site-navbar .site-navigation .site-menu {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.site-navbar .site-navigation .site-menu .active {
  color: #e53e3e !important;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
  margin-left: 16px;
  margin-right: 16px;
  padding: 22px 0px;
  color: #fff !important;
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #e53e3e;
}

.site-navbar .site-navigation .site-menu > li.active > a {
  color: #e53e3e !important
}

.d-none {
    display: none;
}

.d-lg-block {
    display: block;
}

@media (max-width: 991px) {
    .d-lg-none {
        display: block !important;
    }
    .d-none.d-lg-block {
        display: none !important;
    }
}

.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.site-blocks-cover {
  min-height: 600px;
  height: calc(100vh);
  position: relative;
}

.site-blocks-cover.overlay:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.site-blocks-cover .row {
  position: relative;
  z-index: 2;
  min-height: 600px;
  height: calc(100vh);
  display: flex;
  align-items: center;
}

.site-blocks-cover h1 {
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
}

@media (min-width: 992px) {
  .site-blocks-cover h1 {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.2
  }
}

.site-blocks-cover p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
}

.btn {
  position: relative;
  top: 0;
  padding: 12px 24px;
  border: none;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none;
  box-shadow: none !important;
}

.btn:hover {
  box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.9) !important;
}

.btn.btn-primary {
  background-color: #f23a2e;
  border-color: #f23a2e;
  color: #fff
}

.regular-font-size {
  font-size: 1rem !important;
}

.disclaimer-box {
    margin-top: 30px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2)
}

.age-warning {
    color: #f23a2e;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.site-disclaimer {
    color: #E4A270;
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0;
}

.site-footer {
  padding: 4.2em 0;
  background: #3a3a3a;
}

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

.site-footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.site-footer p {
  color: #fff;
}

.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
  color: #fff;
}

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

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

.site-footer ul li {
  margin-bottom: 11px;
}

.site-footer .footer-heading {
  font-size: 17px;
  color: #fff;
}

.disclaimer-footer {
    color: #f23a2e !important;
    font-style: italic;
    margin-top: 15px;
    font-size: 0.9rem;
}

.responsible-gambling-links {
    display: flex;
    gap: 15px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.resp-logo {
    height: 35px;
    width: auto;
    transition: opacity 0.3s ease
}

.resp-logo:hover {
    opacity: 0.8;
}

.age-restriction-footer {
    background: rgba(242, 58, 46, 0.1);
    padding: 15px;
    border-radius: 6px;
    border-left: 4px solid #f23a2e;
}

.age-limit {
    color: #f23a2e !important;
    font-weight: bold;
    margin: 0;
}

.copyright {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 10px;
}

.contact-email {
    font-size: 13px;
    color: #aaa;
    margin: 0
}

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

.mb-4 {
  margin-bottom: 1.6rem !important;
}

.mb-5 {
  margin-bottom: 3.2rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mt-5 {
  margin-top: 3.2rem !important;
}

.pt-5 {
  padding-top: 3.2rem !important;
}

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

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

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.d-inline-block {
    display: inline-block !important;
}

@media (max-width: 768px) {
    .col-md-6, .col-md-4, .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .site-blocks-cover h1 {
        font-size: 2.5rem;
    }
    
    .site-blocks-cover p {
        font-size: 1.2rem;
    }
    
    .responsible-gambling-links {
        justify-content: center;
    }
}

/* Bonus Icons */
.icon-sports::before {
    content: "S";
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}

.icon-slots::before {
    content: "C";
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}

/* Sample Text Area Styles */
.sample-text-area {
  padding: 100px 0px; 
}

.sample-text-area .title_color {
  margin-bottom: 30px; 
}

.sample-text-area p {
  line-height: 26px; 
}

.sample-text-area p b {
  font-weight: bold;
  color: #f23a2e; 
}

.sample-text-area p i {
  color: #f23a2e;
  font-style: italic; 
}

.main_title {
  text-align: center;
  margin-bottom: 80px; 
}

.main_title h2 {
  font-size: 72px;
  color: #f23a2e;
  opacity: 0.1;
  margin: 0;
  line-height: 60px; 
}

.main_title h1 {
  color: #222222;
  margin-top: -40px; 
}

.main_title p {
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  margin-bottom: 0px;
  max-width: 570px;
  margin: auto; 
}

.title_color {
  color: #222222; 
}

.sample-text {
  margin-bottom: 0; 
}

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

/* About Page Styles */
.main-section {
  padding: 3em 0;
}

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

.lead-text {
  font-size: 1.3rem;
  font-weight: 400;
  color: #E4A270;
}

.font-weight-heavy {
  font-weight: 800 !important;
  color: #333;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.btn-main {
  color: #fff;
  background-color: #f23a2e;
  border-color: #f23a2e;
}

.btn-main:hover {
  color: #fff;
  background-color: #e01e00;
  border-color: #e01e00;
}

@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  
  .pl-md-4 {
    padding-left: 2.5rem !important;
  }
}