* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
  }

  .content-section {
    font-size: 24px;
  }
  
  .container {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
  }

  @media (min-width: 1400px) {
    .container{
        max-width: 100%;
    }
}

.logo a strong {
    padding-top: 0;
}

.logo a span {
    display: block;
    font-weight: 900;
    font-size: 23px;
}

.logo {
    float: left;
    font-size: 147%;
    line-height: 145%;
    min-height: 103px;
    padding: 14px 0 0 78px;
    text-transform: uppercase;
}

.logo {
    background: none;
    padding: 0;
}

.logo {
    width: 92%;
}
  
  .hero-section {
    background-color: #0678be;
    color: white;
    padding: 6px 0;
  }
  
  .hero-section h1 {
    font-size: 3em;
    margin-bottom: 10px;
  }
  
  .hero-section p {
    font-size: 1.5em;
  }
  
  .about-section, .services-section {
    padding: 40px 0;
  }
  
  .about-section h2, .services-section h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
  }
  
  .about-section p {
    font-size: 2.2em;
    font-weight: 500px;
  }
  
  .service-box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  
  .service {
    flex: 1;
    margin: 10px;
    min-width: 250px;
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 10px;
  }
  
  .service h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
  }
  
  .service p {
    font-size: 1.1em;
  }

  .logo a strong {
    padding-top: 0;
  }

  .logo img {
    float: left;
    padding: 0 15px 0 5px;
  }
  
  .footer {
    background-color: #333;
    color: white;
    padding: 20px 0;
    margin-top: 300px;
  }
  
  .footer p {
    font-size: 1em;
  }
  
  @media (max-width: 768px) {
    .hero-section h1 {
      font-size: 2.5em;
    }
    .hero-section p {
      font-size: 1.2em;
    }
  }
  

  /* .popup-onload {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 9999;
    background-color: #000000a3;
    margin-top: -137px;
    height: 144vh;
    z-index: 9999999;
    position: absolute;
} */

.popup {
    min-width: 550px;
    width: 50%;
    min-height: 150px;
    margin: -55px auto;
    background: #fff;
    opacity: 1;
    position: relative;
    z-index: 10;
    /* border: 6px double #03a5db; */
    padding: 15px 35px;
    box-shadow: 0 2px 20px #000;
}


.x {
    color: #b18d73;
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    text-decoration: none;
    position: absolute;
    right: 15px;
    top: 0;
    cursor: pointer;
}