/*
Theme Name: Stage Digital
Author: Bogdan Bujor
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--color-primary: #132958;
	--color-orange: #BF2D41;
	--font-primary: "Sofia Sans", sans-serif;
	--font-custom: "Sofia Sans", sans-serif;
}

.font-primary {
	font-family: var(--font-primary);
}
.font-custom {
	font-family: var(--font-custom);
}

.text-primary {
	color: var(--color-primary);
}
.text-orange {
	color: var(--color-orange);
}
.text-white {
	color: #fff;
}

* {
	box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-custom);
}

h2 {
	color: var(--color-primary);
}
h3 {
	color: var(--color-primary);
}

p,
ul {
	margin-top: 0;
}
p:last-child,
ul:last-child {
	margin-bottom: 0;
}

a {
	color: inherit;
	/*color: var(--color-primary);*/
	text-decoration: none;
	transition: .2s;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.vc_col-sm-6:nth-child(even) {
		margin-top: 30px;
	}
	.reverse .vc_col-sm-6:nth-child(even) {
		margin-top: 0;
		margin-bottom: 30px;
	}
}

.font-bold {
	font-weight: 700;
}
.font-semibold {
	font-weight: 600;
}
.font-medium {
	font-weight: 500;
}

body {
	color: #333;
	font-family: var(--font-primary);
	font-size: 20px;
	line-height: 1.5;
	text-align: justify;
}
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 32px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 20px;
}
@media (max-width: 767px) {
	body {
		font-size: 18px;
	}
	h1, .h1 {
		font-size: 36px;
	}
	h2, .h2 {
		font-size: 30px;
	}
	h3, .h3 {
		font-size: 24px;
	}
	h4, .h4 {
		font-size: 20px;
	}
}

.wpb_wrapper h2,
.wpb_wrapper h3,
.wpb_wrapper h4 {
	margin-bottom: 20px;
	text-align: left;
}

.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pt-60 {
	padding-top: 60px !important;
}
.pb-60 {
	padding-bottom: 60px !important;
}

.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.columns-2 {
		columns: 2;
	}
}

.relative {
	position: relative;
}

.container {
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	grid-row-gap: 30px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	padding-left: 15px;
	padding-right: 15px;
}
.col-1 {
	width: 8.333333%;
}
.col-2 {
	width: 16.666666%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.333333%;
}
.col-5 {
	width: 41.666666%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.333333%;
}
.col-8 {
	width: 66.666666%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.333333%;
}
.col-11 {
	width: 91.666666%;
}
.col-12 {
	width: 100%;
}

@media (max-width: 767px) {
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11 {
		width: 100%;
	}

	.reverse > :first-child {
		order: 2;
	}
	.reverse > :last-child {
		order: 1;
	}
}

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}

@media (min-width: 768px) {
	.xs-visible {
		display: none;
	}
}

@media (max-width: 767px) {
	.xs-hidden {
		display: none;
	}
}

.topbar {
	padding: 10px 0;
	background: linear-gradient(120deg, var(--color-primary) 0%, var(--color-primary) 65%, var(--color-orange) 65%, var(--color-orange) 100%);
	color: #fff;
	font-size: 18px;
}
@media (max-width: 980px) {
	.topbar {
		background: linear-gradient(120deg, var(--color-primary) 0%, var(--color-primary) 55%, var(--color-orange) 55%, var(--color-orange) 100%);
	}
}
@media (max-width: 767px) {
	.topbar {
		display: none;
	}
}
.topbar-inner {
	display: flex;
	align-items: center;
}
.topbar-content {
}
.topbar-content span {
	position: relative;
}
.topbar-content span:not(:last-child) {
	margin-right: 20px;
	padding-right: 20px;
}
.topbar-content span:not(:last-child):after {
	content: "";
	position: absolute;
	top: 3px;
	right: 0;
	width: 1px;
	height: 16px;
	background-color: #fff;
}
.topbar-content span i {
	margin-right: 10px;
}
.topbar-social {
	margin-left: auto;
}
.topbar-social a:not(:last-child) {
	margin-right: 20px;
}
.topbar-link {
	display: none;
	margin-left: 20px;
}

