@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
	padding: 0;
	margin: 0;
}

body {
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif !important;
}

html,
body {
	overflow-x: hidden;
}

img, video {
	width: 100%;
}

a:hover {
	text-decoration: none;
}

@font-face {
	font-family: shield;
	src: url(../shield/Shield.otf);
}
label.error {
  color: red;
  font-size: 14px;
  margin-top: 5px;
  display: block;
}
input.valid {
  border: 2px solid green;
}
input.error {
  border: 2px solid red;
}
.theme_heading {
    font-family: shield;
    font-size: 40px;
    margin-bottom: 20px;
}
.theme_peragraph {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 0px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	max-width: 1230px !important;
}

header {
	background: #000;
	padding: 10px 0px;
}

a.head_logo img {
	width: 30%;
}

.head_nav a {
	color: white !important;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	padding: 0px 12px !important;
}

header .row {
	align-items: center;
}

.head_nav nav {
	padding: 0px !important;
}

.head_nav div#navbarNav {
	text-align: right;
	justify-content: end;
}

.head_nav li.nav-item.active a {
	color: #00B74F !important;
}

.head_nav li.nav-item a:hover {
	color: #00B74F !important;
}

header ul.navbar-nav li:last-child {
	background: #00B74F;
	padding: 8px 20px !important;
	border-radius: 50px;
}

header ul.navbar-nav li:last-child a {
	font-size: 16px;
}

header ul.navbar-nav li:last-child:hover {
	background: yellow;
}

header ul.navbar-nav li:last-child:hover a,
header ul.navbar-nav li:last-child a:hover {
	color: #000 !important;
}

ul.navbar-nav {
	align-items: center;
}

section.home_bnn video {
	width: 100%;
	height: 550px;
	object-fit: cover;
	/* crop & fill */
	/* other options: contain, fill, scale-down */
}



section.home_bnn:after {
	content: '';
	background: #00000078;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
}

.home_bnn_txt {
	text-align: center;
}

.home_bnn_contn {
	z-index: 999;
	position: relative;
	top: -400px;
}

.home_bnn_txt h1 {
	color: white !important;
	font-family: 'shield';
	margin-bottom: 10px;
	font-size: 50px;
	text-shadow: 1px 1px #000000;
}

.home_bnn_txt p {
	color: white !important;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-size: 28px;
	text-shadow: 1px 1px #000000;
}

.search_form_box {
	background: #00B74F !important;
	padding: 50px 30px 40px;
	border-radius: 12px;
	display: flex;
	justify-content: center; 
	position: relative;
	margin-top: -80px;
}

.search_form_box form {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
	font-family: "Open Sans", sans-serif !important;
}
input[type="time"]::before {
    content: attr(placeholder);
    color: #ffffff;
    position: absolute;
    background: #00b14f;
}
input[type="time"]:focus::before,
input[type="time"]:valid::before {
  content: "";
}
section.seachform_sec .container {
	max-width: 1050px !important;
}

.search_form_box .search-btn:hover {
	background: black !important;
	color: white !important;
}

.search_form_box .form-group {
	position: relative;
	margin-bottom: 0px;
}

.search_form_box .floating-label {
	position: absolute;
	top: -10px;
	left: 20px;
	background: #00B74F;
	padding: 0 8px;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.search_form_box select,
.search_form_box input[type="date"],
.search_form_box input[type="time"],
.search_form_box #bookingDate{
    width: 250px;
    padding: 10px 15px;
    border: 2px solid white !important;
    border-radius: 30px;
    background: #00b14f;
    color: white;
    font-size: 14px;
    outline: none;
    height: 45px;
}

.search_form_box select option {
	color: rgb(0, 0, 0);
	background: #ffffff;
}

.search_form_box .search-btn {
	background: white;
	color: #00b14f;
	font-weight: bold;
	padding: 12px 25px;
	border: none;
	border-radius: 30px;
	cursor: pointer;
	font-size: 14px;
}

.search_form_box .search-btn:hover {
	background: #f0f0f0;
}

.search_form_box .loc_filed select {
	width: 310px;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
	filter: invert(1);
	/* turns black → white */
	cursor: pointer;
}

section.what_offer {
	margin: 50px 0px;
}

.what_slider_box {
	position: relative;
	margin-right: 20px;
	height: 430px !important;
}

