body {
	margin: 0;
	font-family: Arial, sans-serif;
	line-height: 1.6;
}
header, footer {
	background: #000000;
	color: white;
	padding: 1em;
	text-align: center;
}
.menu {
	background-color: #6d036b;
	overflow: hidden;
	padding-left:5%;
	float: none;
}
.menu a {
	float: left;
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
.menu a:hover {
	background-color: #ddd;
	color: black;
}
.menu .icon {
	display: none;
}
 @media screen and (max-width: 600px) {
 .menu a:not(:first-child) {
display: none;
}
 .menu a.icon {
 float: right;
 display: block;
}
}
 @media screen and (max-width: 600px) {
 .menu.responsive {
position: relative;
}
 .menu.responsive a.icon {
 position: absolute;
 right: 0;
 top: 0;
}
 .menu.responsive a {
 float: none;
 display: block;
 text-align: left;
}
}
.banner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.banner img {
	width: 100%;
	height: auto;
	display: block;
}
.banner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
	border-radius: 8px;
	text-align: center;
}
.main-title {
	padding: 10px;
	background-image: radial-gradient(circle 1192px at 21.5% 49.5%, rgb(0 0 0) 0.1%, rgba(0, 0, 0, 1) 100.2%);
	text-align: center;
	font-family: open sans, sans-serif;
	color: #000 !important
}
.h1, .h2 {
	font-size: 18px;
	color: #6d036b;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 1000
}

.h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-size: 15px;
	color: #6d036b;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 1000
}

table { width: 100%; max-width: 600px; margin: auto; border-collapse: collapse; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
    th, td { border: 1px solid #ddd; padding: 12px; text-align: center; }
    th { background-color: #f2f2f2; }
.bnr-text-1 {
	text-align: center;
	font-family: open sans;
	font-weight: 700;
	display: block;
	font-size: 30px;
	color: #ffa700 !important;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #000
}
.bnr-text-2 {
	text-align: center;
	font-family: open sans;
	font-weight: 700;
	display: block;
	font-size: 20px;
	color: #fff !important;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #000
}
.bnr-txt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 20px;
	min-height: 350px
}
.ads {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	padding: 20px;
}
.ad {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 5px;
	background: #f9f9f9;
}
.ad img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}
.faq {
	padding: 20px;
	background: #ffffff;
}
.content {
	padding: 20px;
	background: #eee;
}
.footer-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
	padding: 1em 0;
}
.footer-tab {
	background: #6d036b;
	color: white;
	padding: 0.5em 1em;
	border-radius: 4px;
	text-decoration: none;
}
.disclaimer {
	font-size: 1em;
	margin-top: 1em;
	width: 80%;
	text-align:justify;
	margin-left: auto;
  margin-right: auto;
}
.whatsapp-btn {
	display: inline-block;
	padding: 8px 12px;
	background: #29613e;
	color: white;
	border-radius: 5px;
	text-decoration: none;
	margin-top: 10px;
}
.call-btn {
	display: inline-block;
	padding: 8px 12px;
	background: #000000;
	color: white;
	border-radius: 5px;
	text-decoration: none;
	margin-top: 10px;
}
 @media (max-width: 600px) {
 nav {
flex-direction: column;
align-items: center;
}
 .banner-text {
padding: 10px;
font-size: 1rem;
}
}
.nowcalling {
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
}
.lcol, .rcol {
	float: left;
	width: 50%;
}
.lcol {
	background-color: #0100a2;
}
.lcol a, .rcol a {
	display: block;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.rcol {
	background-color: #006526;
}

button {
    padding: 15px 30px;
    margin: 15px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s ease;
}

.enter-btn {
    background-color: #7c0467;
    color: #fff;
}

.enter-btn:hover {
    background-color: #ff1a8c;
}

.exit-btn {
    background-color: #5e0091;
    color: #fff;
}

.exit-btn:hover {
    background-color: #777;
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0;
}
.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.w-col-12 {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .w-row {
        margin-left: 0;
        margin-right: 0;
    }
    .w-col {
        width: 100%;
        left: auto;
        right: auto;
    }
}
@media screen and (max-width: 479px) {
    .w-col {
        width: 100%;
    }
}

/*! CSS Used from: Embedded */
.label {
    padding: 0.2em 0.6em 0.3em;
    font-weight: 700;
    line-height: 2.2;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: 0.25em;
    margin: 5px;
}
.label a {
    color: #fff;
    font-size: 13px;
}
.label-default {
    background-color: #f1a6a6;
}
.label-info {
    background-color: #98c7d6;
}
.label-warning {
    background-color: #aa849a;
}
.label-danger {
    background-color: #958aca91;
}
.label-success {
    background-color: #a2cea2;
}
.label-primary {
    background-color: #8fbde4;
}

.cookie-bar{position:fixed;bottom:50px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#0b0616,#130027);padding:14px 18px;border-radius:14px;box-shadow:0 0 25px rgba(255,0,121,.35);display:flex;align-items:center;gap:18px;z-index:7777;border:1px solid rgba(255,0,121,.35);max-width:750px;width:calc(100% - 20px);animation:cookieSlide .5s ease}
.cookie-bar p{margin:0;font-size:14px;color:#d7cfff}
.cookie-bar button{background:linear-gradient(135deg,#ff0079,#ff4db2);border:none;color:#fff;padding:9px 18px;border-radius:22px;font-weight:600;cursor:pointer;transition:.3s;white-space:nowrap;box-shadow:0 0 12px rgba(255,0,121,.6)}
.cookie-bar button:hover{transform:translateY(-1px);box-shadow:0 0 18px rgba(255,0,121,.9)}
@media(max-width:768px){
.cookie-bar{left:10px;right:10px;transform:none;flex-direction:column;align-items:stretch;gap:10px;text-align:center}
.cookie-bar button{width:100%}
}
@keyframes cookieSlide{
from{opacity:0;transform:translate(-50%,30px)}
to{opacity:1;transform:translate(-50%,0)}
}
.hero-select-box{max-width:920px;margin:30px auto;text-align:center}
.hero-select-subtitle{color:#d4af37;font-size:16px;margin-bottom:12px;font-weight:500}
.hero-select-wrapper{position:relative}
.hero-city-select{width:100%;padding:16px 48px 16px 22px;border-radius:40px;border:1px solid rgba(212,175,55,.35);background:rgba(0,0,0,.55);color:#fff;font-size:16px;outline:0;appearance:none;transition:.25s;}
.hero-city-select:focus,.hero-city-select:hover{border-color:#c20a62;background:#000}
.hero-select-wrapper::after{content:"";position:absolute;right:10px;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%}
.hero-select-wrapper::before{content:"";position:absolute;right:22px;top:50%;transform:translateY(-35%) rotate(45deg);width:8px;height:8px;border-right:2px solid #d4af37;border-bottom:2px solid #d4af37}
.hero p{margin-top:18px;font-size:14px;color:#fff}
.hero p a{color:#c20a62;text-decoration:none}