.Banner {
	position: relative;
}
.bannerimg {
	width: 100%;
	height: 649px;
}

.banner-media {
  width: 100%;
  height: 100%; 
  object-fit: cover;
  display: block;
}

.bannerimg img {
	width: 100%;
	height: 90%;
	object-fit: cover;
}
	/*.banner-overlay{
position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}*/
.Banner-text {
	position: absolute;
	width: 516px;
	left: 99px;
	top: 55%;
	transform: translateY(-50%);
}
.Banner-text.security-text p{
	margin-top: 6px;
	margin-bottom: 0;
}
.homepage_banner_h{
	color: #ffffff;
	font-family: Archivo;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.2;
    letter-spacing: 0;
	margin: 0;
}
.Banner-text p {
	font-family: Archivo;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.5;
    letter-spacing: 0;
	color: #FFFFFF;
	margin: 22px 0 0;
	width:500px;
}
.Banner-text a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
	background: #FFDF00;
	color: #191919;
	border-radius: 80px;
	padding: 17.5px 20px;
	text-decoration: none;
	text-align: center;
	width: max-content;
}
.Banner-text a span{
    width: 153px;
	font-family: Archivo;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
    letter-spacing: 0;
	text-transform: none;
	white-space: nowrap;
}
.Banner-text a div{
	width: 24px;
	height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
	mask-size: 100% 100%;
}
/* .page-template-template-home .hover-effect:hover,
.page-template-template-home .hover-effect:hover span {
	background-color: #FFDF00 !important;
    color: #191919 !important;
}
.page-template-template-home .hover-effect:hover .button-svg {
    background-color: #191919 !important;
} */
.page-template-template-home .hover-effect.DDM-active,
.page-template-template-home .hover-effect.DDM-active span {
	background-color: #092d35 !important;
    color: #FFFFFF !important;
}
.page-template-template-home .hover-effect.DDM-active .button-svg {
	background-color: #FFFFFF !important;
}
.interested-dropdown {
  position: relative;
  display: inline-block;
}
.interested-dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #E9E5DE;
  min-width: 300px;
  z-index: 1;
  margin: 10px 0 0;
  border-radius: 8px;
  overflow: hidden;
}
.interested-dropdown-content.show {
  display: block;
}
.interested-dropdown-content a {
  width: auto;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  color: #33373d;
  text-align: start;
  background-color: transparent;
  margin: 0;
  border-radius: unset;
}
.interested-dropdown-content a:hover {
  background-color: #FFDF00;
}


/* Shared styles for both mobile and tablet */
@media (max-width: 1024px) {
	.Banner-text {
		width: calc(100% - 30px);
		left:15px;
		top: 20%;
		bottom: 70.5px;
		transform: none;
	}
	.Banner-text .security-text{
		left: 400px;
		width:350px;
		top:40%;
	}
	.page-template-template-home .bannerimg {
		height: 800px;
	}
	.bannerimg img {
		object-position: 65%;
	}
	.homepage_banner_h{
		font-weight: 700;
		font-size: 32px;
		line-height:1.2;
	}
	.Banner-text p {
		font-size: 16px;
		line-height:1.5;
		margin-top: 10px;
		width:350px;
	}
	.Banner-text a {
		margin-top: 40px
	}
	.page-template-template-home .Banner-text {
		top: 30%;
		bottom: auto;
		transform: translateY(-50%);
	}
	.interested-dropdown-content a {
		margin: 0;
	}
	.Banner-text a span{
	font-weight: 400;
	font-size: 16px;}
}
