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

body {
  font-family: "Poppins", 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-lg-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  padding: 0 15px;
}

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

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

.col-xl-3, .col-lg-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}

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

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

.header-area.main-header {
    padding: 30px 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

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

.main-menu ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    display: inline;
    position: relative;
}

.main-menu ul li a {
    color: #222;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 15px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.main-menu ul li:hover a,
.main-menu ul li.active a {
    color: #ff9902;
}

.main-menu ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    left: 30px;
}

.main-menu ul li ul.sub-menu {
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 250%;
    left: 0;
    width: 250px;
    background: #f9f9f9;
    z-index: 5;
    transition: .5s;
    list-style: none;
}

.main-menu ul li ul.sub-menu li {
    display: block;
}

.main-menu ul li ul.sub-menu li a {
    transition: .3s;
    padding: 10px 15px;
    text-transform: none;
}

.main-menu ul li ul.sub-menu li a:hover {
    color: #ff9902;
}

.main-menu .menu-btn {
    display: inline;
    margin-left: 60px;
}

.login {
    color: #222 !important;
    margin-right: 15px;
}

.template-btn {
    background: #ff9902 !important;
    color: #fff !important;
    padding: 12px 30px !important;
    border-radius: 5px;
    text-transform: none !important;
    transition: background 0.3s ease;
}

.template-btn:hover {
    background: #e8890b !important;
}

.custom-navbar {
    position: absolute;
    top: -42px;
    right: 15px;
    background: #ff9902;
    padding: 7px 10px;
    border-radius: 3px;
    transition: .2s;
    cursor: pointer;
    display: none;
}

.custom-navbar span {
    background: #fff;
    display: block;
    width: 30px;
    margin: 6px 0;
    height: 2px;
}

.ftco-blocks-cover-1 {
    position: relative;
    margin-top: 90px;
}

.ftco-cover-1 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ftco-cover-1, .ftco-cover-1 .container > .row {
    height: 95vh;
    min-height: 920px;
}

.ftco-cover-1.overlay {
    position: relative;
}

.ftco-cover-1.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .52;
    background: #000;
}

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

.feature-car-rent-box-1 {
    position: relative;
    padding: 32px;
    background: #fff;
    z-index: 2;
}

.feature-car-rent-box-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 12px;
    width: 100%;
    background: #007bff;
}

.feature-car-rent-box-1 h3 {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.feature-car-rent-box-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-unstyled {
    list-style: none;
}

.feature-car-rent-box-1 ul li {
    display: block;
    padding: 22px 0;
    list-style: none;
    border-bottom: 1px solid #efefef;
    margin: 0;
    position: relative;
}

.feature-car-rent-box-1 ul li .spec {
    position: absolute;
    right: 0;
    font-weight: 600;
    color: #007bff;
}

.feature-car-rent-box-1 ul li:last-child {
    border-bottom: none;
}

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

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

.bg-light {
    background-color: #f8f9fa !important;
}

.p-3 {
    padding: 1rem !important;
}

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

.btn {
    display: inline-block;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-weight: 500;
    border: none;
    cursor: pointer;
}

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

.btn.btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}

.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #f6f6f6;
  position: relative;
  z-index: 0;
}

.footer .footer_top {
  padding-top: 135px;
  padding-bottom: 115px;
}

.footer .footer_top .footer_widget .address_text {
  font-size: 17px;
  font-weight: 420;
  color: #808080;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
}

