:root {
	--main-head-color: #fff;
	--main-head-color-hover: #555555;
	--main-head-bg: #000;
	--main-head-submenu-bg: #130D15;
		--txt: #fff;
	--txt-dark:#130D15;
	--title-txt: #0F090F;
	--main-cta: #FB3730;
	--main-cta-hover: #d21710;
}  
/* Header */
/* Sticky header */
.site-header {
	position: fixed;
	z-index: 9999;
	float: left;
	width: 100%;
}
img.dd-account-image, img.dd-cart-image {
	height: 42px;
	width: 42px;
}
/* header.hidden-header {
transform: translateY(-200px);
transition: transform 1s ease,top 1s ease;
}
header.active {
transform: translateY(0);
transition: transform 1s ease,top 1s ease;
} */
.cart {
	position: relative;
	margin-left:10px;
}
.log-out,.login {
	margin-left: 10px;
}
.dd-account-image,
.dd-cart-image{
	transition:opacity .3s ease-in-out;
}
.cart:hover .dd-cart-image{
	opacity:.7;
}
.log-out:hover .dd-account-image,
.login:hover .dd-account-image{
	opacity:.7;
}

a.cart.update-cart span {
	background: var(--main-cta);
	border-radius: 50%;
	height: 16px;
	width: 16px;
	display: flex;
	color: #fff;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 10px;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -14px;
	right: -3px;
}
.dd-before-header {
	background: var(--main-cta);
	text-align: center;
}
.dd-before-header-text {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.dd-before-header-text {
	font-family: 'Zalando Sans Expanded', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--txt);
	font-style:italic;
	padding: 3px 0;
}
.header-content-all-holder {
	background: var(--main-head-bg);
}
.custom-logo {
	height: 154px;
	width: 154px;
}
/* .site-header {
position: relative;
z-index: 9999;
} */
.header-content {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0;
	position:relative;
}

#site-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 14px 0 auto;
	background-color: var(--dark-txt);
	border: unset;
}
#dd-collapse-menu {
	padding: 0;
}
#primary-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
#primary-menu > li:not(:first-child){
	margin-left: 31px;
}
#primary-menu .menu-item a {
	color:  var(--main-head-color);
	font-size: 15px;
	font-weight: 500;
	padding: 20px 0;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing:1px;
	transition: color .3s ease-in-out;
}
#primary-menu li.menu-item-has-children a {
	margin-right: 18px;
}
#primary-menu li.menu-item-has-children a {
	position: relative;
}
#primary-menu .menu-item-has-children > a:before {
	content: "\203A";
	position: absolute;
	right: -20px;
	top: 11.5px;
	font-size: 24px;
	transform: rotateZ(90deg);
	font-style: normal;
}
#primary-menu .menu-item a:hover {
	color: var(--main-head-color-hover);
}
#primary-menu li.menu-item-has-children:hover > .sub-menu  {
	visibility: visible;
	opacity: 1;
}  
.menu-item-has-children .sub-menu {
	position: absolute;
	top: 50px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color: var(--main-head-bg);
	border: var(--main-head-bg);
	-webkit-box-shadow: 8px 12px 43px #00000016;
	box-shadow: 8px 12px 43px #00000016;
	list-style: unset;
	padding: 20px 0;
	z-index: 999;
}
h2.dd-reviews-title.dd-section-title, p.dd-review-name, a.dd-banner-link.btn-link {
    text-align: center;
}
div#dd-collapse-menu {
    display: flex !important;
    align-items: center;
}
.dd-banner-holder.dd-center-text {
    display: flex;
    flex-direction: column;
}
.dd-banner-holder.dd-center-text h2.dd-banner-title.dd-section-title {
    text-align: center;
    padding-top: 35px;
}
section.dd-faq-holder {
    background-image: url(/wp-content/uploads/2026/02/FAQ_bg.jpg);
}
#primary-menu .menu-item-has-children .sub-menu a {
	display: block;
	padding: 0 20px;
	margin-bottom: 10px;
}
#primary-menu .menu-item-has-children .sub-menu li:last-of-type a {
	margin-bottom: 0;
}
@media screen and (min-width:768px){
	.header-content {
		padding: 15px 0;
	}
	img.dd-account-image, img.dd-cart-image {
		height: 45px;
		width: 45px;
	}
	a.cart.update-cart span {
		height: 20px;
		width: 20px;
		font-size: 15px;
		top: -18px;
		right: 0;
	}
}
@media screen and (min-width: 992px) {
	.menu-item-has-children .sub-menu .sub-menu {
		top: 50px;
		left: 90%;
		width: 300px;
	}
	.menu-item-has-children .sub-menu .sub-menu li:not(:last-child) {
		margin-bottom: 10px;
	}
	#primary-menu .menu-item-has-children .sub-menu a:before {
		top: -7px;
		right: -5px;
	}
	.custom-logo {
		height: 100px;
		width: 100px;
		position: absolute;
		top: 13px;
	}

	.header-content{
		padding:12px 0; 
	}
	img.dd-account-image, img.dd-cart-image {
		height: 40px;
		width: 40px;
	}

	a.cart.update-cart span{
		height: 16px;
		width: 16px;
		font-size: 12px;
		top: -12px;
		right: -4px;
	}
} 
@media screen and (min-width:1200px){
	.custom-logo {
		height: 130px;
		width: 130px;
	}
	.header-content{
		padding:15px 0; 
	}
	img.dd-account-image, img.dd-cart-image {
		height: 45px;
		width: 45px;
	}
	a.cart.update-cart span{
		height: 20px;
		width: 20px;
		font-size: 15px;
		top: -18px;
		right: 0;
	}
}
@media screen and (min-width:1500px){
	.custom-logo {
		height: 154px;
		width: 154px;
	}
	img.dd-account-image, img.dd-cart-image {
		height: 50px;
		width: 50px;
	}
	.header-content{
		padding:28px 0; 
	}
}
@media screen and (max-width:1500px){
	.dd-before-header-text{
		font-size:13px;
		padding:1px 0;
	}
	.dd-before-header-truck {
		height: 22px!important;
		width: auto;
	}

	#primary-menu .menu-item a{
		font-size:13px;
	}

}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	#primary-menu .menu-item a {
		font-size: 12px;
	}
	.site-branding img {
		max-width: 180px;
	}
	#site-navigation {
		margin-right: 17px;
	}
	#primary-menu > li:not(:first-child) {
		margin-left: 20px;
	}
}  


