/*
 Theme Name:     Hello Elementor Child
 Theme URI:      https://demo.kumbhhost.com/K/rutba-indian-kitchenhttps://demo.kumbhhost.com/K/rutba-indian-kitchen/
 Description:    A child theme for Hello Elementor
 Author:         Your Name
 Author URI:     https://demo.kumbhhost.com/K/rutba-indian-kitchen/
 Template:       hello-elementor
 Version:        1.0.0
 Text Domain:    hello-elementor-child
*/

/* Your custom styles go below this line */

.main_header .current_page_item a.hfe-menu-item {
    border-bottom: 3px solid #C9882F !important;
}

.home_menu .ekit-image-accordion {
	min-height : 260px !important;
}
.first_section {
	margin-top : 100px !important;
}

/* ========== GALLARY ========= */
.gallery-icon.landscape {
    position: relative;
    display: inline-block;
/*     overflow: hidden; */
    border-radius: 16px;
}

/* Image inside */
.gallery-icon.landscape img {
    display: block;
    width: 100%;
    height: auto;
}

/* Black overlay */
.gallery-icon.landscape::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0); 
  transition: background-color 0.3s ease;
  z-index: 1;
	pointer-events: none;
	 border-radius: 16px !important;
}

/* Arrow icon using ::before */
.gallery-icon.landscape::before {
  content: '➔'; /* Right arrow */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 40px;
  background-color: white;
  color: #541842;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  border-radius: 20%;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.3s ease;
  z-index: 2;
  pointer-events: none;
	
}
/* Show overlay and icon on hover */
.gallery-icon.landscape:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.gallery-icon.landscape:hover::before {
  opacity: 1;
}
.address a {
	color : #634D4D !important;
}
/* ========== GALLARY ========= */

.book_table div.wpforms-container-full {
	margin : unset !important; 
}
.book_table div.wpforms-submit-container{
	text-align: center;
}
.book_table button.wpforms-submit {
	  margin-top: 20px;
    padding: 0px 45px !important;
}

.contact_icon_sec a{
	color: unset;
}

#wpforms-submit-627 {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;  /* Makes it non-clickable */
}
