/* Custom Styles */
.hero-section {
	height: 60vh;
	position: relative;
	overflow: hidden;
}

.hero-image {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 1.5s ease-in-out;
}

.hero-image.active {
	opacity: 1;
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: white;
}

.card-img-top
{
	height:40px;
	width:40px;
	margin-right:15px;
}

.card-img-full
{
	 height: 200px;
     object-fit: cover;
}
.product-card {
	border: none;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
	height: 100%;
}

.product-card:hover {
	transform: translateY(-10px);
}

.hardware-card {
	border: none;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
	height: 100%;
}

.hardware-card h5 {
	padding-bottom : 20px;
}

.hardware-card:hover {
}

.navbar {
	background-color: rgba(242, 250, 255, 0.95);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-item:hover
{
	font-weight: bold;
}

.products-section {
	padding: 60px 0;
	background-color: #f8f9fa;
}

.partner-section {
	padding: 60px 0;
	background-color: #f8f9fa;
}

.time-section {
	padding: 60px 0;
	background-color: #f8f9fa;
}

.pdc-section {
	padding: 60px 0;
	background-color: #f8f9fa;
}

.access-section {
	padding: 60px 0;
	background-color: #f8f9fa;
}

.news-section {
	padding: 0 0;
	background-color: #f8f9fa;
}

.contact-section {
	padding: 60px 0;
	background-color: #f8f9fa;
}

.about-section {
	padding: 60px 0;
	background-color: #f8f9fa;
}

.hardware-section {
	padding: 0 0;
	background-color: #f8f9fa;
}

.news-card {
	border: none;
	background-color: rgba(242, 250, 255, 0.95);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
	height: 100%;
}

.news-card:hover {
	
}

.news-important{
	color : #e35d6a;
}

.contact-card {
	border: none;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
	height: 100%;
}

.contact-card:hover {
	
}

.partner-card {
	border: none;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
	height: 100%;
}

.partner-card:hover {
	
}

.btn-primary {
	background-color: #3a86ff;
	border-color: #3a86ff;
}

.btn-primary:hover {
	background-color: #2a75e8;
	border-color: #2a75e8;
}

.supportbutton
{
	text-decoration: none;
	border-color: #e35d6a; 
	background-color: #e35d6a; 
	color : white;
}
		
.supportbutton:hover
{
	font-weight: bold;
	border-color: #e35d6a; 
	background-color: #e35d6a; 
	color : white;
}
		
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive-40 {
  display: block;
  max-width: 40%;
  height: auto;
  padding-top : 60px;
}

.feature-copy {
  float: right;
  width: 85%;
}
.feature-copy h3 {
  color: #1a1a1a;
  margin-bottom: 10px;
}
.feature-copy a {
	text-decoration: none;
}

.clsSpam
{
	color: salmon;
	font-weight: bold; 
	padding: 5px;
}

.row
{
	margin:unset;
}

.image-container {
	cursor: pointer;
}

.image-container img {
	max-width: 100%;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.image-container img:hover {
	transform: scale(1.02);
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 1000;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.overlay img {
	max-width: 90%;
	max-height: 90%;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.close-hint {
	position: absolute;
	bottom: 20px;
	color: white;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 8px 16px;
	border-radius: 4px;
}

.ubea-card-item {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 9;
  bottom: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ubea-card-item.has-text figure {
  margin-bottom: 30px !important;
}
.ubea-card-item figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 12;
  position: relative;
}
.ubea-card-item figure .overlay {
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.ubea-card-item figure .overlay i {
  z-index: 12;
  color: #fff;
  font-size: 30px;
  position: absolute;
  margin-left: -15px;
  margin-top: -45px;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ubea-card-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ubea-card-item .ubea-text {
  padding: 0px 10px 10px 20px;
  text-align: center;
}
.ubea-card-item .ubea-text.text-left {
  text-align: left;
}
.ubea-card-item .ubea-text h2, .ubea-card-item .ubea-text span {
  text-decoration: none !important;
}
.ubea-card-item .ubea-text h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: #00A3D9;
}
.ubea-card-item .ubea-text span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}
.ubea-card-item .ubea-text p {
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ubea-card-item .ubea-text span.btn {
  color: #666666 !important;
  opacity: 1;
  visibility: visible;
  bottom: 0;
  background: #ebebeb;
  border: 2px solid #ebebeb !important;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ubea-card-item .ubea-text .ubea-category {
  font-size: 12px;
  color: #cccccc;
}
.ubea-card-item .ubea-text .ubea-category span {
  font-size: 12px;
  color: gray;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.ubea-card-item:hover, .ubea-card-item:focus {
  bottom: 7px;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
}
.ubea-card-item:hover img, .ubea-card-item:focus img {
  -webkot-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ubea-card-item:hover span.btn, .ubea-card-item:focus span.btn {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
  color: #fff !important;
  border: 2px solid #ff6540 !important;
  background: #ff6540 !important;
}
.ubea-card-item:hover figure .overlay, .ubea-card-item:focus figure .overlay {
  opacity: 1;
  visibility: visible;
}
.ubea-card-item:hover figure .overlay i, .ubea-card-item:focus figure .overlay i {
  margin-top: -15px;
}
.ubea-card-item:hover h2, .ubea-card-item:hover span, .ubea-card-item:focus h2, .ubea-card-item:focus span {
  text-decoration: none !important;
}