@media screen and (max-width: 992px) {
	.site-header {
		-webkit-box-shadow: 8px 12px 21px 0px rgba(0, 1, 1, 0.08);
		box-shadow: 8px 12px 21px 0px rgba(0, 1, 1, 0.08); 
	}
	/* 	.site-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 56.77px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#fff));
	background-image: -o-linear-gradient(#ebebeb, #fff);
	background-image: linear-gradient(#ebebeb, #fff);
} */
	.header-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative;
	}
	.site-branding {
		z-index: 2;
		order: 1;
		        position: absolute;
        top: 21px;
	}
	.dd-login-holder {
		order: 2;
		margin-right: 80px;
	}
	nav#site-navigation {
		order: 3;
	}
	.site-branding img {
		max-width: 120px;
		height: 120px;
		
	}
	.navbar-header {
		position: absolute;
		top: 17.5px;
		right: -11px;
	}
	#site-navigation .navbar-header button {
		background-color: unset;
		border: unset;
		border-radius: unset;
		margin: 0;
	}
	#site-navigation .navbar-header button:hover, #site-navigation .navbar-header button:focus, #site-navigation .navbar-header button:active {
		background-color: unset;
	}
	.navbar-header button .icon-bar{
		background-color: #fff!important;/* i kno...*/
		width: 39px;
		border-radius: unset;
	}
	.navbar-header button .icon-bar:not(:first-child) {
		margin-top: 8px;
	}
	.navbar-toggle {
		display: block;
	}
	#dd-collapse-menu {
		width: 100%;
	}
	.dd-navigation .collapse {
		display: none!important;
	}
	.dd-navigation .collapse.in {
		display: block!important;
	}
	#site-navigation {
		position: static;
		margin: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		min-height: unset;
	}
	#primary-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 95px 0 15px 1px;
	}
	#primary-menu > li.menu-item {
		margin: 0 0 11px 0;
	}
	#primary-menu .menu-item a {
		font-size: 16px;
		padding: 5px 0;
	}
	#primary-menu .menu-chevron {
		position: absolute;
		top: 5px;
		font-size: 35px;
		right: 10px;
		transform: rotate(90deg);
		height: 35px;
		width: 35px;
		filter: invert(1);
	}
	#primary-menu .menu-item-has-children {
		position: relative;
	}
	#primary-menu .menu-item-has-children a:before {
		content: unset;
	}
	#primary-menu .menu-item-has-children .sub-menu {
		display: none;
		visibility: visible;
		opacity: 1;
		-webkit-transition: unset;
		-o-transition: unset;
		transition: unset;
		position: static;
		border: unset;
		-webkit-box-shadow: unset;
		box-shadow: unset;
		margin-left: 10px;
	}
}

@media screen and (max-width: 767px) {
	.dd-before-header-text{
		font-size:10px;
		line-height:20px;
		letter-spacing:0.5px;
	}
	.dd-before-header-text{
		gap:5px;
	}
	.site-branding img {
		max-width: 96px;
		height: 96px;
	}
	#primary-menu {
		padding: 80px 0 15px 1px;
	}
	.dd-before-header-truck{
		height:18px!important;
	}
	.navbar-header {
		top: 20px;
	}
	.dd-login-holder {
		margin-right: 60px;
	}
}

