.olmodal{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
	display: flex;
	justify-content: center;
	font-family: "Lato", sans-serif;
	background-color: rgba(0, 0, 0, 0.8);
}
.olmodalinner{
	width: 780px;
  max-width: 90%;
	margin: 0 auto;
}

.olmodalwrapper{
	/*margin: 7% auto 0;
	min-height: 500px;
	background: #f1f5f9;
	padding: 100px 50px;
	display: flex;
	position: relative;
	border-radius: 20px;
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);*/
  background: #ffffff;
  position: relative;
  padding: 50px 28px 0px 28px;
  border-radius: 8px;
  text-align: center;
  border-top: 5px solid #4777c4;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}
.olmodalinner .olmleft{
	width: 100%;
}
.olmodalinner .olmrht{
	width: 50%;
}
.olmodalinner .olmrht img{
	width: 100%;
	height: auto;
}
.olmodalwrapper h1{
	font-size: 48px;
	color: #1b76e0;
	font-weight: 700;
}
/*.olmodalwrapper h2{
	font-size: 48px;
	color: #000;
	font-weight: 700;
}*/
.olformsectio{
	margin-top: 30px;
}
.olformsectio .form-control{
	/*font-size:14px;
    line-height: 20px;
    padding: 8px 15px;
    height: 54px;
    box-shadow: none;
  	margin-bottom: 15px;
  	border-radius: 14px;
    border: 1px solid #E1E7EF;*/
    width: 100%;
    box-shadow: none;
    outline: none;
	  padding: 12px 12px 12px 32px;
	  font-size: 16px;
	  border-radius: 4px;
	  height: auto;
	  border: 1px solid #ccc;
	  margin-bottom: 16px;
}
.olformsectio .btnfree{
	/*width: 100%;
	font-size: 14px;
	color: #fff;
	border-radius: 14px;
	height: 54px;
	background: #f17c3a;*/
	width: 100%;
  padding: 14px;
  background: #f5c400;
  color: #000;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
	margin-bottom: 20px;
}
.olformsectio .btnfree:hover{
		background: #e6b800;
}
.olmodalclose{
	/*position: absolute;
	right: 30px;
	top: 30px;
	background: #fff;
	border-radius: 100px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 1px solid #333;*/
	position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}

.olformsectio p{
	font-size: 14px;
	color: #6e7d93;
}
/* Exit Modal Styles */
.olmodal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.olmodalinner {
  overflow: auto;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

/* Image Animation Styles - Floating only */
.img-anim-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.hanim-hover-zoom {
  width: 100%;
  height: auto;
  will-change: transform;
}

.mgrp{
	position: relative;
}
.mgrp span{
	position: absolute;
  left: 14px;
  top: 13px;
}
.mgrp span img{
	width: 12px;
  height: auto;
}
.trust-badges {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 35px;
  font-size: 16px;
  margin-left: -27px;
  background: #f4f4f6;
  margin-right: -27px;
  padding: 12px;
  border-top: 1px solid #e3e3e5;
  border-radius: 0 0 8px 8px;
}
.trust-badges span{
	position: relative;
}
.trust-badges span:after{
	content: '.';
  position: absolute;
  right: -13px;
  font-size: 22px;
  line-height: 7px;
}
.trust-badges span:last-child:after{
	display: none;
}
.trust-badges .fa{
	color: #4caf50;
	margin-right: 4px;
}
/* Subtle floating animation */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }position: absolute;
  left: 10px;
  top: 6px;
  50% {
    transform: translateY(-10px);
  }
}

.hanim-hover-zoom {
  animation: float 6s ease-in-out infinite;
}


/* Headline */
.olmodal h2 {
  font-size: 45px;
  margin-bottom: 12px;
  color: #1f3c88;
  margin-top: 0px;
  font-weight: 600;
}

/* Subtext */
.olmodal .modal-subtext {
  font-size: 22px;
  color: #555;
  margin-bottom: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hanim-hover-zoom {
    animation: float 8s ease-in-out infinite;
  }
}

/* Button Styling - Lovable App Style */
.btnfree {
  position: relative;
  overflow: hidden;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.3px;
  text-transform: none;
  border: none;
  border-radius: 12px;
  padding: 16px 32px;
  background: #ffffff;
  color: #3C83F6;
  box-shadow: 0 2px 8px rgba(60, 131, 246, 0.15);
  cursor: pointer;
  min-width: 160px;
  text-align: center;
  display: inline-block;
}

/* Mobile responsive button styling */
@media (max-width: 768px) {
  .btnfree {
    font-size: 14px;
    padding: 14px 28px;
    min-width: 140px;
    border-radius: 10px;
  }
}


@media only screen and (max-width: 767px){
	.olmodalinner .olmleft {
	  width: 100%;
	}
	.olmodalinner .olmrht{
		display: none;
	}
	/*.olmodalwrapper{
		border-radius: 0;
		padding: 60px 30px;
	}*/
	.olmodalwrapper h1 {
	  font-size: 36px;
	  color: #1b76e0;
	  font-weight: 700;
	}
	/*.olmodalwrapper h2 {
	  font-size: 36px;
	  color: #000;
	  font-weight: 700;
	}*/
	/*.olmodalwrapper h2 br{
		display: none;
	}*/
	.olmodal h2 {
	  font-size: 30px;
	  margin-bottom: 12px;
	  color: #1f3c88;
	  margin-top: 0px;
	  font-weight: 600;
	}
	.olmodal .modal-subtext {
	  font-size: 18px;
	  color: #555;
	  margin-bottom: 20px;
	}
}