.what_slider {
	margin-left: 90px;
}

.what_slider_box:after {
	content: '';
	background: #00000057;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
}

.what_txt h2 {
	font-family: shield;
	font-size: 40px;
	margin-bottom: 20px;
}

.what_txt p {
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 35px;
}

.what_bgimg img {
	width: 100%;
	height: 430px;
	object-fit: cover;
}

.what_boxtxt {
	margin-top: -48%;
	padding: 0px 25px;
	z-index: 999;
	position: relative;
}

.what_boxtxt h4 {
	color: #FCFC01;
	font-size: 21px;
	font-family: 'shield';
}

.what_boxtxt p {
	color: white;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.what_btnbox a {
	background: #ffffff;
	padding: 14px 20px;
	border-radius: 50px;
	color: #000000;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}

.what_btnbox a:hover {
	background-color: #FCFC01;
	color: black;
	text-decoration: none;
}

.what_btnbox {
	margin: 20px 0px 30px;
}


section.cta_sec {
    padding: 120px 50px;
    text-align: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    margin-top: 50px;
}

section.cta_sec:after {
	content: '';
	background-color: #0000004d;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
}

section.cta_sec .container {
	position: relative;
	z-index: 999;
}

section.cta_sec h3 {
	font-family: shield;
	color: white;
	font-size: 40px;
	margin-bottom: 50px;
}

.green_btn {
	background: #00B74F;
	padding: 15px 30px;
	border-radius: 10px;
	color: white;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	border: none;
}

.green_btn:hover {
	text-decoration: none;
	background-color: yellow;
	color: black;
}

footer {
	background: #000;
	margin-top: 15px;
	padding: 60px 0px 20px;
}

.fotlogo_col img {
	width: 50%;
}

footer h3 {
	color: white;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 700;
}

footer h3:after {
	content: '';
	background: #00B74F;
	width: 70px;
	height: 3px !important;
	position: relative;
	display: block;
	margin: 12px 0px 30px;
}

footer ul {
	list-style: none;
}

footer ul a {
	font-family: "Open Sans", sans-serif !important;
	color: white;
	font-size: 14px;
	font-weight: 600;
}

footer ul a:hover,
.fot_condetails a:hover,
.social_col a:hover {
	text-decoration: none !important;
	color: #00B74F;
}

footer ul li {
	padding-bottom: 15px;
}

.fot_condetails strong {
	color: white !important;
	font-size: 14px;
	display: block;
	padding-bottom: 10px;
}

.fot_condetails a {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 14px;
	color: white;
	margin-bottom: 15px;
}

.foot_top {
	padding-bottom: 40px;
}

.copy_col p {
	color: white;
	margin-bottom: 0px;
}

.social_col {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: flex-end;
}

.social_col a {
	color: #fff;
}


.slider-wrapper {
	position: relative;
}

.custom-arrows {
	position: absolute;
	top: -60px;
	right: 20px;
	display: flex;
	gap: 10px;
	margin-right: 20px;
}

.custom-arrows button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: none;
	background: black;
	color: white;
	cursor: pointer;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-arrows button:hover {
	background: #00B74F;
}


.tx_boxcol {
	border: 2px solid #00b74f;
	border-radius: 10px;
	padding: 30px 30px 20px;
	height: 170px;
}

.tx_boxcol img {
	filter: invert(1);
	width: 60px;
	padding-bottom: 20px;
}

.tx_boxcol p {
	font-weight: 600;
	font-size: 20px;
}

section.tx_box .row {
	gap: 30px;
}

section.tx_box .row .col-md-4 {
	max-width: 31.7%;
}

section.tx_box .col-md-4:nth-child(2) img {
	filter: none;
}

section.simu_sec {
	margin-top: 50px;
}

section.simu_sec .container {
	margin-bottom: 50px;
}

.si_con1 {
	text-align: center;
}

section.simu_sec h3 {
	font-family: shield;
	font-size: 40px;
	margin-bottom: 20px;
}

section.simu_sec p {
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 0px;
}

img#left_imgani {
	position: absolute;
	width: 150px !important;
	left: -5%;
	height: 130px !important;
	top: -10%;
}

img#right_imgani {
	position: absolute;
	width: 150px !important;
	right: -5%;
	height: 130px !important;
	top: -10%;
}

