h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2em !important;
}

.header {
	webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.pop_bg a.dialog-close-button {
	border-radius: 50%;
	padding: 7px;
}

.pop_bg a.dialog-close-button:hover {
	opacity: .5;
}

.last_btn a {
    background: #bf0000;
    color: #fff !important;
    border-radius: 30px;
    padding: 10px 35px;
    width: fit-content;
    margin: 10px auto 0;
}

	.last_btn a:hover {
		background: #000;
	}

.slider_text {
	max-width: 450px;
	margin: 0 auto;
}

/*----*/
.pop_hover {
	transition: box-shadow .2s, transform .3s;
	overflow: hidden;
}

.pop_hover:hover {
	transform: translate(0, -5px);
	/* 	box-shadow: 0 2px 30px #272f391a; */
}

.pop_hover:hover img {
	transform: rotatez(10deg);
}

/*----*/

.hover_box {
	padding: 0 1.5rem 1.5rem;
	border-radius: 20px;
	transition: box-shadow .2s, transform .3s;
	overflow: hidden;
}

.hover_box:hover {
	transform: translate(0, -5px);
	box-shadow: 0 2px 30px #272f391a;
}

.hover_box:hover img {
	transform: rotatez(10deg);
}

.hover_box .elementor-image-box-content {
	position: relative;
	z-index: 1;
}

.elementor-card-shadow-yes .elementor-post__card {
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
}

.elementor-posts .elementor-post__card .elementor-post__text {
	padding: 0 15px;
	margin-top: 0;
}

.elementor-posts .elementor-post__card .elementor-post__excerpt,
.elementor-posts .elementor-post__card .elementor-post__title {
	margin-bottom: 10px;
}

.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
	overflow: hidden;
}

article .elementor-post__card .elementor-post__thumbnail {
	transition-duration: 0.3s;
}

