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

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//ebohonculturalcenter.net/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//ebohonculturalcenter.net/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//ebohonculturalcenter.net/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//ebohonculturalcenter.net/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//ebohonculturalcenter.net/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//ebohonculturalcenter.net/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//ebohonculturalcenter.net/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//ebohonculturalcenter.net/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 16px;
	--wd-title-font: "Playfair Display", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Italianno", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(181,131,82);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(181,131,82);
	--btn-accented-bgcolor-hover: rgb(198,160,125);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

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


.wd-page-title {
background-color: #0a0a0a;
}

/* --- PREMIUM COLOR PALETTE --- */
:root {
    --royal-red: #762121; /* Deeper, richer red */
    --gold-gradient: linear-gradient(135deg, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
    --dark-overlay: rgba(0, 0, 0, 0.75);
    --glass-bg: rgba(255, 255, 255, 0.05);
    --text-gold: #eebb55;
}

/* --- ANIMATIONS --- */
@keyframes gold-shine {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* --- ADVANCED TYPOGRAPHY --- */
h1.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% auto;
    animation: gold-shine 3s linear infinite;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

h2.section-title {
    font-family: 'Cinzel', serif;
    color: var(--royal-red);
    text-align: center;
    font-size: 2.5rem;
    position: relative;
    margin-bottom: 3rem;
}
h2.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: var(--gold-gradient);
    margin: 15px auto 0;
}

/* --- PARALLAX HERO SECTION --- */
.parallax-hero {
    height: 90vh; /* Almost full screen */
    background: url('YOUR-HERO-IMAGE.jpg') no-repeat center center fixed; 
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.hero-overlay {
    background: var(--dark-overlay);
    padding: 3rem;
    border: 1px solid rgba(255,215,0, 0.3);
    text-align: center;
    backdrop-filter: blur(5px); /* Blurs the background slightly */
    max-width: 800px;
    box-shadow: 0 0 30px rgba(0,0,0,0.8);
}

/* --- GOLDEN BUTTONS --- */
.btn-gold {
    background-image: var(--gold-gradient);
    color: #333;
    padding: 15px 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}
.btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    color: #000;
}

/* --- IMAGE GRID GALLERY --- */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 250px);
    gap: 10px;
    padding: 20px;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.gallery-item:hover img { transform: scale(1.1); }
/* Make the first item large */
.gallery-item:first-child { grid-column: span 2; grid-row: span 2; }

/* --- SERVICES CARDS (HOVER LIFT) --- */
.service-card-lux {
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    border-bottom: 3px solid var(--royal-red);
    transition: 0.4s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.service-card-lux:hover {
    transform: translateY(-10px);
    background: var(--royal-red);
}
.service-card-lux:hover h3, .service-card-lux:hover p { color: #fff; }
.icon-box { font-size: 3rem; color: var(--royal-red); margin-bottom: 20px; }
.service-card-lux:hover .icon-box { color: var(--text-gold); }

/* --- CALL TO ACTION BAR --- */
.cta-bar {
    background: var(--royal-red);
    padding: 50px;
    text-align: center;
    color: #fff;
    background-image: url('YOUR-PATTERN-IMAGE.png'); /* Optional texture */
}