/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Global CSS */
.br-desktop-none br{
	display: none;
}

.elementor-widget-text-editor p:last-child{
	margin-bottom: 0;
}

.text-editor-link-color.elementor-widget-text-editor p a,
.dark-text-editor-link-color.elementor-widget-text-editor p a{
	font-weight: 600;
	color: inherit;
	transition: all 0.3s ease-out;	
}

.text-editor-link-color.elementor-widget-text-editor p a:hover{
	color: #024550;
}

.dark-text-editor-link-color.elementor-widget-text-editor p a:hover{
	color: #26D16D;
}

.elementor-widget-icon .elementor-icon-wrapper{
	line-height: 0;
}

.elementor-widget-icon-box .elementor-icon-box-wrapper{
	align-items: center;
}

.elementor-widget-icon-box .elementor-icon-box-title,
.elementor-widget-image-box .elementor-image-box-title{
	margin-top: 0;
}

.elementor-widget-button .elementor-button{
	transition: all 0.3s ease-in-out;
}

.white-bg.elementor-widget-button .elementor-button:hover{
	background-color: #FFF;
	color: #26D16D;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper{
	align-items: center;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
	line-height: 0;
	background: #41E786;
	position: relative;
	width: 26px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	transition: all 0.2s ease-in-out;
}

.blue-btn.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon,
.elementor-widget-button .elementor-button:hover .elementor-button-content-wrapper .elementor-button-icon{
	background: #0A6371;
}

.white-bg.elementor-widget-button .elementor-button:hover .elementor-button-content-wrapper .elementor-button-icon,
.blue-btn.elementor-widget-button .elementor-button:hover .elementor-button-content-wrapper .elementor-button-icon{
	background: #41E786;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg{
	height: 1em;
}

/* Responsive Global CSS */
@media only screen and (max-width: 991px){
	
	.br-tablet-none br{
		display: none;
	}
}

@media only screen and (max-width: 767px){
	
	.br-mobile-none br{
		display: none;
	}
	
	.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
		width: 24px;
		height: 24px;
	}
	
	.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg{
		width: 0.95em;
		height: 0.95em;
	}
}



/**************************************************************************************************************/


/* Header CSS */
.fun-restaurant-header-menu .elementor-nav-menu--main  ul li,
.fun-restaurant-header-menu .elementor-nav-menu--main  ul li a{
	transition: all 0.3s ease-in-out;	
}

.fun-restaurant-header-menu .elementor-nav-menu--main  ul:not(.sub-menu)>li>a{
	border-radius: 10px;
}

.fun-restaurant-header-menu .elementor-nav-menu--main  ul:not(.sub-menu)>li>a:hover,
.fun-restaurant-header-menu .elementor-nav-menu--main  ul:not(.sub-menu)>li .highlighted,
.fun-restaurant-header-menu .elementor-nav-menu--main  ul:not(.sub-menu)>li a:focus,
.fun-restaurant-header-menu .elementor-nav-menu--main  ul li a.elementor-item-active{
	background: #0E150E;
}

.fun-restaurant-header-btn .elementor-button{
	position: relative;
	transition: all 0.3s ease-in-out;
}

.fun-restaurant-header-btn .elementor-button:before,
.fun-restaurant-header-btn .elementor-button:after{
	content: '';
    position: absolute;
    top: -9.5px;
    left: 50%;
    background: #0E150E;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    width: calc(100% - 20px);
    height: 10px;
    transform: translateX(-50%);
	transition: all 0.3s ease-in-out;
}

.fun-restaurant-header-btn .elementor-button:after{
	top: auto;
	bottom: -9.5px;
	transform: translateX(-50%) rotate(180deg);
}

.fun-restaurant-header-btn .elementor-button:hover:before,
.fun-restaurant-header-btn .elementor-button:hover:after,
.yellow-btn.fun-restaurant-header-btn .elementor-button:before,
.yellow-btn.fun-restaurant-header-btn .elementor-button:after{
	background: #E5FF54;
}

.yellow-btn.fun-restaurant-header-btn .elementor-button:hover:before,
.yellow-btn.fun-restaurant-header-btn .elementor-button:hover:after{
	background: #FFF;
}

/* Hero Section CSS */

.fun-restaurant-bakery-hero{
	background-size: 450px auto;
}

