
@media (max-width: 768px) {
  /* Styles for tablets and large phones */

  .header-left, .contact-info, .operation-areas {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .header-left h1 {
    font-size: 1.2em; 
  }

  .contact-info {
    position: static;
    font-size: 1em;
  }

  .operation-areas {
    position: static;
    font-size: 0.8em;
  }

  .boxes {
    flex-direction: column;
  }

  .box {
    width: 100%;
    margin-bottom: 20px;
  }

  .box3 {
    width: 100%;
    height: auto;
  }

  .box3 input, .box3 textarea {
    width: 90%;
  }

  .slideshow {
    width: 100%;
  }
}

@media (max-width: 480px) {
  /* Styles for small phones */

  .header-left h1 {
    font-size: 1em; 
  }

  .contact-info {
    font-size: 0.8em;
  }

  .operation-areas {
    font-size: 0.7em;
  }

  .box {
    font-size: 0.8em;
  }

  .box3 {
    font-size: 0.8em;
  }

  .box3 input, .box3 textarea {
    width: 95%;
  }
}


body {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: white;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding: 0; /* Change padding to 0 */
  margin: 0;
}

.contact-info {
  left: 20px;
  font-size: 19px;
  position: relative;
  left: 210px;
  top: 30px;
}

.operation-areas {
  position: relative;
  right: 20px;
  font-size: 12px;
  color: #4f75c9;
  bottom: 10px;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* ADDED */
  margin: 0 auto;
}

.boxes {
  padding: 30px;
  flex: 1; /* ADDED */
  display: flex;
  flex-wrap: wrap;
  gap: 59px; /* ADDED */
  margin-top: 20px
}

.box {
  line-height: 2.2;
  width: 1200px;
  max-height: 1000px;
  font-size: 27px;
  text-align: center;
  background-color: #4f75c9;
  
  border: 5px solid black; /* Updated border color to black */
}





.box1,
.box4 {
  font-family:Georgia, 'Times New Roman', Times, serif;
  color: black;
  background-color: transparent; /* Updated background color to transparent */
  border: none; /* Removed border */
}

.box1 h2,
.box4 h2 {
  color: #4f75c9;
}

.box1 ul,
.box4 ul {
  list-style-type: none; /* Set the bullet points style */
  padding-left: 40px; /* Add some padding to align the bullet points */
  text-align: left; /* Align the text to the left */
}

.box3 form {

  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box3 label {
  margin-top: 10px;
}
.box3 {
  font-family:Georgia, 'Times New Roman', Times, serif;
  width: 1200px;
  height: 1000px;
  border: 2px;
  font-size: 25px;
  text-align: center;
  background-color: white; /* Updated */
  float: left;
  position: relative;
 
  color: #4f75c9;
  border: 5px solid black;
}
.box3 input, .box3 textarea {
  font-family:Georgia, 'Times New Roman', Times, serif;
  border: 2px solid black;
  margin-top: 5px;
  width: 60%;
  height: 30px;
  background-color: white; /* Added */
  color: black; /* Added */
}
.box3 textarea {
  font-family:Georgia, 'Times New Roman', Times, serif;
  height: 80px; /* Updated */
}
.box3 button {
  font-family:Georgia, 'Times New Roman', Times, serif;
  margin-top: 15px;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  background-color: #4f75c9;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
}

.box3 button:hover {
 
  background-color: white;
}

header {
  background-color: white;
  color: #4f75c9;
  text-align: center;
  padding: 1rem;
  min-height: auto;
  margin: 0;
  display: flex; /* Add display: flex */
  align-items: center; /* Align items vertically */
  justify-content: center; /* Center items horizontally */
}

header {
  font-family:Georgia, 'Times New Roman', Times, serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-left {
  display: flex;
  align-items: center;
}

.quote-button {
  font-size: larger;
  position: relative;
  right: 20px;
  font-family:Georgia, 'Times New Roman', Times, serif;
  background-color: #4f75c9;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
}

.quote-button:hover {
  
  background-color: #3b5ca8;
}

.logo {
  height: 50px; /* Set the height of the logo */
  width: auto; /* Keep the aspect ratio of the logo */
}

.map-container {
  bottom: 200px;
  left: 270px;
  position: relative;
  width: 80%;
  height: 450px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid black;
}
.area-of-operations {
  bottom: 300px;
  position: relative;
  font-family:Georgia, 'Times New Roman', Times, serif;
  color: #4f75c9;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}


footer {
  
  font-family:Georgia, 'Times New Roman', Times, serif;
  background-repeat: no-repeat;
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 1px;
}
.box2{
  
  align-items: center;
  position: relative;
  
}
 
.logy {
  left: 100px;
  bottom: 300px;
  position: relative;
  
  width: 100px;
  
  margin: 0 auto; /* center the image horizontally */
}

.slideshow {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Added to prevent overflow */
}

.slide {
  position: absolute;
  width: 100%; /* Updated to 100% */
  height: 100%; /* Updated to 100% */
  object-fit: fill; /* Changed from 'contain' to 'fill' */
  display: none;
  border: 5px solid black; /* Updated border color to black */
  border-radius: 15px;
}

.slide:first-child {
  display: block;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: white;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}
 
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.6); /* Add hover effect */
}

.testimonials-section {
  font-family:Georgia, 'Times New Roman', Times, serif;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: url(Miami.jpg.jpg); /* Set the background color for the testimonials section */
  padding: 40px 0; /* Add some padding around the testimonials section */
  border-top: 1px solid #4f75c9; /* Add a line separating the testimonials section from the header */
  border-bottom: 1px solid #4f75c9; /* Add a line separating the testimonials section from the other boxes */
  
}

.testimonials {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 0 20px; /* Update the padding */
  max-width: 1200px; /* Add a maximum width for the testimonials container */
  margin: 0 auto; /* Center the testimonials container */
  top: 50px;
}

.testimonial {
  flex: 1;
  padding: 20px;
  background-color: #4f75c9;
  color: white;
  text-align: center;
  border-radius: 10px;
  margin: 0 10px; /* Add some margin between the testimonials */
  box-sizing: border-box;
}

.testimonial h2 {
  margin-top: 0;
}
.box4 .centered-point {
  text-align: center;
}
