/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1787480423
Updated: 2026-08-23 10:20:23

*/



html,
body{
	overflow-x: hidden;
}
body {
      font-family: 'Jost', sans-serif;
      background-color: #FBF8F2;
      color: #17140F;
      -webkit-font-smoothing: antialiased;
      font-weight: 300;
}

.section-heading em {
    font-style: italic;
    color: #6E2430;
}
.section-heading.golden em {
    color: #D9B876 !important;
}

.footer-social .elementor-social-icon svg{
	fill:rgba(251,248,242,0.5);
}
.footer-social .elementor-social-icon:hover svg{
	fill:#D9B876;
}
.btn-outline-gold {
    display: inline-flex !important;
    align-items: center;
    gap: 14px;
    text-decoration: none;
	padding: 6px 26px 6px 8px !important;
    transition: cubic-bezier(0.25, 1, 0.3, 1);
    cursor: pointer;
    outline: none;
}
.btn-outline-gold:hover {
    background-color: #0B0A08 !important;
    border-color: #0B0A08 !important;
    color: #D9B876 !important;
    box-shadow: 0 10px 25px rgba(176, 138, 69, 0.35);
}
.btn-outline-gold:hover .hero-btn-circle-gold {
    transform: rotate(45deg);
    background: #D9B876;
    color: #0B0A08;
}

/* =========================================================
   ELEMENTOR NAV MENU — SHRINGR LUXURY THEME
========================================================= */

/* Main Menu Container Reset & Alignment */
.elementor-widget-nav-menu .elementor-nav-menu--main {
  display: flex;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-nav-menu {
  display: flex;
  align-items: center;
  gap: 38px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-nav-menu::after{
	display:none !important;
}

/* Nav Item Links (Desktop) */
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
  position: relative;
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(251, 248, 242, 0.85) !important;
  padding: 4px 0 !important;
  text-decoration: none;
  background: transparent !important;
  transition: color 0.3s cubic-bezier(0.25, 1, 0.3, 1);
}

/* Underline Animation Effect */
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #D9B876 !important;
  transition: width 0.35s cubic-bezier(0.25, 1, 0.3, 1);
}

/* Hover & Active State */
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted {
  color: #D9B876 !important; 
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover::after,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active::after {
  width: 100%;
}

/* =========================================================
   MOBILE / TABLET BURGER & DROPDOWN MENU
========================================================= */

/* Burger Toggle Button */
.elementor-widget-nav-menu .elementor-menu-toggle {
  background: transparent;
  color: rgba(251, 248, 242, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.elementor-widget-nav-menu .elementor-menu-toggle:hover,
.elementor-widget-nav-menu .elementor-menu-toggle.elementor-active {
  color: #D9B876;
}

.elementor-widget-nav-menu .elementor-menu-toggle svg {
  fill: currentColor;
  width: 22px;
  height: 22px;
}

/* Mobile Dropdown Panel */
.elementor-widget-nav-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container {
  background-color: #17140F !important; 
  border-top: 1px solid rgba(217, 184, 118, 0.18);
  border-bottom: 1px solid rgba(217, 184, 118, 0.18);
  padding: 12px 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

/* Dropdown Menu Items */
.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-nav-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.elementor-widget-nav-menu .elementor-nav-menu--dropdown .menu-item {
  border-bottom: 1px solid rgba(217, 184, 118, 0.12);
}

.elementor-widget-nav-menu .elementor-nav-menu--dropdown .menu-item:last-child {
  border-bottom: none;
}

.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.45rem !important;
  font-weight: 500 !important;
  color: rgba(251, 248, 242, 0.88) !important;
  padding: 14px 0 !important;
  display: block;
  text-transform: none;
  letter-spacing: 0.5px;
  background: transparent !important;
  transition: color 0.3s ease, padding-left 0.3s ease;
}

/* Mobile Link Hover & Active */
.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
  color: #D9B876 !important;
  padding-left: 6px !important;
}



/* =========================================================
   VALUE BAR SEAL & ICON STYLES
========================================================= */

/* Main Section Wrapper */
.value-bar-section {
  padding: 80px 0;
  background: #ffffff;
  border-top: 1px solid #E4DAC2;
  border-bottom: 1px solid #E4DAC2;
}

/* Value Item Wrapper */
.value-bar-section .value-item {
  display: flex !important;
  align-items: center;
  gap: 20px;
  padding: 10px 28px;
  border-right: 1px solid #E4DAC2;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.3, 1);
}

.value-bar-section .e-con:last-child .value-item,
.value-bar-section .value-item:last-child {
  border-right: none !important;
}

/* Icon Box Inner Layout Alignment */
.value-bar-section .elementor-icon-box-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
  width:100%;
}

/* Icon Outer Container */
.value-bar-section .elementor-icon-box-icon {
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0;
}

/* The Diamond Seal Frame */
.value-bar-section .elementor-icon {
  position: relative !important;
  width: 54px !important;
  height: 54px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Outer Diamond Border */
.value-bar-section .elementor-icon::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #E4DAC2;
  background: #FBF8F2;
  transform: rotate(45deg);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.3, 1);
  border-radius: 3px;
  z-index: 1;
}

/* Inner Dashed Diamond */
.value-bar-section .elementor-icon::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
  border: 1px dashed rgba(176, 138, 69, 0.45);
  transform: rotate(45deg);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.3, 1);
  z-index: 2;
  pointer-events: none;
}

/* Center SVG Icon */
.value-bar-section .elementor-icon svg {
  position: relative;
  z-index: 3;
  width: 22px !important;
  height: 22px !important;
  color: #B08A45 !important;
  stroke: #B08A45 !important;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.3, 1);
}

/* Hover Animation */
.value-bar-section .value-item:hover .elementor-icon::before {
  border-color: #B08A45;
  background: #0B0A08;
  transform: rotate(45deg) scale(1.08);
  box-shadow: 0 8px 20px rgba(176, 138, 69, 0.22);
}

.value-bar-section .value-item:hover .elementor-icon::after {
  border-color: #D9B876;
  border-style: solid;
}

.value-bar-section .value-item:hover .elementor-icon svg {
  color: #F2E4C4 !important;
  stroke: #F2E4C4 !important;
  transform: scale(1.1);
}

/* Title & Typography */
.value-bar-section .elementor-icon-box-title {
  margin: 0 0 3px 0 !important;
}

.value-bar-section .elementor-icon-box-description {
  margin: 0 !important;
}

/* Responsive */
@media (max-width: 1024px) {
  .value-bar-section { padding: 60px 0; }
  .value-bar-section .value-item { border-right: none !important; padding: 12px 16px; }
}
@media (max-width: 767px) {
    .value-bar-section .elementor-widget-icon-box.elementor-mobile-position-block-start .elementor-icon-box-wrapper {
        align-items: center !important;
    }
}

    .facet-divider {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      margin: 20px auto 0;
    }
    .facet-divider .bar {
      width: 48px;
      height: 1px;
      background: linear-gradient(90deg, transparent, #B08A45);
    }
    .facet-divider .bar.right { background: linear-gradient(90deg, #B08A45, transparent); }
    .jewel-cut {
      flex-shrink: 0;
      color: #B08A45;
      stroke: currentColor;
      filter: drop-shadow(0 2px 4px rgba(176, 138, 69, 0.25));
    }
