.primary-gradient-to-left{
	background: linear-gradient(110.68deg, #000000 -1.35%, #000000 49.19%, rgba(0, 0, 0, 0) 69.27%);
	width: 100%;
}


@media screen and (max-width: 767px) {
	.primary-gradient-to-left {
    background: linear-gradient(110.68deg, #000000 -1.35%, #000000 53.19%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
}
}


.mask-geadient{
	    -webkit-mask-image: linear-gradient(90deg, #0000, #000 10% 90%, #0000);
    mask-image: linear-gradient(90deg, #0000, #000 10% 90%, #0000);
}
.black-gradient-overlay{
	background: linear-gradient(86.41deg, #000000 -23.82%, #000000 19.09%, rgba(0, 0, 0, 0) 121.74%);
}
.flex-1{
	flex:1 !important;
}
.hilights-section .horizontal-card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
}
.gradient-color-blue{
	background: linear-gradient(37deg, rgba(27, 42, 61, 0.7) 21.49%, rgba(27, 42, 61, 0.2) 51.89%, rgba(27, 42, 61, 0) 88.97%);

}
.gradient-color-wrapper{
	background: linear-gradient(180deg, #E6F1FE 0%, rgba(255, 255, 255, 1) 100%);

}

.post-content-style .pmpro:after {
    left: -7px;
}
.svg-icon.h-5 {
    height: 18px;
}


.newslatter-form form.formkit-form[data-format="inline"]{
	margin-left: inherit ;
}
.newslatter-form .formkit-field input {
    background: #FFFFFF1A !important;
    border: 1px solid #FFFFFF57 !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 16px 24px !important;
		max-width: 280px !important;
}


.newslatter-form .formkit-submit {
	font-weight: 500 !important;
	font-size: 16px !important;
	transition: all 0.3s ;
}
.newslatter-form .formkit-submit:hover {
	background: #1447e6 !important;
	transition: all 0.3s ;
	transform: translatey(-2px) !important;
}
.newslatter-form .formkit-submit span {
	background: transparent !important;
}
.newslatter-form .formkit-field input:focus {
    border-color: #fff !important; 
    box-shadow: 0 0 5px rgba(74, 144, 226, 0.5);
    outline: none; 
}
.newslatter-form .formkit-field inpu::placeholder{
	color: #fff !important;
}
.newslatter-form .formkit-alert-error{
	margin: 16px 0px !important;
}
.section-title{
	line-height: 120%;
}
@media screen and (max-width: 1380px) {
	
	.newslatter-form .formkit-field input {
		max-width: 100% !important;
}
}


img.avatar.avatar-60.photo.\!rounded-full.h-10.w-10.md\:h-12.md\:w-12 {
	position: relative;
}
img.avatar.avatar-60.photo.\!rounded-full.h-10.w-10.md\:h-12.md\:w-12:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-image: url(https://insightev.com/wp-content/uploads/2025/08/IEV-Site-Icon.png);
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: contain;
}