.fun-restaurant-bakery-hero:before{
	background-position: bottom 150px right;
	background-size: 19.792vw auto;
}

.fun-restaurant-bakery-hero:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	background: url("/wp-content/uploads/2026/01/hero-bottom-shape.png") center bottom;
	background-size: auto;
	width: 100%;
	height: 106.33px;
}

/* fun-restaurant-about Section */

.fun-restaurant-about-img:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url("/wp-content/uploads/2026/01/fun-restaurant-about-image-border.webp") no-repeat top right;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.fun-restaurant-about-img img{
	aspect-ratio: 1 / 0.70;
	object-fit: cover;
	object-position: right center;
}


/* fun-restaurant-why-choose-us-cta-box */

.frb-why-choose-cta-box2 .elementor-cta{
	flex-direction: column-reverse;
}

/* fun-restaurant-choose-your-perfect-menu */

.frb-choose-menu{
	position: relative;
}

.frb-choose-menu:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 120px;
	top: -70px;
	left: 0;
	bottom: 0;
	right: 0;
	background: url("/wp-content/uploads/2026/01/frb-choose-your-perfect-menu-bg1.png") repeat center center;
	background-size: auto;
}

.frb-choose-menu:before{
	content:'';
	position:absolute;
	width: 100%;
	height: 130px;
	top: auto;
	left:0;
	right:0;
	bottom: -70px;
	background:url("/wp-content/uploads/2026/01/frb-choose-your-perfect-menu-bg2.png") repeat center center;
	background-size:auto;
}


.frb-chosse-perfect-menu-heading span{
	color:#E5FF54;
}

.frb-choose-your-perfect-menu .e-n-tab-title{
	min-width: 156px;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.frb-choose-your-perfect-menu .e-n-tab-title:before,
.frb-choose-your-perfect-menu .e-n-tab-title:after{
	content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    background: #323832;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    width: calc(100% - 20px);
    height: 12px;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
}

.frb-choose-your-perfect-menu .e-n-tab-title:after{
	top: auto;
	bottom: -10px;
	transform: translateX(-50%) rotate(180deg);
}

.frb-choose-your-perfect-menu .e-n-tab-title:hover:before,
.frb-choose-your-perfect-menu .e-n-tab-title:hover:after,
.frb-choose-your-perfect-menu .e-n-tab-title[aria-selected="true"]:before,
.frb-choose-your-perfect-menu .e-n-tab-title[aria-selected="true"]:after{
	background: #E5FF54;
}

.fun-restaurant-menu-img img{
	aspect-ratio: 1 / 0.98;
	object-fit: cover;
}

.frb-choose-your-perfect-menu .elementor-price-list li{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #323832;
}

.frb-choose-your-perfect-menu .elementor-price-list li:last-child{
	margin-bottom: 0px;
}

.frb-choose-your-perfect-menu .elementor-price-list li .elementor-price-list-image{
	line-height: 0;
}

.frb-choose-your-perfect-menu .elementor-price-list li .elementor-price-list-image img{
	max-width: 52px !important;
}

.frb-choose-your-perfect-menu .elementor-price-list li .elementor-price-list-header{
	margin-bottom: 0;
}

/* frb-tetsimonials-box */

.frb-testimonial-bg{
	position: relative;
}

.frb-testimonial-bg:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 120px;
    top: -70px;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("/wp-content/uploads/2026/01/frb-choose-your-perfect-menu-bg1.png") repeat center center;
    background-size: auto;
}

.frb-testimonial-bg{
	position:relative;
}

.frb-testimonial-bg:after{
	content:'';
	position:relative;
	width: 100%;
	height: 130px;
	top: 145px;
	left:0;
	right:0;
	bottom:0%;
	background:url("/wp-content/uploads/2026/01/frb-choose-your-perfect-menu-bg2.png") repeat center center;
	background-size:auto;
}

/* Gallery CSS */
.fun-restaurant-gallery img{
	filter: grayscale(1);
	transition: all 0.3s ease-in-out;
}

.fun-restaurant-gallery img:hover{
	filter: grayscale(0);
}

.fun-restaurant-gallery-1 img{
	aspect-ratio: 1 / 1.4;
    object-fit: cover;
}

.fun-restaurant-gallery-2{
	aspect-ratio: 1 / 1.2;
    object-fit: cover;
}

