
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family: Arial, Helvetica, sans-serif;
}



.hero1{
    
  height: 500px;
  background: url(https://www.etaxplanner.com/assets/images/slider/slider-10.jpg);
  position: relative;
  
}

.hero-overlay {
  background: rgba(0, 60, 140, 0.8);
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-overlay h1 {
  font-size: 48px;
}


.faq-section {
  background: #f3f6fb;
  padding: 80px 10%;
}

.faq-section h2 {
  text-align: center;
  font-size: 36px;
}

.divider {
  width: 60px;
  height: 4px;
  background: #1e6fff;
  margin: 15px auto 50px;
  border-radius: 4px;
}
.faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
}
.faq-item h3{
  margin-bottom:8px;
}
.faq-item p{
  color:#555;
  line-height:1.6;
}
.cta {
  height: 450px;
  background: url("https://www.etaxplanner.com/assets/images/slider/slider-4.jpg")
    ;
}

.cta-overlay {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cta button {
  margin-top: 20px;
  padding: 12px 30px;
  background: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.cta-overlay button a{
  text-decoration: none;
  color: #1e6fff;
}

.testimonial{
  padding:90px 0;
  text-align:center;
  position:relative;
}
.testimonial small{
  color:#1e6fff;
  letter-spacing:4px;
}
.testimonial h2{
  font-size:38px;
}
.testimonial h2 span{
  color:#1e6fff;
}
.divider{
  width:70px;
  height:4px;
  background:#1e6fff;
  margin:20px auto;
  border-radius:5px;
}
.avatar-area{
  height:350px;
  position:relative;
  overflow:hidden;
}
.avatar{
  position:absolute;
  width:75px;
  height:75px;
  border-radius:50%;
  border:4px solid #1e6fff;
  animation:float 6s ease-in-out infinite;
}
.left1{ left:10%; top:30px;}
.left2{ left:18%; top:140px; animation-delay:1s;}
.left3{ left:12%; top:250px; animation-delay:2s;}

.right1{ right:10%; top:30px;}
.right2{ right:18%; top:140px; animation-delay:1s;}
.right3{ right:12%; top:250px; animation-delay:2s;}

@keyframes float{
  0%{ transform:translateY(0);}
  50%{ transform:translateY(-25px);}
  100%{ transform:translateY(0);}
}


.partners{
  background:#f2f6fb;
  padding:80px 20px;
  text-align:center;
}
.partners h2{
  font-size:36px;
}
.partner-line{
  width:70px;
  height:4px;
  background:#1e6fff;
  margin:20px auto;
}



