section#basicwire-banner {

	clip-path: polygon(
		13% 0%,      /* top-left diagonal start */
		100% 0%,    /* top-right */
		100% 67%,   /* right side before diagonal */
		91% 100%,   /* bottom-right diagonal */
		0% 100%,    /* bottom-left */
		0% 55%      /* left side before diagonal */
	);
}

.bright-img-triangle:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 60px solid #fbfafa;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-top: 0 !important;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	transition: ease-in-out 0.3s all;
}


.bright-img-triangle:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 0 !important;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #fbfafa;
	position: absolute;
	left: 0;
	top: 0;
	transition: ease-in-out 0.3s all;
}

.bright-img-triangle {
	overflow: hidden;
}

.bright-img-triangle:hover:after {
	left: -100px;
}

.bright-img-triangle:hover:before {
	right: -100px;
}

.bright-img-triangle div {
	transition: ease-in-out 0.6s all !important;
}


.bright-img-triangle.reverso:after {
	border-bottom: 40px solid #fbfafa !important;
	border-top: 0 !important;
	bottom: 0;
	top: unset !important;
	left: 0px !important;
	right: unset;
}

.bright-img-triangle.reverso::before {
	top: 0 !important;
	bottom: unset !important;
	border-bottom: 0 !important;
	border-top: 40px solid #fbfafa !important;
	right: 0 !important;
	left: unset !important;
}

.bright-img-triangle.reverso:hover:before {
	right: -100px !important;
}

.bright-img-triangle.reverso:hover:after {
	left: -100px !important;
}
.questions .btns a::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 0 !important;
	border-right: 0px solid transparent;
	border-left: 24px solid transparent;
	border-top: 24px solid #000000e8;
	position: absolute;
	right: 0;
	top: 0;
	transition: ease-in-out 0.3s all;
}
.questions .btns::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 24px solid #766923e3;
	border-right: 24px solid transparent;
	border-left: 0px solid transparent;
	border-top: 0 !important;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	transition: ease-in-out 0.3s all;
}
.bright-text {
	background: linear-gradient(270deg, #ea7159 0%, #e24d63 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	font-weight:600;
}
.contact-us.btns a {
	transition: 0.6s ease-in-out;
	clip-path: polygon(
		0 0,
		calc(100% - 20px) 0,
		100% 20px,
		100% 100%,
		20px 100%,
		0 calc(100% - 20px)
	);
	text-decoration: none;
	padding: 20px 35px !important;
	height:unset;
}


/* custom css drawn wire */

.drawn-wire-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0px;
	padding: 4px;
}

.drawn-wire-card {
	position: relative;
	background-color: #fff;
	overflow: hidden;
	display: flex;
	min-height: 500px;
	padding: 42px 30px 0px 38px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	flex-direction: column;
	gap: 238px;
	width: 430px;
	justify-content: start;
	cursor: pointer;
	border-bottom: 1px solid #e1dfdf;
	border-right: 1px solid #e1dfdf;

}
.drawn-wire-grid .drawn-wire-card:nth-child(3), .drawn-wire-grid .drawn-wire-card:nth-child(6) {
	border-right: none;
	/* border-bottom: none; */
}
.drawn-wire-grid .drawn-wire-card:nth-child(4), .drawn-wire-grid .drawn-wire-card:nth-child(5),.drawn-wire-grid .drawn-wire-card:nth-child(6){
	border-bottom: none; 


}
/* White overlay that fades to reveal image on hover */
.drawn-wire-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f7f4f4;
	opacity: 1;
	transition: opacity 0.45s ease-in-out;
	z-index: 1;
}

.drawn-wire-card:hover::before {
	opacity: 0;
}