.header {
	position: relative;
	z-index: 999;
	border-bottom: 5px solid var(--color-orange);
}
.header-inner {
	display: flex;
	align-items: center;
	position: relative;
	padding: 10px 0;
}
.header-logo {
	
}
.logo-white {
	display: none;
}
.header-nav {
	margin-left: auto;
	margin-right: -15px;
	/*background-color: #333;*/
}
.header-phone {
	margin-left: auto;
	font-family: var(--font-custom);
	font-size: 30px;
	font-weight: 700;
}
.header-button {
	margin-left: 15px;
}
@media (max-width: 767px) {
	.header-logo {
		width: 133px;
	}
	.header-nav,
	.header-phone,
	.header-button {
		display: none;
	}
}
.menu {
	position: relative;
	padding-left: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	font-family: var(--font-custom);
}
.menu > li {
	position: relative;
	margin: 0 15px;
}
.menu > li > a {
	display: block;
	padding: 15px 0;
	color: var(--color-primary);
	font-size: 20px;
	font-weight: 600;
}
.menu > li.menu-item-has-children > a {
	padding-right: 20px;
}
.menu > li.menu-item-has-children > a:after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
    font-weight: 900;
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 999;
	list-style: none;
	padding: 0;
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	font-size: 16px;
	transition: .2s;
}
@media (min-width: 768px) {
	.sub-menu {
		width: max-content;
		min-width: 240px;
	}
}
.menu > li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}
.sub-menu li a {
	display: block;
	padding: 10px 25px;
}
.sub-menu li a:hover {
	background-color: var(--color-orange);
	color: #fff;
}
@media (max-width: 767px) {
	.menu {
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	.sticky:not(.header-transparent) {
		padding-top: 192px;
	}
}

.header-transparent:not(.sticky) .header {
	position: absolute;
	z-index: 1;
	width: 100%;
	background-color: rgba(0, 0, 0, .1);
	border-bottom: none;
}
.header-transparent:not(.sticky) .logo-main {
	display: none;
}
.header-transparent:not(.sticky) .logo-white {
	display: inline;
}
.header-transparent:not(.sticky) .menu > li > a {
	color: #fff;
}
.header-transparent:not(.sticky) .header-button a {
	/*line-height: 44px;*/
}
.header-transparent:not(.sticky) .header-button a:hover {
	/*background-color: #fff;
	color: var(--color-primary);*/
}

.sticky .header {
	position: fixed;
	z-index: 99;
	top: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.sticky .header-inner {
	padding: 10px 0;
}
.sticky .header-logo {
	position: static;
}
.sticky .header-logo img {
	width: 93px;
}

.sticky:not(.header-transparent) .topbar {
	/*margin-bottom: 80px;*/
	display: none;
}

.sd-button,.wwp-login-to-see-wholesale-prices, .woocommerce ul.products li.product .button , .woocommerce .button,  .woocommerce input.button , .woocommerce button.button
,.woocommerce a.button
,.wc-block-components-button
{
	display: inline-block;
	padding: 15px 20px;
	font-family: var(--font-custom);
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	border: 2px solid #fff;
	border: none;
	border-radius: 10px;
	/*border-radius: 0;*/
	background-color: var(--color-orange);
	color: #fff;
}
.sd-button:hover,.wwp-login-to-see-wholesale-prices:hover, .woocommerce ul.products li.product .button:hover, .woocommerce  .button:hover 
, .woocommerce input.button:hoverm .woocommerce button.button:hover
, .woocommerce a.button:hover
, .wc-block-components-button:hover
{
	background-color: var(--color-primary);
}
.sd-button.sd-white {
	border-color: #fff;
	background-color: #fff;
	color: var(--color-primary);
}
.sd-button.sd-white:hover {
	border-color: var(--color-primary);
	background-color: var(--color-primary);
	color: #fff;
}
@media (max-width: 767px) {
	.sd-button {
		font-size: 18px;
	}
}

.banner-section {
	padding-top: 300px;
	padding-bottom: 220px;
	background-color: #F0F2F5;
	background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .1)), url(../images/header.webp);
	background-size: cover;
	background-position: center;
}
.banner-section.small {
	padding-top: 50px;
	padding-bottom: 50px;
}
.banner-section.home-banner-section {
	padding-top: 200px;
	padding-bottom: 180px;
	background-image: url(../images/main-2.webp);
}
@media (max-width: 767px) {
	.banner-section {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.banner-section.small {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.banner-section.home-banner-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.header-transparent .banner-section.home-banner-section {
		padding-top: 180px;
	}
}
.slider-title {
	color: var(--color-primary);
	font-size: 70px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}
.small .slider-title {
	font-size: 36px;
}
.page-heading {
	font-family: var(--font-custom);
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
}
.page-subheading {
	text-transform: uppercase;
}
.title-line {
	padding-bottom: 20px;
	position: relative;
}
.title-line:after {
	content: "";
	position: absolute;
	width: 100px;
	height: 5px;
	bottom: 0;
	left: 0;
	background-color: var(--color-orange);
}
.title-line.text-white:after {
	background-color: #fff;
}
.title-line.text-center:after {
	left: calc(50% - 50px);
}
@media (max-width: 767px) {
	.slider-title {
		font-size: 30px;
	}
	.slider-text {
		font-size: 14px;
	}
	.page-heading {
		font-size: 30px;
	}
}

.black-overlay:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .45);
}
.banner-section.home-banner-section.black-overlay:before {
	background-color: transparent !important;
	display: none !important;
}
.white-overlay:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .8);
}

