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

:root {
    --primary-color: #00b4d8;
    --primary-light: #e6f7fc;
    --primary-dark: #007a92;
    --secondary-color: #28a745;
    --secondary-light: #d4edda;
    --tertiary-color: #ffc107;
    --tertiary-light: #fff3cd;
    --accent-color: #ff6b6b;
    --accent-light: #ffe6e6;
    --neutral-color: #6c757d;
    --neutral-light: #f8f9fa;
    --info-color: #17a2b8;
    --warning-color: #dc3545;
    --success-color: #28a745;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--primary-dark);
    background-color: #ffffff;
}

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

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

.col-12 { flex: 0 0 100%; max-width: 100%; }
.col-lg-3 { flex: 0 0 25%; max-width: 25%; }
.col-lg-6 { flex: 0 0 50%; max-width: 50%; }  
.col-lg-9 { flex: 0 0 75%; max-width: 75%; }
.col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-md-6 { flex: 0 0 50%; max-width: 50%; }
.col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-sm-6 { flex: 0 0 50%; max-width: 50%; }
.col-xl-3 { flex: 0 0 25%; max-width: 25%; }
.col-xl-9 { flex: 0 0 75%; max-width: 75%; }

.d-flex { display: flex; }
.d-none { display: none; }
.d-block { display: block; }
.align-items-center { align-items: center; }
.justify-content-between { justify-content: space-between; }

.header-area {
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9;
}

.header-area .main-header-area {
  background: #fff;
  border: 2px solid var(--primary-light);
}

.header-area .main-header-area .logo-img {
  text-align: center;
}

.header-area .main-header-area .main-menu {
  text-align: right;
}

.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin-left: 42px;
}

.header-area .main-header-area .main-menu ul li a {
  color: var(--primary-dark);
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
  padding: 39px 0;
  font-family: "Oswald", sans-serif;
  position: relative;
  text-transform: capitalize;
}

.header-area .main-header-area .main-menu ul li a i {
  font-size: 10px;
}

.header-area .main-header-area .main-menu ul li a::before {
  position: absolute;
  content: "";
  background: var(--primary-color);
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-area .main-header-area .main-menu ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 125%;
  background: #fff;
  width: 205px;
  z-index: 9;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  border: 3px solid var(--primary-light);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
  margin-left: 0;
}

.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 12px 16px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: var(--primary-dark);
}

.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-area .header-top_area {
  padding: 21px 0;
  background: #212020;
}

.header-area .header-top_area .short_contact_list {
  text-align: center;
}

.header-area .header-top_area .short_contact_list ul li {
  display: inline-block;
}

.header-area .header-top_area .short_contact_list ul li a {
  font-size: 17px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
    margin-right: 52px;
  text-decoration: none;
}

.header-area .header-top_area .short_contact_list ul li a:hover {
    color: var(--primary-color);
}

.slider_bg_1 {
  background-image: url(../imag/lottery-background.webp);
}

.slider_area {
  position: relative;
  z-index: 3;
}

.slider_area .single_slider {
  height: 745px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slider_area .single_slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 180, 216, 0.75) 0%, rgba(0, 122, 146, 0.85) 100%);
    z-index: 1;
}

.slider_area .single_slider .slider_text {
  position: relative;
  z-index: 6;
}

.slider_area .single_slider .slider_text h3 {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 73px;
  font-weight: 300;
  margin-bottom: 6px;
  line-height: 88px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.slider_area .single_slider .slider_text h3 span {
  font-weight: 700;
  color: var(--accent-color);
}

.slider_area .single_slider .slider_text p {
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 34px;
  display: inline-block;
  margin-bottom: 52px;
  margin-top: 14px;
  opacity: 0.95;
}

.slider_area .dog_thumb {
  position: absolute;
  bottom: 0;
  right: 18%;
  bottom: -98px;
  z-index: 2;
}

.slider_area .dog_thumb img {
  max-width: 100%;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.3));
}

.boxed-btn4 {
  background: #fff;
  font-size: 17px;
  font-weight: 600;
  border: 3px solid transparent;
  color: var(--primary-dark);
  padding: 18px 52px;
  font-family: "Oswald", sans-serif;
  display: inline-block;
   text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: all 0.4s ease;
}