/* Content styling */
.drawn-wire-card .drawn-wire-content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.drawn-wire-card .drawn-wire-content h3 {
	font-size: 40px;
	margin-bottom: 10px;
	transition: color 0.3s ease;
	line-height: 50px;
	background: linear-gradient(90deg, #ea7159 0%, #e24d63 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

.drawn-wire-card .drawn-wire-content p {
	color: #666;
	font-size: 22px;
	margin-bottom: 20px;
	font-weight:500;
	transition: color 0.3s ease;
	font-family: "FSP DEMO - Articulat CF Medium";
}

/* Learn More button container */
.drawn-wire-card .learn-more {
	position: relative;
	z-index: 2;
	margin-top: 20px;


	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 38px 0 0px;
}

.drawn-wire-card .drawn-wire-link {
	color: #000;
	display: block;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
	padding: 12px 24px;
	transition: color 0.3s ease;
}

.drawn-wire-card .drawn-wire-link span {
	transition: transform 0.3s ease;
}

/* Hover State - show featured image on CARD background and invert text */

.drawn-wire-card:hover .drawn-wire-content p {
	color: #fff;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}
.drawn-wire-card:hover .drawn-wire-content h3{
	background: none;
	-webkit-text-fill-color: #ffffff;
	color: #ffffff;
}

.drawn-wire-card:hover .drawn-wire-link {
	color: #fff;

}

.drawn-wire-card:hover .drawn-wire-link span {
	transform: translateX(5px);
}

.drawn-wire-card:hover .learn-more{
	background:linear-gradient(90deg, #e24d63 0%, #ea7159 100%);
}

.contact-us.btns a:after,.contact-us.btns a:before {
	display: none;
}

.contact-us.btns::after{
	display:none;
}
.contact-us.btns a {
	transition: 0.6s ease-in-out;
	clip-path: polygon(
		0 0,
		calc(100% - 20px) 0,
		100% 20px,
		100% 100%,
		20px 100%,
		0 calc(100% - 20px)
	);
	text-decoration:none;
}
.drawn-wire-card:hover .learn-more{
	clip-path: polygon(
		0 0,
		calc(100% - 20px) 0,
		100% 20px,
		100% 100%,
		20px 100%,
		0 calc(100% - 20px)
	);
}

.contact-us.btns a:hover{
	clip-path:none;
	transition: 0.6s ease-in-out;
}
div#questions {
	clip-path: polygon(
		55px 0,
		100% 0,
		100% calc(100% - 56px),
		calc(100% - 61px) 100%,
		0 100%,
		0 55px
	);
}

.learn-more::after {
	content: "";
	display: inline-block;
	width: 16px;              /* adjust size */
	height: 16px;
	margin-left: 8px;
	background: url('/wp-content/themes/hello-elementor-child/image/right-arrow-black.png')
		center / contain no-repeat;
}

.drawn-wire-card:hover .learn-more::after{
	background-image: url('/wp-content/themes/hello-elementor-child/image/right-arrow-white.png');
}
div#drawn-wire-option {
	clip-path: polygon(
		40px 0%,        /* top-left cut */
		100% 0%, 
		100% calc(100% - 70px),  /* bottom-right cut */
		calc(100% - 70px) 100%, 
		0% 100%, 
		0% 40px
	);
}

div#second-drawn-wire-option {
	clip-path: polygon(
		0 0,
		calc(100% - 40px) 0,
		100% 40px,
		100% 100%,
		70px 100%,
		0 calc(100% - 70px)
	);
}

div#third-drawn-wire-option {
	clip-path: polygon(
		0 0,
		calc(100% - 70px) 0,
		100% 70px,
		100% 100%,
		40px 100%,
		0 calc(100% - 40px)
	);	
}
section#explore {
	clip-path: polygon(
		4% 0%,          /* cut top left */
		100% 0%,        /* top right */
		100% 89%,       /* near bottom right */
		97% 100%,       /* cut bottom right */
		0% 100%,        /* bottom left */
		0% 15%          /* left edge up */
	);
}


div#fourth-drawn-wire-option {
	clip-path: polygon(
		70px 0%,        /* top-left cut */
		100% 0%, 
		100% calc(100% - 40px),  /* bottom-right cut */
		calc(100% - 40px) 100%, 
		0% 100%, 
		0% 70px
	);
}

span.custom-specs {
	font-weight: 200;
	text-transform: initial;
}


section#bright-banner {
	clip-path: polygon(
		6% 0,        /* shifted top-left */
		100% 0,      /* top-right */
		100% 85%,    /* above bottom-right */
		94% 100%,    /* bottom-right diagonal */
		0 100%,      /* bottom-left */
		0 15%        /* left side diagonal */
	);
}

