/*
Theme Name: The Bay Empire
Theme URI: https://vonome.com/
Author: Rashedul Islam
Author URI: https://vonome.com/
Description: The Bay Empire is a WordPress block theme, Developed for The Bay Empire Hotel and Resort Management by Vonome Software & Systems.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: block-theme, full-site-editing
Text Domain: the_bay_empire
*/

/* Common Styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}
p,
a,
li,
label,
button {
  /* font-family: "Jost", sans-serif; */
}
a {
  text-decoration: none;
}
a:hover {
  color: #d0a851;
}
.gradient-text {
  background-image: linear-gradient(to right, #d0a851, #9f2b2c);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

/* Button Styles */
.teb-btn {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  text-align: center;
  display: flex;
  align-items: center;
  opacity: 1;
  gap: 10px;
  padding: 12px 24px;
  /* typography */
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.teb-btn::after {
  content: "\f062";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: rotate(40deg);
  transform-origin: center;
}
.teb-btn-primary {
  background-color: #d0a851;
  color: #fff;
  border: 1.5px solid #d0a851;
}
.teb-btn-primary:hover {
  background-color: transparent;
  color: #d0a851;
}
.teb-btn-secondary {
  background-color: transparent;
  color: #d0a851;
  border: 1.5px solid #d0a851;
}
.teb-btn-secondary:hover {
  background-color: #d0a851;
  color: #fff;
}
/* Navebar styles */
.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: transparent;
  padding: 8px 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Heading/Navbar Styles */
.menu-item {
  font-family: "Playfair Display", serif !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #d0a851;
}
.menu-item a:hover {
  background-color: transparent !important;
  color: #9f2b2c !important;
}
.menu-item-has-children {
  position: static;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 4.4rem;
  background: rgba(255, 239, 210, 0.5);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.2px);
  -webkit-backdrop-filter: blur(5.2px);
  border-radius: 12px;
  padding: 20px;
  min-width: 200px;
  z-index: 99999;
  margin-top: 8px;
  list-style: none;
  gap: 16px;
}

.menu-item-has-children:hover > .sub-menu {
  display: grid;
}

.sub-menu a {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: transparent !important;
  padding: 0px !important;
}
.sub-menu a:hover {
  color: #9f2b2c !important;
}
.menu-item:hover .submenu-arrow {
  transform: rotate(180deg);
}
/* Board of Directors Home Page */
.bod-thumbnails img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #f8f2e5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.bod-thumbnails {
  margin-left: -20px !important;
  z-index: 999;
}
footer {
  background: url("./assets/images/footer-bg.svg");
  background-position: center center;
  background-size: cover;
}
.footer-call-to-action {
  transform: translateY(-50%);
  z-index: 9999;
}
