.header-section{
    background-color: blueviolet;
    color: white;
    padding: 10px;
}

.header-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-container{
    display: flex;
    align-items: center;
}
.navbar-list{
    display: flex;
    gap: 30px;
    align-items: center;
    list-style: none;
    margin-bottom: 0px;
}


.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
  }
  
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }

  .hamburger{
    display: none;
  }

  .hero-img-section{
    position: relative;
  }
  .hero-img-section img{
    width: 100vw;
  }
  .plan-img-section{
    display: flex;
    justify-content: center;
  }
  .plan-img-section img{
    width: 90vw;
  }

  .banner-section{
    margin: 0px auto;
  }
  .banner-img-container img{
    max-width: 600px;
  }

  .banner-img-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .broadband{
    text-align: center;
    color: #ea0f81;
  }

  .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  
  .active-accord, .accordion:hover {
    background-color: #ccc;
  }

  .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}
  
  .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active-accord:after {
    content: "\2212";
  }
  
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 0px !important;
    border-radius: 0px !important;
  }

  .accordion-container{
    padding: 10px;
    display: flex;
    justify-content: center;
  }

  .accordion-content{
    max-width: 600px;
    padding: 10px;
    background: #444;
  }

  .info-container{
    background: #1B0A3E;
    padding: 20px;
    margin: 0px 40px;
  }
  .info-content{
    background: #766CE387;
    color: white;
    padding: 20px;
  }

  .contact-form {
    margin-top: 20px;
    background: #1B0A3E;
    padding: 40px;
    color: white;
  }

  .cta{
    background: #e6177f;
    color: #fff;
  }

  .book-now-align{
    text-align: center;
  }
  .book-btn{
    text-align: center;
    font-size: 20px !important;
    padding: 8px 25px !important;
    text-decoration: none;
  }
  
  .site-footer{
    display: flex;
    justify-content: center;
    padding: 10px;
    background: #ddd;
  }
  .let-build{
    font-size: 18px;
    font-weight: 800;
    color: #1b0a3e;
  }
  .contact-address{
    margin-top: 10px;
    font-size: 15px;
    color: #1b0a3e;
  }
  .flex-a-center{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .navbar-item{
    color: #fff;
  }
  .navbar-item.active{
    border-bottom: 2px solid #e6177f;
  }
  .navbar-item:hover{
    border-bottom: 2px solid #e6177f;
  }
  .tel{
    width: 56px;
    background: #00bb00;
    padding: 16px;
    border-radius: 100%;
    display: block;
    color: aliceblue;
    position: fixed;
    bottom: 50px;
    left: 20px;
  }
  .wa{
    width: 57px;
    background: #25D366;
    padding: 17px;
    border-radius: 100%;
    display: block;
    color: aliceblue;
    position: fixed;
    bottom: 50px;
    right: 20px;
    height: 57px;
  }
  .logo-container{
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .logo-img{
    width: 60px;
    /* border-radius: 15px; */
  }
  .logo-text{
    font-size: 28px;
    margin: 0px;
    font-weight: 800;
  }
  .map-img{
    width: 300px;
    border-radius: 5px;
  }
  .connect-info-container{
    display: flex;
    gap: 10px;
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    flex-direction: row-reverse;
    border-radius: 5px;
    justify-content: space-between;
  }
  @media screen and (max-width: 768px) {
    .logo-text{
      font-size: 20px;
      font-weight: 800;
      margin: 0px;
    }
    .panel img{
      width: 100%;
    }
    .accordion-content{
      max-width: 100%;
      padding: 10px;
      background: #444;
    }
    .navbar-item{
      display: none;
    }
    .navbar-item.hamburger{
      display: block;
    }

    .banner-img-container img{
      max-width: 100%;
    }
  
    .hero-img-section img{
      width: 100vw;
      
    }
    .plan-img-section{
      display: flex;
      justify-content: center;
    }
    .plan-img-section img{
      width: 90vw;
    }
    .connect-info-container{
      flex-direction: column-reverse;
    }
    .map-img{
      width: 100%;
    }
  }