/* Header end */

/* Footer */
.dd-footer-compy-wrap svg, .dd-footer-contact-holder svg {
    margin-top: 3px;
}
footer#colophon,.site-info {
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
}
.site-info {
	background-image: url(/wp-content/uploads/2026/02/footer_image.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
}
.dd-footer-compy-info {
    color: #FFF;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.dd-footer-compy-item {
    display: flex;
    align-items: flex-start;
    column-gap: 18px;
}
.dd-footer-compy-item:not(last-child) {
    margin-bottom: 30px;
}
.dd-footer-compy-wrap {
    padding-top: 30px;
}
.dd-footer-phone, .dd-footer-email {
    display: flex;
    align-items: center;
    column-gap: 18px;
}
.dd-footer-title {
	font-family: 'Zalando Sans Expanded', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 46px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--txt);
	margin-bottom:10px;
}
.dd-footer-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: var(--txt);
	max-width: 330px;
}
.dd-footer-location-link {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-decoration: underline;
	text-decoration-style: solid;
	color: var(--main-cta);
	transition:color .3s ease-in-out;
}
.dd-footer-location-link:hover{
	color:var(--txt);
	text-decoration: underline;
	text-decoration-style: solid;
}
.dd-footer-phone, .dd-footer-email {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #FFF;
	transition:color .3s ease-in-out;

}
.dd-footer-phone:hover, .dd-footer-email:hover{
	color:#fb3730;
}
.dd-footer-contact-holder {
	margin: 30px 0;
}
.dd-footer-copy-rights-all {
	float: left;
	width: 100%;
	background: var(--main-cta);
	text-align: center;
	z-index: 1;
    position: relative;
}
.dd-footer-copy-rights p {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: var(--txt);
	padding: 10px 0;
}

