/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* --- Banner Sticky nằm dưới nội dung --- */
.luna-page-banner {
  position: sticky;
  top: 0;
  background-image: url('https://demo50.vinasite.top/wp-content/uploads/2025/11/bg-product.jpg');
  background-size: cover;
  background-position: center;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  overflow: hidden;
  z-index: 1; 
}

.luna-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

/* --- Nội dung text trong banner --- */
.luna-banner-inner {
  position: relative;
  z-index: 2;
}

.luna-banner-title {
  font-size: 48px;
  font-family: 'Playfair Display', serif;
  margin-bottom: 10px;
color: #fff;
}

.luna-breadcrumb {
  font-size: 16px;
}

.luna-breadcrumb a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.luna-breadcrumb a:hover {
  color: #d1b48c;
}

.luna-sep {
  margin: 0 8px;
  color: #fff;
}

#main,
.site-content,
.main-content,
#content {
  position: relative;
  z-index: 10; 
  background: #fff;
}

.header-wrapper {
  position: relative;
  z-index: 100;
}
/*contact*/
.contact-form-wrapper {
  background: #EFF0EA;
  padding: 60px 40px;
  text-align: center;
  font-family: "Georgia", serif;
  color: #000;
}

.contact-form-wrapper h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}

.contact-form-wrapper p {
  font-size: 15px;
  margin-bottom: 40px;
  color: #2c2c2c;
}

.form-row {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.form-group {
  flex: 1;
  min-width: 250px;
  text-align: left;
}

.form-group.full {
  width: 100%;
}

.contact-form-wrapper label {
  display: block;
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  padding: 8px 0;
  font-size: 14px;
  color: #000;
  font-family: inherit;
  outline: none;
  resize: none;
  box-shadow: none; /* ✅ Bỏ bóng */
}

.contact-form-wrapper textarea {
  height: 100px;
  margin-top: 10px;
}

.contact-form-wrapper input[type="text"]:focus,
.contact-form-wrapper input[type="email"]:focus,
.contact-form-wrapper textarea:focus {
  border-bottom: 2px solid #000;
  box-shadow: none; /* ✅ Không đổ bóng khi focus */
}

.form-submit {
  margin-top: 30px;
}

.contact-form-wrapper input[type="submit"] {
  background: #000;
  color: #fff;
  padding: 12px 50px;
  border: none;
  cursor: pointer;
  font-size: 15px;
  transition: 0.3s;
  box-shadow: none; /* ✅ Không có shadow */
}

.contact-form-wrapper input[type="submit"]:hover {
  background: #333;
  box-shadow: none;
}
.footer-wrapper {
  position: relative;
  z-index: 5;
}
/*fotter*/
.simple-nav {
  text-align: center;
  padding: 20px 0;
}

.simple-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 40px; 
}

.simple-nav li {
  position: relative;
}

.simple-nav a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  padding-right: 12px;
  transition: color 0.3s;
}

.simple-nav a::after {
  content: "›";
  color: #EFF0EA; 
  margin-left: 6px;
  font-size: 16px;
}

.simple-nav a:hover {
  color: #EFF0EA;
}
.absolute-footer.dark.medium-text-center.small-text-center {
    display: none;
}