/* frb-tetsimonials-box */

.fun-restaurant-testimonal .elementor-testimonial{
	padding: 140px 0 120px 0;
	position: relative;
}

.fun-restaurant-testimonal .elementor-testimonial:before{
	position: absolute;
	content: '';
	width: 113px;
	height: 82px;
	top: 0;
	left: 50%;
	right: auto;
	transform: translatex(-50%);
	background: url('/wp-content/uploads/2026/01/frb-testimonials-img1.png') no-repeat top center;
	background-size: cover;
}

.fun-restaurant-testimonal .elementor-swiper-button{
	position: absolute !important;
	top: auto !important;
	bottom: -30px;
}

.fun-restaurant-testimonal .elementor-swiper-button-prev{
	left: calc(50% - 73px) !important;
}

.fun-restaurant-testimonal .elementor-swiper-button-next{
	right: calc(50% - 73px) !important;
}

.fun-restaurant-testimonal .elementor-swiper-button{
	width: 66px;
	height: 66px;
	background: #FFFFFF26;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fun-restaurant-contact-img:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url("/wp-content/uploads/2026/01/fun-restaurant-form-image-border.webp") no-repeat top right;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.fun-restaurant-contact-img img{
	aspect-ratio: 1 / 1.62;
	object-fit: cover;
	object-position: right center;
}

/* Bakery Contact Form CSS */

.bakery-contact-form	form .gform-body .gform_fields{
	gap: 35px 40px !important;
}

.bakery-contact-form form .gform-body .gform_fields .gform-grid-row{
	flex-direction: column;
	margin-inline: 0px !important;
	column-gap: 35px !important;
}

.bakery-contact-form form .gform-body .gform_fields .gform-grid-row .gform-grid-col{
	padding-inline: 0px !important;
}

.bakery-contact-form .ginput_container_date input{
	width: 100%;
}

.bakery-contact-form .time-field .ginput_complex{
	flex-direction: row !important;
	column-gap: 0 !important;
}

.bakery-contact-form .gform-body .ginput_container input{
	font-family: "Inter", Sans-serif;
	font-size: 20px;
	height: 68px;
	background: #F1F1F100;
	color: #736565;
	padding: 12px 20px 12px 60px;
	border: none;
	box-shadow: none;
	outline: none;
	border-radius: 20px;
}

.bakery-contact-form .gform-body .time-field > .ginput_container.gform-grid-row{
	column-gap: 0 !important;
	padding: 12px 12px 12px 60px;
}

.bakery-contact-form .gform-body .time-field > .ginput_container.gform-grid-row input{
	width: auto;
	line-height: 2.3em;
	padding: 0;
}

.bakery-contact-form .gform-body .time-field > .ginput_container{
	height: 68px;
	background: #F1F1F1;
	color: #736565;
	padding: 12px 20px;
	box-shadow: none;
	outline: none;
	border-radius: 20px;
}

.bakery-contact-form .gform-body .time-field > .ginput_container input[type="number"]::-webkit-outer-spin-button,
.bakery-contact-form .gform-body .time-field > .ginput_container input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

.bakery-contact-form .gform-body .time-field > .ginput_container input

.bakery-contact-form .gform-body .time-field > .ginput_container input[type="number"]{
	padding: 0;
	height: auto;
	background: none;
	-moz-appearance: textfield !important;
	appearance: none !important;
}

.bakery-contact-form .gform-body .ginput_container_select{
	background-image: url('../images/icon-select-field.svg');
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: 20px auto;
	background-color: #f1f1f1;
	border-radius: 20px;
	border: none;
	box-shadow: none;
	outline: none;
	height: 68px;
	-moz-appearance: none;
	appearance: none;
}

.bakery-contact-form .gform-body .ginput_container_select select{
	background-image: url('/wp-content/uploads/2026/01/fun-resto-contact-dropdown-arrow.svg');
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 20px auto;
	background-color: #00000000;
	border-radius: 20px;
	padding: 12px 20px 12px 60px;
	height: 68px;
	-webkit-appearance: none;
	font-family: "Inter", Sans-serif;
	font-size: 20px;
	color: #736565;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	line-height: 2.2em;
		border: none;
	box-shadow: none;
	outline: none;
}

.bakery-contact-form .gform-body .ginput_container_select select,
.bakery-contact-form .gform-body .ginput_container_select select:focus{
	border: none;
	outline: none;
}