.si_con2 p,
.si_con3 p,
.si_con4 p {
	padding: 15px 0px 50px;
}

section.simu_sec img {
	height: 330px;
	object-fit: cover;
	border-radius: 15px;
}

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

section.join_events h3 {
	font-family: shield;
	font-size: 40px;
	margin-bottom: 20px;
}

section.join_events strong {
	font-size: 20px;
	font-weight: 600;
}

section.join_events p {
	font-weight: 600;
	font-size: 16px;
	padding: 15px 0px 20px;
}

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

section.join_events {
	padding-top: 20px !important;
}

section.join_events .row {
	background: #F2F2F2;
	border-radius: 15px;
}

.joinimg {
	padding-right: 0px !important;
}

.joinimg img {
	border-radius: 0px 15px 15px 0px;
}

.joingcon {
	padding: 20px 50px !important;
}

section.tech_slider_sec {
	margin: 60px 0px 50px;
	text-align: center;
}



section.tech_slider_sec h3 {
	font-family: shield;
	font-size: 40px;
	margin-bottom: 20px;
}

section.tech_slider_sec h3 {
	font-family: shield;
	font-size: 40px;
	margin-bottom: 20px;
}

section.tech_slider_sec p {
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 30px;
}

section.tech_slider_sec img {
	border-radius: 15px;
}

.tech_slid_img {
	margin-right: 20px !important;
}

.tech_slider {
	margin-left: 90px;
}

.tech_slider_sec .custom-arrowssec button {
	background-color: #00B74F !important;
}

.tech_slider_sec .custom-arrowssec button:hover {
	background-color: #000000 !important;
}

.tech_slider_sec .custom-arrowssec {
	top: 42%;
	z-index: 999;
}

.tech_slider_sec button.prev.slick-arrow {
	position: relative;
	left: -1150px;
}

.custom-arrowssec {
	position: absolute;
	top: -60px;
	right: 20px;
	display: flex;
	gap: 10px;
	margin-right: 20px;
}

.custom-arrowssec button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: none;
	background: black;
	color: white;
	cursor: pointer;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-arrowssec button:hover {
	background: #00B74F;
}

button.navbar-toggler {
	display: none !important;
}


