/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* ========================================
   HFE Navigation Menu
   ======================================== */
:root {
  --pgs-ombre-stops: #F8F0F1, #E8C9CC, #C9A3A8, #9B7A7F, #4E4447;
  --animation-duration: 0.5s;
  --animation-easing: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

html,
body {
	overflow-x: hidden;
}

b {
    color: #AA7474;
}

/* Reset menu styles */
ul.hfe-nav-menu {
	display: flex !important;
	flex-wrap: wrap;
	list-style: none !important;
	margin: 0 !important;
	padding: 15px 20px !important;
	gap: 0 !important;
	align-items: flex-end;
	border: none;
}

ul.hfe-nav-menu li.menu-item {

 
}

header ul.hfe-nav-menu li.menu-item {
	position: relative;
  --r: 25px; /* control the radius */

  line-height: 1.8; /* control the height */
  padding-inline: .5em;
  border-right: var(--r) solid #0000;
  border-radius: var(--r) calc(2*var(--r)) 0 0/var(--r);
  mask:  
    radial-gradient(var(--r) at 100% 0,#0000 98%,#000 101%) 
     100% 100%/var(--r) var(--r) no-repeat, 
    conic-gradient(#000 0 0) padding-box;

	/* 7-11-25 added */

	transition: 
	  transform var(--animation-duration) var(--animation-easing),
	  filter var(--animation-duration) var(--animation-easing),
	  box-shadow var(--animation-duration) var(--animation-easing) !important;
	transform: translateX(0) translateY(0) !important;
	will-change: transform, filter;
 
}

header ul.hfe-nav-menu li.menu-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: -8px;
	bottom: 0;
	background: inherit;
	box-shadow: 8px 0 12px rgba(0, 0, 0, 0.12);
	z-index: -1;
	border-radius: var(--r) calc(2 * var(--r)) 0 0 / var(--r);
	mask: radial-gradient(var(--r) at 100% 0, #0000 98%, #000 101%) 100% 100% / var(--r) var(--r) no-repeat, conic-gradient(#000 0 0) padding-box;
	-webkit-mask: radial-gradient(var(--r) at 100% 0, #0000 98%, #000 101%) 100% 100% / var(--r) var(--r) no-repeat, conic-gradient(#000 0 0) padding-box;
}

/* ✅ HOVER */
header ul.hfe-nav-menu li.menu-item:hover::before {
	box-shadow: 12px 0 16px rgba(0, 0, 0, 0.18);
}
header ul.hfe-nav-menu li.menu-item.current-menu-item.current-menu-item, header ul.hfe-nav-menu li.menu-item:hover {filter: brightness(0.75) !important;}


/* 7-11-25 added */

header ul.hfe-nav-menu li.menu-item:hover {
	transform: translateX(10px) translateY(-8px) !important;
}

/* 7-11-25 end */

ul.hfe-nav-menu a {
	text-decoration: none !important;
	display: block !important;
	line-height: 1.5;
	padding:2px !important;
}


/* for shadow effect on menu items */

header, header nav, header .hfe-nav-menu { overflow: visible !important; }

.tab-wrapper {
  display: block;
  /* filter:
    drop-shadow(0 3px 4px rgba(0,0,0,.16))
    drop-shadow(0 18px 34px rgba(0,0,0,.14))
    drop-shadow(16px 22px 46px rgba(0,0,0,.10)); */
	/* box-shadow: 
	4px 8px 8px rgba(0, 0, 0, 0.12), inset 18px 3px 20px rgba(0, 0, 0, 0.10), 12px 18px 32px rgba(0, 0, 0, 0.08); */
    box-shadow: 
        8px 0 12px rgba(0, 0, 0, 0.12),
        inset 18px 3px 20px rgba(0, 0, 0, 0.10),
        12px 18px 32px rgba(0, 0, 0, 0.08);
  transition: transform .25s ease, filter .25s ease;
    border-radius: 25px 50px 0 0;
    background: #F2EDE7;
}

/* watermark every page */

body:after {
    content: '';
    background-image: url(https://paulinegraystudios.com/wp-content/uploads/2025/11/watermark-rotate.png);
    position: absolute;
    left: 2%;
    width: 22%;
    height: 100%;
    z-index: 2;
    top: 153px;
    background-repeat: no-repeat;
    opacity: 0.3;
    margin: 0 auto;
    background-position: left;
    background-size: contain;
}

/* watermark every page */

/* About us page ombre effect */

.pgs-ombre-title {
  background-image: linear-gradient(90deg, var(--pgs-ombre-stops));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: inline-block;
}

/* About us page ombre effect */

/* Contact us page */

.icon-box .elementor-icon-box-title {
    margin: 0;
}

/* Contact us page */

/* Responsive */

/* ✅ DESKTOP - VERTICAL GAP ONLY */
@media (min-width: 769px) {
	ul.hfe-nav-menu {
		row-gap: 16px !important;
	}
}

/* Responsive */
@media (max-width: 768px) {
	ul.hfe-nav-menu {
		display: flex !important;
		flex-direction: column;
		width: 100%;
		padding: 10px !important;
		border-bottom: none;
		gap: 12px !important;
		align-items: stretch;
	}

	.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu{background: white;}

	.elementor-76 .elementor-element.elementor-element-5ac8503 .sub-menu, 
	.elementor-76 .elementor-element.elementor-element-5ac8503 nav.hfe-dropdown, 
	.elementor-76 .elementor-element.elementor-element-5ac8503 nav.hfe-dropdown-expandible, 
	.elementor-76 .elementor-element.elementor-element-5ac8503 nav.hfe-dropdown .menu-item a.hfe-menu-item, 
	.elementor-76 .elementor-element.elementor-element-5ac8503 nav.hfe-dropdown .menu-item a.hfe-sub-menu-item {
		background-color: transparent !important;
	}
	
	ul.hfe-nav-menu li.menu-item {
		width: 100%;
		margin: 0 !important;
		padding: 12px 16px !important;
		border-right: none !important;
		border-radius: 8px !important;
		mask: none !important;
		-webkit-mask: none !important;
	}

	header ul.hfe-nav-menu li.menu-item::before {
		display: none;
	}

	.tab-wrapper {
		display: block;
		width: 100%;
		box-shadow: 
			2px 2px 6px rgba(0, 0, 0, 0.10),
			4px 4px 12px rgba(0, 0, 0, 0.08);
		border-radius: 8px;
		margin-bottom: 8px;
	}

	/* footer */

	.icon-list-contact .elementor-icon-list-item:not(:last-child)::after {
		content: none !important;
	}

}
