* {
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
}

header {
    background: #f4f4f4;
    background-image: url('/img/bg2.webp'); 
      background-repeat: no-repeat;
     background-size: cover;
       background-attachment: fixed;  
       height: 100vh;
    color: white;
    padding: 50px;
    padding-top: 80px;
    text-align: center;
}

p {
    padding: 20px;
}


header h1 {
    margin: 0;
    color: #007BFF;
    font-size: 3.5em;
    text-shadow: 1px 1px 2px black;
}

h2{
    padding-top: 15px;
}

header h2 {
    margin: 0;
    color: #ffffff;
    font-size: 1.3em;
    text-shadow: 1px 1px 2px black;
    padding-bottom: 30px;
}

.cta-button {
    background: #ffffff;
    color: #007BFF;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

section {
    padding: 20px;
    text-align: center;
}

.feature, .testimonial {
    background: #ffffff;
    margin: 15px auto;
    padding: 0px 0px 0px 0px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-width: 400px;
}

form {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin: auto;
}

form input, form textarea {
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

button {
    padding: 10px;
    background-color: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

footer {
    text-align: center;
    padding: 10px 0;
    background-color: #007BFF;
    color: white;
}

ul {
   list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #cdcdcd;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;

}


li {
  float: left;
}

.highlighted {
  background-color: #007BFF;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.price .grey {
  background-color: #eee;
  font-size: 20px;
}

.price .header {
  background-color: #36454F;
  color: white;
  font-size: 25px;
}

.columns {
    margin-top: -7px;
    margin-bottom: 100px;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
  width: 100%;
}

.unset a{
    all: unset;
    text-decoration: underline;
    color: blue;
}

.contact p{
    text-align: start;
}

.contact img{
    width: 100%;
}



.floating-buttons {
      z-index: 10000;
    position: fixed;
    bottom: 25px; /* Position from the bottom */
    right: 25px; /* Position from the right */
    display: flex;
    flex-direction: column; /* Stack buttons vertically */
    gap: 15px; /* Space between buttons */
}

.button {
    background-color: #007bff; /* Primary color */
    color: white; /* Text color */
    border-radius: 50%; /* Circular buttons */
    width: 50px; /* Width */
    height: 50px; /* Height */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease; /* Smooth background transition */
    text-decoration: none; /* Remove underline */
    font-size: 25px;
}

.button:hover {
    background-color: #0056b3; /* Darker shade on hover */
}

.button.email {
    background-color: #d9534f; /* Email button color */
}

.button.phone {
    background-color: #5cb85c; /* Phone button color */
}

.button.whatsapp {
    background-color: #25D366; /* WhatsApp button color */
}

@media (max-width: 600px) {
    nav ul li {
        display: block;
        margin: 5px 0;
    }
    header {
        padding: 70px 0px 0px 0px;
    height: 35vh;
    background-repeat: no-repeat;
                background-size: 180% auto;
        background-position: right 0% bottom 100%;
    color: white;
    text-align: center;
}
header h1 {
    margin: 0;
    padding: 0px;
    color: #007BFF;
    font-size: 1.9em;
    text-shadow: 1px 2px 2px black;
}

header h2 {
    margin: 10px 0px 0px 0px;
    color: #ffffff;
    font-size: 1.1em;
    text-shadow: 1px 2px 2px black;
        padding: 0px 35px 40px 0px;
    text-align: right;
}

h3 {
    margin: 0px;
}

.swiper-container
    {
        width: 100% !important;
    }
}
