.wrapper.style1 {
  background-color:aliceblue
}

#header{
    padding: 1em;
}

#header h1{
    padding: 1em; 
}

/*
.wrapper {
    padding: 0em 0 3em 0;
}
    */  


/*   Services pages*/
.servicesTextL{
    flex: 0 0 40%; 
    padding-right:50px;
}
.servicesImageR {
    flex: 0 0 60%; 
    padding-right:50px;
}

.servicesTextR{
    flex: 0 0 40%; 
    padding-right:50px;
    
}
.servicesImageL {
    flex: 0 0 60%; 
    padding-right:50px;
    justify-content: center;
    
}
 

@media screen and (max-width: 736px) {
    .content-wrapper.services { 
      flex-direction: column; /* Stack the divs (image first, then text) */
      align-items: center;
      justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  height: 100%
    }

    .content-wrapper.services-reverse { 
        flex-direction: column-reverse; /* Stack the divs (image first, then text) */
        align-items: center;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
        height: 100%
      }

      .servicesImageL {
         
        padding-right:50px;
        justify-content: center;
        
    }
    
    #footer .container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    
    .service-area {
        flex: 1;
        min-width: 300px;
    }
    
    .contact-form {
        flex: 1;
        min-width: 300px;
    }

    h3.faq {
    margin-bottom: 0px;
}
}
@media screen and (max-width: 840px) {
    .row>.col-6-narrower {
        width: 50%;
    }
}

/* Cookie Consent Popup Styling */
.cookie-consent-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    display: none;
    z-index: 9999;
  }
  
  .cookie-consent-container {
    max-width: 900px;
    margin: 0 auto;
  }
  
  .cookie-consent-popup a {
    color: #ffd700;
    text-decoration: none;
  }
  
  .accept-cookies-button {
    background-color: #4caf50;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
  }
  
  .accept-cookies-button:hover {
    background-color: #45a049;
  }
  
  .pagination {
    text-align: center;
    margin: 20px 0;
  }
  
  .page-link, .page-number {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
  }
  
  .page-number.current {
    font-weight: bold;
    background-color: #0073e6;
    color: white;
    border-color: #0073e6;
  }
  
  .page-link:hover, .page-number:hover {
    background-color: #f0f0f0;
  }
  