
    body {
    font-family: "Poppins", sans-serif;
      background: #ffffff;
      color: #333;
    }

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

    .hero {
      background: url('../img/edbg.jpg') no-repeat center center;
      background-size: cover;
      color: #ffffff;
      padding: 60px 20px;
      text-align: center;
      background-color: #0056b3;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 900px;
      position: relative;
    }
    img{
        border-radius: 10px;
    }
    .floatlogo {
      position: absolute;
      top: 20px;
      left: 150px;
      width: 100px;
      height: auto;
      z-index: 10;
    }
    .floatlogo img {
      width: 200px;
      height: auto;
      filter: drop-shadow(#ffffff 0px 2px 4px);
    }
    .hero h1 {
      font-size: 80px;
      font-weight: bold;
       filter: drop-shadow(#000000 0px 2px 4px);
       color: #e4fad7;
    }

    .offer{
        font-size: 45px;
        color: #ffffff;
        margin-top: 20px;
        font-weight: 600;
        text-align: center;
    }
     .innercta{
        text-align: center;
      
       
     }
     .incta{
         background: #e6ffdf;
           padding: 40px 0px;
     }
    .innercta h2{
        font-size: 32px;
        color: #0f9de7;
;
        margin-top: 20px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 20px;
    }
    .innercta p{
        font-size: 20px;
        color: #000000;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .hero p {
      font-size: 20px;
      margin-bottom: 25px;
    }
    .cta-btn {
      background: #28a745;
      color: #fff;
      padding: 12px 28px;
      text-decoration: none;
      font-weight: bold;
      border-radius: 5px;
    }

    .heading2{
        font-size: 32px;
        color: #0f9de7;
        margin-top: 40px;       
        font-weight: 600;
        margin-bottom: 20px;
    }

    .whyus ul li{
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 1.6;
    }

   .howwork ul li{
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 1.6;
    }

    .testimonials{
            background-color: #001537;
            padding: 40px 0px;

    }
    .testimonials .card-body .card-title{
        font-size: 24px;
        font-weight: bold;
        color: #007acc;
        margin-top: 15px;
    }

    .testimonials .card-body i{
        font-size: 30px;
        font-weight: bold;
        color: #007acc;
        margin-bottom: 20px;
    }

    .faq{
        padding: 40px 0px ;
    }

    .accordion-button:focus{
        box-shadow: none;
        background-color: #d5eaff;
    }
    .accordion-button{
        color: #0056b3;
        font-size: 18px;
        font-weight: 600;
    }


    .form-box input[type="text"],
    .form-box input[type="email"],
    .form-box textarea ,
    .form-box select {
       width: 100%;
    padding: 20px 10px;
    margin: 20px 0;
    border: 0px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    background-color: #fff;
    box-shadow: 0px 0px 13px #0b0b0b12;
    }

    .form-label{
        font-size: 14px;
        color: #ffffff;
        margin-bottom: 5px;
        font-weight: 500;
    }
    h2 {    
      font-size: 28px;
      color: #0056b3;
    }
    .section {
    
      padding: 40px 0px;
    }
    .testimonials blockquote {
      border-left: 4px solid #007acc;
      padding-left: 15px;
      margin: 15px 0;
      font-style: italic;
      color: #555;
    }
    .form-box {
      background: #f7f7f7;
      padding: 25px;
      border-radius: 10px;
    }

    .form-section{     
        padding: 40px 0px;          
                border-radius: 50px 50px 0px 0px;
                    border: 1px solid #0000000d;
              
    }
    .form-box h2{
          font-size: 35px;
    font-weight: 700;
    text-align: center;
    color: #0f9de7;
        margin-top: 20px;
     }

     .form-box form >div {
         margin-bottom: 20px;
         position: relative;
     }


   .form-box form>div i {
    position: absolute;
    right: 16px;
    top: 50%;
    color: #2591ff;
    transform: translateY(-50%);
}
.form-select{
   appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none !important;
}
   
    .footer {
         text-align: center;
    padding: 20px;
    font-size: 14px;
    color: #292929;
    background: #f0f0f0;
     
    }
    .blue-btn {
  background: linear-gradient(135deg, #007bff, #3399ff);
  color: #fff;
  padding: 14px 32px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 15px;
  border: none;
}
.blue-btn:hover {
  background: linear-gradient(135deg, #0056b3, #1e90ff);
  box-shadow: 0 6px 16px rgba(0, 123, 255, 0.6);
  transform: translateY(-2px);
}
.formimg img{
    border-radius: 0px 0px 0px 300px;
}


.why-choose-us {
  background: #f4f9ff;
  overflow: hidden;
  padding: 40px 0;
}
.why-choose-us::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -60px;
  width: 160px;
  height: 160px;
  background: rgba(0, 123, 255, 0.1);
  border-radius: 50%;
  z-index: 0;
}
.why-choose-us::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -60px;
  width: 160px;
  height: 160px;
  background: rgba(40, 167, 69, 0.1);
  border-radius: 50%;
  z-index: 0;
}
.choose-box {
  background: #fff;
  border: 1px solid #e3e3e3;
  transition: 0.3s ease;
}
.choose-box:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}
.choose-box h4{
    color: #0f9de7;
}
.icon-circle {
  width: 50px;
  height: 50px;
  background: #0f9de7;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 10px;
}






    @media(max-width:600px){
      .hero h1 { font-size: 24px; }
      .hero p, .cta-btn { font-size: 16px; }
    }
