:root {
	--txt: #fff;
	--txt-dark:#130D15;
	--title-txt: #0F090F;
	--main-cta: #FB3730;
	--main-cta-hover: #d21710;
} 
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;
}

/* 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/01/hero_image-4.webp);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;	
}
.dd-hero-all-holder{
	padding: 70px 0 10px;
}
.dd-center-text{
	text-align:center;
}
.dd-hero-title {
	font-weight: 800;
	font-size: 40px;
	line-height: 52px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	color: var(--txt);
	font-style: italic;
}
.dd-hero-subtitle {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: var(--txt);
	max-width: 860px;
	margin-left: auto;
	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;
}
/* PRODUCTS */
section.dd-products-section {
	background-image: url(/wp-content/uploads/2025/12/services_bg_webp.webp);
	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/2025/12/reviews_pictures_webp.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;
}
.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-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;
}


/* 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/2025/12/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/2025/12/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: 180px;
	}
	.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: 66px;
		line-height: 80px;
	}
	.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:46px;
		line-height:54px;
	}
	.dd-hero-all-holder {
		padding: 140px 0 48px;
	}
	.dd-hero-subtitle {
		font-size: 18px;
		line-height: 30px;
		max-width: 730px;
		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: 200px;
	}
	.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: 150px 0 50px;
	}
	.dd-hero-title {
		font-size: 52px;
		line-height: 54px;
	}
	.dd-hero-subtitle {
		font-size: 19px;
		line-height: 33px;
		max-width: 755px;
		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: 215px;
	}
	.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: 240px 0 42px;
	}
	.dd-hero-title {
		font-size: 70px;
		line-height: 86px;
	}
	.dd-hero-subtitle {
		font-size: 23px;
		line-height: 37px;
		max-width: 860px;
		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 (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;
	}
}
@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;
}
}