.scroll-button {
	content: "";
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: 0;
    width: 200px;
    height: 61px;
    background: url(../images/scroll-arrow.png) no-repeat center center;
    background-size: 200px 61px;
	padding-top: 20px;
	text-align: center;
	cursor: pointer;
	transition: .2s;
}
.scroll-button:hover {
	color: var(--color-primary);
}

.service-box {
	overflow: hidden;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 2px 0px 20px 0px rgb(3 15 39 / 7%) !important;
	margin-bottom: 30px !important;
	position: relative;
}
.service-image img {
	width: 100%;
}
.service-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 20px 15px;
	background-color: rgba(0, 0, 0, .4);
}
.service-title {
	color: #fff;
	font-family: var(--font-custom);
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
}
.service-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.service-item {
	display: flex;
	align-items: stretch;
}
.service-thumb {
	width: 50%;
	position: relative;
}
.service-thumb img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.service-desc {
	width: 50%;
	background-color: #f7f7fa;
}
.service-inner {
	padding: 60px 15px;
	max-width: 600px;
}
@media (min-width: 768px) {
	.service-item:nth-child(2n + 1) .service-thumb {
		order: 2;
	}
	.service-item:nth-child(2n + 1) .service-desc {
		order: 1;
	}
	.service-item:nth-child(2n + 1) .service-inner {
		margin-left: auto;
		padding-right: 50px;
	}
	.service-item:nth-child(2n) .service-inner {
		padding-left: 50px;
	}
}

.social-profiles {
	display: flex;
	justify-content: center;
}
.social-profile {
	margin: 0 10px;
}
.social-profile img {
	padding: 15px;
}
@media (max-width: 767px) {
	.social-profiles {
		flex-wrap: wrap;
	}
	.social-profile {
		margin: 0;
		width: 33.33%;
		padding: 0 5px;
	}
}

.cta-bg {
	padding: 40px 0;
	background-color: #333;
	background-image: url(../images/divider-1.webp);
	background-size: cover;
	background-position: center;
	color: #fff;
	position: relative;
}
.cta-bg .container {
	position: relative;
}
.cta-title {
	font-family: var(--font-custom);
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
}
.cta-content .sd-button {
	margin: 0 8px;
}
@media (max-width: 767px) {
	.cta-title {
		font-size: 28px;
	}
	.cta-content .sd-button:not(.quote-button) {
		display: none;
	}
}

