

.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: rgb(7, 42, 70);
    color: white;
    font-family: 'Poppins', sans-serif;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .main-banner-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../img/image3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 700px;
    padding: 20px;
    text-align: center;
  }
  
  .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 42, 70, 0.7); /* adjustable darkness */
    z-index: 1;
  }
  
  .hero-content {
    position: relative;
    z-index: 2;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  

  .hero-section {
    background: url('../img/image3.png') center/cover no-repeat;
    text-align: center;
    padding: 40px 20px;
  }
  
  .hero-content h1 {
    font-weight:700 ;
    font-size: 36px;
    color: #25D366;
    margin-top: 10px;
  }
  
  .hero-content h2 {
    font-weight: 400;
    font-size: 26px;
    color: white;
    margin: 20px;
    line-height: 1.4;
  }

  span {
    color: #fa5d28;
    font-weight: 700;

}
  .quote-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.quote-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    padding: 14px 20px;
    background-color: #25D366;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    transition: background 0.3s ease;
    border: none;
}

.quote-btn:hover {
    background-color: #1aa851;
}

.upload-note {
    color: #fffcfc;
    font-size: 18px;
    margin-top: 5px;
}
  
  .content-flex {
    display: flex;
    padding: 20px;
    gap: 30px;
   
  }
  
.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 50%;


  h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 9px;
    color: #25D366;
    word-spacing: 3px;
    line-height: 23px;
    margin-bottom: 20px;
    padding-top: 10px;
  }

  p {
    text-align: justify;
    font-size: 16px;
    color: white;
    word-spacing: 2px;
    padding: 10px;
    margin-bottom: 10px;
  }
  h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 9px;
    color: #25D366;
    word-spacing: 4px;
    line-height: 23px;
  }
}

.key-services {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 80vh;
  flex-direction: column;
}

.sidebar-bodyshop-btn {
  display: flex;
  flex-direction: column;
  background-image: url(../img/caraccident.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height:100px;
  justify-content: center;
}

.sidebar-bodyshop-btn h1 {
  font-size: 23px;
  font-weight: bold;
  color:white; 
  text-align: center; 
  z-index: 4;
  letter-spacing: 3px;

}

.sidebar-quotations-btn {
  display: flex;
  flex-direction: column;
  background-image: url(../img/carraccident.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height:100px;
  justify-content: center;
}

.sidebar-quotations-btn h1 {
  font-size: 23px;
  font-weight: bold;
  color:white; 
  text-align: center; 
  z-index: 4;
  letter-spacing: 3px;
}

.sidebar-training-btn {
  display: flex;
  flex-direction: column;
  background-image: url(../img/carsaccident.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height:100px;
  justify-content: center;
}

.sidebar-training-btn h1 {
  font-size: 23px;
  font-weight: bold;
  color:white; 
  text-align: center; 
  z-index: 4;
  letter-spacing: 3px;

}
  
  .main-content {
    flex: 2;
  }

  .cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #002f5c;
    color: #fff;
    padding: 1rem 1.5rem;
    text-align: center;
    z-index: 9999;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  }
  
  @media (max-width: 480px) {
    .cookie-banner p {
      font-size: 0.85rem;
      line-height: 1.4;
      margin-bottom: 1rem;
    }
  
    .cookie-banner .btn-accept {
      width: 100%;
      font-size: 1rem;
      padding: 0.8rem;
      margin-top: 0.5rem;
    }
  
    .cookie-banner a {
      display: inline-block;
      margin-top: 0.5rem;
    }
  }
  
  
  @media screen and (max-width: 768px) {
    .hero-section {
      padding-top: 100px;
    }

    .content-flex {
      flex-direction: column;
      padding: 10px;
    }

    .mobile-menu-btn {
      display: block;
      height: 40px;
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: space-evenly;
  }


 span {
      color: #fa5d28;
      font-weight: 700;

  }
  
    .hero-content h1 {
      font-size: 28px;
    }
  
    .hero-content h2 {
      font-size: 16px;
    }
    .content-flex {
      display: flex;
      flex-direction: column;
      justify-content:space-between;
      align-items: center;
      background-color: rgb(7, 42, 70);
      border-bottom: 1px solid #eee;
  }

  .sidebar{
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #eee;
    align-content: center;
    width: 100%;
  
    h1 {
      text-align: center;
      text-transform: uppercase;
      font-size: 25px;
      font-weight: 400;
      letter-spacing: 7px;
      color: #25D366;
      word-spacing: 4px;
      line-height: 23px;
      margin: 20px;
    }

    p {
    text-align: justify;
    font-size: 16px;
    color: white;
    word-spacing: 2px;
    padding: 20px;
    margin-bottom: 10px;
    }
  }
  .cookie-banner p {
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }

  .cookie-banner .btn-accept {
    width: 100%;
    font-size: 1rem;
    padding: 0.8rem;
    margin-top: 0.5rem;
  }

  .cookie-banner a {
    display: inline-block;
    margin-top: 0.5rem;
  }

  .key-services {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    height: 70vh;
  }

  .key-services h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 9px;
    color: #25D366;
    word-spacing: 4px;
    line-height: 23px;
  }



  .sidebar-bodyshop-btn {
    display: flex;
    flex-direction: column;
    background-image: url(../img/caraccident.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 80%;
    height:100px;
    justify-content: center;
  }

  .sidebar-bodyshop-btn h1 {
    font-size: 23px;
    font-weight: bold;
    color:white; 
    text-align: center; 
    z-index: 4;
    letter-spacing: 3px;

  }

  .sidebar-quotations-btn {
      display: flex;
      flex-direction: column;
      background-image: url(../img/carraccident.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 80%;
      height:100px;
      justify-content: center;
  }

  .sidebar-quotations-btn h1 {
      font-size: 23px;
      font-weight: bold;
      color:white; 
      text-align: center; 
      z-index: 4;
      letter-spacing: 3px;
  }

  .sidebar-training-btn {
      display: flex;
      flex-direction: column;
      background-image: url(../img/carsaccident.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 80%;
      height:100px;
      justify-content: center;
  }

  .sidebar-training-btn h1 {
      font-size: 23px;
      font-weight: bold;
      color:white; 
      text-align: center; 
      z-index: 4;
      letter-spacing: 3px;
 
  }

  }



  