.bakery-contact-form .gform-body .date-field .ginput_container,
.bakery-contact-form .gform-body .time-field > .ginput_container,
.bakery-contact-form .gform-body .name-field,
.bakery-contact-form .gform-body .phone-field .ginput_container,
.bakery-contact-form .gform-body .mail-field .ginput_container{
	background-color: #F1F1F1;
	background-image: url("/wp-content/themes/hello-theme-child-master/images/icon-date-field.svg");
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: 20px auto;
	border-radius: 20px;
}

.bakery-contact-form .gform-body .time-field > .ginput_container{
	background-image: url("/wp-content/themes/hello-theme-child-master/images/icon-time-field.svg");
}

.bakery-contact-form .gform-body .name-field{
	background-image: url("/wp-content/themes/hello-theme-child-master/images/icon-name-field.svg");
}

.bakery-contact-form .gform-body .phone-field .ginput_container{
	background-image: url("/wp-content/themes/hello-theme-child-master/images/icon-phone-field.svg");
}

.bakery-contact-form .gform-body .mail-field .ginput_container{
	background-image: url("/wp-content/themes/hello-theme-child-master/images/icon-mail-field.svg");
}

.bakery-contact-form .gform-button{
	font-family: "Titan One", Sans-serif !important;
	font-size: 28px !important;
	font-weight: 400;
	letter-spacing: 0.681px;
	padding: 20px 30px !important;
	background: #0E150E !important;
	color: #E5FF54 !important;
	border-radius: 20.4px !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	transition: all 0.3s ease-in-out !important;
}

.bakery-contact-form .gform-button:hover{
	color: #0E150E !important;
	background: #E5FF54 !important;
}
.bakery-contact-form  .gform_confirmation_wrapper .gform_confirmation_message{
	font-family: "Titan One" , Sans-serif !important;
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 1.5em;
	background: #0E150E;
	color: #E5FF54;
	border-radius: 20px;
	padding: 15px;
}

.fun-restaurant-footer-form form{
	display: flex;
	flex-wrap: wrap;
	gap: 10px !important;
	width: 100%;
}

.fun-restaurant-footer-form .gform-body{
	width: calc(100% - 90px);
}

.fun-restaurant-footer-form .ginput_container input{
	font-family: "Inter", Sans-serif;
	font-size: 14px;
	height: 45px;
	background: #FFFFFF;
	color: #333;
	padding: 12px;
	border-radius: 6.099px;
	border: 1.016px solid #EDECEC;
	box-shadow: none;
	outline: none;
}

.fun-restaurant-footer-form .gform_footer{
	margin: 0 !important;
}

.fun-restaurant-footer-form .gform_footer{
	width: 80px !important;
	height: 45px !important;
	background: #E5FF54;
	border: 1.016px solid #EDECEC;
	border-radius: 6px !important;
	outline: none;
	box-shadow: none;
}

.fun-restaurant-footer-form .gform_footer input{
	background: #FFFFFF00 !important;
}

.fun-restaurant-footer-form .gform_footer input:hover,
.fun-restaurant-footer-form .gform_footer input:focus{
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
}

.fun-restaurant-footer-form  .gform_confirmation_wrapper .gform_confirmation_message{
	font-family: "Titan One" , Sans-serif !important;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 1.5em;
	color: #0E150E;
	background: #E5FF54;
	border-radius: 20px;
	padding: 12px;
}