.booking-wrapper { background: #eafaf0; padding: 0; border-radius: 8px; }
.category-btn { border: 1px solid #00b74f; border-radius: 25px; padding: 8px 20px; margin: 5px; background: white; font-weight: 500; }
.category-btn.active { background: #00b74f; color: #fff; }
.legend span { margin-right: 15px; font-size: 19px; font-weight: 500; }
.legend .dot { height: 15px; width: 15px; border-radius: 50%; display: inline-block; margin-right: 5px; }
.slots-box { background: #fff; border: 1px solid #ddd; border-radius: 6px; margin-bottom: 20px; }
.slots-header { background: #00b74f; color: #fff; text-align: center; padding: 10px; font-weight: bold; border-top-left-radius: 6px; border-top-right-radius: 6px; }
.slot-col { padding: 15px; border-right: 1px solid #ddd; }
.slot-col:last-child { border-right: none; }
.slot-time:hover { background: #00b74f; color: #fff; }
.slot-time.active { background: #00b74f; color: #fff; }
.book-btn { border: none; }
.slot-time {
display: inline-block;
margin: 5px;
padding: 6px 12px;
border: 1px solid #00b74f;
border-radius: 5px;
color: #00b74f;
cursor: pointer;
width: 62px;
height: 32px;
font-size: 12px;
font-weight: 600;
}
.slots-box .col-md-4:last-child {
padding-right: 30px;
}
.slots-box .col-md-4:first-child {
padding-left: 30px;
}
.slot-col h6 {
font-weight: 600;
}
.slot-col p {
font-size: 15px;
}
.calendar-icon {
position: absolute;
right: 15px;
top: 48px;
color: #00b74f;
pointer-events: none; /* don’t block clicking input */
}
section.simu_booking_form {
background: #eafaf0;
padding-top: 0px;
margin-bottom: 50px;
}
section.simu_booking_form .form-group label b {
font-size: 22px;
}
.formbook_box {
text-align: right;
}
.category-btnn {
border: 1px solid #00b74f;
border-radius: 25px;
padding: 8px 20px;
margin: 5px;
background: white;
font-weight: 500;
color: #000;
}
.category-btnn:hover {
background: #00b74f;
color: #fff;
text-decoration: none;
}
section.bo_bottm_sec {
margin-bottom: 50px;
}
.bo_bottm_col1 {
text-align: center;
}
.bo_bottm_col1 video {
width: 100%;
}
.bo_bottm_col2 {
margin: 50px 0px;
}
.bo_bottm_col2 .row {
background: #F2F2F2;
border-radius: 15px;
align-items: center;
}
.bo_bottm_col2 img {
border-radius: 15px 0px 0px 15px;
}
.bo_bottm_col3 {
margin: 0px 0px 30px;
}
.bo_bottm_col3 .row {
background: #F2F2F2;
border-radius: 15px;
align-items: center;
}
.bo_bottm_col3 img {
border-radius: 0px 15px 15px 0px;
}
section.inner_bann {
padding: 100px 0px;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
position: relative;
text-align: center;
}
section.inner_bann:after {
content: '';
background-color: #00000069;
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
bottom: 0px;
}
section.inner_bann .container {
position: relative;
z-index: 999;
}
section.inner_bann h1 {
color: #fff;
font-family: shield;
margin-bottom: 15px;
}
section.inner_bann p {
color: #FCFC01;
font-size: 20px;
}
.inst_simu_sec .si_con4 img {
height: 400px;
}
.inst_simu_sec {
margin: 80px 0px 80px !important;
}
.ipo_simu_sec {
margin: 80px 0px !important;
}
.ipo_simu_sec p {
padding: 0px !important;
}
.ipo_simu_sec img {
width: auto !important;
}
.ipo_slider_sec {
margin: 20px 0px 50px;
}
section.ipo_slider_sec h3 {
font-size: 30px !important;
}
.ipo_slider img {
height: auto !important;
object-fit: cover;
border-radius: 20px;
}
section.ipo_3xbox_sec {
background: #F2F2F2;
padding: 50px 0px;
}
span.nu_cir {
background: #00B74F;
width: 60px;
display: flex;
height: 60px;
border-radius: 50px;
align-items: center;
justify-content: center;
color: white;
font-weight: 600;
position: absolute;
left: 0px;
top: -21px;
}
.ipo_3xbox {
background: white;
border-radius: 15px;
}
.ipo_3xbox img {
height: 250px;
object-fit: cover;
border-radius: 10px;
}
.ipo_3xbox_con {
padding: 20px;
}
.ipo_3xbox_con h4 {
font-family: shield;
margin-bottom: 10px;
font-size: 28px;
}
.ipo_3xbox_con p {
font-weight: 600;
font-size: 15px;
margin-bottom: 10px;
}
.auth-container {
margin: 50px auto;
box-shadow: 0 4px 15px rgba(0,0,0,0.2);
border-radius: 10px;
overflow: hidden;
background: #fff;
}
.auth-image {
background: url("../images/md2.jpg") no-repeat center center/cover;
color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
padding: 30px;
}
.auth-image:after {
content: '';
background: #0000007a;
position: absolute;
width: 100%;
height: 100%;
top: 0;
}
.auth-image h2 {
position: relative;
z-index: 999;
font-family: shield;
font-size: 40px;
margin-bottom: 20px;
}
.auth-image button {
/* background: transparent;
border: 2px solid #fff;
color: #fff;
padding: 8px 25px;
border-radius: 25px;
font-weight: 600;
cursor: pointer;
transition: 0.3s; */
border: none;
z-index: 999;
}
/* .auth-image button:hover {
background: #00b74f;
border-color: #00b74f;
} */
.form-control {
border-radius: 6px;
}
.btn-green {
background: #00b74f;
color: #fff;
font-weight: 600;
border-radius: 6px;
}
.btn-green:hover {
background: #218838;
}
div#login-form img {
width: 25px;
}
div#login-form .btn {
font-weight: 600;
}
div#login-form label, div#forgot-form label {
font-weight: 500;
}
div#login-form button.green_btn {
width: 100%;
border: none;
}
a#switchToSignUp, a#forgotLink, a#switchToLogin, a#backToLogin {
font-weight: 600;
color: black;
}
div#signup-form label {
font-weight: 500;
}
div#signup-form button.green_btn, div#forgot-form button.green_btn {
width: 100%;
border: none;
}
a#backToLogin {
display: block;
margin-top: 20px;
}


