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

:root {
	--wd-text-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(51,51,51);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	--wd-widget-title-font: "Lexend", 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: "Lexend", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(12,25,44);
	--wd-alternative-color: rgb(185,159,110);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(95,86,198);
	--btn-accented-bgcolor-hover: rgb(86,78,180);
	--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: 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: rgb(12,25,44);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


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

.green-gradient-row {
  background: linear-gradient(95deg, #1a7a3c 0%, #3aad72 33%, #80d4a8 66%, #b7f0c8 100%) !important;
}
.blue-gradient-row {
  background: linear-gradient(95deg, #1487cf 0%, #1487cf 33%, #1796E5 66%, #2ea3ea 100%) !important;
}
.gradient-btn {
    background: linear-gradient(90deg, #b99f6e 0%, #e0c38c 50%, #b99f6e 100%);
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    border: 1px solid #ffffff; /* subtle white border */
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

/* Optional hover effect */
.gradient-btn:hover {
    background: linear-gradient(90deg, #b99f6e 0%, #f1d69f 50%, #b99f6e 100%);
    color: #fff;
    transform: translateY(-2px);
}

.gradient-btn-border {
    background: transparent; /* transparent background */
    color: #b99f6e; /* text color */
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    border: 2px solid #b99f6e; /* border color */
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

/* Hover effect: subtle gradient in background */
.gradient-btn-border:hover {
    background: linear-gradient(90deg, #b99f6e 0%, #e0c38c 50%, #b99f6e 100%);
    color: #fff; /* text changes to white on hover */
    transform: translateY(-2px);
}
.gradient-btn-border-white {
    background: transparent;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 12px; /* more rounded button */
    font-weight: 600;
    border: 2px solid #ffffff;
		border-color : #ffffff;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Optional hover effect */
.gradient-btn-border-white:hover {
    background: #ffffff;
    color: #000000;
}
.menu-card{
background:#ffffff;
padding:25px 30px;
border-radius:16px;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
max-width:420px;
margin:20px auto;
transition:all .3s ease;
}

.menu-card h4{
color:#2b5c8a;
font-weight:600;
margin-bottom:8px;
}

.menu-card p{
color:#6c7a89;
margin:0;
}

.rotate-right{
transform:rotate(3deg);
}

.rotate-left{
transform:rotate(-3deg);
}

.menu-card:hover{
transform:scale(1.03);
}



.pricing-card{
background:#fff;
padding:30px 20px;
border-radius:12px;
text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:all .3s ease;
}

.pricing-card:hover{
transform:translateY(-8px);
}

.plan-title{
font-weight:700;
letter-spacing:1px;
margin-bottom:10px;
}

.price{
margin:15px 0;
}

.amount{
font-size:34px;
font-weight:700;
}

.duration{
color:#777;
}

.features{
list-style:none;
padding:0;
margin:20px 0;
}

.features li{
margin-bottom:8px;
color:#555;
}

.pricing-btn{
display:inline-block;
background:#b99f6e;
color:#fff;
padding:10px 25px;
border-radius:8px;
text-decoration:none;
font-weight:600;
}
.pricing-card ul{
list-style:none !important;
padding-left:0 !important;
}
.wpcf7-form label {
	color: #b99f6e;}
.wpcf7 input[type="submit"] {
    background: linear-gradient(90deg, #b99f6e 0%, #e0c38c 50%, #b99f6e 100%);
    color: #000000;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    border: 1px solid #ffffff;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Hover Effect */
.wpcf7 input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}
/* Woodmart Popup Button Style */
.wd-popup .btn,
.wd-popup button,
.wd-popup input[type="submit"] {
    background: linear-gradient(90deg, #b99f6e 0%, #e0c38c 50%, #b99f6e 100%);
    color: #000000;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    border: 1px solid #ffffff;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Hover Effect */
.wd-popup .btn:hover,
.wd-popup button:hover,
.wd-popup input[type="submit"]:hover {
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}
.wd-tools-element [class*="wd-tools-text"] {
    color: #b99f6e;
    text-transform: var(--wd-header-el-transform);
    white-space: nowrap;
    font-weight: var(--wd-header-el-font-weight);
    font-style: var(--wd-header-el-font-style);
    font-size: var(--wd-header-el-font-size);
    font-family: var(--wd-header-el-font);
}
.wd-tools-element .wd-tools-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #b99f6e;
    font-size: 0;
}