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

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

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

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #83b735;
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(183,169,154);
	--btn-accented-bgcolor-hover: rgb(183,169,154);
	--wd-form-brd-width: 2px;
	--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: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left 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: 1600px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

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


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

.table-responsive{
    width:100%;
    overflow-x:auto;
}

.custom-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
    border-radius:10px;
    overflow:hidden;
}

.custom-table th{
    background:#01873D;
    color:#fff;
    padding:14px;
    text-align:left;
    font-size:16px;
}

.custom-table td{
    padding:14px;
    border-bottom:1px solid #eee;
    font-size:15px;
    color:#444;
}

.custom-table tr:nth-child(even){
    background:#fafafa;
}

.custom-table tr:hover{
    background:#f5fff8;
}

.table-btn{
    display:inline-block;
    background:#01873D;
    color:#fff;
    padding:8px 16px;
    border-radius:5px;
    text-decoration:none;
    transition:.3s;
}

.table-btn:hover{
    background:#fff;
    color:#01873D;
    border:1px solid #01873D;
}

/* Mobile View */
@media(max-width:768px){

.custom-table,
.custom-table thead,
.custom-table tbody,
.custom-table th,
.custom-table td,
.custom-table tr{
    display:block;
}

.custom-table thead{
    display:none;
}

.custom-table tr{
    margin-bottom:20px;
    border:1px solid #ddd;
    border-radius:10px;
    overflow:hidden;
    background:#fff;
}

.custom-table td{
    position:relative;
    padding-left:45%;
    text-align:right;
    border-bottom:1px solid #eee;
}

.custom-table td:last-child{
    border-bottom:none;
}

.custom-table td::before{
    content:attr(data-label);
    position:absolute;
    left:15px;
    top:14px;
    font-weight:600;
    color:#01873D;
    text-align:left;
}
}
.custom-list{
    display:flex;
    flex-wrap:wrap;
    list-style:none;
    padding:0;
    margin:20px 0;
}

.custom-list li{
    width:25%;
    box-sizing:border-box;
    padding-left:18px;
    padding-right:10px;
    margin-bottom:10px;
    position:relative;
}

.custom-list li::before{
    content:"•";
    position:absolute;
    left:0;
    color:#01873D;
    font-size:20px;
}



.venue-info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px 30px;
	padding-bottom: 24px;
}

.venue-info-item {
    padding-left: 14px;
    border-left: 3px solid #d4af37; /* Gold accent */
}

.venue-info-item h4 {
    margin: 0 0 3px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    color: #222;
}

.venue-info-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: #777;
}

@media (max-width: 992px) {
    .venue-info {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .venue-info {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}



.venue-spaces{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px 24px; /* row gap | column gap */
	padding-bottom: 24px;
}

.space-item{
    padding:10px 18px; /* top-bottom | left-right */
    transition:.3s ease;
}

.space-item:hover{
    transform:translateY(-3px);
}

.space-item h4{
    margin:0 0 5px;
    font-size:16px;
    font-weight:700;
    color:#c89b3c;
    line-height:1.3;
}

.space-item p{
    margin:0;
    font-size:14px;
    font-weight:400;
    color:#222;
    line-height:1.4;
}

.space-item span{
    display:block;
    margin-top:2px;
    font-size:13px;
    color:#666;
    line-height:1.3;
}

@media(max-width:992px){
    .venue-spaces{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:576px){
    .venue-spaces{
        grid-template-columns:1fr;
    }
}

.venue-facilities{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px 2px;
    margin-top:25px;
	margin-bottom:25px;
}

.facility-item{
    display:flex;
    align-items:flex-start;
    gap:5px;
    line-height:26px;
}

.facility-item i{
    color:#01873D;
    margin-top:4px;
    font-size:18px;
    flex-shrink:0;
}

@media(max-width:991px){
    .venue-facilities{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:576px){
    .venue-facilities{
        grid-template-columns:1fr;
    }
}