.toggle-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	gap: 10px;
}

.toggle-container span {
	font-weight: bold;
}

.toggle-btn {
	width: 50px;
	height: 26px;
	background: #e0e0e0;
	border-radius: 15px;
	position: relative;
	cursor: pointer;
}

.toggle-btn::before {
	content: "";
	width: 22px;
	height: 22px;
	background: #00b74f;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
	transition: 0.3s;
}

.toggle-btn.active {
	background: #c8e6c9;
}

.toggle-btn.active::before {
	left: 26px;
}

.pricing-section {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	max-width: 1100px;
	margin: auto;
}

.plan {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 25px;
	background: #fff;
	text-align: left;
	transition: 0.3s;
}

.plan {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 25px;
	background: #fff;
	text-align: left;
	transition: 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.plan.highlight,
.plan:hover {
	border: 1px solid #00b74f;
	background: #00b74f;
}

.plan.highlight,
.plan.highlight h3 span,
.plan.highlight h3,
.plan.highlight h2,
.plan:hover,
.plan:hover h3 span,
.plan:hover h3,
.plan:hover h2 {
	color: #ffffff !important;
}

.plan.highlight ul li::before,
.plan:hover ul li::before {
	color: #00b74f !important;
	background: #ffffff !important;
}

.plan.highlight button,
.plan:hover button {
	background: #ffffff !important;
	color: #00b74f !important;
	font-weight: 600 !important;
}

.plan h2 {
	color: #212529;
	font-family: shield;
	font-size: 25px;
	margin-bottom: 20px;
}

.plan h3 {
	margin: 0;
	font-size: 25px;
	color: #00b74f;
	font-weight: 700;
	margin-bottom: 20px;
}

.plan h3 span {
	font-size: 14px;
	color: #555;
}

.plan ul {
	margin: 15px 0;
	padding: 0;
	list-style: none;
}

.plan ul li {
	margin: 0px 0px 15px;
	position: relative;
	padding-left: 25px;
	font-size: 14px;
	font-weight: 500;
}

.plan ul li::before {
	content: "✔";
	color: #ffffff;
	position: absolute;
	left: 0;
	background: #00b74f;
	width: 18px;
	height: 18px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	font-size: 12px;
	justify-content: center;
	top: 5px;
}

.plan button {
	margin-top: auto;
	display: block;
	width: 100%;
	padding: 12px;
	background: #00b74f;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	cursor: pointer;
	transition: 0.3s;
}

.plan button:hover {
	background: #009624;
}

/* Hide yearly by default */
#yearly {
	display: none;
}


section.event_cont img {
	border-radius: 10px;
}

ul.eventtype_list {
	padding-top: 15px !important;
}

ul.eventtype_list p {
	font-size: 15px;
	margin-bottom: 10px;
	color: black;
}

ul.eventtype_list li {
	margin-left: 25px;
}

ul.eventtype_list li {
	margin-left: 25px;
	color: #00b74f;
}

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


