body{
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
}
.wrapper{
	width: 80%;
	margin: auto;
}
.top-bar{
	display: flex;
	gap: 40px;
	align-items: center;
    justify-content: center;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    border: 1px solid #F9F9FA;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
}
.social{
	font-size: 20px;
}
.social a{
	text-decoration: none;
	color: #0F34FF;
}
.logo img{
	max-width: 130px;
}
.hero{
	padding: 80px 40px;
	
	/* Background gradient */
  background: linear-gradient(
    180deg,
    #ffffff 0%,      /* top pure white */
    #fdfefe 20%,     /* soft white */
    #f5f9ff 60%,     /* light blue fade */
    #e6f0ff 100%     /* bottom soft blue */
  );

  /* Optional cloud-like overlay */
  background-image: radial-gradient(
    circle at 20% 80%,
    rgba(173, 216, 255, 0.6) 0%,
    transparent 60%
  ),
  radial-gradient(
    circle at 80% 90%,
    rgba(200, 220, 255, 0.5) 0%,
    transparent 70%
  );
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-content{
	text-align: center;
	margin: auto;
	width: 900px;
}
.hero h1{
	font-size: 75px;
	margin-bottom: 0px;
	line-height: 75px;
	margin-top: 20px;
	color: #2f2f2f;
}
.hero h3{
	font-weight: 200;
	font-size: 30px;
	margin-top: 20px;
	line-height: 43px;
	color: #3D3F4F;
}
.hero-sub{
	font-size: 14px;
	color: #3765D8;
	border-radius:100px;
	padding: 10px 20px;
	font-weight: 300;
	display: inline-block;
	margin-bottom: 0px;
	margin-top: 40px;
  background: #E7EBFD;
  text-transform: uppercase;
  letter-spacing: 1px;

}
.emoji{
	font-size: 18px;
}
.h1-style{
	color: #0F34FF;
   background: -webkit-linear-gradient(270deg,rgba(97, 121, 255, 1) 0%, rgba(15, 52, 255, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.avl{
	font-size: 14px;
	display: inline-flex;
	gap: 8px;
}
.dot{
	background-color: #38bb2a;
    border-radius: 50px;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 10px 5px #3abb2a45;
    display: block;
    margin-top: 4px;
}
.callbutton{
	background: #0F34FF;
	font-size: 16px;
	color: #fff;
	border-radius: 100px;
	text-decoration: none;
	display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 11px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.callbutton:hover{
	background: #252525;
}
 .callbutton span {
      flex: 1;
      padding-left:14px ;
    }
.callbutton .icon {
      background: #fff;
      color: #0F34FF;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 38px;
      margin-left: 20px;
      font-size: 14px;
    }
.button{
	margin-bottom: 20px;
}
  .button-section{
	justify-content: space-between;
	display: inline-flex;
	gap: 40px;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	align-items: center; 
} 
.cost{
	text-align: left;
} 
.cost h2{
	margin: 0;
}
.cost p{
	font-size: 12px;
	margin-top: 3px;
}
.cost span{
	color: #6F6F6F;
	font-size: 16px;
	font-weight: 300;
}
  /*--trustmarker--*/  
    .trust-block{
    display:flex;
    align-items:center;
    gap:7px;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    color:#0f172a;
  }

  /* Avatars */
  .avatars{
    display:flex;
    gap:-10px; /* overlap by negative margin */
    padding:0;
    margin:0;
    list-style:none;
  }
  .avatars li{
    margin-left: -10px; /* overlap */
  }
  .avatars img{
    width:48px;
    height:48px;
    object-fit:cover;
    border-radius:50%;
    border:2px solid #fff;
    box-shadow:0 1px 4px rgba(16,24,40,0.06);
    display:block;
  }

  /* Stars + text container */
  .trust-text{
    display:flex;
    flex-direction:column;
    gap:6px;
  }

  .stars{
    display:flex;
    gap:6px;
    align-items:center;
  }

  .star{
    width:20px;
    height:20px;
    fill:#ffb020; /* golden star */
    filter: drop-shadow(0 1px 0 rgba(0,0,0,0.06));
  }

  .trust-copy span{
    font-size:14px;
    color:#0f172a;
  }

 
/*--trustmarker_ends--*/ 

  .icon i{
  	font-size: 20px;
  	font-weight: 300;
  } 
  footer{
  	text-align: center;
  	padding: 20px;
  }
  footer p{
  	font-size: 12px;
  	color: #C0C0C0;
  }
  .capabilities{
    background: #0F34FF;
    padding: 40px;
    width: 100%; 
    white-space: nowrap; 
    overflow: hidden;
    box-sizing: border-box;
    font-size:24px;
    color: #fff;
    white-space:nowrap;
    margin: 0 auto;
  }
  .capabilities i{
    font-weight: 600;
  }
  .capabilities span{
    margin: 0 20px;
  }

@media screen and (max-width: 750px) {
  .hero{
    padding: 80px 20px;
  }
  .top-bar{
    width: 80%;
    gap:80px;
  }
  .wrapper{
    width: 99%;
  }
  .hero-content{
    width: 100%;
  }
  .hero h1{
    font-size: 38px;
    line-height: 45px;
  }
  .hero h3{
    font-size: 22px;
    line-height: 32px;
  }
  .callbutton{
    width: 90%;
    font-size: 18px;
  }
  .capabilities{
    padding: 20px 40px;
  }
  .social a{
    font-size: 30px;
    margin: 0 5px;
  }
  .button-section{
    display: block;
  }
  .cost{
    text-align: center;
  }
  .cost h2{
    font-size: 40px;
  }
  .cost p{
    font-size: 14px;
  }
  .trust-block{
    gap:10px;
    justify-content: center;
    margin-top: 20px;
  }
  .avatars img{
    width:36px;
    height:36px;
  }
  .star{
    width:16px;
    height:16px;
  }
  .trust-copy{
    font-size:13px; 
    margin-top: -6px;
  }
}
  
