.form-group.has-error .help-block {
	text-align: left;
	clear: both;
	color: red;
	padding-top: 8px;
	font-size: 13px;
}

#responseMsg {
	background-color: #d4edda;
	padding: 15px;
	text-align: left;
	border-radius: 4px;
	margin-bottom: 15px;
	color: green;
	display: none;
}

#loginSection .main-register-holder {
	margin-top: 0;
	overflow: hidden;
	max-width: 600px;
}

.step-icon button i {
	border: 1px solid #FFF;
	padding: 14px;
	border-radius: 50px;
	margin-right: 10px;
}

.step-icon button.active i {
	background-color: #FFF;
	color: green !important;
}

.step-icon button.completed i {
	background-color: #FFF;
	color: green !important;
}

.required::after {
	content: "*";
	position: absolute;
	font-weight: 900;
	color: #FC2E53;
	padding-left: 3px;
}

#childCatwrap,
.categories-tree {
	max-height: 200px;
	overflow-y: scroll;
	border: 1px solid #EEE;
	padding: 18px 0;
	display: none;
}

.categories-tree {
	display: block;
}

#childCatwrap ul,
.categories-tree ul {
	padding-left: 20px;
}

#childCatwrap li,
.categories-tree li {
	list-style: none;
}

.add_button,
.remove_button {
	float: right;
	position: relative;
	bottom: 35px;
	left: 35px;
}

.remove_button {
	bottom: 45px;
}

.add_button i {
	background-color: green;
	color: #FFF !important;
	border-radius: 53px;
}

.remove_button i {
	color: red;
	font-size: 21px;
	margin-left: 10px;
	position: relative;
	top: 10px;
}

.tags-input-container {
	border: 1px solid #ccc;
	padding: 5px;
	min-height: 40px;
	display: flex;
	flex-wrap: wrap;
}

.tag {
	background: #1d2735;
	border-radius: 3px;
	padding: 5px 10px;
	margin: 3px;
	display: flex;
	align-items: center;
	color: #FFF;
	border-radius: 5px;
}

.tag .remove-tag {
	margin-left: 5px;
	cursor: pointer;
	font-weight: bold;
}

.tags-input-container input {
	border: none;
	outline: none;
	flex: 1;
	min-width: 100px;
}

.error-message {
	color: red;
	font-size: 0.9em;
	margin-top: 5px;
}

.position-relative.field_wrapper {
	width: 98%;
}


.thankyou-card {
	max-width: 750px;
	margin: 50px auto;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
	padding: 40px;
}

.check-icon {
	font-size: 70px;
	color: #28a745;
}

.section-title {
	border-bottom: 2px solid #eee;
	padding-bottom: 8px;
	margin-bottom: 15px;
	font-weight: 600;
}

.details-table td {
	padding: 6px 0;
}

.btn-custom {
	border-radius: 30px;
	padding: 10px 24px;
}

.pagination .page-item.active span,
.pagination .page-item .page-link:hover {
	background-color: #d85151;
	color: #FFF;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 9px;
}

.pagination .page-item {
	width: 40px;
	height: 40px;
	text-align: center;
}

.pagination .page-item .page-link {
	padding: 9px;
	border-radius: 50px !important;
}


.gallery-container {
	max-width: 900px;
	margin: 0 auto;
}

.gallery-title {
	text-align: center;
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: bold;
	color: #333;
}

.video-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
	padding: 10px;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 aspect ratio */
	height: 0;
	overflow: hidden;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


.social-links {
	display: flex;
	gap: 15px;
	margin-top: 20px;
}

.social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #f1f1f1;
	color: #444;
	font-size: 20px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.social-links a:hover {
	transform: translateY(-4px);
	color: #fff;
}

.social-links a.fb:hover {
	background: #3b5998;
}

.social-links a.tw:hover {
	background: #1da1f2;
}

.social-links a.li:hover {
	background: #0077b5;
}

.social-links a.insta:hover {
	background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}

.social-links a.yt:hover {
	background: #ff0000;
}


.hours-card {
	max-width: 420px;
	background: #ffffff;
	border-radius: 16px;
	padding: 20px 24px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
	font-family: "Inter", Arial, sans-serif;
}

.hours-card .title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 16px;
	color: #111827;
	display: flex;
	align-items: center;
	gap: 6px;
}

.hours-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.day-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 14px;
	border-radius: 10px;
	background: #f9fafb;
	transition: background 0.2s ease;
}

.day-row:hover {
	background: #f3f4f6;
}

.day {
	font-weight: 500;
	color: #1f2937;
}

.time {
	font-size: 14px;
	font-weight: 500;
	color: #374151;
}

.closed {
	color: #dc2626;
	font-weight: 600;
}

.day-row.active {
	background: #f3f4f6;
}

.day-row.active span {
	font-weight: bold;
}

.choices__inner.form-select.form-icon-start.rounded-pill {
  	min-height: auto;
}

.listing-icon {
  	width: 24px;
  	margin-right: 10px;
}


.menu-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,0.06);
    transition:.25s;
    height:100%;
    display:flex;
    flex-direction:column;
}

.menu-card:hover{
    transform:translateY(-6px);
}

.menu-img{
    position:relative;
}

.menu-img img{
    width:100%;
    height:200px;
    object-fit:cover;
}

/* checkbox */
.select-box{
    position:absolute;
    top:12px;
    right:12px;
}

.select-box input{
    display:none;
}

.select-box span{
    width:26px;
    height:26px;
    display:block;
    border-radius:50%;
    background:#fff;
    border:2px solid #ccc;
    cursor:pointer;
}

.select-box input:checked + span{
    background:#198754;
    border-color:#198754;
}

/* body */
.menu-body{
    padding:18px;
    display:flex;
    flex-direction:column;
    flex-grow:1;
}

.menu-body h5{
    margin:0;
    font-weight:600;
}

/* qty */
.qty-box{
    display:flex;
    align-items:center;
    gap:8px;
}

.qty-btn{
    border:none;
    width:30px;
    height:30px;
    border-radius:8px;
    background:#f1f3f5;
    font-size:18px;
}

.qty-input{
    width:40px;
    text-align:center;
    border:none;
    background:#f8f9fa;
    border-radius:6px;
}

/* price */
.price{
    margin-top:auto;
    font-weight:700;
    font-size:18px;
    color:#198754;
	margin-top: 15px;
}

/* .menu-card label.select-box span{display: none;}
.menu-card.selected label.select-box span {
  color: #FFF;
  text-align: center;
  font-size: 17px;
  font-weight: 900;
  display: block;
} */

.select-box input:checked + span::after {
  content: "✓";
  color: #FFF;
  text-align: center;
  font-size: 17px;
  font-weight: 900;
  display: block;
}