.pricing-table {
	width: 100%;
	border-collapse: collapse;
	margin: auto;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.pricing-table th,
.pricing-table td {
	border: 1px solid #ddd;
	padding: 15px;
	text-align: center;
}

.pricing-table th {
	background: #00b74f;
	color: #fff;
	font-size: 16px;
}

.pricing-table td {
	font-size: 15px;
}

.pricing-table tr:nth-child(even) {
	background: #f9f9f9;
}

.pricing-table tr:hover {
	background: #f1f1f1;
}

section.event_form {
	background: url('../images/innerbanner.jpg') !important;
	padding: 50px 0px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	position: relative;
	text-align: center;
}

section.event_form:after {
	content: '';
	background-color: #000000b3;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	bottom: 0px;
}

section.event_form .container {
	position: relative;
	z-index: 999;
}

section.event_form h3 {
	color: #fff;
	font-family: shield;
	margin-bottom: 15px;
}

section.event_form p {
	color: #ffffff;
	font-size: 20px;
}

.eventform-container {
	max-width: 900px;
	margin: auto;
	background: rgba(0, 0, 0, 0.6);
	padding: 30px;
	border-radius: 10px;
}

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

.eventform-container .form-group {
	flex: 1;
	display: flex;
	flex-direction: column;
	margin-bottom: 0px;
}

.eventform-container label {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #ddd;
	text-align: left;
}

.eventform-container input,
.eventform-container select,
.eventform-container textarea {
	padding: 12px;
	border: 1px solid #fff;
	border-radius: 6px;
	background: transparent;
	color: white;
	font-size: 15px;
}

.eventform-container input::placeholder,
.eventform-container textarea::placeholder {
	color: #bbb;
}

.eventform-container textarea {
	min-height: 100px;
	resize: vertical;
}

.submit-btn {
	border: none;
	display: block;
	margin-top: 20px;
}

.eventform-container input[type="date"] {
	color-scheme: white !important;
}

.accordion .card {
	border: none;
	margin-bottom: 10px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.accordion .card-header {
	background: #00b74f;
	border-bottom: none;
	padding: 0;
}

.accordion .btn-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	text-align: left;
	padding: 15px 20px;
	font-weight: 600;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
}

.accordion .btn-link:focus {
	text-decoration: none;
	box-shadow: none;
}

.accordion .btn-link:hover {
	text-decoration: none;
	color: #fff !important;
}

.accordion .btn-link.collapsed .icon {
	transform: rotate(0deg);
}

.accordion .btn-link .icon {
	transition: transform 0.3s ease;
	font-size: 20px;
	font-weight: bold;
}

.accordion .btn-link:not(.collapsed) .icon {
	transform: rotate(180deg);
}

.accordion .card-body {
	padding: 15px 20px;
	background: #cccccc4f;
	font-size: 15px;
	color: #000000;
	font-weight: 500;
}

.mapmarker_img img {
    padding: 10px;
    width: 50px;
    background: white;
    border-radius: 50px;
}

section.privacy_cont p {
    font-weight: 500;
    font-size: 15px;
}
section.privacy_cont ul li, section.privacy_cont ol li {
    margin-left: 25px;
    font-size: 15px;
}
section.privacy_cont ul li::marker {
	color: #00b74f;
}
section.privacy_cont h3, section.privacy_cont h4, section.privacy_cont h5, section.privacy_cont h6 {
    font-family: shield;
    font-size: 30px;
    margin-bottom: 20px;
}
.contact-section h4 {
    font-size: 25px;
}
.social-icons .btn {
    height: 35px;
}
form#conform input, form#conform textarea {
    font-size: 15px !important;
    color: black;
}

