/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/
body {
  font-family: 'DM Sans', sans-serif;
}
.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    transition: all 0.3s ease;   
}

/* Preloader Styles */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000 url(https://harmonyindiancuisine.com/wp-content/uploads/2025/05/harmony-bg-min.png);
  background-size:cover;
 /* background-size: 500px auto; */
  z-index: 9999;
  overflow: hidden;
  transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
}

#preloader.hidden {
  transform: translateY(-100%);
  pointer-events: none;
}

.preloader-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

.preloader-inner img {
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.preloader-inner img.visible {
  opacity: 1;
}
/* contact form */
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  margin-bottom: 15px;
}
.form-column {
  width: 48%;
}
.form-full {
  width: 100%;
  margin-bottom: 15px;
}
.form-column input,
.form-full textarea,
.form-full input[type="submit"] {
  width: 100%;
  box-sizing: border-box;
}
.form-row select{
	border-radius:10px;
}

/* menu */
.menu-item-h {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 0;	
}
.price {
  text-align: right;
}

div.menu-item-h::first-line {
  font-weight: bold; 
font-size:30px !important;
}

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