.dd-footer-social-holder {
	display: flex;
	gap: 6px;
}
/* .dd-footer-social-box {
border: 1px solid var(--txt);
height: 38px;
width: 38px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
} */
.dd-footer-social-link img{
	transition: all .3s ease-in-out;
} 
.dd-footer-social-link:hover img {
	opacity: .7;
}
.dd-footer-menu ul {
	list-style: none;
	padding: 0;
}
.dd-footer-menu ul li {
	margin-bottom: 10px;
}
.dd-footer-menu ul li a {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	transition:all .3s ease-in-out;
}
.dd-footer-menu ul li a:hover{
	color:#fb3730;
}
.dd-footer-all-holder {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.dd-footer-contact-holder {
	display: flex;
	flex-direction: column;
	gap: 5px;
	row-gap: 30px;
}
@media screen and (min-width:768px){
	.site-info {
		padding: 80px 0;
	}
}
@media screen and (min-width:992px){
	.site-info {
		padding: 100px 0;
	}
	.dd-footer-title{
		font-size:16px;
		line-height:36px;
	}
}
@media screen and (min-width:1200px){
	.site-info {
		padding: 100px 0 120px;
	}
	.dd-footer-title{
		font-size:18px;
		line-height: 27px;
        padding-bottom: 20px;
	}
}
@media screen and (max-width:991px){
	.dd-footer-company-all-holder,.dd-footer-shop-holder-all {
		margin-bottom: 30px;
	}
}
@media screen and (max-width:767px){
	.dd-footer-legal-holder-all{
		margin-bottom: 30px;
	}
	.dd-footer-all-holder .dd-footer-company-all-holder,.dd-footer-all-holder .dd-footer-shop-holder-all,.dd-footer-all-holder .dd-footer-legal-holder-all,.dd-footer-all-holder .dd-footer-account-holder-all{
		padding-left:0;
		padding-right:0;
	}
	.site-info{
		background-position: right -500px center;
	}
	.dd-footer-menu ul li a {
		font-size: 13px;
	}
}

section {
	float: left;
	width: 100%;
}
body ul,
body ol,
body p,
body input,
body label{
	margin:0;
	font-family: "Plus Jakarta Sans", sans-serif;	 
}
body a,
body h1,
body h2,
body h3,
body h4,
body h5{
	font-family: "Zalando Sans Expanded", sans-serif;
	margin:0;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.dd-center-text{
	text-align:center;
}
.dd-section-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: var(--title-txt);
	font-style:italic;
}
a.dd-banner-link.btn-link {
/*     max-width: 330px; */
    margin: 0 auto;
}
div#dd-collapse-menu a.btn-link {
    color: #fff;
    margin-left: 35px;
}
section.dd-about-section {
    background-image: url(/wp-content/uploads/2026/02/Who_we_are_bg-1.jpg);
}
/* Form */
.dd-form-wrap .gform_required_legend,
.dd-form-wrap .gform_wrapper.gravity-theme .gfield_required {
	display: none;
}
.dd-form-wrap .gform_wrapper.gravity-theme .ginput_container_date input {
	width: 100%;
}
/* HERO */
section.dd-hero-section {
	background-image: url(/wp-content/uploads/2026/02/Hero_ppc_new.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;	
}
.dd-hero-all-holder{
	padding: 20px 0 10px;
}
.dd-center-text{
	text-align:left;
}
.dd-hero-title {
	font-weight: 800;
	font-size: 23px;
	line-height: 33px;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	color: var(--txt);
	font-style: italic;
}
.dd-hero-subtitle {
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	text-align: left;
	color: var(--txt);
	max-width: 860px;
	margin-left: 0;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 30px;
	letter-spacing:0.5px;
}
.btn-link {
	display: inline-block;
	padding: 12px 40px;
	background: var(--main-cta);
	color: var(--txt);
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	font-family: "Zalando Sans Expanded", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	clip-path: polygon(
		15px 0%,
		100% 0%,         
		calc(100% - 15px) 100%,
		0% 100%           
	);
	font-style:italic;
	letter-spacing: 0.5px;
	transition: all .3s ease-in-out;
}

.btn-link:hover {
	background: var(--main-cta-hover);
	color:var(--txt);
}

/* HERO BENEFITS  */
.dd-hero-benefit-text {
	font-family: "Zalando Sans Expanded", sans-serif;
	font-weight: 800;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	max-width: 210px;
	color:var(--txt);
}
.dd-hero-benefits-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--main-cta);
	gap: 30px;
	height: 100%;
	padding: 30px 15px;
}
.dd-hero-benefits-holder {
	float: left;
	width: 100%;
	display:flex;
	flex-wrap:wrap;
}
section.dd-gallery-section {
    background: #fff;
}
/* PRODUCTS */
section.dd-products-section {
	background-image: url(/wp-content/uploads/2026/02/trust_seals_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 60px;
	overflow: hidden;
}
.dd-products-all-holder {
	padding: 60px 0 130px;
	float:left;
	width:100%;
}
.dd-products-inside-all-holder {
	float: left;
	width: 100%;
}
.dd-products-holder {
	padding-left: 15px;
	padding-right: 15px;
}
.dd-products-title.dd-section-title {
	margin-bottom: 50px;
	padding-left: 15px;
}

.dd-produts-box-text-holder {
	padding: 30px 15px 40px;
	background: var(--txt);
}
.dd-products-text {
	font-weight: 700;
	font-size: 22px;
	line-height: 29px;
	text-transform: uppercase;
	color: var(--txt);
	margin-bottom: 20px;
	position: absolute;
	top: 30px;
	left: 30px;
	max-width: 290px;
	z-index:10;
	font-style:italic;
}
.dd-products-inside-box-all {
	display: flex;
	flex-wrap: wrap;
}
.dd-products-holder:nth-child(-n+3) {
	margin-bottom: 30px;
}
.dd-products-link.btn-link,.dd-products-banner-link.btn-link {
	font-size: 16px;
}
/* .dd-produts-banner-text-holder {
height: 100%;
}
.dd-produts-banner-text-holder {
height: 100%;
background-image: url(/wp-content/uploads/2025/12/Products-banner-image.png);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 30px;
} */
.dd-products-banner-text {
	font-weight: 700;
	font-size: 22px;
	line-height: 36.68px;
	text-align: center;
	text-transform: uppercase;
	color: var(--txt);
}
.slider-container {
	float: left;
	width: 100%;
	padding-left: calc( (100vw - 1155px) / 2);
}
.products-slider-holder {
	width: 140%;
	position: relative;
}
.dd-products-box img {
	height: 100%;
	width: auto;
	transition: all .3s ease-in-out;
	object-fit:cover;
}
.dd-products-box {
	position: relative;
	overflow: hidden;
}
.dd-produts-link-holder.btn-link {
	width: 100%;
	clip-path: none;
}
.dd-products-link:hover .dd-products-box img {
	transform: scale(1.1);
	transition: all .3s ease-in-out;
}
.dd-products-link:hover .dd-produts-link-holder.btn-link{
	background: var(--main-cta-hover);
	transition: all .3s ease-in-out;
}
/* UPGRADE */
.dd-upgrade-section {
	display: flex;
	position: relative;
	z-index: 3;
	background: #fff;
}
.dd-upgrade-section .dd-upgrade-right {
	padding-left: 0;
	padding-right: 0;
}
.dd-upgrade-left-holder {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 60px 0;
}
.dd-upgrade-image {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.dd-upgrade-text-holder p {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: var(--title-txt);
}
.dd-upgrade-text-holder p:not(:last-child) {
	margin-bottom: 25px;
}
.dd-upgrade-text-holder {
	margin: 30px 0;
}
/* ABOUT */
.dd-about-section {
	padding: 60px 0 70px;
	position: relative;
	z-index: 2;
	background-image: url(/wp-content/uploads/2026/01/Who_We_Are_bg-1.jpg);
}
.dd-about-text-holder p {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: var(--title-txt);
}
.dd-about-text-holder p:not(:last-child){
	margin-bottom:25px;
}
.dd-about-text-holder {
	margin: 20px 0 36px;
}
.dd-about-holder-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom:30px;
	color:var(--title-txt);
}
.dd-about-box-single-title {
	font-weight: 700;
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--title-txt);
}
.dd-about-box-single-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: var(--title-txt);
}
.dd-about-box-all {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 15px;
}
.dd-about-box-all:not(:last-child) {
	margin-bottom: 18px;
}
.md-video-holder video {
	cursor: pointer;
	object-fit: cover;
	height: 730px;
	position:relative;
	z-index:2
}
.poster-holder {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index:10;
}
.poster-holder {
	pointer-events: none;
	width:100px;
	height:100px;
}
.md-video-holder:before {
	content: "";
	position: absolute;
	height: 70px;
	width: 70px;
	background: var(--main-cta);
	top: -15px;
	left: 0;
	z-index:1;
}
.md-video-holder:after {
	content: "";
	position: absolute;
	height: 70px;
	width: 70px;
	background: var(--main-cta);
	top: -15px;
	right: 0;
	z-index: 1;
}
.md-video-frame:before {
	content: "";
	position: absolute;
	height: 70px;
	width: 70px;
	background: var(--main-cta);
	bottom: -10px;
	left: 0;
	z-index:1;
}
.md-video-frame:after {
	content: "";
	position: absolute;
	height: 70px;
	width: 70px;
	background: var(--main-cta);
	right: 0px;
	bottom: -10px;
	z-index: 1;
}