.ins_dp img {
    border-radius: 50%;
    width: 40%;
}
.ins_profile {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px 30px 40px;
    background: #00b74f;
}
.ins_profile p {
    font-size: 15px;
    margin-bottom: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	color: #fff;
}
.ins_profile {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px 30px 40px;
    background: #00b74f;
}
.ins_prlink .green_btn {
    background: #ffffff;
    color: #00b74f;
}
.ins_prlink .green_btn:hover {
    background: #f3f203;
    color: #000;
}
.ins_prlink {
	margin-top: 30px;
}
.ins_profile h4 {
    color: white;
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.prof_page h2 {
    font-size: 35px;
}
.prof_page h6 {
    font-size: 25px;
    margin-bottom: 10px;
}
.pro_maicont {
    font-size: 15px;
    font-weight: 500;
}
.boo_boxx p {
    font-size: 15px;
    font-weight: 500;
}
.boo_boxx a {
    font-size: 12px !important;
}
.boo_boxx .border {
    padding-bottom: 35px !important;
}


.beer_grid_sec .card {
    flex-direction: row;
    align-items: center;
    border-color: #00b74f;
    border-width: 2px;
}
.beer_grid_sec img {
    width: 40%;
    object-fit: contain;
}
.beer_grid_sec .card-body p {
    font-size: 14px;
    padding-bottom: 5px;
}
.beer_grid_sec h3 {
    font-weight: 500 !important;
	font-size: 50px;
}
.beer_grid_sec .col-md-4 {
    margin-bottom: 20px;
}
.beer_grid_sec .card-text {
    max-height: 3.2em; /* ~2 lines (depends on line-height) */
    overflow: hidden;
    transition: max-height 0.5s ease;
	margin-bottom: 0px;
  }

  .beer_grid_sec .card-text.expanded {
    max-height: 1000px; /* large enough to show full text */
  }
.read-more-btn {
    color: #00b74f;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
    font-weight: 500;
}

ul.dropdown-menu li:last-child {
    padding: 0px !important;
    background: transparent !important;
}
ul.dropdown-menu li a {
    color: #000000 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 0px !important;
}
ul.dropdown-menu li {
    padding: 8px 20px !important;
}
ul.dropdown-menu li a:hover {
    background: transparent;
}


/*Deshboard Css*/
.cus_deshboard .sidebar {
min-height: 100vh;
background: linear-gradient(to bottom, #000000, #004d00);
color: #fff;
padding: 15px 0;
}
.cus_deshboard .sidebar a {
color: #fff;
display: block;
padding: 12px 20px;
margin: 5px 10px;
border-radius: 8px;
transition: background 0.3s;
}
.cus_deshboard .sidebar a.active, .cus_deshboard .sidebar a:hover {
background: #ffc107;
color: #ffffff !important;
text-decoration: none;
}
.cus_deshboard .content { padding: 20px; }
.cus_deshboard .card { border: none; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); margin-bottom: 20px; }
.cus_deshboard .fixed-buttons {
position: fixed;
bottom: 20px;
right: 20px;
display: flex;
flex-direction: column;
gap: 10px;
}
.cus_deshboard .fixed-buttons .btn {
border-radius: 50px;
padding: 12px 20px;
font-weight: bold;
}
.cus_deshboard .section h3 {
background: #ffc107 !important;
text-align: center;
padding: 10px;
margin-bottom: 20px;
font-weight: 600;
color: #000000;
}
.cus_deshboard .content {
padding-top: 0px;
}
.cus_deshboard section#dashboard .col-md-3 {
text-align: center;
}
.cus_deshboard section#dashboard .col-md-3 h6 {
color: black !important;
font-weight: 600;
}
.cus_deshboard .card h5 {
font-size: 25px !IMPORTANT;
padding-bottom: 10px;
font-weight: 700;
}
.cus_deshboard .gol-manimg img {
position: absolute;
top: -90%;
width: 64%;
left: 20%;
}
.wlc-cont .btn:first-child {
background: #28a745;
color: #fff;
display: block;
padding: 12px 20px;
margin: 5px 10px;
border-radius: 8px;
transition: background 0.3s;
border: none;
}
.wlc-cont .btn:nth-child(2) {
background: #ffc107;
color: #000000;
display: block;
padding: 12px 20px;
margin: 5px 10px;
border-radius: 8px;
transition: background 0.3s;
border: none;
}
.wlc-cont .btn:nth-child(3) {
background: #000000;
color: #ffffff;
display: block;
padding: 12px 20px;
margin: 5px 10px;
border-radius: 8px;
transition: background 0.3s;
border: none;
}
.tech_slider img {
    height: 300px !important;
    object-fit: cover !important;
}


/*Start Mobile Media Query*/

