@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.niralidhani.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.7") format("woff2");
}

:root {
	--wd-text-font: "Caudex", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Caudex", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Caudex", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Caudex", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Caudex", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Caudex", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(88,0,0);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(88,0,0);
	--btn-default-bgcolor-hover: rgb(124,0,0);
	--btn-accented-bgcolor: rgb(88,0,0);
	--btn-accented-bgcolor-hover: rgb(88,0,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
html .wd-nav.wd-nav-main > li > a, html .wd-dropdown-menu.wd-design-sized .wd-sub-menu > li > a, body .wd-dropdown-menu.wd-design-full-width .wd-sub-menu > li > a, body .wd-dropdown-menu.wd-design-aside .wd-wp-menu > .sub-sub-menu > li > a, body .wd-dropdown-menu.wd-design-aside .wd-sub-menu .wd-sub-menu > li > a, html .wd-dropdown-menu.wd-design-sized .sub-sub-menu li a, html .wd-dropdown-menu.wd-design-full-width .sub-sub-menu li a, body .wd-dropdown-menu.wd-design-aside .wd-wp-menu > .sub-sub-menu .sub-sub-menu li a, body .wd-dropdown-menu.wd-design-aside .wd-sub-menu .wd-sub-menu .sub-sub-menu li a, html .wd-dropdown-menu.wd-design-default .wd-sub-menu li a {
	font-family: "Caudex", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 15px;
}
.page .wd-page-content {
	background-color: rgba(0,0,0,0);
	background-image: none;
	background-repeat: repeat;
	background-size: contain;
	background-attachment: scroll;
	background-position: center center;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/* body{
    background-image: url(https://www.niralidhani.com/wp-content/uploads/2025/09/Site-Background.jpg) !important;
    background-repeat: repeat !important;
    background-size: contain !important;
} */
    


.hotel-form-container {
  padding: 30px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  width: 100%;
	margin:auto;
	container-type: inline-size;
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 15px;
}

.search-field {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.search-field label {
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
}

.search-field input,
.search-field select {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

.search-btn {
  background-color: #580000;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.search-btn:hover {
  background-color: #580000;
	color:white;
}


/* Container query: when .hotel-form-container is less than 400px wide */
@container (max-width: 400px) {
  .search-bar {
    flex-direction: column;
    gap: 15px;
  }

  .search-field,
  .search-btn {
    width: 100%;
  }
}





/* ---------------------------------- */
/* Mobile-specific styles */
/* ---------------------------------- */
@media (max-width: 768px) {
  .search-bar {
    flex-direction: column; /* Stacks items vertically on smaller screens */
    gap: 15px; /* Adds space between stacked items */
  }

  .search-field,
  .search-btn {
    width: 100%; /* Makes all elements take full width */
  }
}


.wd-content-layout {
    padding-bottom: 0px !important;
}
.wd-toolbar{
filter: invert(1);
    background: #c1ffff !important;
}@media (max-width: 576px) {
	#chaty-widget-0 .chaty-widget {
    bottom: 70px !important;
}
}