.footer .footer_top .footer_widget .address_line {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer_top .footer_widget .address_line li {
  font-size: 17px;
  font-weight: 420;
  line-height: 42px;
  font-family: "Poppins", sans-serif;
  color: #808080;
}

.footer .footer_top .footer_widget .footer_title {
  font-size: 26px;
  font-weight: 520;
  color: #323232;
  text-transform: capitalize;
  margin-bottom: 38px;
  font-family: "Poppins", sans-serif;
  position: relative;
}

.footer .footer_top .footer_widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer_top .footer_widget ul li {
  color: #808080;
  font-size: 17px;
  line-height: 42px;
}

.footer .footer_top .footer_widget ul li a {
  color: #808080;
  font-weight: 420;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}

.footer .footer_top .footer_widget ul li a:hover {
  color: #eb5d32;
}

.footer .copy-right_text {
  padding-bottom: 34px;
}

.footer .copy-right_text .copy_right {
  font-size: 16px;
  color: #939393;
  margin-bottom: 0;
  font-weight: 420;
}

.footer .socail_links {
  margin-top: 28px;
}

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

.footer .socail_links ul li {
  display: inline-block;
}

.footer .socail_links ul li a {
  font-size: 16px;
  color: #C3B2F0;
  width: 32px;
  display: inline-block;
  text-align: center;
  background: transparent;
  margin-right: 8px;
  color: #FFFFFF;
  line-height: 42px !important;
  color: #E8E8E8;
  text-decoration: none;
}

.footer .socail_links ul li a:hover {
  color: #eb5d32 !important;
  border-color: transparent;
}

.bordered_1px {
  border-top: 1px solid #e8e8e8;
  padding-bottom: 32px;
}

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

@media (max-width: 991.98px) {
    .main-menu ul {
        display: none;
        float: left;
        position: absolute;
        top: 30px;
        left: 0;
        z-index: 4;
        background: #f9f9f9;
        width: 100%;
        padding: 20px 20px 30px;
    }
    
    .main-menu ul li {
        display: block;
    }
    
    .custom-navbar {
        display: block;
    }
    
    .col-lg-2, .col-lg-10, .col-lg-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .ftco-cover-1, .ftco-cover-1 .container > .row {
        height: auto;
        min-height: 600px;
    }
    
    .feature-car-rent-box-1 {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .footer .footer_top {
        padding-top: 65px;
        padding-bottom: 32px;
    }
    .footer .footer_top .footer_widget {
        margin-bottom: 32px;
    }
    .footer .footer_top .footer_widget .footer_title {
        margin-bottom: 22px;
    }
    .footer .footer_top .footer_widget .footer_logo {
        margin-bottom: 22px;
    }
    .footer .copy-right_text .copy_right {
        font-size: 16px;
    }
    .footer .socail_links {
        margin-top: 22px;
    }
    
    .col-xl-3, .col-md-6, .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .feature-car-rent-box-1 {
        padding: 20px;
    }
    
    .feature-car-rent-box-1 h3 {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer .footer_top .footer_widget {
        margin-bottom: 32px;
    }
    
    .col-xl-3, .col-md-6, .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Mobile Navigation Additions for finalrace.css */

/* Mobile menu toggle active state */
.main-menu ul.mobile-active {
    display: block !important;
}

/* Mobile submenu styles */
@media (max-width: 991.98px) {
    .main-menu ul li ul.sub-menu {
        position: relative;
        opacity: 1;
        visibility: visible;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        box-shadow: none;
        padding: 0;
        margin-left: 20px;
        border-left: 2px solid #ff9902;
    }
    
    .main-menu ul li:hover ul.sub-menu {
        left: 0;
    }
    
    .main-menu ul li ul.sub-menu li a {
        padding: 8px 15px;
        font-size: 13px;
        color: #666;
    }
    
    .main-menu .menu-btn {
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
    }
    
    .main-menu .menu-btn a {
        display: inline-block;
        margin: 5px;
    }
}

/* Hamburger animation */
.custom-navbar.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.custom-navbar.active span:nth-child(2) {
    opacity: 0;
}

.custom-navbar.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Mobile menu background overlay */
@media (max-width: 991.98px) {
    .main-menu ul {
        border-radius: 8px;
        margin-top: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }
    
    .main-menu ul li a {
        border-bottom: 1px solid #f0f0f0;
    }
    
    .main-menu ul li:last-child a {
        border-bottom: none;
    }
}

/* About Section Styles */
.about_section {
    padding: 120px 0;
    background: #fff;
}

.about_section .about_picture img {
  width: 100%;
  border-radius: 8px;
}

.about_section .about_details {
  padding-left: 68px;
}

.about_section .about_details h3 {
  font-size: 36px;
  line-height: 55px;
  font-weight: 400;
  color: #2C2C2C;
  margin-bottom: 0;
}

.about_section .about_details p {
  font-size: 16px;
  line-height: 28px;
  color: #727272;
  margin-bottom: 22px;
  margin-top: 28px;
}

.about_section .about_details ul {
  margin-bottom: 56px;
  list-style: none;
  padding: 0;
}

.about_section .about_details ul li {
  font-size: 16px;
  line-height: 28px;
  color: #727272;
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
  font-weight: 400;
  z-index: 1;
}

.about_section .about_details ul li::before {
  position: absolute;
  left: 0;
  content: '✓';
  color: #28AE60;
  font-weight: bold;
  font-size: 14px;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.boxed-button3 {
  background: #28AE60;
  color: #fff;
  display: inline-block;
  padding: 14px 27px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  transition: 0.5s;
  cursor: pointer;
  letter-spacing: 2px;
  text-decoration: none;
}

.boxed-button3:hover {
  background: #28AE61;
  color: #fff !important;
  transform: translateY(-2px);
}

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

@media (max-width: 767px) {
    .about_section {
        padding: 80px 0;
    }
    
    .about_section .about_details {
        padding-left: 0;
        padding-top: 40px;
    }
    
    .about_section .about_details h3 {
        font-size: 28px;
        line-height: 40px;
    }
    
    .col-xl-6, .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .about_section .about_details ul {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about_section .about_details {
        padding-left: 30px;
    }
    
    .about_section .about_details h3 {
        font-size: 32px;
        line-height: 48px;
    }
}

.hero_bg_1 {
  background-image: url('/assets/socialimg/racing-cta-bg.webp');
}

.contact_hero {
  background-position: center center;
  background-size: cover;
  padding-top: 180px;
    padding-bottom: 170px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
    position: relative;
}

.contact_hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.contact_hero .wrapper {
position: relative;
    z-index: 2;
}

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

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

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

.contact_hero .contact_content .section_header h3 {
  color: #fff;
}

.contact_hero .contact_content .section_header p {
  font-size: 27px;
  color: #fff;
  line-height: 42px;
  margin-top: 38px;
  margin-bottom: 55px;
}

.contact_hero .contact_content .contact_actions {
    align-items: center;
    justify-content: center;
}

.contact_hero .contact_content .contact_actions p {
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-left: 22px;
}

.contact_hero .contact_content .contact_actions p a {
  font-weight: 700;
  color: #fff;
  margin-left: 12px;
    text-decoration: underline;
}

.contact_hero .contact_content .contact_actions p a:hover {
    color: #ff3500;
}

.outlined-btn4 {
  background: #fff;
  font-size: 17px;
  font-weight: 600;
  border: 1px solid transparent;
  color: #ff3500;
  padding: 19px 55px;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.outlined-btn4:hover {
  background: #ff3500;
  color: #fff;
  border: 1px solid #ff3500;
    transform: translateY(-2px);
}

.section_header h3 {
  font-size: 52px;
  font-weight: 800;
  line-height: 62px;
  color: #191d34;
  font-family: "Poppins", sans-serif;
    margin-bottom: 0;
}

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

.d-flex {
    display: flex;
}

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

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

@media (max-width: 767px) {
  .contact_hero {
    background-size: cover;
    padding: 120px 0;
  }
  .contact_hero .contact_content .contact_actions {
    display: block !important;
  }
  .contact_hero .contact_content .contact_actions p {
    margin-left: 0;
    margin-top: 32px;
  }
  .section_header h3 {
    font-size: 29px;
    line-height: 35px;
  }
  .contact_hero .contact_content .section_header p {
    font-size: 20px;
    line-height: 32px;
  }
  .col-lg-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .outlined-btn4 {
    padding: 15px 35px;
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section_header h3 {
    font-size: 34px;
    line-height: 42px;
  }
  .contact_hero .contact_content .section_header p {
    font-size: 24px;
    line-height: 38px;
  }
  .col-lg-9 {
    flex: 0 0 85%;
    max-width: 85%;
  }
}

/* Platform Advantages Cards Section */
.classes-section {
	background: #161616;
}

.classes-section.schedule-page .class-title {
	padding: 0;
}

.classes-section.schedule-page .class-title .section-title {
	margin-bottom: 68px;
}

.class-title {
	padding-top: 65px;
	padding-bottom: 67px;
}

.class-title .section-title h2 {
	font-weight: 500;
}

.section-title h2 {
	color: #ffffff;
	font-size: 46px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.section-title p {
	color: #ffffff;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.6;
}

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

.container-fluid {
    width: 100%;
    padding: 0 15px;
}

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

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

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

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

.m-auto {
    margin: auto;
}

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

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

.pr-lg-5 {
    padding-right: 3rem;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.classes-item {
	height: 485px;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 65px;
	padding-top: 120px;
	padding-right: 38px;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s ease;
    position: relative;
}

.classes-item:hover {
	transform: translateY(-5px);
}

.classes-item:hover:before {
	opacity: 1;
}

.classes-item:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 6px;
	background: #e5391d;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.advantage-icon {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 20px;
    display: block;
}

.classes-item h4 {
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 22px;
	font-size: 19px;
}

.classes-item p {
	color: #ffffff;
	margin-bottom: 40px;
	line-height: 1.5;
	font-size: 14px;
}

.classes-item .primary-btn.class-btn {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #e26623), color-stop(0%, #e5391d)), -webkit-gradient(linear, left top, right top, color-stop(100%, #e5391d), color-stop(0%, #e26623));
	background-image: -o-linear-gradient(left, #e26623 100%, #e5391d 0%), -o-linear-gradient(left, #e5391d 100%, #e26623 0%);
	background-image: linear-gradient(to right, #e26623 100%, #e5391d 0%), linear-gradient(to right, #e5391d 100%, #e26623 0%);
}

.classes-item .primary-btn.class-btn:hover:after {
	opacity: 1;
}

.primary-btn {
	display: inline-block;
	font-size: 13px;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	padding: 0 14px;
	color: #ffffff;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	width: 165px;
	height: 48px;
	border-left: 2px solid #e26623;
	border-right: 2px solid #e5391d;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #e5391d), to(#e26623)), -webkit-gradient(linear, left top, right top, from(#e5391d), color-stop(0%, #e26623));
	background-image: -o-linear-gradient(left, #e5391d 100%, #e26623 100%), -o-linear-gradient(left, #e5391d 0%, #e26623 0%);
	background-image: linear-gradient(to right, #e5391d 100%, #e26623 100%), linear-gradient(to right, #e5391d 0%, #e26623 0%);
	-webkit-transition-duration: 1000ms;
	-o-transition-duration: 1000ms;
	transition-duration: 1000ms;
	line-height: 47px;
	position: relative;
	z-index: 1;
	border-radius: 6px;
    text-decoration: none;
}

.primary-btn:after {
	color: #fff;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	background: #e26623;
	background: -webkit-gradient(linear, left top, right top, from(#e26623), to(#e5391d));
	background: -o-linear-gradient(left, #e26623, #e5391d);
	background: linear-gradient(to right, #e26623, #e5391d);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 4px;
	opacity: 0;
}

.primary-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(229, 57, 29, 0.3);
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

@media (max-width: 991px) {
    .col-lg-8, .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .pl-lg-5, .pr-lg-5 {
        padding-left: 0;
        padding-right: 0;
    }
    
    .classes-item {
        margin-bottom: 30px;
        padding-top: 80px;
        padding-left: 40px;
        padding-right: 25px;
    }
}

@media (max-width: 767px) {
    .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .classes-item {
        height: 400px;
        padding-top: 60px;
        padding-left: 30px;
        padding-right: 20px;
    }
    
    .section-title h2 {
        font-size: 32px;
    }
    
    .advantage-icon {
        font-size: 36px;
        margin-bottom: 15px;
    }
}

/* Leaderboard Section Styles */
.leaderboard_section {
    padding: 100px 0;
    background: #f8f9fa;
}

.leaderboard_section .section_header {
    margin-bottom: 60px;
}

.leaderboard_section .section_header h3 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}

.leaderboard_section .section_header p {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

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

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

.leaderboard_table {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 0;
}

.leaderboard_table table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.leaderboard_table table thead {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.leaderboard_table table thead th {
    padding: 20px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    border: none;
    font-family: "Poppins", sans-serif;
}

.leaderboard_table table tbody tr {
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.3s ease;
}

.leaderboard_table table tbody tr:hover {
    background: #f8f9ff;
}

.leaderboard_table table tbody tr:last-child {
    border-bottom: none;
}

.leaderboard_table table tbody td {
    padding: 18px 15px;
    text-align: center;
    font-size: 15px;
    color: #555;
    font-family: "Poppins", sans-serif;
}

.leaderboard_table table tbody tr td:first-child {
    font-weight: 700;
    color: #667eea;
    font-size: 16px;
}

.leaderboard_table table tbody tr td:nth-child(2) {
    font-weight: 500;
    color: #333;
    font-family: monospace;
    letter-spacing: 1px;
}

.leaderboard_table table tbody tr td:last-child {
    font-weight: 600;
    color: #28a745;
    font-size: 16px;
}

.leaderboard_table table tbody tr:first-child {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
}

.leaderboard_table table tbody tr:first-child td {
    color: #333;
    font-weight: 700;
}

.leaderboard_table table tbody tr:nth-child(2) {
    background: linear-gradient(135deg, #c0c0c0 0%, #e8e8e8 100%);
}

.leaderboard_table table tbody tr:nth-child(2) td {
    color: #333;
    font-weight: 600;
}

.leaderboard_table table tbody tr:nth-child(3) {
    background: linear-gradient(135deg, #cd7f32 0%, #deb887 100%);
}

.leaderboard_table table tbody tr:nth-child(3) td {
    color: #333;
    font-weight: 600;
}

@media (max-width: 767px) {
    .leaderboard_section {
        padding: 80px 0;
    }
    
    .col-lg-6, .col-lg-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .leaderboard_section .section_header h3 {
        font-size: 32px;
    }
    
    .leaderboard_section .section_header p {
        font-size: 16px;
    }
    
    .leaderboard_table table thead th {
        padding: 15px 10px;
        font-size: 14px;
    }
    
    .leaderboard_table table tbody td {
        padding: 12px 8px;
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .leaderboard_section .section_header h3 {
        font-size: 36px;
    }
}

/* Responsible Gaming Footer Styles */
.responsible_gaming_notice {
    background: #fff5f5;
    border: 2px solid #ff6b6b;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
}

.age_restriction {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background: #ff4757;
    padding: 8px 12px;
    border-radius: 20px;
    width: fit-content;
}

.age_icon {
    color: #fff;
    font-size: 20px;
    margin-right: 8px;
}

.age_text {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.responsible_text {
    margin-bottom: 20px;
}

.responsible_text p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 12px;
    font-family: "Poppins", sans-serif;
}

.responsible_text p strong {
    color: #ff4757;
    font-weight: 600;
}

.responsible_text a {
    color: #ff4757;
    font-weight: 600;
    text-decoration: none;
}

.responsible_text a:hover {
    text-decoration: underline;
}

.support_logos {
    display: flex;
    gap: 15px;
    align-items: center;
}

.support_logos a {
    display: block;
    transition: transform 0.3s ease;
}

.support_logos a:hover {
    transform: scale(1.05);
}

.support_logos img {
    height: 40px;
    width: auto;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .responsible_gaming_notice {
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .age_restriction {
        padding: 6px 10px;
    }
    
    .age_icon {
        font-size: 18px;
        margin-right: 6px;
    }
    
    .age_text {
        font-size: 14px;
    }
    
    .responsible_text p {
        font-size: 14px;
    }
    
    .support_logos {
        gap: 10px;
    }
    
    .support_logos img {
        height: 32px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .responsible_gaming_notice {
        padding: 18px;
    }
    
    .responsible_text p {
        font-size: 15px;
    }
    
    .support_logos img {
        height: 36px;
    }
}

/* Complete Adaptive Footer CSS */
.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #f6f6f6;
  position: relative;
  z-index: 0;
}

.footer .footer_top {
  padding-top: 135px;
  padding-bottom: 115px;
}

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

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

.col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
}

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

.col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
}

.col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.footer_widget {
    margin-bottom: 30px;
    word-wrap: break-word;
}

.footer .footer_top .footer_widget .address_text {
  font-size: 17px;
  font-weight: 420;
  color: #808080;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
}

.footer .footer_top .footer_widget .address_line {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer_top .footer_widget .address_line li {
  font-size: 17px;
  font-weight: 420;
  line-height: 42px;
  font-family: "Poppins", sans-serif;
  color: #808080;
  word-break: break-word;
}

.footer .footer_top .footer_widget .footer_title {
  font-size: 26px;
  font-weight: 520;
  color: #323232;
  text-transform: capitalize;
  margin-bottom: 38px;
  font-family: "Poppins", sans-serif;
  position: relative;
}

.footer .footer_top .footer_widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer_top .footer_widget ul li {
  color: #808080;
  font-size: 17px;
  line-height: 42px;
}

.footer .footer_top .footer_widget ul li a {
  color: #808080;
  font-weight: 420;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  word-break: break-word;
}

.footer .footer_top .footer_widget ul li a:hover {
  color: #eb5d32;
}

.footer_logo img {
    max-width: 150px;
    height: auto;
}

/* Responsible Gaming Styles */
.responsible_gaming_notice {
    background: #fff5f5;
    border: 2px solid #ff6b6b;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
    width: 100%;
    box-sizing: border-box;
}

.age_restriction {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background: #ff4757;
    padding: 8px 12px;
    border-radius: 20px;
    width: fit-content;
    max-width: 100%;
}

.age_icon {
    color: #fff;
    font-size: 20px;
    margin-right: 8px;
    flex-shrink: 0;
}

.age_text {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.responsible_text {
    margin-bottom: 20px;
}

.responsible_text p {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 12px;
    font-family: "Poppins", sans-serif;
    word-wrap: break-word;
}

.responsible_text p strong {
    color: #ff4757;
    font-weight: 600;
}

.responsible_text a {
    color: #ff4757;
    font-weight: 600;
    text-decoration: none;
    word-break: break-all;
}

.responsible_text a:hover {
    text-decoration: underline;
}

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

.support_logos a {
    display: block;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.support_logos a:hover {
    transform: scale(1.05);
}

.support_logos img {
    height: 40px;
    width: auto;
    max-width: 100px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.footer .copy-right_text {
  padding-bottom: 34px;
}

.footer .copy-right_text .copy_right {
  font-size: 16px;
  color: #939393;
  margin-bottom: 0;
  font-weight: 420;
}

.bordered_1px {
  border-top: 1px solid #e8e8e8;
  padding-bottom: 32px;
}

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

/* Responsive Design */
@media (max-width: 1199px) {
    .footer .footer_top {
        padding-top: 100px;
        padding-bottom: 80px;
    }
    
    .responsible_text p {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .col-xl-3, .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .footer .footer_top {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    
    .footer .footer_top .footer_widget .footer_title {
        font-size: 22px;
        margin-bottom: 25px;
    }
    
    .responsible_gaming_notice {
        padding: 15px;
    }
    
    .support_logos {
        gap: 10px;
    }
    
    .support_logos img {
        height: 35px;
    }
}

@media (max-width: 767px) {
    .col-xl-3, .col-md-6, .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .footer .footer_top {
        padding-top: 65px;
        padding-bottom: 32px;
    }
    
    .footer .footer_top .footer_widget {
        margin-bottom: 32px;
    }
    
    .footer .footer_top .footer_widget .footer_title {
        margin-bottom: 22px;
        font-size: 20px;
    }
    
    .footer .footer_top .footer_widget .footer_logo {
        margin-bottom: 22px;
    }
    
    .footer .copy-right_text .copy_right {
        font-size: 14px;
    }
    
    .responsible_gaming_notice {
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .age_restriction {
        padding: 6px 10px;
    }
    
    .age_icon {
        font-size: 18px;
        margin-right: 6px;
    }
    
    .age_text {
        font-size: 14px;
    }
    
    .responsible_text p {
        font-size: 13px;
    }
    
    .support_logos {
        gap: 8px;
        justify-content: flex-start;
    }
    
    .support_logos img {
        height: 30px;
        max-width: 80px;
    }
    
    .footer .footer_top .footer_widget .address_line li {
        font-size: 15px;
        line-height: 32px;
    }
    
    .footer .footer_top .footer_widget ul li {
        font-size: 15px;
        line-height: 32px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }
    
    .row {
        margin: 0 -10px;
    }
    
    .col-xl-3, .col-md-6, .col-lg-3, .col-xl-12 {
        padding: 0 10px;
    }
    
    .responsible_gaming_notice {
        padding: 12px;
    }
    
    .responsible_text p {
        font-size: 12px;
        line-height: 1.4;
    }
    
    .age_restriction {
        padding: 5px 8px;
    }
    
    .age_text {
        font-size: 12px;
    }
    
    .age_icon {
        font-size: 16px;
    }
    
    .support_logos img {
        height: 25px;
        max-width: 70px;
    }
    
    .footer .footer_top .footer_widget .footer_title {
        font-size: 18px;
    }
}

.age-modal {
    display: block !important;
    position: fixed !important;
    z-index: 99999 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.9) !important;
    backdrop-filter: blur(8px) !important;
}

.age-modal-content {
    background-color: #fff !important;
    margin: 8% auto !important;
    padding: 40px !important;
    border-radius: 15px !important;
    width: 90% !important;
    max-width: 500px !important;
    text-align: center !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4) !important;
    position: relative !important;
    animation: ageSlideIn 0.5s ease-out !important;
}

@keyframes ageSlideIn {
    from {
        transform: translateY(-80px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.age-icon-wrapper {
    margin-bottom: 25px !important;
}

.age-warning-icon {
    font-size: 70px !important;
    color: #ff4757 !important;
    background: #fff5f5 !important;
    padding: 25px !important;
    border-radius: 50% !important;
    border: 4px solid #ff4757 !important;
}

.age-modal-content h2 {
    color: #333 !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    font-family: "Poppins", sans-serif !important;
}

.age-modal-content p {
    color: #666 !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
    margin-bottom: 15px !important;
    font-family: "Poppins", sans-serif !important;
}

.age-button-wrapper {
    margin: 35px 0 25px 0 !important;
}

.age-confirm-btn {
    background: linear-gradient(135deg, #ff4757, #ff6b6b) !important;
    color: #fff !important;
    border: none !important;
    padding: 18px 45px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-family: "Poppins", sans-serif !important;
    box-shadow: 0 6px 20px rgba(255, 71, 87, 0.4) !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.age-confirm-btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(255, 71, 87, 0.5) !important;
    background: linear-gradient(135deg, #ff3742, #ff5757) !important;
}

.age-confirm-btn:active {
    transform: translateY(0) !important;
}

.age-footer-text {
    margin-top: 25px !important;
    padding-top: 25px !important;
    border-top: 2px solid #eee !important;
}

.age-footer-text small {
    color: #999 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    font-family: "Poppins", sans-serif !important;
}

/* Mobile responsive for age modal */
@media (max-width: 768px) {
    .age-modal-content {
        margin: 15% auto !important;
        padding: 30px 20px !important;
        width: 95% !important;
    }
    
    .age-warning-icon {
        font-size: 55px !important;
        padding: 20px !important;
    }
    
    .age-modal-content h2 {
        font-size: 26px !important;
    }
    
    .age-modal-content p {
        font-size: 16px !important;
    }
    
    .age-confirm-btn {
        padding: 15px 35px !important;
        font-size: 18px !important;
    }
}

@media (max-width: 480px) {
    .age-modal-content {
        margin: 20% auto !important;
        padding: 25px 15px !important;
        width: 95% !important;
    }
    
    .age-warning-icon {
        font-size: 45px !important;
        padding: 15px !important;
    }
    
    .age-modal-content h2 {
        font-size: 22px !important;
        margin-bottom: 15px !important;
    }
    
    .age-modal-content p {
        font-size: 15px !important;
        margin-bottom: 12px !important;
    }
    
    .age-confirm-btn {
        padding: 12px 30px !important;
        font-size: 16px !important;
    }
}

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

.age-verification-box {
    background: white;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    max-width: 450px;
    width: 90%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

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

.age-icon i {
    font-size: 60px;
    color: #ff4757;
}

.age-verification-box h2 {
    color: #333;
    font-size: 28px;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}

.age-verification-box p {
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-family: "Poppins", sans-serif;
}

.age-verify-btn {
    background: linear-gradient(45deg, #ff4757, #ff6b6b);
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    margin: 20px 0;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
}

.age-verify-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 71, 87, 0.4);
}

.age-disclaimer {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.age-disclaimer small {
    color: #999;
    font-size: 12px;
    line-height: 1.4;
}

@media (max-width: 480px) {
    .age-verification-box {
        padding: 30px 20px;
        width: 95%;
    }
    
    .age-icon i {
        font-size: 50px;
    }
    
    .age-verification-box h2 {
        font-size: 24px;
    }
    
    .age-verification-box p {
        font-size: 15px;
    }
    
    .age-verify-btn {
        padding: 12px 30px;
        font-size: 16px;
    }
}

.age-notice-section {
    background: #fff3f3;
    border-top: 4px solid #ff4757;
    border-bottom: 4px solid #ff4757;
    padding: 50px 0;
}

.notice-content {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.age-warning-badge {
    background: linear-gradient(135deg, #ff4757, #ff6b6b);
    color: white;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    min-width: 120px;
    box-shadow: 0 5px 15px rgba(255, 71, 87, 0.3);
    flex-shrink: 0;
}

.age-warning-badge i {
    font-size: 48px;
    display: block;
    margin-bottom: 8px;
}

.age-warning-badge span {
    font-size: 24px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.notice-text {
    flex: 1;
}

.notice-text h3 {
    color: #ff4757;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}

.notice-text p {
    color: #444;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}

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

@media (max-width: 768px) {
    .age-notice-section {
        padding: 40px 0;
    }
    
    .notice-content {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }
    
    .age-warning-badge {
        align-self: center;
        min-width: 100px;
        padding: 15px;
    }
    
    .age-warning-badge i {
        font-size: 40px;
    }
    
    .age-warning-badge span {
        font-size: 20px;
    }
    
    .notice-text h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .notice-text p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .age-notice-section {
        padding: 30px 0;
    }
    
    .notice-content {
        gap: 20px;
    }
    
    .age-warning-badge {
        padding: 12px;
    }
    
    .age-warning-badge i {
        font-size: 36px;
    }
    
    .age-warning-badge span {
        font-size: 18px;
    }
    
    .notice-text h3 {
        font-size: 22px;
    }
    
    .notice-text p {
        font-size: 14px;
    }
}

.game-container {
    padding: 120px 0 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
}

.game-header {
    text-align: center;
    margin-bottom: 40px;
}

.game-header h1 {
    color: white;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}

.points-display {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    padding: 12px 25px;
    border-radius: 25px;
    color: white;
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.points-display i {
    margin-right: 10px;
    font-size: 28px;
    color: #ffd700;
}

.slot-machine {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

.slot-display {
    background: #222;
    border-radius: 15px;
    padding: 20px;
    border: 4px solid #ffd700;
}

.slot-row {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.slot-row:last-child {
    margin-bottom: 0;
}

.slot-cell {
    width: 80px;
    height: 80px;
    background: white;
    border: 2px solid #ddd;
    border-radius: 8px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.slot-cell:hover {
    transform: scale(1.05);
}

.slot-cell img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.game-controls {
    text-align: center;
    margin-bottom: 30px;
}

.bet-controls {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.bet-btn {
    background: #ff4757;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bet-btn:hover {
    background: #ff3742;
    transform: scale(1.1);
}

.bet-display {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 0 20px;
    font-family: "Poppins", sans-serif;
}

.play-btn {
    background: linear-gradient(45deg, #28a745, #20c997);
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.play-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.4);
}

.play-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.game-result {
    background: white;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
}

.game-result.win {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
}

.game-result.lose {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
}

.game-result.spinning {
    background: linear-gradient(135deg, #ffc107, #fd7e14);
    color: white;
}

.result-content h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
}

.result-content p {
    font-size: 16px;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.spinning {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@media (max-width: 768px) {
    .game-container {
        padding: 100px 0 40px;
    }
    
    .game-header h1 {
        font-size: 32px;
    }
    
    .points-display {
        font-size: 20px;
        padding: 10px 20px;
    }
    
    .slot-machine {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .slot-cell {
        width: 60px;
        height: 60px;
        margin: 0 3px;
    }
    
    .slot-cell img {
        width: 45px;
        height: 45px;
    }
    
    .bet-controls {
        padding: 8px 15px;
        margin-bottom: 15px;
    }
    
    .bet-display {
        font-size: 16px;
        margin: 0 15px;
    }
    
    .play-btn {
        padding: 12px 30px;
        font-size: 18px;
    }
    
    .result-content h3 {
        font-size: 24px;
    }
    
    .result-content p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .slot-cell {
        width: 50px;
        height: 50px;
        margin: 0 2px;
    }
    
    .slot-cell img {
        width: 35px;
        height: 35px;
    }
    
    .game-header h1 {
        font-size: 28px;
    }
    
    .points-display {
        font-size: 18px;
    }
}

/* About Page Specific Styles */
/* TODO: organize this better later */

.about-main-section {
    margin-top: 90px;
    padding: 80px 0;
    background: #ffffff;
}

.about-hero-area {
    padding: 60px 0;
}

.about-hero-content h1 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
}

.about-hero-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.about-hero-image {
    text-align: center;
}

.about-hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

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

/* Story section styles */
.story-content-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.story-text-block {
    background: white;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.story-text-block h2 {
    font-size: 36px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

.story-text-block h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 40px 0 20px 0;
    font-family: "Poppins", sans-serif;
}

.story-text-block p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    text-align: justify;
}

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

/* Values section - using different comment style */
// Team values section styling
.team-values-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

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

.values-header h2 {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}

.values-header p {
    font-size: 18px;
    color: #ffffff;
    opacity: 0.9;
    font-family: "Poppins", sans-serif;
}

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

.value-card {
    background: rgba(255, 255, 255, 0.15);
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
}

.value-card:hover {
    transform: translateY(-10px);
}

.value-icon {
    margin-bottom: 25px;
}

.value-card i {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 20px;
}

.value-card h4 {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}

.value-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
    font-family: "Poppins", sans-serif;
}

.contact-info-section {
    padding: 100px 0;
    background: #fff;
}

.contact-content h2 {
    font-size: 38px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    font-family: "Poppins", sans-serif;
}

.contact-content p {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
    font-family: "Poppins", sans-serif;
}

.contact-details {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 40px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-item i {
    font-size: 24px;
    color: #667eea;
}

.contact-item span {
    font-size: 16px;
    color: #555;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.join-btn {
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease;
    display: inline-block;
}

.join-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    color: white;
}

@media (max-width: 991px) {
    .col-lg-6, .col-lg-4, .col-lg-8 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .about-hero-content {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .about-hero-content h1 {
        font-size: 36px;
    }
    
    .story-text-block {
        padding: 35px;
    }
    
    .contact-details {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .about-main-section {
        padding: 60px 0;
    }
    
    .about-hero-content h1 {
        font-size: 28px;
    }
    
    .about-hero-content p {
        font-size: 16px;
    }
    
    .story-content-section {
        padding: 80px 0;
    }
    
    .story-text-block {
        padding: 25px;
    }
    
    .story-text-block h2 {
        font-size: 28px;
    }
    
    .story-text-block h3 {
        font-size: 20px;
    }
    
    .story-text-block p {
        font-size: 15px;
        text-align: left;
    }
    
    .team-values-section {
        padding: 80px 0;
    }
    
    .values-header h2 {
        font-size: 32px;
    }
    
    .values-header p {
        font-size: 16px;
    }
    
    .value-card {
        padding: 30px 20px;
    }
    
    .value-card h4 {
        font-size: 20px;
    }
    
    .value-card p {
        font-size: 15px;
    }
    
    .contact-info-section {
        padding: 80px 0;
    }
    
    .contact-content h2 {
        font-size: 28px;
    }
    
    .contact-content p {
        font-size: 16px;
    }
    
    .join-btn {
        padding: 12px 30px;
        font-size: 16px;
    }
}

/* trying different approach for tablets */
@media (min-width: 768px) and (max-width: 991px) {
    .about-hero-content h1 {
        font-size: 34px;
    }
    
    .story-text-block h2 {
        font-size: 32px;
    }
    
    .values-header h2 {
        font-size: 36px;
    }
    
    .contact-content h2 {
        font-size: 34px;
    }
}

/* CSS Additions for Privacy, Terms & Play Responsibly Pages */
/* TODO: clean this up later */

.sample-text-area {
  padding: 100px 0px; 
  margin-top: 90px;
}

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

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

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

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

.sample-text-area p sup {
  color: #3fcaff;
  font-style: italic; 
}

.sample-text-area p sub {
  color: #3fcaff;
  font-style: italic; 
}

.sample-text-area p del {
  color: #3fcaff; 
}

.sample-text-area p u {
  color: #3fcaff; 
}

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

.main_title h2 {
  font-size: 72px;
  color: #3fcaff;
  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; 
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px; 
}

/* Typography for legal pages */
h1 {
  font-size: 36px; 
}

h2 {
  font-size: 30px; 
}

h3 {
  font-size: 24px; 
}

h4 {
  font-size: 18px; 
}

h5 {
  font-size: 16px; 
}

h6 {
  font-size: 14px; 
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600; 
}

body {
  line-height: 24px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #777777; 
}

/* Responsive styles for legal pages */
@media (max-width: 767px) {
  .sample-text-area {
    padding: 70px 0 70px 0; 
    margin-top: 70px;
  }
  
  .main_title {
    margin-bottom: 30px; 
  }
  
  .main_title h2 {
    font-size: 40px; 
  }
  
  .main_title h1 {
    font-size: 28px;
  }
  
  .main_title p {
    font-size: 13px;
    padding: 0 15px;
  }
}

@media (max-width: 575px) {
  .sample-text-area {
    padding: 70px 0 70px 0; 
  }
  
  .main_title {
    margin-bottom: 30px; 
  }
  
  .main_title h2 {
    font-size: 40px; 
  }
  
  .main_title h1 {
    font-size: 26px;
  }
  
  h3 {
    font-size: 20px;
  }
  
  h4 {
    font-size: 17px;
  }
  
  h5 {
    font-size: 15px;
  }
  
  h6 {
    font-size: 13px;
  }
}

// Additional mobile styles for better readability
@media (min-width: 320px) and (max-width: 480px) {
  .main_title {
    margin-bottom: 30px; 
  }
  
  .main_title h2 {
    font-size: 40px; 
  }
  
  .main_title h1 {
    font-size: 24px;
  }
  
  .sample-text-area p {
    line-height: 24px;
    font-size: 14px;
  }
}

/* Additional styling for better content readability */
.sample-text h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #333;
}

.sample-text h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #444;
}

.sample-text h5 {
  margin-top: 25px;
  margin-bottom: 12px;
  color: #555;
}

.sample-text h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #666;
}

.sample-text p {
  margin-bottom: 15px;
  color: #777;
  text-align: justify;
}

/* trying different approach for content spacing */
.sample-text p:last-child {
  margin-bottom: 0;
  font-style: italic;
  color: #999;
  text-align: center;
  margin-top: 40px;
}

/* Legal pages specific enhancements */
.col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}

/* Better text formatting for legal content */
.sample-text-area .sample-text p {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 1.7;
}

@media (min-width: 768px) and (max-width: 991px) {
    .main_title h2 {
        font-size: 55px;
    }
    
    .main_title h1 {
        font-size: 32px;
    }
    
    .sample-text-area {
        padding: 85px 0;
    }
}