.boxed-btn4:hover {
  background: var(--accent-color);
  color: #fff;
  border: 3px solid #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.footer-area {
    position: relative;
    z-index: 1;
    background-color: var(--neutral-light);
    border-top: 3px solid var(--primary-color);
}

.section-padding-80-0 {
    padding: 80px 0 0;
}

.single-footer-widget {
    position: relative;
    z-index: 1;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-30 {
    margin-bottom: 30px;
}

.footer-logo {
    display: block;
    margin-bottom: 32px;
}

.footer-logo img {
    max-height: 50px;
}

.single-footer-widget p {
    color: var(--neutral-color);
    line-height: 1.6;
}

.widget-title {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 32px;
    color: var(--primary-dark);
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-widget-content p {
    margin-bottom: 8px;
}

.footer-widget-content p a {
    color: var(--neutral-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-widget-content p a:hover {
    color: var(--primary-color);
}

.social-info {
    margin-top: 20px;
}

.social-info a {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    color: #ffffff;
    margin-right: 6px;
    background-color: #353535;
    font-size: 15px;
    transition: all 0.3s ease;
}

.social-info a.facebook {
    background-color: #4267b2;
}

.social-info a.twitter {
    background-color: #1da1f2;
}

.social-info a.google-plus {
    background-color: #dd4b39;
}

.social-info a.instagram {
    background-color: #e4405f;
}

.social-info a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.contact-info p {
    margin-bottom: 11px;
    color: var(--neutral-color);
}

.contact-info p:last-child {
    margin-bottom: 0;
}

.contact-info p a {
    color: var(--neutral-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info p a:hover {
    color: var(--primary-color);
}

.copywrite-text p {
    margin-bottom: 0;
    font-size: 15px;
    color: #c5c5c5;
    line-height: 1.5;
}

.gambling-awareness {
    margin-top: 25px;
    padding: 20px;
    background-color: var(--primary-light);
    border: 2px solid var(--primary-color);
    border-radius: 8px;
}

.gambling-awareness h5 {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 12px;
    text-transform: uppercase;
}

.gambling-awareness p {
    font-size: 14px;
    color: var(--primary-dark);
    margin-bottom: 15px;
    line-height: 1.5;
}

.awareness-logos {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.awareness-logos a {
    display: inline-block;
    transition: transform 0.3s ease;
}

.awareness-logos a:hover {
    transform: scale(1.05);
}

.awareness-logos img {
    height: 35px;
    width: auto;
    max-width: 120px;
}

@media (max-width: 767px) {
  .header-area .header-top_area .short_contact_list {
    text-align: center;
  }
  .header-area .header-top_area .short_contact_list ul {
    flex-direction: column;
    gap: 8px;
  }
  .header-area .header-top_area .short_contact_list ul li a {
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    margin-bottom: 8px;
    display: inline-block;
  }
  .mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9;
  }
  .slider_area .single_slider {
    height: 500px;
    padding: 40px 0;
  }
  .slider_area .single_slider .slider_text {
    text-align: center;
    padding: 20px;
  }
  .slider_area .single_slider .slider_text h3 {
    font-size: 2.2rem;
    line-height: 2.6rem;
    margin-bottom: 15px;
  }
  .slider_area .single_slider .slider_text p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .boxed-btn4 {
    font-size: 16px;
    padding: 15px 35px;
  }
  .slider_area .dog_thumb {
    display: none;
  }
  .d-lg-block {
    display: none !important;
  }
  .d-lg-none {
    display: block !important;
  }
  .row {
    flex-direction: column;
  }
  .col-12, .col-sm-6, .col-md-4, .col-md-6, .col-md-8, .col-lg-3, .col-lg-6, .col-lg-9, .col-xl-3, .col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .awareness-logos {
    justify-content: center;
  }
  .awareness-logos img {
    height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slider_area .single_slider {
    height: 550px;
  }
  .slider_area .single_slider .slider_text h3 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .slider_area .single_slider .slider_text p {
    font-size: 16px;
  }
  .slider_area .dog_thumb {
    right: 5%;
  }
  .slider_area .dog_thumb img {
    max-width: 90%;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .slider_area .single_slider {
    height: 570px;
  }
  .slider_area .single_slider .slider_text h3 {
    font-size: 62px;
    line-height: 72px;
  }
  .slider_area .dog_thumb {
    right: 2%;
    text-align: right;
  }
  .slider_area .dog_thumb img {
    max-width: 82%;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
}

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

.about_us_area {
  position: relative; 
}

.about_us_image_box img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.about_content {
  position: relative; 
}

.about_content:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 89%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(to right, var(--primary-dark) 0%, var(--primary-color) 51%, var(--primary-dark) 100%);
  background: -moz-linear-gradient(to right, var(--primary-dark) 0%, var(--primary-color) 51%, var(--primary-dark) 100%);
  background: -ms-linear-gradient(to right, var(--primary-dark) 0%, var(--primary-color) 51%, var(--primary-dark) 100%);
  background: -o-linear-gradient(to right, var(--primary-dark) 0%, var(--primary-color) 51%, var(--primary-dark) 100%);
  background: linear-gradient(to right, var(--primary-dark) 0%, var(--primary-color) 51%, var(--primary-dark) 100%); 
  border: 2px solid var(--primary-color);
  border-radius: 8px;
}

.section_content {
  position: relative;
  padding: 70px 0px 73px 70px; 
}

.section_content h6 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 12px;
  position: relative;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.section_content h6:after {
  content: "";
  position: absolute;
  background: -webkit-linear-gradient(to right, var(--accent-color) 0%, var(--secondary-color) 100%);
  background: -moz-linear-gradient(to right, var(--accent-color) 0%, var(--secondary-color) 100%);
  background: -o-linear-gradient(to right, var(--accent-color) 0%, var(--secondary-color) 100%);
  background: linear-gradient(to right, var(--accent-color) 0%, var(--secondary-color) 100%);
  height: 2px;
  width: 50px;
  bottom: -10px;
  left: 0; 
}

.section_content h1 {
  color: #fff;
  line-height: 45px;
  padding: 30px 0 30px;
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}

.section_content p {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 400;
  padding: 0 40px 40px 0;
  line-height: 1.7;
  font-family: "Lato", sans-serif;
}

.section_gap {
  padding: 120px 0; 
}

@media (max-width: 767px) {
  .section_gap {
    padding: 60px 0; 
  }
}

.primary_btn {
  display: inline-block;
  background: -webkit-linear-gradient(to right, var(--accent-color) 0%, var(--secondary-color) 51%, var(--accent-color) 100%);
  background: -moz-linear-gradient(to right, var(--accent-color) 0%, var(--secondary-color) 51%, var(--accent-color) 100%);
  background: -ms-linear-gradient(to right, var(--accent-color) 0%, var(--secondary-color) 51%, var(--accent-color) 100%);
  background: -o-linear-gradient(to right, var(--accent-color) 0%, var(--secondary-color) 51%, var(--accent-color) 100%);
  background: linear-gradient(to right, var(--accent-color) 0%, var(--secondary-color) 51%, var(--accent-color) 100%);
  background-size: 200% auto;
  padding: 0px 35px;
  color: #ffffff;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 25px;
  outline: none !important;
  box-shadow: 0px 10px 30px rgba(255, 107, 107, 0.3);
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid transparent;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-transform: uppercase; 
}

.primary_btn:hover {
  background-position: right center;
  color: #ffffff;
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0px 15px 35px rgba(255, 107, 107, 0.4);
}

@media (max-width: 991px) {
  .about_us_area .about_us_image_box {
    display: none; 
  }
  
  .about_us_area .about_content:before {
    width: 100%; 
  }
}

@media (max-width: 767px) {
  .section_content {
    padding: 50px 10px 50px 50px; 
  }
  
  .section_content h1 {
    line-height: 40px;
    font-size: 30px;
    padding: 25px 0 25px; 
  }
  
  .section_content p {
      padding: 0 20px 30px 0;
  }
}

.adapt_area {
  padding-bottom: 95px;
  padding-top: 130px;
}

.adapt_area .adapt_help .section_title p {
  color: #65666e;
  line-height: 30px;
  font-size: 17px;
  margin-bottom: 52px;
  margin-top: 32px;
}

.adapt_area .adapt_about .single_adapt {
  margin-bottom: 42px;
  box-shadow: 0px 18px 38px 0px rgba(0, 0, 2, 0.09);
  border-radius: 16px;
  background: #fff;
  padding: 42px 42px 35px 42px;
  transition: transform 0.3s ease;
  border: 2px solid var(--primary-light);
}

.adapt_area .adapt_about .single_adapt:hover {
  transform: translateY(-3px);
}

.adapt_area .adapt_about .single_adapt .material-icons {
    font-size: 48px;
    color: var(--primary-color);
    margin-bottom: 15px;
    display: block;
}

.adapt_area .adapt_about .single_adapt .adapt_content h3 {
  font-size: 58px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #3a3939;
  display: inline-block;
  margin-bottom: 4px;
  margin-top: 24px;
  line-height: 1;
}

.adapt_area .adapt_about .single_adapt .adapt_content p {
  font-size: 19px;
  color: #7d7d7d;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  display: block;
  margin-bottom: 0;
  line-height: 1.4;
}

.section_title h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: #1a1f36;
  font-family: "Oswald", sans-serif;
}

.section_title h3 span {
  font-weight: 300;
  color: var(--accent-color);
}

.boxed-btn3 {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  padding: 19px 58px;
  font-family: "Oswald", sans-serif;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  background-image: -moz-linear-gradient(0deg, var(--accent-color) 0%, var(--primary-color) 99%);
  background-image: -webkit-linear-gradient(0deg, var(--accent-color) 0%, var(--primary-color) 99%);
  background-image: -ms-linear-gradient(0deg, var(--accent-color) 0%, var(--primary-color) 99%);
  transition: all 0.3s ease;
  border: none;
}

.boxed-btn3:hover {
  background-size: 200% 200%;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
}

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

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

.col-12 { flex: 0 0 100%; max-width: 100%; padding: 0 15px; }
.col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; padding: 0 15px; }
.col-lg-6 { flex: 0 0 50%; max-width: 50%; padding: 0 15px; }
.col-md-6 { flex: 0 0 50%; max-width: 50%; padding: 0 15px; }

.justify-content-between { justify-content: space-between; }
.align-items-center { align-items: center; }
.text-center { text-align: center; }

@media (max-width: 767px) {
  .adapt_area {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .adapt_area .adapt_help {
    padding-bottom: 65px;
  }
  .section_title h3 {
    font-size: 28px;
    line-height: 35px;
  }
  .col-lg-5, .col-lg-6, .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .adapt_area .adapt_about .single_adapt {
      padding: 30px 25px 25px 25px;
      margin-bottom: 25px;
  }
  .adapt_area .adapt_about .single_adapt .adapt_content h3 {
      font-size: 42px;
  }
  .adapt_area .adapt_about .single_adapt .material-icons {
      font-size: 38px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .adapt_area {
    padding-top: 105px;
    padding-bottom: 15px;
  }
  .adapt_area .adapt_help {
    margin-bottom: 45px;
  }
  .section_title h3 {
    font-size: 34px;
    line-height: 42px;
  }
  .col-lg-5, .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .col-lg-5 {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.site-section {
  padding: 2.5em 0;
}

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

.text-section {
  background-color: #fff;
  border-top: 3px solid var(--primary-color);
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

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

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

.col-md-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

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

.text-black {
  color: var(--primary-dark) !important;
}

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

h2 {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 2rem;
  }
}

.lead {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--neutral-color);
  line-height: 1.6;
  font-family: "Lato", sans-serif;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.7;
  color: #555;
  font-size: 1.1rem;
  font-family: "Lato", sans-serif;
  text-align: left;
}

@media (max-width: 767.98px) {
  p {
    font-size: 1rem;
  }
  
  .lead {
    font-size: 1.1rem;
  }
  
  .site-section {
      padding: 3em 0;
  }
}

.text-section.bg-light {
  background-color: var(--neutral-light) !important;
}

.text-section.bg-dark {
  background-color: var(--primary-dark) !important;
}

.text-section.bg-dark h2,
.text-section.bg-dark .lead,
.text-section.bg-dark p {
  color: #fff !important;
}

.text-section.bg-primary {
  background-color: var(--primary-color) !important;
}

.text-section.bg-primary h2,
.text-section.bg-primary .lead,
.text-section.bg-primary p {
  color: #fff !important;
}

.section {
  padding: 7em 0;
}

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

.bg-light {
  background-color: var(--neutral-light) !important;
  border-top: 2px solid var(--primary-color);
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}

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

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

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

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

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

.col-md-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.heading {
  font-size: 60px;
  font-family: "Oswald", sans-serif;
  color: var(--primary-dark);
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .heading {
    font-size: 40px;
  }
}

.lead {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--neutral-color);
  font-family: "Lato", sans-serif;
}

@media (max-width: 991.98px) {
  .lead {
    font-size: 16px;
  }
}

.d-flex {
    display: flex !important;
}

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

.site-block-half {
    margin-bottom: 30px;
    border: 3px solid var(--primary-light);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 180, 216, 0.1);
}

.site-block-half .image, .site-block-half .text {
  width: 100%;
}

@media (min-width: 992px) {
  .site-block-half .image, .site-block-half .text {
    width: 50%;
  }
}

@media (max-width: 991.98px) {
  .site-block-half .image {
    margin-bottom: 50px;
  }
  .site-block-half {
      flex-direction: column;
  }
}

.site-block-half .text {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .site-block-half .text {
    padding: 4rem;
  }
}

.site-block-half .bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 300px;
}

@media (max-width: 991.98px) {
  .site-block-half .bg-image {
    height: 400px;
  }
}

.display-4 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
}

.text-primary {
  color: var(--primary-color) !important;
}

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

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.btn {
  padding: 10px 30px;
  border-radius: 50px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.btn-primary {
    background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
    color: #ffffff;
    border-color: var(--primary-color);
}

.btn-primary:hover {
    background: var(--accent-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
    color: #ffffff;
}

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

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

h1, h2, h3, h4, h5 {
  color: var(--primary-dark);
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}

h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

p {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: var(--neutral-color);
    margin-bottom: 1rem;
}

a {
  transition: .3s all ease;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.timer-announce-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.timer-announce-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../imag/lottery-gga.webp') center/cover;
    opacity: 0.1;
    z-index: 1;
}

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

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

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

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

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

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

.announce-title {
    font-family: "Oswald", sans-serif;
    font-size: 3.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.announce-subtitle {
    font-family: "Lato", sans-serif;
    font-size: 1.3rem;
    color: #ffffff;
    margin-bottom: 50px;
    opacity: 0.9;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.timer-box {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 25px 20px;
    min-width: 120px;
    border: 3px solid var(--accent-color);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.timer-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.timer-number {
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-dark);
    line-height: 1;
    margin-bottom: 8px;
}

.timer-label {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 0.9rem;
    color: var(--neutral-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.next-draw-info {
    font-family: "Lato", sans-serif;
    font-size: 1.1rem;
    color: #ffffff;
    opacity: 0.8;
    font-weight: 400;
}

@media (max-width: 767px) {
    .timer-announce-section {
        padding: 60px 0;
    }
    
    .announce-title {
        font-size: 2.5rem;
        margin-bottom: 10px;
    }
    
    .announce-subtitle {
        font-size: 1.1rem;
        margin-bottom: 35px;
    }
    
    .countdown-timer {
        gap: 15px;
        margin-bottom: 30px;
    }
    
    .timer-box {
        min-width: 80px;
        padding: 20px 15px;
    }
    
    .timer-number {
        font-size: 2.2rem;
    }
    
    .timer-label {
        font-size: 0.8rem;
    }
    
    .next-draw-info {
        font-size: 1rem;
    }
    
    .col-md-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .countdown-timer {
        gap: 10px;
    }
    
    .timer-box {
        min-width: 70px;
        padding: 15px 10px;
    }
    
    .timer-number {
        font-size: 1.8rem;
    }
}

.responsible-gambling-notice {
    background: linear-gradient(135deg, var(--warning-color) 0%, #dc3545 100%);
    padding: 50px 0;
    position: relative;
    border-top: 4px solid #b71c1c;
    border-bottom: 4px solid #b71c1c;
    box-shadow: 0 10px 30px rgba(220, 53, 69, 0.3);
}

.responsible-gambling-notice::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255,255,255,0.05) 10px,
        rgba(255,255,255,0.05) 20px
    );
    z-index: 1;
}

.responsible-gambling-notice .container {
    position: relative;
    z-index: 2;
}

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

.responsible-content {
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 15px;
    border: 3px solid #ffffff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    max-width: 900px;
    margin: 0 auto;
}

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

.age-icon .material-icons {
    font-size: 4rem;
    color: var(--warning-color);
    background: #ffffff;
    border-radius: 50%;
    padding: 15px;
    border: 3px solid var(--warning-color);
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
}

.responsible-title {
    font-family: "Oswald", sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
}

.responsible-text {
    font-family: "Lato", sans-serif;
    font-size: 1.4rem;
    color: var(--primary-dark);
    line-height: 1.6;
    margin-bottom: 35px;
    font-weight: 500;
}

.help-links {
    border-top: 2px solid var(--primary-light);
    padding-top: 30px;
}

.help-info {
    font-family: "Oswald", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--warning-color);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.help-options {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    align-items: center;
}

.help-link {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--primary-color);
    color: #ffffff;
    padding: 15px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.help-link:hover {
    background: var(--warning-color);
    border-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.4);
    color: #ffffff;
    text-decoration: none;
}

.help-link img {
    height: 25px;
    width: auto;
}

.help-link .material-icons {
    font-size: 20px;
}

.phone-link {
    background: var(--success-color);
}

.phone-link:hover {
    background: var(--primary-dark);
}

@media (max-width: 767px) {
    .responsible-gambling-notice {
        padding: 40px 0;
    }
    
    .responsible-content {
        padding: 30px 20px;
        margin: 0 10px;
    }
    
    .responsible-title {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
    
    .responsible-text {
        font-size: 1.2rem;
        margin-bottom: 25px;
    }
    
    .age-icon .material-icons {
        font-size: 3rem;
        padding: 12px;
    }
    
    .help-options {
        flex-direction: column;
        gap: 15px;
    }
    
    .help-link {
        padding: 12px 20px;
        font-size: 0.9rem;
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .responsible-title {
        font-size: 1.8rem;
    }
    
    .responsible-text {
        font-size: 1.1rem;
    }
    
    .container {
        padding: 0 15px;
    }
}

.cta-participate-section {
    background: linear-gradient(135deg, var(--primary-light) 0%, #ffffff 100%);
    padding: 90px 0;
    position: relative;
    border-top: 3px solid var(--primary-color);
    border-bottom: 3px solid var(--primary-color);
}

.cta-participate-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('imag/lottery-background.webp') center/cover;
    opacity: 0.03;
    z-index: 1;
}

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

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

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

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

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

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

.cta-content {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 20px;
    border: 3px solid var(--primary-color);
    box-shadow: 0 15px 40px rgba(0, 180, 216, 0.15);
    position: relative;
    overflow: hidden;
}

.cta-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(to right, var(--primary-color) 0%, var(--accent-color) 50%, var(--primary-color) 100%);
}

.cta-title {
    font-family: "Oswald", sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cta-subtitle {
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    color: var(--accent-color);
    margin-bottom: 40px;
    font-weight: 600;
}

.participation-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 45px;
    flex-wrap: wrap;
}

.step-item {
    background: var(--primary-light);
    border: 2px solid var(--primary-color);
    border-radius: 15px;
    padding: 25px 20px;
    min-width: 180px;
    text-align: center;
    transition: all 0.3s ease;
}

.step-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 180, 216, 0.2);
    background: var(--primary-color);
}

.step-item:hover .step-number {
    background: #ffffff;
    color: var(--primary-color);
}

.step-item:hover p {
    color: #ffffff;
}

.step-number {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--primary-color);
    color: #ffffff;
    border-radius: 50%;
    font-family: "Oswald", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.step-item p {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    color: var(--primary-dark);
    margin: 0;
    font-weight: 500;
    line-height: 1.4;
}

.step-arrow {
    color: var(--primary-color);
    font-size: 2rem;
}

.step-arrow .material-icons {
    font-size: 2rem;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.cta-primary-btn {
    background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 3px solid transparent;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(255, 107, 107, 0.3);
}

.cta-primary-btn:hover {
    background: var(--accent-color);
    border-color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 107, 107, 0.4);
    color: #ffffff;
    text-decoration: none;
}

.cta-secondary-btn {
    background: transparent;
    color: var(--primary-color);
    font-family: "Oswald", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 3px solid var(--primary-color);
    transition: all 0.4s ease;
}

.cta-secondary-btn:hover {
    background: var(--primary-color);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 180, 216, 0.3);
    text-decoration: none;
}

.cta-note {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    color: var(--neutral-color);
    font-style: italic;
    margin: 0;
}

@media (max-width: 767px) {
    .cta-participate-section {
        padding: 60px 0;
    }
    
    .cta-content {
        padding: 35px 25px;
        margin: 0 10px;
    }
    
    .cta-title {
        font-size: 2.4rem;
        margin-bottom: 12px;
    }
    
    .cta-subtitle {
        font-size: 1.3rem;
        margin-bottom: 30px;
    }
    
    .participation-steps {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 35px;
    }
    
    .step-arrow {
        transform: rotate(90deg);
    }
    
    .step-item {
        min-width: auto;
        width: 100%;
        max-width: 250px;
        padding: 20px 15px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .cta-primary-btn, .cta-secondary-btn {
        width: 100%;
        max-width: 280px;
        padding: 15px 30px;
        font-size: 1.1rem;
    }
    
    .col-md-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-subtitle {
        font-size: 1.2rem;
    }
    
    .container {
        padding: 0 15px;
    }
}

.contact-section {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--primary-light) 0%, #ffffff 100%);
    min-height: 70vh;
}

.contact-header {
    margin-bottom: 60px;
}

.contact-title {
    font-family: "Oswald", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact-subtitle {
    font-family: "Lato", sans-serif;
    font-size: 1.3rem;
    color: var(--neutral-color);
    margin-bottom: 0;
}

.contact-form-wrapper {
    background: #ffffff;
    border-radius: 15px;
    border: 3px solid var(--primary-color);
    box-shadow: 0 15px 40px rgba(0, 180, 216, 0.15);
    padding: 40px;
    margin-bottom: 40px;
}

.registration-form h2 {
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    color: var(--primary-dark);
    margin-bottom: 15px;
    text-transform: uppercase;
}

.form-description {
    font-family: "Lato", sans-serif;
    color: var(--neutral-color);
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 25px;
    flex: 1;
}

.form-row .form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: var(--primary-dark);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="date"] {
    width: 100%;
    padding: 15px;
    border: 2px solid var(--primary-light);
    border-radius: 8px;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #ffffff;
}

.form-group input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 10px rgba(0, 180, 216, 0.2);
}

.form-group input.error {
    border-color: var(--warning-color);
    background: rgba(220, 53, 69, 0.05);
}

.error-message {
    display: block;
    color: var(--warning-color);
    font-family: "Lato", sans-serif;
    font-size: 0.9rem;
    margin-top: 5px;
    font-weight: 500;
}

.form-note {
    display: block;
    color: var(--neutral-color);
    font-family: "Lato", sans-serif;
    font-size: 0.85rem;
    margin-top: 5px;
    font-style: italic;
}

.checkbox-group {
    position: relative;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--primary-dark);
}

.checkbox-label input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid var(--primary-color);
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
    margin-top: 2px;
    transition: all 0.3s ease;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark {
    background: var(--primary-color);
}

.checkbox-label input[type="checkbox"]:checked + .checkmark::after {
    content: "✓";
    position: absolute;
    top: -2px;
    left: 3px;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.checkbox-label input[type="checkbox"].error + .checkmark {
    border-color: var(--warning-color);
}

.checkbox-label a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
}

.checkbox-label a:hover {
    text-decoration: underline;
}

.register-btn {
    background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 18px 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(255, 107, 107, 0.3);
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.register-btn:hover {
    background: var(--accent-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 107, 107, 0.4);
}

.register-btn .material-icons {
    font-size: 20px;
}

.contact-info-sidebar {
    background: #ffffff;
    border-radius: 15px;
    border: 2px solid var(--primary-light);
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 180, 216, 0.1);
}

.contact-info-sidebar h3 {
    font-family: "Oswald", sans-serif;
    font-size: 1.5rem;
    color: var(--primary-dark);
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--primary-light);
}

.contact-item:last-of-type {
    border-bottom: none;
    margin-bottom: 30px;
}

.contact-item .material-icons {
    color: var(--primary-color);
    font-size: 24px;
    margin-top: 2px;
}

.contact-item div span {
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-dark);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.contact-item div a {
    color: var(--primary-color);
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}

.contact-item div a:hover {
    text-decoration: underline;
}

.contact-item div p {
    color: var(--neutral-color);
    font-family: "Lato", sans-serif;
    margin: 0;
    line-height: 1.5;
}

.help-section {
    background: var(--primary-light);
    padding: 20px;
    border-radius: 10px;
    border: 2px solid var(--primary-color);
}

.help-section h4 {
    font-family: "Oswald", sans-serif;
    font-size: 1.2rem;
    color: var(--primary-dark);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.help-section p {
    font-family: "Lato", sans-serif;
    color: var(--primary-dark);
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .contact-info-sidebar {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .contact-section {
        padding: 60px 0;
    }
    
    .contact-title {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }
    
    .contact-subtitle {
        font-size: 1.1rem;
    }
    
    .contact-form-wrapper {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .registration-form h2 {
        font-size: 1.6rem;
    }
    
    .form-description {
        font-size: 1rem;
    }
    
    .contact-info-sidebar {
        padding: 25px 20px;
    }
    
    .register-btn {
        font-size: 1.1rem;
        padding: 15px 30px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .contact-title {
        font-size: 1.8rem;
    }
    
    .contact-form-wrapper {
        padding: 25px 15px;
    }
    
    .contact-info-sidebar {
        padding: 20px 15px;
    }
}

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

.age-verifier-modal {
    background: #ffffff;
    padding: 40px;
    border-radius: 15px;
    border: 3px solid var(--primary-color);
    text-align: center;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.age-verifier-modal .age-icon {
    margin-bottom: 20px;
}

.age-verifier-modal .age-icon .material-icons {
    font-size: 3.5rem;
    color: var(--warning-color);
    background: var(--primary-light);
    border-radius: 50%;
    padding: 15px;
    border: 3px solid var(--warning-color);
}

.age-verifier-modal h2 {
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    color: var(--primary-dark);
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.age-verifier-modal p {
    font-family: "Lato", sans-serif;
    color: var(--neutral-color);
    margin-bottom: 30px;
    font-size: 1.1rem;
    line-height: 1.5;
}

.age-confirm-btn {
    background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(255, 107, 107, 0.3);
    display: flex;
				align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 0 auto;
}

.age-confirm-btn:hover {
										background: var(--accent-color);
				transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
}

.age-confirm-btn .material-icons {
    font-size: 20px;
} 

@media (max-width: 480px) {
    .age-verifier-modal {
						 padding: 30px 20px;
        margin: 20px;
    }
    
    .age-verifier-modal h2 {
        font-size: 1.6rem;
    }
    
    .age-verifier-modal p {
        font-size: 1rem;
    }
    
    .age-confirm-btn {
        font-size: 1.1rem;
        padding: 12px 30px;
    }
}

.simple_text_section {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #fff;
}

@media (max-width: 767px) {
    .simple_text_section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.simple_text_section .text_content h2 {
    font-size: 42px;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 25px;
    line-height: 1.3;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .simple_text_section .text_content h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

.simple_text_section .text_content h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-dark);
    margin-top: 35px;
    margin-bottom: 15px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    text-align: left;
}

@media (max-width: 767px) {
    .simple_text_section .text_content h3 {
        font-size: 20px;
        margin-top: 25px;
    }
}

.simple_text_section .text_content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--neutral-color);
    line-height: 28px;
    margin-bottom: 20px;
    font-family: "Lato", sans-serif;
    text-align: left;
}

.simple_text_section .text_content p.lead {
    font-size: 20px;
    font-weight: 400;
    color: var(--primary-color);
    margin-bottom: 30px;
    text-align: center;
    font-family: "Lato", sans-serif;
}

@media (max-width: 767px) {
    .simple_text_section .text_content p.lead {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.simple_text_section .text_content p strong {
    color: var(--primary-dark);
    font-weight: 600;
}

.simple_text_section .text_content p a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
}

.simple_text_section .text_content p a:hover {
    text-decoration: underline;
    color: var(--accent-color);
}

					 .help-resources {
    background: var(--primary-light);
    border: 2px solid var(--primary-color);
					 border-radius: 10px;
    padding: 25px;
					 margin: 30px 0;
				 text-align: left;
}

.help-resources h3 {
    margin-top: 0 !important;
    text-align: center;
    color: var(--primary-dark);
}

.help-resources p {
    margin-bottom: 12px;
}

.help-resources p:last-child {
    margin-bottom: 0;
}

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

.mx-auto {
    margin-left: auto;
																			margin-right: auto;
}
































.section-padding {
    padding-top: 120px;
				padding-bottom: 120px;
}

@media (max-width: 767px) {
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.col-xl-8, .col-lg-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}