section#bright-banner {
	clip-path: polygon(
		17% 0,        /* shifted top-left */
		100% 0,      /* top-right */
		100% 62%,    /* above bottom-right */
		88% 100%,    /* bottom-right diagonal */
		0 100%,      /* bottom-left */
		0 54%        /* left side diagonal */
	);


}
div#drawn-wire-posts:hover #learn-more-btn a:after{
	background-image: url('/wp-content/themes/hello-elementor-child/image/right-arrow-white.png');

}

#learn-more-btn .elementor-button-wrapper {
	position: relative;
	z-index: 2;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

div#drawn-wire-posts:hover #learn-more-btn a {
	background: linear-gradient(90deg, #e24d63 0%, #ea7159 100%) !important;
	background-color: transparent !important;
	color:#fff;
	transition:.3s;
}

div#drawn-wire-posts:hover #drawn-heading {
	color: #fff;
	background: transparent;
	background: none;
	-webkit-text-fill-color: #ffffff;
	color: #ffffff;
}
div#drawn-wire-posts:hover .drawn-wire-content p {

	color: #ffffff;
}
div#drawn-wire-posts:hover #learn-more-btn a{

}
div#drawn-wire-posts:hover #learn-more-btn a{
	clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}
#learn-more-btn a{
	position:relative:
}

#learn-more-btn a:after {
	content: "";
	display: inline-block;
	width: 19px;
	height: 17px;
	margin-left: 8px;
	background: url('/wp-content/themes/hello-elementor-child/image/right-arrow-black.png')
		center / contain no-repeat;
	right: 50px;
	position: absolute;
	top: 20px;
	/* bottom: 0; */
}

.learn-more::after {
	content: "";
	display: inline-block;
	width: 19px;
	height: 18px;
	margin-left: 8px;
	background: url('/wp-content/themes/hello-elementor-child/image/right-arrow-black.png')
		center / contain no-repeat;
	position: absolute;
	right: 30px;
}
.custom-banner h2 span {
	background: linear-gradient(83deg, #e24d63 0%, #ea7159 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
}

@media (min-width: 1440px) {
	.img-triangle.sm:after {
		border-left: 0px solid transparent !important;
		border-bottom: 50px solid #fbfafa !important;
	}
}


div#drawn-wire-posts:hover {
	clip-path: polygon(0 0, calc(100% - 35px) 0, 100% 35px, 100% 100%, 35px 100%, 0 calc(100% - 35px));
}



@media (max-width: 1024px) {
 section#explore {
    clip-path: unset;
}
}
/* Responsive Design */
@media (max-width: 768px) {
	.drawn-wire-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.bright-img-triangle.reverso:after {
		border-bottom: 20px solid #fbfafa  
	}
	.bright-img-triangle.reverso:after {
		border-bottom: 20px solid #fbfafa !important;

	}
	.bright-img-triangle:after {

		border-right: 20px solid transparent;

	}
	.bright-img-triangle.reverso::before {

		border-top: 20px solid #fbfafa !important;

	}

	.bright-img-triangle.reverso::before {

		border-top: 35px solid #fbfafa !important;

	}
	div#questions {
		clip-path: polygon(
			35px 0,
			100% 0,
			100% calc(100% - 35px),
			calc(100% - 35px) 100%,
			0 100%,
			0 35px
		);
	}
	.bright-img-triangle:before {
		border-left: 25px solid transparent;
	}

	.bright-img-triangle.reverso::before {
		border-top: 25px solid #fbfafa !important;
	}					
	.contact-us.btns a {
		transition: 0.6s ease-in-out;
		clip-path: polygon(
			0 0,
			calc(100% - 10px) 0,
			100% 10px,
			100% 100%,
			10px 100%,
			0 calc(100% - 9px)
		);
		text-decoration: none;
	}			

	div#second-drawn-wire-option, div#drawn-wire-option, div#third-drawn-wire-option, div#fourth-drawn-wire-option {
		clip-path: unset;
	}

}

@media (max-width: 480px) {


	.drawn-wire-grid {
		grid-template-columns: 1fr;
	}
	.btns a span.elementor-button-icon {
		margin-left: 30px !important;
	}
}
