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

:root {
	--wd-text-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(43,43,43);
	--wd-text-font-size: 17px;
	--wd-title-font: "Stepp", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Jost", 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: "Jost", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Stepp", 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: "Jost", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 20px;
	--wd-primary-color: rgb(225,49,89);
	--wd-alternative-color: rgb(47,138,201);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(47,138,201);
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(225,49,89);
	--btn-accented-bgcolor-hover: rgb(225,49,89);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://giftcellent.com/wp-content/uploads/2021/07/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://giftcellent.com/wp-content/uploads/2024/05/for-him-placeholder.jpg);
	background-size: cover;
	background-position: center bottom;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1405px;
--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: 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;
--wd-cat-brd-radius: 5px;
}

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


@font-face {
	font-family: "Stepp";
	src: url("//giftcellent.com/wp-content/uploads/2024/07/Stepp-ITC-Std-Bold.woff2") format("woff2"), 
url("//giftcellent.com/wp-content/uploads/2024/07/Stepp-ITC-Std-Bold.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

.corporate-h1 {
   /* Size and spacing */
   font-size: 4rem;
   line-height: 1.2;
   margin-bottom: 1.5rem;
   
   /* Typography */
   
   font-weight: 700;
   letter-spacing: -0.02em;
   
   /* Color and effects */
   color: var(--dark, #2C3E50);
   position: relative;
   
   /* Animation */
   animation: fade-slide-up 1s ease-out;
}

.corporate-h1::after {
   content: '';
   position: absolute;
   bottom: -10px;
   left: 0;
   width: 80px;
   height: 4px;
   background: var(--primary, #FF6B6B);
   border-radius: 2px;
}

.corporate-text {
   font-size: 1.25rem;
   line-height: 1.6;
   margin-bottom: 2rem;
   font-family: 'Roboto', sans-serif;
   font-weight: 400;
   color: #546E7A;
   max-width: 90%;
   animation: fade-slide-up 0.8s ease-out;
   animation-delay: 0.2s;
   opacity: 0;
   animation-fill-mode: forwards;
}

.corporate-hero-img {
   width: 100%;
   height: auto;
}

.benefit-card {
   font-family: 'Roboto', sans-serif;
   padding: 2rem;
   border-radius: 12px;
   box-shadow: 0 4px 20px rgba(0,0,0,0.06);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   display: flex;
   align-items: flex-start;
   gap: 1.5rem;
   background: transparent;
}

.benefit-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 8px 30px rgba(0,0,0,0.1);
   background: rgba(0, 0, 0, 0.02);
}

.benefit-icon {
   background: #FF6B6B;
   padding: 1rem;
   border-radius: 12px;
   width: 60px;
   height: 60px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.benefit-icon i {
   font-size: 24px;
   color: white;
}

.benefit-content {
   flex: 1;
}

.benefit-title {
   font-family: 'Roboto', sans-serif;
   font-size: 1.25rem;
   color: #2C3E50;
   margin-bottom: 0.5rem;
   font-weight: 600;
}

.benefit-description {
   font-family: 'Roboto', sans-serif;
   color: #546E7A;
   line-height: 1.6;
}

.corporate-benefits-wrapper {
   background: linear-gradient(135deg, #FF6B6B 0%, #FF5252 100%);
   padding: 80px 0;
   position: relative;
   overflow: hidden;
}

.corporate-benefits-wrapper::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: 
       linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%) -50px 0,
       linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%) -50px 0;
   background-size: 100px 100px;
   pointer-events: none;
}

/* Animations */
@keyframes fade-slide-up {
   0% {
       opacity: 0;
       transform: translateY(30px);
   }
   100% {
       opacity: 1;
       transform: translateY(0);
   }
}

@keyframes float {
   0%, 100% {
       transform: translateY(0);
   }
   50% {
       transform: translateY(-20px);
   }
}

@keyframes fade-in {
   0% {
       opacity: 0;
       transform: translateY(20px);
   }
   100% {
       opacity: 1;
       transform: translateY(0);
   }
}
.wd-prefooter{
	padding-bottom:0px !important;
}
.site-content{
	margin-bottom:0px !important;
}
.hero-section-1{
	
	position:relative;

}
.hero-section-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) !important; /* Black overlay with 50% opacity */
    z-index: 1; /* Ensure overlay is below text */
}

.hero-section-1 * {
    position: relative;
    z-index: 2; /* Ensure text and other content appear above overlay */
}
.corporate-header-contact{
	max-width:400px;
	margin:0 auto;
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
   .corporate-h1 {
       font-size: 3.5rem;
   }
}

@media (max-width: 768px) {
   .corporate-h1 {
       font-size: 2.8rem;
       text-align: center;
   }
   
   .corporate-h1::after {
       left: 50%;
       transform: translateX(-50%);
   }
   
   .corporate-text {
       font-size: 1.1rem;
       text-align: center;
       margin: 0 auto 2rem;
       max-width: 100%;
   }
   
   .corporate-hero-img {
       max-width: 90%;
       margin: 0 auto;
       display: block;
       animation: fade-in 1s ease-out;
   }
   
   .corporate-hero-img:hover {
       transform: none;
       box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
   }
   
   .benefit-card {
       padding: 1.5rem;
   }
}