.opening-hours-list ul li .elementor-icon-list-text{
	display: inline-flex !important;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.footer-social-icon .elementor-grid-item {
	position: relative;
}

.footer-social-icon .elementor-grid-item:before{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0 ;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("/wp-content/uploads/2026/01/social-icon-bg.png") no-repeat center center;
 	background-size: cover;
	height: 50px;
	width: 50px;
}

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

	.fun-restaurant-bakery-hero{
		background-size: 250px auto;
	}

	.fun-restaurant-bakery-hero:before{
		background-position: top 20px right;
		background-size: 180px auto;
	}

	.fun-restaurant-bakery-hero:after{		
		background-size: 230% auto;
		height: 61.33px;
	}
	
	.frb-choose-menu:after{
		height: 60px;
		top: -30px;
		background-size: cover;
	}

	.frb-choose-menu:before {
		height: 80px;
		bottom: -50px;
		background-size: cover;
	}

	.frb-choose-your-perfect-menu .elementor-price-list li{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	/* fun-restaurant-why-choose-us-cta-box */	

	.frb-why-choose-cta-box1 .elementor-icon i:before,
	.frb-why-choose-cta-box1 svg;
	.frb-why-choose-cta-box2 svg{
		font-size: 35px !important;
	}	

	.frb-why-choose-cta-box2 .elementor-cta{
		flex-direction: column;
	}

	.frb-why-chosse-us-box-img{
		display: none !important;	
	}	
	
	.fun-restaurant-testimonal .elementor-testimonial {
		padding: 100px 0 80px 0;
	}
	
	.fun-restaurant-testimonal .elementor-testimonial:before {
		width: 100px;
		height: 72px;
	}
	
	.fun-restaurant-testimonal .elementor-swiper-button{
		width: 55px;
		height: 55px;
	}

	.fun-restaurant-testimonal .elementor-swiper-button-prev{
		left: calc(50% - 60px) !important;
	}

	.fun-restaurant-testimonal .elementor-swiper-button-next{
		right: calc(50% - 60px) !important;
	}
	
	.footer-social-icon .elementor-grid-item:before{
		height: 40px;
		width: 40px;
	}

}

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

	.fun-restaurant-bakery-hero{
		background-size: 160px auto;
	}

	.fun-restaurant-bakery-hero:before{
		background-position: top 10px right;
		background-size: 100px auto;
	}

	.fun-restaurant-bakery-hero:after{		
		background-size: 230% auto;
		height: 30px;
	}
	
	.frb-choose-your-perfect-menu .e-n-tab-title:before, .frb-choose-your-perfect-menu .e-n-tab-title:after{
		height: 0;
	}

	.fun-restaurant-bakery-hero-heading .elementor-heading-title {
		text-shadow: 5.667px 5.667px 0px #E5FF54;
	}
	
	.fun-restaurant-testimonal .elementor-testimonial {
        padding: 80px 0 60px 0;
    }
	
	.fun-restaurant-testimonal .elementor-testimonial:before {
        width: 80px;
        height: 60px;
    }
	
	.fun-restaurant-testimonal .elementor-swiper-button {
        width: 45px;
        height: 45px;
    }
	
	.fun-restaurant-testimonal .elementor-swiper-button-prev{
		left: calc(50% - 50px) !important;
	}

	.fun-restaurant-testimonal .elementor-swiper-button-next{
		right: calc(50% - 50px) !important;
	}
	
	.bakery-contact-form form .gform-body .gform_fields{
		display: flex;
    	flex-wrap: wrap;
    	flex-direction: column;
		gap: 25px !important;
	}
	
	.bakery-contact-form .gform-body .ginput_container input,
	.bakery-contact-form .gform-body .time-field > .ginput_container,
	.bakery-contact-form .gform-body .ginput_container_select,
	.bakery-contact-form .gform-body .ginput_container_select select{
		height: 55px;
	}
	
	.bakery-contact-form .gform-body .ginput_container input,
	.bakery-contact-form .gform-body .time-field > .ginput_container.gform-grid-row,
	.bakery-contact-form .gform-body .ginput_container_select select{
		padding: 10px 10px 10px 50px;
	}
	
	.bakery-contact-form .gform-body .ginput_container input,
	.bakery-contact-form .gform-body .ginput_container_select select{
		font-size: 18px;
	}
	
	.bakery-contact-form .gform-body .date-field .ginput_container,
	.bakery-contact-form .gform-body .time-field > .ginput_container,
	.bakery-contact-form .gform-body .name-field,
	.bakery-contact-form .gform-body .phone-field .ginput_container,
	.bakery-contact-form .gform-body .mail-field .ginput_container,
	.bakery-contact-form .gform-body .ginput_container_select select{
		background-size: 16px auto;
	}
	
	.bakery-contact-form .gform-body .time-field > .ginput_container.gform-grid-row input{
		line-height: 2.0em;
		height:auto;
		padding: 0;
	}

	.bakery-contact-form .gform-button{
		font-size: 22px !important;
	}
	
	.bakery-contact-form  .gform_confirmation_wrapper .gform_confirmation_message{
		font-size: 16px;
	}
}