/* REVIEWS */
.dd-reviews-section {
	background-image: url(/wp-content/uploads/2026/02/testimonials_image.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0 300px;
	position: relative;
	z-index: 2;
}
.dd-review-box {
	cursor:pointer;
}


section.dd-banner-section {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 20%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
}
section.dd-gallery-section {
    padding-top: 107px;
}
section.dd-products-section {
    padding-bottom: 105px;
}
.dd-review-top-box {
	padding: 40px 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.dd-review-top-box {
	padding: 30px 0;
}
.dd-reviews-title.dd-section-title {
	color: var(--txt);
}
.dd-title-gal {
    padding-bottom: 38px;
}
.dd-gal-ar {
    position: relative;
}
.dd-gal-ar button.slick-prev.slick-arrow, .dd-gal-ar button.slick-next.slick-arrow {
    bottom: 0;
    left: 0;
    position: relative;
}
.dd-gal-ar {
    position: relative;
    display: flex;
    column-gap: 20px;
}
.dd-gal-arbt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 48px;
}
.dd-review-name {
	font-weight: 700;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 1px;
	color: var(--txt);
}
.dd-review-text {
	font-weight: 300;
	font-size: 22px;
	line-height: 37px;
	color: var(--txt);
	margin-top: 20px;
	min-height: 105px;
	padding: 0 30px;
	max-width: 800px;
	letter-spacing:0.5px;
	text-align:center;
}


/* BLOG */
.dd-blog-section {
	background-image: url(/wp-content/uploads/2025/12/blog_bg_webp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0 60px;
	position: relative;
	z-index: 2;
}
.dd-blog-title.dd-section-title {
	margin-bottom: 50px;
}
.blog-post-date p {
	font-weight: 500;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1px;
	text-align: center;
	color: var(--title-txt);
	margin: 20px 0 10px;
	text-transform: uppercase;
}
.dd-blog-single-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	color: var(--title-txt);
	font-style:italic;
}
.blog-post-excerpt {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: var(--title-txt);
	margin: 20px 0;
}
.dd-read-more-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 18px 48px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	color: #111;
	border: 2px solid #111;
	background: #fff;
	text-transform:uppercase;
	font-style:italic;
	transition:color .3s ease-in-out;
}
.dd-read-more-btn:hover{
	color:var(--main-cta);
}
.blog-post-image-container img {
	object-fit: cover;
}
/* TOP-LEFT horizontal */
.dd-read-more-btn::before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	width: 80px;
	height: 2px;
	background: #ff2a2a;
	transition: all .3s ease-in-out;
}

/* TOP-LEFT vertical */
.dd-read-more-btn span::before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	width: 2px;
	height: 40px;
	background: #ff2a2a;
	transition: all .3s ease-in-out;
}

/* BOTTOM-RIGHT horizontal */
.dd-read-more-btn::after {
	content: "";
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 80px;
	height: 2px;
	background: #ff2a2a;
	transition: all .3s ease-in-out;
}

