/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
:root {
	--color-orange: #ff8f00;
	--color-blue: #09167c;
}
body {
  overflow-x: hidden;
}
.kb-vertical-line::before {
	content: ""  !important;
	position: absolute;
	left: 50% !important;
	top: -27px !important;
	transform: translateX(-50%) !important;
	width: 10px !important;
	z-index: -1 !important;
	border-right: 10px solid transparent !important;
	border-left: 10px solid transparent !important;
	border-top: 1400px solid var(--color-blue) !important;
}
.kb-icon-box .elementor-icon-box-icon {
	position: relative;
}
.kb-icon-box .elementor-icon-box-icon::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	top: 35px;
	right: 0;
	margin-right: -30px;
	z-index: -1;
}

.kb-icon-box.box-left .elementor-icon-box-icon::before {
	right: auto;
	left: 0;
	background: linear-gradient(to right, #ffffff,  var(--color-orange));
}
.kb-icon-box.box-right .elementor-icon-box-icon::before {	 
	background: linear-gradient(to right, var(--color-orange), #ffffff);
}
.kb-icon-box.box-left .elementor-icon-box-icon {
  text-align: right !important;
  margin-right: -110px !important;
}
.kb-icon-box.box-right .elementor-icon-box-icon {
  margin-left: -110px !important;
}
/* ============= Mobile =================  */
@media(max-width: 767px){
	.kb-vertical-line::before {
		left: 10% !important;
		border-right: 8px solid transparent !important;
		border-left: 8px solid transparent !important;
		border-top: 2100px solid var(--color-blue) !important;
	}
	.kb-icon-box.box-left .elementor-icon-box-icon,
	.kb-icon-box.box-right .elementor-icon-box-icon {
		text-align: left !important;
		margin-left: -67px !important;
	}
	.kb-icon-box.box-left .elementor-icon-box-icon::before {	 
		background: linear-gradient(to right, var(--color-orange), #ffffff);
	}
}