.testimonial-wrap {
	padding: 60px 0;
	background-color: var(--color-primary);
	background-size: cover;
	background-position: center;
}
.testimonials {
	margin-top: 60px;
	position: relative;
}
.testimonials .owl-stage {
	display: flex;
}
.testimonials .owl-item {
	padding: 0 15px;
}
.testimonial {
	height: 100%;
	background-color: rgba(255, 255, 255, .9);
	color: #333;
	padding: 40px;
	border-radius: 15px;
}
.testimonial .name {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
}
.testimonial .image {
	display: inline-block;
	width: 150px;
	height: 150px;
	border-radius: 100px;
	overflow: hidden;
	margin-bottom: 20px;
}
.testimonial .stars {
	width: 100px;
}
.owl-item .testimonial img {
	display: inline-block;
	width: auto;
}
.testimonial .text {
	margin-top: 20px;
}
@media (max-width: 767px) {
	.testimonial {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.footer-map iframe {
	width: 100%;
	height: 250px;
}

.footer-quote-wrap {
	padding: 60px 0;
	background-color: #F7F9FA;
}
.footer-quote-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer-contact-wrap {
	width: 50%;
	padding-right: 30px;
}
.footer-form-wrap {
	width: 50%;
	padding-left: 30px;
}
@media (max-width: 767px) {
	.footer-contact-wrap {
		width: 100%;
		padding-right: 0;
	}
	.footer-form-wrap {
		margin-top: 30px;
		width: 100%;
		padding-left: 0;
	}
}
.footer-form-inner {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 20px 0 rgba(3, 15, 39, .07);
	overflow: hidden;
}
.footer-form-inner .page-heading {
	background-color: var(--color-primary);
	color: #fff;
	padding: 20px 10px;
	margin-bottom: 30px;
	line-height: 1;
}
.footer-form-inner .wpcf7 {
	padding: 0 30px 30px;
}
@media (max-width: 767px) {
	.footer-form-inner .wpcf7 {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.form-field {
	margin-bottom: 20px;
}
.form-field label {
	display: inline-block;
	margin-bottom: 10px;
}
.form-field input:not([type=checkbox]),
.form-field textarea,
.form-field select {
	padding: 10px 20px;
	font-family: var(--font-primary);
	font-size: 20px;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	color: #333;
	width: 100%;
}
.form-field input:focus-visible,
.form-field textarea:focus-visible,
.form-field select:focus-visible {
	outline: none;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
	color: #333;
}
.form-field textarea {
	height: 120px;
}
.form-field select {
	padding-left: 15px;
}
.form-field.button-field {
	text-align: center;
	margin-bottom: 0;
}
.form-field.button-field input {
	width: auto;
	display: inline-block;
    padding: 15px 20px;
	font-family: var(--font-custom);
    font-size: 24px;
	line-height: normal;
    border: none;
    background-color: var(--color-orange);
    color: #fff;
	border-radius: 10px;
	/*border-radius: 0;*/
	transition: .2s;
	cursor: pointer;
}
.form-field.button-field input:hover {
    background-color: var(--color-primary);
}
.wpcf7-spinner {
	position: absolute;
}
.wpcf7 form.sent .wpcf7-response-output {
	text-align: center;
}

.wpcf7-list-item {
	margin-left: 0;
	display: block;
}

.info-box {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.info-box-icon-inner {
	width: 70px;
	height: 70px;
	background-color: var(--color-primary);
	color: #fff;
	border-radius: 40px;
	font-size: 32px;
	text-align: center;
	line-height: 70px;
}
.info-box-content {
	margin-left: 30px;
}
.info-box-heading {
	margin-bottom: 0;
	font-size: 24px;
}

.footer {
	border-top: 5px solid var(--color-orange);
	padding: 60px 0;
	background-color: var(--color-primary);
	/*background-image: url(../images/divider.jpg);*/
	background-size: cover;
	background-position: center;
	color: #fff;
}
.footer-inner {
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
	grid-row-gap: 30px;
}
.footer-about {
}
.footer-contact {
}
.footer-hours {
}
.footer-about {
	text-align: center;
	font-size: 18px;
}
@media (max-width: 767px) {
    .footer-inner {
	    flex-wrap: wrap;
    }
	.footer-col {
		width: 100%;
	}
}
.footer-logo {
	margin-bottom: 30px;
}
.footer-social {
	position: absolute;
	top: 0;
	right: 15px;
}
.footer-social a:not(:last-child) {
	margin-right: 20px;
}
@media (max-width: 767px) {
	.footer-social {
		position: static;
		margin-top: 20px;
		margin-bottom: 10px;
	}
}
.footer-heading {
	font-size: 24px;
	margin-bottom: 25px;
}
.icon-box {
	display: flex;
	margin-bottom: 10px;
}
.icon-box-icon {
	width: 20px;
	text-align: center;
	margin-right: 10px;
}

.bottombar {
	padding: 20px 0;
	background-color: var(--color-orange);
	color: #fff;
}
@media (max-width: 767px) {
	.bottombar {
		padding-bottom: 60px;
		text-align: center;
	}
}

.mobile-button {
	display: none;
	margin-left: auto;
	font-size: 30px;
}
.header-transparent:not(.sticky) .mobile-button {
	color: #fff;
}
@media (max-width: 767px) {
	.mobile-button {
		display: block;
	}
}
.mobile-overlay {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	transition: all ease 0.3s;
}
.mobile-open .mobile-overlay {
	opacity: 1;
	visibility: visible;
}
.mobile-overlay .close {
	position: absolute;
	top: 57px;
	right: 17px;
	color: #fff;
	font-size: 30px;
	line-height: 1;
}
.mobile-menu {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: -300px;
	width: 300px;
	max-width: 100%;
	height: 100%;
	padding-bottom: 50px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: var(--color-primary);
	color: #fff;
	transition: .2s;
}
.mobile-open .mobile-menu {
	left: 0;
}
.mobile-logo {
	position: relative;
	padding: 25px;
}
@media (max-width: 767px) {
	.menu {
		display: block;
	}
	.menu > li {
		margin: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
	.menu > li > a {
		padding: 10px 25px;
		color: #fff;
	}
	.menu > li.menu-item-has-children > a:after {
		content: "\f105";
		top: 28px;
		right: 20px;
	}
	.menu > li.menu-item-has-children.open > a:after {
		content: "\f107";
	}
	.sub-menu {
		position: static;
		visibility: visible;
		opacity: 1;
		width: 100%;
		padding: 0;
		background-color: transparent;
		box-shadow: none;
		max-height: 0;
		overflow: hidden;
		transition: .5s;
	}
	.open .sub-menu {
		max-height: 1000px;
	}
	.sub-menu li a {
		padding-left: 40px;
	}
}

.contact-box {
	margin-top: 30px;
	padding: 20px 25px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	display: flex;
	align-items: center;
}
.contact-box-icon {
	width: 40px;
	height: 40px;
	background-color: var(--color-primary);
	color: #fff;
	border-radius: 20px;
	text-align: center;
}
.contact-box-icon i {
	font-size: 18px;
	line-height: 40px;
}
.contact-box-content {
	margin-left: 20px;
}
.contact-box-heading {
	font-weight: 500;
}
.contact-box-text {
	display: inline-block;
	color: var(--color-primary);
	border-bottom: 1px dashed;
}

@media (max-width: 1200px) {
	.ug-gallery-wrapper {
		height: 700px !important;
	}
}
@media (max-width: 767px) {
	.ug-gallery-wrapper {
		height: 400px !important;
	}
}
@media (max-width: 479px) {
	.ug-gallery-wrapper {
		height: 240px !important;
	}
}

img.size-full {
	padding-bottom: 2px;
	border-bottom: 3px solid var(--color-primary);
}

.callnow {
	display: none;
}
.callnow a {
	position: fixed;
	z-index: 1;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	background-color: var(--color-orange);
	color: #fff;
	font-family: var(--font-custom);
	font-size: 24px;
	text-align: center;
}
@media (max-width: 767px) {
	.callnow {
		display: block;
	}
}

.border-line {
	/*padding-bottom: 3px;*/
	/*border-bottom: 10px solid var(--color-orange);*/
}
.border-line img {
	border-radius: 20px;
}
.border-image img {
	border: 3px solid var(--color-orange);
	border-radius: 50%;
}

.home-banner {
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-banner-content {
	/*flex: 1 0 auto;*/
}
.banner-title {
	font-family: var(--font-custom);
	font-size: 64px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 40px;
	text-shadow: 0 3px 12px rgba(0, 0, 0, 0.65);
}
.home-banner ul {
	list-style: none;
	padding-left: 0;
	font-size: 24px;
}
.home-banner ul li:before {
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: var(--color-orange);
	margin-right: 10px;
}
@media (max-width: 1024px) {
	.home-banner {
		display: block;
	}
	.home-banner-form {
		display: none;
	}
	.banner-title {
		font-size: 30px;
	}
	.home-banner ul {
		font-size: 18px;
	}
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	font-size: 60px;
	line-height: 1;
	position: absolute;
	top: calc(50% - 60px);
}
.owl-carousel .owl-nav button.owl-next {
	right: -30px;
}
.owl-carousel .owl-nav button.owl-prev {
	left: -30px;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
	background-color: transparent;
}
@media (max-width: 1279px) {
	.owl-carousel .owl-nav button.owl-next {
		right: -15px;
	}
	.owl-carousel .owl-nav button.owl-prev {
		left: -15px;
	}
}

.numbers-wrap {
	text-align: center;
}
.number-item {
	font-size: 60px;
	font-weight: 700;
}

.features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}
.feature {
	padding: 0 15px;
	text-align: center;
}
.feature-icon {
	color: var(--color-orange);
	font-size: 40px;
}
.feature-title {
	font-family: var(--font-custom);
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.features {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 15px;
	}
	.feature {
		padding: 0;
	}
	.wwp-login-to-see-wholesale-prices{
	    font-size: 12px;
		text-align: left;
		padding-left: 10px;
		padding-right: 10px;
	}
	.woocommerce .woocommerce-result-count{
		font-size: 14px;
	}
	.woocommerce ul.products li.product .button{
		font-size: 14px;
	}
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-none .vc_gitem-zone-b {
	display: none;
}

.nova8-geo-search-item-inner .nova8-item-info {
	padding: 15px 15px;
}
.nova8-geo-search-item-inner .nova8-item-info h3 {
	font-size: 20px;
}
.nova8-geo-search-item-inner .nova8-item-location {
	/*margin-top: 10px;*/
	font-size: 20px;
}
.nova8-geo-search-item-inner .nova8-item-phone {
	/*margin-top: 10px;*/
	font-size: 16px;
}

.product-categories{
	text-align: left;
	padding-left: 0;
	
}
.product-categories .children{
	padding-left: 20px;
}

.custom-login form .form-row {
	width: 100%;
}

/** WOOCOOMERCE STYLES **/
.product-categories li + li,   .product-categories li .children {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #EAEAEA;
}

.woocommerce-account:not(.logged-in) .woocommerce{
	width: 600px; max-width: 100%; margin-left: auto; margin-right: auto; 
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
	text-align: left;	
}
.woocommerce div.product .product_title{
	line-height: 1em;
}
.woocommerce div.product .product_meta{
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.woocommerce-ordering select.orderby {
  padding: 1em 2.5em 1em 1.5em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><path d='M0 0l5 6 5-6z' fill='%23666'/></svg>")
    no-repeat
    calc(100% - 0.75em) center #EEE;
   background-size: 0.6em auto;
   border: 1px solid #EEE;
  border-radius: 50px;
}
.woocommerce-ordering select.orderby option {
  padding: 0.8em 0.5em;
  font-family: inherit;
  color: #333;
  background-color: #EAEAEA;
}

.woocommerce-ordering select.orderby::-webkit-scrollbar {
  width: 8px;
}
.woocommerce-ordering select.orderby::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.woocommerce-ordering select.orderby::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 4px;
}
.woocommerce-ordering select.orderby::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.woocommerce-ordering select.orderby::-ms-expand {
  display: none;
}

.woocommerce-MyAccount-navigation ul, ul.product-categories, ul.children {
	list-style:none;
}
.woocommerce-MyAccount-navigation ul li{
	margin-bottom: 0.5em;
}
.woocommerce-MyAccount-navigation ul li a{
	display: block;
	padding: 0.5em 1em;
	border-radius: 20px; 
	background-color: #F1F1F1;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
	background-color: var(--color-orange);
	color: #FFF;
}
.wwp-login-to-see-wholesale-prices{
	font-size: 16px;
}
.woocommerce .summary .product_meta span{
	display:block;
}
.woocommerce .product_title{
	color: var(--color-primary);
	text-align: left;
}


.woocommerce .products ul, .woocommerce ul.products{
	display: flex;
	flex-wrap: wrap;
}
.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce ul.products li.product .price {
  flex: 0 0 auto;
}
.woocommerce ul.products li.product .button, .woocommerce ul.products li.product .wwp-login-to-see-wholesale-prices {
 	margin-top: auto;
	align-self: flex-start;
}
.widget_product_categories .widget-title{
	background: var(--color-primary);
	color: #FFF;
	padding: 0.5em .6em;
	font-size: 24px;
	margin-bottom:.5em;
}
.lost_reset_password{
	border: 1px solid #cfc8d8;
	padding: 20px;
	margin: 2em 0;
	text-align: left;
	border-radius: 5px;
}

/** Cart **/
.wc-block-mini-cart__badge{
	color: #FFF;
}
.header-nav + .textwidget{
	margin-left: 20px;
}
@media screen and (max-width: 767px) {
	.header-nav + .textwidget	{
		margin-left: auto;
	}
	.header-nav + .textwidget + .mobile-button{
		margin-left: 20px;
	}
}


/* .menu {
	justify-content: start;
} */
.oh-nav {
	background: var(--color-orange);
}
.oh-nav .menu > li > a {
	color: #fff;
} 
.oh-nav .menu > li {
	margin: 0;
	padding: 0 15px;
}
.oh-nav .menu > li:hover {
	background: var(--color-primary);
}
.header {
	border-bottom: none;
}
.oh-nav .menu > li.menu-item-has-children > a:after {
	right: 15px;
}
@media (max-width: 767px) {
	.header-inner .textwidget {
		padding-right: 20px;
	}
}


.og_product-categories-container {
    max-width: 1200px; /* Adjust max-width as needed */
    margin: 0 auto; /* Horizontally center the entire container */
    padding: 20px 0;
	padding-bottom: 60px;
}

.og_product-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 items per row */
    gap: 2rem; /* Spacing between grid items */
    list-style: none;
    margin: 0;
    padding: 0;
}

.og_category-item {
    display: flex;
    /* flex-direction: column; */
    align-items: center; /* Center image and text */
    /* text-align: center; */
    text-decoration: none;
    color: inherit; /* Inherit text color from parent */
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    /* padding-bottom: 1rem; */
	padding: 5px;
	padding-left: 10px;
	justify-content: space-between;
}

.og_category-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.og_category-image-wrap {
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.og_category-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures images fill the space without distortion */
    object-position: center;
    transition: transform 0.3s ease;
}

.og_category-item:hover .og_category-image {
    transform: scale(1.05); /* Subtle zoom effect on hover */
}

.og_category-name {
    /* margin-top: 1rem; */
    font-weight: 600;
	width: auto;
	text-align: left;
    /* display: inline-block;
    padding: 15px 20px;
    font-family: var(--font-custom);
    font-size: 24px;
    line-height: normal;
    border: none;
    background-color: var(--color-orange);
    color: #fff;
    border-radius: 10px;
    transition: .2s;
    cursor: pointer; */
}
.all-products {
	display: inline-block;
    padding: 15px 20px;
    font-family: var(--font-custom);
    font-size: 24px;
    line-height: normal;
    border: none;
    background-color: var(--color-orange);
    color: #fff;
    border-radius: 10px;
    transition: .2s;
    cursor: pointer;
	margin-bottom: 40px;
}
.all-products:hover {
    background-color: var(--color-primary);
}

/* Responsive adjustments for smaller screens */
@media (max-width: 992px) {
    .og_product-categories-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 items per row on tablets */
        gap: 1.5rem;
    }
}

@media (max-width: 576px) {
    .og_product-categories-grid {
        grid-template-columns: 1fr; /* 1 item per row on mobile */
        gap: 1rem;
    }
    .og_category-image-wrap {
        /* height: 150px;  */
    }
}
@media (max-width: 768px) {
	.og_category-name {
		font-size: 20px;
	}
}

/* ========================================================
   HEADER, SEARCH BAR & NAVIGATION RESTORATION (MATCH IMAGE 2)
   ======================================================== */

/* Ensure Sofia Sans font is applied globally */
:root {
	--font-primary: "Sofia Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	--font-custom: "Sofia Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
body, .font-primary, .font-custom, .menu {
	font-family: "Sofia Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

/* Header Middle Area */
.header .header-inner {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	padding: 16px 0 !important;
	gap: 25px !important;
}
.header-logo {
	flex: 0 0 auto !important;
}
.header-logo img {
	max-height: 75px !important;
	width: auto !important;
}

/* Search Bar Pill Style */
.header-inner .dgwt-wcas-search-wrapp {
	flex: 1 1 500px !important;
	max-width: 540px !important;
	margin: 0 auto !important;
	position: relative !important;
}
.header-inner .dgwt-wcas-sf-wrapp {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	background: #f2f2f2 !important;
	border-radius: 50px !important;
	height: 44px !important;
	padding: 0 16px !important;
	box-sizing: border-box !important;
	border: 1px solid transparent !important;
	transition: all 0.2s ease !important;
}
.header-inner .dgwt-wcas-sf-wrapp:focus-within {
	background: #ffffff !important;
	border-color: #cbd5e1 !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
}
.header-inner .dgwt-wcas-search-submit {
	position: absolute !important;
	left: 16px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	background: none !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	z-index: 2 !important;
	line-height: 1 !important;
}
.header-inner .dgwt-wcas-search-submit svg,
.header-inner .dgwt-wcas-ico-magnifier {
	width: 17px !important;
	height: 17px !important;
	fill: #718096 !important;
}
.header-inner .dgwt-wcas-search-input {
	width: 100% !important;
	height: 100% !important;
	background: transparent !important;
	border: none !important;
	outline: none !important;
	font-size: 15px !important;
	color: #2d3748 !important;
	font-family: "Sofia Sans", sans-serif !important;
	padding: 0 10px 0 34px !important;
	box-shadow: none !important;
}
.header-inner .dgwt-wcas-search-input::placeholder {
	color: #8c97a8 !important;
	font-size: 14.5px !important;
}
.header-inner .dgwt-wcas-preloader,
.header-inner .dgwt-wcas-voice-search {
	display: none !important;
}

/* Header Right Icons (Cart & User) */
.header-inner .textwidget {
	flex: 0 0 auto !important;
}
.header-inner .instock-header-icons {
	display: flex !important;
	align-items: center !important;
	gap: 22px !important;
}
.header-inner .instock-cart {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
}
.header-inner .instock-cart .wc-block-mini-cart__button {
	background: none !important;
	border: none !important;
	padding: 0 !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
}
.header-inner .instock-cart .wc-block-mini-cart__icon {
	width: 24px !important;
	height: 24px !important;
	fill: #132958 !important;
	transition: fill 0.2s !important;
}
.header-inner .instock-cart:hover .wc-block-mini-cart__icon {
	fill: #BF2D41 !important;
}
.header-inner .instock-user {
	font-size: 20px !important;
	color: #132958 !important;
	display: inline-flex !important;
	align-items: center !important;
	text-decoration: none !important;
	transition: color 0.2s !important;
}
.header-inner .instock-user:hover {
	color: #BF2D41 !important;
}
/* Hide unstyled cart drawer inline content */
.header-inner .instock-cart .wc-block-components-drawer__screen-overlay,
.header-inner .instock-cart .wc-block-mini-cart__drawer,
.header-inner .instock-cart .wp-block-woocommerce-mini-cart-contents,
.header-inner .instock-cart .wp-block-woocommerce-empty-mini-cart-contents-block {
	display: none !important;
}

/* Red Navigation Bar */
.oh-nav {
	background: #BF2D41 !important;
	width: 100% !important;
	position: relative !important;
	z-index: 100 !important;
}
.oh-nav .header-nav {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}
.oh-nav .menu {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	white-space: nowrap !important;
}
.oh-nav .menu > li {
	margin: 0 !important;
	padding: 0 16px !important;
	position: relative !important;
	white-space: nowrap !important;
	display: inline-flex !important;
	align-items: center !important;
	transition: background 0.2s !important;
}
.oh-nav .menu > li > a {
	display: inline-flex !important;
	align-items: center !important;
	color: #ffffff !important;
	font-size: 17.5px !important;
	font-weight: 700 !important;
	padding: 13px 0 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	letter-spacing: 0.15px !important;
	position: relative !important;
	line-height: normal !important;
}
.oh-nav .menu > li.menu-item-has-children > a {
	padding-right: 17px !important;
}
.oh-nav .menu > li.menu-item-has-children > a:after {
	content: "\f107" !important;
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
	font-size: 13px !important;
	position: absolute !important;
	right: 0 !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	color: #ffffff !important;
}
.oh-nav .menu > li:hover {
	background: #132958 !important;
}
.oh-nav .menu > li:hover > a {
	color: #ffffff !important;
}

/* Dropdown Sub-menu */
.oh-nav .menu > li .sub-menu {
	position: absolute !important;
	top: 100% !important;
	left: 0 !important;
	min-width: 260px !important;
	background: #ffffff !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
	border-radius: 0 0 6px 6px !important;
	padding: 8px 0 !important;
	margin: 0 !important;
	list-style: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	transform: translateY(8px) !important;
	transition: all 0.2s ease !important;
	z-index: 99999 !important;
}
.oh-nav .menu > li:hover .sub-menu {
	visibility: visible !important;
	opacity: 1 !important;
	transform: translateY(0) !important;
}
.oh-nav .menu > li .sub-menu li {
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	display: block !important;
}
.oh-nav .menu > li .sub-menu li a {
	display: block !important;
	padding: 10px 20px !important;
	color: #132958 !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	white-space: normal !important;
	line-height: 1.3 !important;
	transition: background 0.15s, color 0.15s !important;
}
.oh-nav .menu > li .sub-menu li a:hover {
	background: #f1f4f9 !important;
	color: #BF2D41 !important;
}

/* Smooth Sticky Header */
@media (min-width: 768px) {
	body.sticky {
		padding-top: 160px !important;
	}
}
.sticky .topbar {
	display: none !important;
}
.sticky .header {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	z-index: 99999 !important;
	background-color: #ffffff !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}
.sticky .header .header-inner {
	padding: 8px 0 !important;
}
.sticky .header-logo img {
	max-height: 48px !important;
}