/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

@charset "UTF-8";

.hero-sub {
	background: rgba(66,146,68,0.8);
	background-position: center;     
	background-repeat: no-repeat;     
	background-size: cover;     
	position: relative;    
	padding: 180px 0 120px 0;    
	height: 70%;
}
.hero-footer {
	background: rgba(66,146,68,0.8);
	background-position: center;     
	background-repeat: no-repeat;     
	background-size: cover;     
	position: relative;    
	/* padding: 180px 0 120px 0;     */
	/* height: 70%; */
}
.hero-inline {
	background: rgba(66,146,68,0.8);
	background-position: center;     
	background-repeat: no-repeat;     
	background-size: cover;     
	position: relative;    
}
.hero-overlay {
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
}
.line-clamp {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.line-clamp-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.line-clamp-1 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.clients img {
	max-height: 5rem;
	padding: 0.8rem 1rem;
}
.truncate-4 {
	line-height: 1.2em;
	height: 4.8em; /* 4 lines * 1.2em line-height */
	width: 200px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
  }

.clamp-text {
    display: -webkit-box; /* Enables the text box model for clamping */
    -webkit-line-clamp: 4; /* Limits text to 4 lines */
    -webkit-box-orient: vertical; /* Specifies vertical clamping */
    overflow: hidden; /* Hides overflowing text */
    text-overflow: ellipsis; /* Adds ellipsis at the end */
}

.bg-blur {
	background-color: rgba(2, 50, 25, 0.35); /* transparent white */
	background-size: cover;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px); /* for Safari */
	border-radius: 0px 0px 8px;
}