/* BOTTOM-RIGHT vertical */
.dd-read-more-btn span::after {
	content: "";
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 2px;
	height: 40px;
	background: #ff2a2a;
	transition: all .3s ease-in-out;
}

.dd-read-more-btn:hover::before, .dd-read-more-btn:hover::after {
	width: calc(100% + 4px);
}
.dd-read-more-btn:hover span::before ,.dd-read-more-btn:hover span::after {
	height:calc(100% + 4px);
}
/* BANNER */
.dd-banner-holder {
	background-image: url(/wp-content/uploads/2026/02/banner_bg_webp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0 60px;
	position:relative;
}
.dd-banner-holder-logo {
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.dd-banner-subtitle {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: var(--title-txt);
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 25px;
}
.dd-banner-section {
	margin-top: -100px;
	position: relative;
	z-index: 3;
}
.dd-banner-title.dd-section-title {
	font-size: 16px;
	line-height: 28px;
	color: var(--txt);
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.dd-banner-link.btn-link {
	background: var(--txt);
	color: var(--title-txt);
}
.dd-banner-link.btn-link:hover{
	background:#DDD8D8;

}
/* INSTALATION GUIDE */
.dd-instalation-guide-section {
	padding: 80px 0 60px;
	position: relative;
	z-index: 2;
}
.dd-instalation-guide-all-holder {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.dd-instalation-guide-text {
	color: var(--title-txt);
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	margin: 20px 0 40px;
}
.dd-instalation-guide-image {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* GALLERY */
.dd-gallery-section {
	padding-bottom: 170px;
	position: relative;
	z-index: 2;
}
.dd-gallery-image {
	cursor: pointer;
	width:100%;
	height:100%;
}
/* FAQ */
.dd-faq-holder {
	padding: 60px 0;
	position: relative;
	z-index: 2;
}
.dd-faq-title-holder {
	display: flex;
	justify-content: space-between;
	margin-bottom: 55px;
	flex-wrap: wrap;
	gap: 20px;
}
.faq-holder {
	cursor: pointer;
}
.faq-question {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.faq-question h3 {
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: var(--title-txt);
	transition: color .3s ease-in-out;
	padding-right:30px;
	font-style:italic;
}
.faq-holder:hover .faq-question h3 {
	color: var(--main-cta);
}
.faq-holder.active .faq-question h3 {
	color: var(--main-cta);
}
.faq-holder.active .faq-question img {
	transform: rotate(-90deg);
}
.faq-holder .faq-answer {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 700ms;
}
.faq-holder.active .faq-answer {
	grid-template-rows: 1fr;
	padding-bottom: 20px;
}
.faq-holder .faq-question {
	padding: 15px 0 10px;
}
.faq-question,
.faq-answer {
	padding-left: 15px;
	padding-right: 15px;
}
.faq-answer{
	padding-left:0px;
}
.faq-answer-inner {
	overflow: hidden;
}
.faq-answer-inner p {
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	text-align: left;
	color: var(--title-txt);
}
.faq-question:after {
	position: absolute;
	content: '';
	background: url('/wp-content/uploads/2026/02/arrow_down_faq.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	right: 0px;
	top:50%;
	transform: translateY(-50%);
	transition: .5s ease;
}
.faq-holder.active .faq-question:after {
	/* 	transform: rotate(90deg); */
	/* 	top: 15px; */
	transform: translateY(-50%) rotate(180deg);
	top: 50%;
}
.faq-holder{
	border-bottom: 1px solid var(--title-txt);
}
/* .faq-holder:not(:first-child) .faq-question {
border-top: 1px solid var(--titletxt);
} */
.faq-inner-wrap {
	border-top: 1px solid var(--title-txt);
}

.faq-answer-inner p a {
    color: var(--main-cta);
	transition: color .3s ease-in-out;
}
.faq-answer-inner p a:hover {
    color: var(--main-cta-hover);
}



/* Hero section fills the viewport */



/* Hero section stays pinned until scrolled past */
.dd-hero-section {
	position: fixed;
	top: 0;
	height: 100vh;       /* full viewport height */
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	overflow: hidden;

}

/* Products section scrolls normally */
.dd-products-section {
	position: relative;
	z-index: 2;
	background: #fff;
	margin-top:100vh;
}



@media screen and (min-width:768px){
	.btn-link {
		font-size: 18px;
	}
	.dd-faq-holder {
		padding: 80px 0;
	}
	.dd-section-title {
		font-size: 28px;
		line-height: 38px;
		letter-spacing:1px;
	}
	.dd-blog-section{
		padding:80px 0;
	}
	.dd-blog-single-title{
		font-size: 18px;
		line-height: 28px;
	}
	.dd-gallery-section {
		padding-bottom: 80px;
	}
	.dd-instalation-guide-section {
		padding: 80px 0;
	}
	.dd-banner-title.dd-section-title {
		font-size: 22px;
		line-height: 36px;
		max-width: 620px;
	}
	.dd-banner-holder {
		padding: 90px 0;
	}
	.dd-review-top-box {
		padding: 40px 30px;
	}
	.dd-reviews-section {
		padding: 80px 0 320px;
	}
	.dd-about-section {
		padding: 80px 0;
	}
	.dd-upgrade-left-holder {
		padding: 80px 30px 80px 40px;
	}
	section.dd-products-section {
		padding-top: 80px;
	}
	.dd-products-all-holder {
		padding: 100px 0 80px;
	}
	.dd-hero-title {
		font-size: 38px;
        line-height: 50px;
        max-width: 677px;
	}
	.dd-hero-all-holder {
		padding: 100px 0 20px;
	}
	.dd-hero-subtitle {
		font-size: 20px;
		line-height: 37px;
		max-width: 540px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.dd-hero-benefit-text {
		font-size: 15px;
	}
	.btn-link {
		font-size: 18px;
	}
	.dd-products-box img {
		height: 350px;
	}
	.dd-about-holder-title {
	font-size: 22px;
	line-height: 32px;
}
	.dd-about-box-single-title{
		line-height:28px;
	}
}

@media screen and (min-width:992px){
	.dd-faq-holder {
		padding: 100px 0;
	}
	.dd-section-title {
		font-size: 30px;
		line-height: 40px;
	}
	.dd-blog-section{
		padding:100px 0;
	}
	.dd-gallery-section {
		padding-bottom: 190px;
	}

	.dd-instalation-guide-section {
		padding: 100px 0 80px;
	}
	.dd-instalation-guide-text {
		margin: 30px 0 70px;
	}

	.dd-banner-title.dd-section-title {
		font-size: 26px;
		line-height: 44px;
		max-width: 800px;
	}
	.dd-reviews-section {
		padding: 100px 0 320px;
	}
	.dd-about-section {
		padding: 100px 0;
	}
	.dd-upgrade-left-holder {
		padding: 80px 15px 80px 40px;
	}
	.dd-hero-benefits-box {
		padding: 40px 15px 50px;
	}
	.dd-products-all-holder {
		padding: 100px 0;
	}
	.dd-hero-title{
		font-size: 35px;
        line-height: 46px;
        max-width: 626px;
	}
	.dd-hero-all-holder {
		padding: 160px 0 48px;
	}
	.dd-hero-subtitle {
		font-size: 18px;
		line-height: 30px;
		max-width: 552px;
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.btn-link {
		font-size: 16px;
		padding: 12px 40px;
	}
	.dd-products-box img {
		height: 320px;
	}
	.dd-products-text {
		font-size: 18px;
	}
}
@media screen and (min-width:1200px){
	.dd-upgrade-left-holder {
		padding: 80px 30px 80px 55px;
	}
	.dd-faq-holder {
		padding: 120px 0 115px;
	}

	.dd-section-title {
		font-size: 32px;
		line-height: 44px;
	}
	.dd-blog-section{
		padding:120px 0;
	}
	.dd-gallery-section {
		padding-bottom: 140px;
	}
	.dd-instalation-guide-section {
		padding: 110px 0 80px;
	}

	.dd-banner-title.dd-section-title {
		font-size: 30px;
		line-height: 52px;
		max-width: 950px;
	}
	.dd-reviews-section {
		padding: 140px 0 320px;
	}
	.dd-about-section {
		padding: 120px 0;
	}
	section.dd-products-section {
		padding-top: 100px;
	}
	.dd-hero-benefit-text {
		font-size: 16px;
		line-height: 22px;
	}
	.dd-products-all-holder {
		padding: 120px 0;
	}
	.dd-hero-all-holder {
		padding: 180px 0 50px;
	}
	.dd-hero-title {
		font-size: 43px;
        line-height: 54px;
        max-width: 677px;
        letter-spacing: 1.301px;
	}
	.dd-hero-subtitle {
		font-size: 18px;
		line-height: 33px;
		max-width: 637px;
		margin-top: 20px;
		margin-bottom: 38px;
	}
	.btn-link {
		font-size: 16px;
		padding: 14px 50px;
	}
	.dd-products-box img {
		height: 370px;
	}

}
@media screen and (min-width:1500px){
	.dd-hero-title {
		font-size: 79.46px;
		line-height: 97px;
	}
	.dd-upgrade-left-holder {
		padding: 100px 30px 100px 85px;
	}
	.dd-faq-holder {
		padding: 130px 0 115px;
	}
	.dd-faq-holder {
		padding: 130px 0 115px;
	}
	.dd-section-title {
		font-size: 34px;
		line-height: 46px;
	}

	.dd-gallery-section {
		padding-bottom: 140px;
	}
	.dd-reviews-section {
		padding: 180px 0 380px;
	}
	.dd-about-section {
		padding: 150px 0;
	}
	.dd-products-all-holder {
		padding: 120px 0 160px;
	}
	.dd-hero-all-holder {
		padding: 190px 0 42px;
	}
	.dd-hero-title {
		font-size: 43px;
		line-height: 56px;
		max-width:677px;
	}
	.dd-hero-subtitle {
		font-size: 18px;
        line-height: 33px;
        max-width: 652px;
        margin-bottom: 50px;

	}
	.dd-products-box img {
		height: 100%;
		
	}
	.dd-products-text {
		font-size: 22px;
	}
}
@media screen and (max-width:1200px){
	.slider-container{
		padding-left: calc((100vw - 945px) / 2);
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	section.dd-hero-section{
		background-image: url(/wp-content/uploads/2026/02/ipad_image-1.jpg);
	}
		a.dd-banner-link.btn-link {
    padding: 20px 40px;
}
}
@media screen and (max-width:991px){

	.dd-faq-title.dd-section-title {
		margin-bottom: 30px;
	}
	.blog-post-container:nth-child(-n+2) {
		margin-bottom: 40px;
	}
	.dd-blog-text-holder {
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
	}
	.dd-instalation-guide-left {
		margin-bottom: 30px;
	}
	.dd-about-left {
		margin-bottom: 50px;
	}
	.dd-upgrade-section {
		flex-wrap: wrap;
	}
	.slider-container {
		padding-left: 25px;
	}
	.dd-hero-benefits-all-box:nth-child(-n+2) {
		margin-bottom: 30px;
	}
	.menu-primary-navigation-container {
		display: none;
	}
	button.navbar-toggle.collapsed.dd-x-collapse {
		display: none;
	}
	div#dd-collapse-menu {
		border-top: none;
	}
	div#dd-collapse-menu a.btn-link {
		margin-left: auto;
	}
}
@media screen and (max-width:767px){
	.dd-faq-all-holder .dd-faq-holder-left,.dd-faq-all-holder .dd-faq-holder-right,.blog-posts-container .blog-post-container,.dd-instalation-guide-all-holder .dd-instalation-guide-left,.dd-instalation-guide-all-holder .dd-instalation-guide-right,.dd-about-all-holder .dd-about-left,.dd-hero-benefits-all-holder .container{
		padding-left:0;
		padding-right:0;
	}
	.dd-hero-benefits-all-box:nth-child(2), .dd-hero-benefits-all-box:nth-child(4) {
		padding-left: 7.5px;
	}
	.dd-hero-benefits-all-box:nth-child(1), .dd-hero-benefits-all-box:nth-child(3) {
		padding-right: 7.5px;
	}
	.dd-instalation-guide-link.dd-read-more-btn {
		letter-spacing: 0.2;
		padding: 18px 25px;
	}
	.dd-review-text {
		font-size: 18px;
		line-height: 30px;
		max-height: 150px;
		overflow-x:auto;
	}
	.dd-review-text::-webkit-scrollbar {
		width: 3px;
		
	}
	.dd-review-text::-webkit-scrollbar-track {
		border-radius: 15px;
		-webkit-background:#ffffff33;
		background:#ffffff33;
	}

	.dd-review-text::-webkit-scrollbar-thumb {
		border-radius: 0px;
		-webkit-background:#D9D9D9;
		background:#D9D9D9;
	}
	.slider-container {
		padding-left: 0;
	}
	.dd-products-box img {
		height: 260px;
	}
	.dd-products-title.dd-section-title{
		padding-left:0;
		text-align:center;
	}
	.dd-products-title.dd-section-title{
		margin-bottom:30px;
	}
	.md-video-holder video{
		height:400px;
	}
	.poster-holder{
		height:80px;
		width:80px;
	}
	.dd-hero-benefits-box{
		gap:15px;
	}
	.dd-hero-benefit-image {
		height: 40px;
		width: auto;
	}
	.dd-instalation-guide-right {
		display: none;
	}
	.dd-instalation-guide-left {
		margin-bottom: 0;
	}
	.dd-products-text{
		font-size:16px;
		line-height:24px;
		top: 20px;
		left: 20px;
		max-width: 200px;
	}
	.dd-about-section:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
	section.dd-hero-section{
		background-image: url(/wp-content/uploads/2026/02/mobile_image_new_new.jpg);
	}
	.header-content{
		padding:10px 0;
	}
	.dd-gal-arbt{
		flex-direction:column;
		gap:30px;
	}
	.dd-gallery-section{
		padding:80px 0;
	}
	nav#site-navigation .btn-link {
    font-size: 12px;
    line-height: 20px;
}
	    .site-branding {
        top: 10px;
    }
	.dd-hero-title{
		letter-spacing:0.5px;
	}
	.dd-hero-subtitle{
		letter-spacing:0px;
	}
}