body {
	margin: 0;
	font-family: Arial, sans-serif;
	line-height: 1.6;
}
header, footer {
	background: #333;
	color: white;
	padding: 1em;
	text-align: center;
}
.menu {
	background-color: #333333;
	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%, rgba(91, 21, 55, 1) 0.1%, rgba(0, 0, 0, 1) 100.2%);
	text-align: center;
	font-family: open sans, sans-serif;
	color: #000 !important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-size: 18px;
	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: #f7fff8;
}
.content {
	padding: 20px;
	background: #ffffff;
}
.footer-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
	padding: 1em 0;
}
.footer-tab {
	background: #444;
	color: white;
	padding: 0.5em 1em;
	border-radius: 4px;
	text-decoration: none;
}
.disclaimer {
	font-size: 0.8em;
	margin-top: 1em;
}
.whatsapp-btn {
	display: inline-block;
	padding: 8px 12px;
	background: #1f7672;
	color: white;
	border-radius: 5px;
	text-decoration: none;
	margin-top: 10px;
}
.call-btn {
	display: inline-block;
	padding: 8px 12px;
	background: #877272;
	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: #872002;
}
.lcol a, .rcol a {
	display: block;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.rcol {
	background-color: #294a2d;
}