@media only screen and (max-width: 767px) {

	.home_bnn_txt h1 {
		font-size: 30px;
	}
.home_bnn_txt p {
    font-size: 23px !important;
}

	section.home_bnn {
		height: 400px;
	}

	.home_bnn_contn {
		top: -450px;
	}

	.search_form_box .loc_filed select {
		width: 100%;
	}

	button.search-btn {
		width: 100%;
	}

	.search_form_box .form-group {
		margin-bottom: 20px;
        width: 100% !important;
	}
.search_form_box .form-group input, .search_form_box .form-group select {
    width: 100% !important;
}

	h1,
	h2,
	h3,
	h4 {
		font-family: shield;
		font-size: 30px !important;
		margin-bottom: 20px;
	}

	.what_slider {
		margin-left: 0px;
		padding: 15px;
	}

	.what_slider_box {
		margin-right: 0px !important;
	}

	.what_boxtxt h4 {
		font-size: 21px !important;
	}

	.custom-arrows {
		top: 30px;
		right: 20px;
		z-index: 99;
	}

	.custom-arrows button {
		background: #00b74f;
	}

	section.tx_box .row .col-md-4 {
		max-width: 100%;
		text-align: center;
	}

	.si_con1 p br {
		display: none;
	}

	section.simu_sec h3 {
		margin-top: 25px;
	}

	.si_con2 p,
	.si_con3 p,
	.si_con4 p {
		padding: 0px 0px 30px;
	}

	.si_con3 .row,
	.join_events .row {
		flex-direction: column-reverse;
	}

	.joinimg {
		padding-right: 15px !important;
	}

	.joinimg img {
		border-radius: 15px;
	}

	.joingcon {
		padding: 20px 15px !important;
	}

	section.join_events .row {
		border-radius: 0px;
		padding: 30px 0px;
	}

	.tech_slid_img {
		margin-right: 0px !important;
	}

	.tech_slider {
		margin-left: 0px;
		padding: 15px;
	}

	.tech_slider_sec button.prev.slick-arrow {
		left: 0px;
	}

	section.cta_sec {
		padding: 120px 20px;
	}

	section.cta_sec h3 {
        font-size: 20px !important;
        margin-bottom: 30px !important;
    }

	footer h3 {
		font-size: 25px !important;
		font-weight: 500;
	}

	.fotlogo_col {
		margin-bottom: 50px;
	}

	.copy_col p {
		text-align: center;
	}

	.social_col {
		justify-content: center;
		margin-top: 10px;
	}

	.navbar-toggler {
		background-color: #00b74f !important;
		border: 0px solid transparent !important;
		border-radius: 0px !important;
	}

	.navbar-light .navbar-toggler-icon {
		filter: brightness(0) invert(1) !important;
	}

	header .col-md-4 {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	a.head_logo img {
		width: 50%;
	}

	ul.navbar-nav {
		align-items: center;
		gap: 15px;
	}

	.head_nav a {
		font-size: 15px;
	}

	button.navbar-toggler {
		display: block !important;
	}

	span.navbar-toggler-icon i {
		padding-top: 5px;
		font-size: 22px;
		color: white;
	}
	
.category-btn {
    margin-bottom: 20px;
}
.legend span {
    margin-right: 5px;
    font-size: 12px;
    font-weight: 500;
}
.legend .dot {
    top: 3px;
}
.formbook_box {
    text-align: center;
}
section.bo_bottm_sec img {
    border-radius: 0px;
    margin-bottom: 15px;
}
section.bo_bottm_sec .col-md-6 {
    padding: 0px 15px !important;
}
.theme_peragraph {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0px;
    padding-bottom: 15px;
}
section.bo_bottm_sec .bo_bottm_col3 .row {
    flex-direction: column-reverse;
}
.inst_simu_sec img {
    height: 100% !important;
}
.ipo_3xbox {
    background: white;
    border-radius: 15px;
    margin-bottom: 20px;
}
span.nu_cir {
    left: 20px;
    top: 10px;
}
section.login_sec .p-5 {
    padding: 2rem!important;
}
.plan h3 {
    font-weight: 500;
}
section.event_cont img {
    margin-bottom: 20px;
}
.event_cont2 .row {
    flex-direction: column-reverse !important;
}

.pricing-table thead {
    display: none; /* Hide header */
  } 
  .pricing-table td {
    text-align: left;
    padding: 10px 15px;
    position: relative;
  }

  .pricing-table td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #333;
  }
  .drills_con iframe {
    height: 100% !important;
}
.ins_prlink .green_btn {
    font-size: 8px;
}
.ins_profile {
    margin-bottom: 20px;
}


/*deshboard media query*/
.mobile_deshh {
  display: block !important;
  padding: 10px 0px;
}
.mob_hh {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile_deshh {
    background: #027543;
    color: white;
	        margin-bottom: 20px;
}
.mob_hh h3 {
    font-size: 25px !important;
    margin-bottom: 0px;
    font-weight: 400 !important;
}
.togbtn {
    background: #ffc107;
    color: black;
    padding: 10px;
    font-size: 20px;
}
.cus_deshboard #sidebar {
  position: fixed;
  top: 0;
  left: -250px; /* hidden */
  width: 250px;
  height: 100%;
  transition: left 0.3s ease;
  padding-top: 20px;
  z-index: 999;
}
.cus_deshboard #sidebar.active {
  left: 0;
}
.cus_deshboard .sidebar a {
    margin-top: 0px !important;
}

}