article .elementor-post__card:hover .elementor-post__thumbnail {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

.elementor-posts .elementor-post__card .elementor-post__meta-data {
	padding: 15px !important;
}

.elementor-post__title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

 .elementor-post__excerpt p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

a.elementor-post__read-more {
	margin-top: 10px;
	padding: 5px 15px;
	border-radius: 27px;
	font-size: 14px !important;
	font-weight: 500 !important;
	border: 1px solid #272F39;
	text-transform: capitalize !important;
}

a.elementor-post__read-more:hover {
	background: #272F39;
	color: #fff !important;
}

.test_box figure {
	width: 70px !important;
}

.test_box figure img {
	height: 60px !important;
	width: 60px !important;
	border-radius: 50%;
	object-fit: cover;
}

.test_box .elementor-image-box-content h3 {
	margin: 0;
	color: #bf0000;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 700;
}

.test_box .elementor-image-box-content p {
	color: #272f39;
	font-size: 14px;
	line-height: 20px;
}

.swiper-pagination {
	margin-top: 20px;
	width: 100% !important;
	justify-content: center;
	transform: none !important;
}

.swiper-pagination span.swiper-pagination-bullet {
	height: 10px;
	width: 10px;
}

form p {
	max-width: 95%;
}

form p label {
	margin-bottom: .5rem;
	color: #272f39;
	font-weight: 500;
	line-height: 1.2;
	font-size: 1rem;
}

form p label span {
	margin-top: 5px;
}

form p label textarea,
form p label input {
	border: 1.5px solid #eff2f6 !important;
	padding: 10px 15px !important;
	height: auto !important;
	max-height: 175px;
	color: #272f39;
}

.subs form p {
	padding: 3px;
	display: flex;
	align-items: center;
	background: #f5f5f5;
	border: 1px solid #f8efef;
	border-radius: 50px;
	overflow: hidden;
}

.subs form p span.wpcf7-spinner {
	position: absolute;
	left: 0;
	top: 0;
}

.subs form p input.wpcf7-validates-as-required {
	box-shadow: none !important;
	border: none !important;
	background: transparent;
	border: none !important;
}

.opacity {
	opacity: 0;
}

/*-- Locations --*/
.loc.elementor-sticky--active {
	background: #bf0101;
}

.loc ul li a:hover span {
	text-decoration: underline !important;
}

.loc.elementor-sticky--active ul li a span {
	color: #fff !important;
}

.w-100 a.elementor-size-sm {
	width: 100%;
}

.blog_page a.elementor-post__read-more {
	padding: 12px 22px;
	background: #272F39;
	display: inline-block;
	color: #fff !important;
	margin-top: 10px !important;
}

.blog_page a.elementor-post__read-more:hover {
	color: #272F39 !important;
	background: #fff;
}

.e-n-tabs-heading button.e-n-tab-title {
	box-shadow: none;
	background: #fff !important;
	padding: 10px 15px !important;
	border-bottom: 2px solid #fff;
}

.e-n-tabs-heading button[aria-selected="true"] {
	border-color: #bf0101 !important;
}

.e-n-tabs-heading {
	margin-bottom: 10px;
}

.leave_message form p span input.wpcf7-validates-as-required,
.leave_message form p span textarea {
	color: #272f39;
	padding-top: .75rem;
	border-radius: 10px;
	background-color: #fff;
	padding-bottom: .75rem;
	border: 1.5px solid #eff2f6;
}

.other_h svg,
.hfsaa svg {
	padding: 4px;
	border-radius: 50%;
	box-shadow: 0 0 5px #00000059;
}

.hfsaa svg {
	background: #C5F9D4;
}

.other_h svg {
	background: #F9E0E0;
}

.franchise-form input[type="submit"] {
	width: 100%;
}

.home_slider .elementor-swiper-button svg {
	height: 30px !important;
	width: 30px !important;
}

.home_slider .swiper-pagination span.swiper-pagination-bullet {
	height: 15px;
	width: 15px;
}

.home_slider .swiper-pagination {
	margin-top: 5px;
}

.text_center a {
	color: #6c7a90;
	width: 100%;
	display: inline-block;
}

.pop_order_list1 ul li {
	width: 33.333%;
	margin: 0 !important;
	border: none !important;
}

.pop_order_list1 ul li a {
	border-bottom: 2px solid transparent;
    width: fit-content !important;
}

.pop_order_list1 ul li a:hover {
	border-color: #fff;
	transform: translate(0, -5px);
}

.d-hide {
	display: none !important;
}

@media (max-width: 1024px) {
	.home_slider .elementor-swiper-button {
		display: none !important;
	}
	.d-hide {
	display: block !important;
}
}


@media (max-width: 767px) {
	form p {
		max-width: 100%;
	}

	.subs form p {
		margin: 0 auto 10px;
	}

	.footer_menu nav ul li a {
		margin: 0 auto !important;
		display: inline-block !block;
		justify-content: center !important;
	}

	.text_center {
		text-align: center;
	}

	.pop_order_list ul li {
		width: 50%;
	}
	
	.slider_text,
	.slider_text p,
	.slider_text h1,
	.slider_text h2,
	.slider_text h3,
	.slider_text h4,
	.slider_text h5,
	.slider_text h6 {
			text-align: center !important;
	}

	.slider_text .wp-block-buttons {
			justify-content: center;
	}
	
	.home_slider-cover {
    align-items: flex-start !important;
    justify-content: flex-end;
  }

}


.pac-container {
	z-index: 9999 !important;
}


    /* Hide desktop layout on mobile */
    @media (max-width: 768px) {
        #nearest-restaurant-result {
            display: none !important;
        }

 #mobile-nearest-restaurant-result {
     display: block !important;
  }
.map-div {
    display: none !important;
  }
	.restorent-div {
  position: relative;
  top: 7px;
  right: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:15px;
	justify-content: center;
}
			
 }

    /* Hide mobile layout on desktop by default */
    #mobile-nearest-restaurant-result {
        display: none;
    }

.restorent-div a:active {
	color :white !important;
}
.restorent-div a:focus,
.restorent-div a:hover,
.restorent-div a:active {
    background-color: #fff !important;
    color: #BE0000 !important;
    border: 1px solid #BE0000 !important;
}

.custom-box {
    flex: 1;
    min-width: 75px;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .custom-box {
        flex: 1 1 100% !important;
        min-width: 100% !important;
        padding: 10px 4px !important;
        flex-direction: column;
        justify-content: flex-start;
    }
}

  @media (max-width: 576px) {
    #locationInput {
      width: 100% !important;
      margin-right: 0 !important;
      margin-bottom: 10px;
    }

    #use-my-location {
      width: 100%;
    }

    .input-group {
      flex-direction: column !important;
    }
  }