.content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  top: 20px; /* Adjusted value */
}

.page-title {
  color: #00b0f0;
  font-size: 1.5rem;
  text-decoration: underline;
  text-align: center;
  filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  margin-top: 20px;
}

.about-title {
  margin-top: 20px;
}

.about-box {
  background-color: #ffffff;
  color: #000000;
  padding: 20px;
  border-radius: 5px;
  border: 4px solid #00b0f0;
  max-width: 600px;
  margin: 20px 10px;
  font-size: 1rem;
  line-height: 1.5;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

@media screen and (min-width: 622px){
  .about-box {
    margin: 20px auto;
  }
}

.about-box p {
  margin: 0;
}

.team-title {
  color: #00b0f0;
  font-size: 1.8rem;
  text-decoration: underline;
  margin-top: 40px;
  text-align: center;
}

.team-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto;
  max-width: 800px;
}

.team-member {
  padding: 20px;
  border: 4px solid #0070c0;
  margin: 10px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.team-photo {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 4px solid #00b0f0;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.team-photo-wrapper {
  max-width: 296px;
  margin: 0 auto 20px;
}

.team-description {
  max-width: 296px;
  margin: 0 auto;
}

.header-hidden {
  top: -100px !important;
  transition: top 0.5s ease-in-out;
}

.team-name {
  color: #0070c0;
  font-size: 1rem; /* Half the size of the headings */
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 10px; /* Add some space below the name */
}

.contact-text {
  color: #000000;
  padding: 20px;
  border-radius: 5px;
  border: 4px solid #0070c0;
  max-width: 600px;
  width: 97%;
  margin: 20px auto;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #ffffff;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.contact-text p {
  margin: 0 0 10px;
  padding: 5px;
  border: 4px solid #00b0f0;
  border-radius: 5px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.contact-text form {
  margin-top: 10px;
}

.contact-text table {
  width: 100%;
}

.contact-text td {
  padding: 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

input[type="submit"] {
  background-color: #0070c0;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  margin-top: 10px;
}

input[type="submit"]:hover {
  background-color: #18b8f2;
}

.form-container {
  border: 4px solid #00b0f0;
  padding: 10px;
  display: inline-block;
  margin: 20px auto;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.form-table td {
  padding: 5px;
  text-align: left;
}

.submit-button-container {
  text-align: center;
  margin-top: 10px;
}

.address-section {
  border: 4px solid #0070c0;
  border-radius: 4px;
  margin: 20px auto;
  padding: 20px;
  width: 97%;
  max-width: 500px;
  background-color: #ffffff;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.subheading {
  color: #0070c0;
  text-align: center;
  margin-bottom: 10px;
}

.address-info,
.vat-info {
  border: 4px solid #00b0f0;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  background-color: #ffffff;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.address-info p,
.vat-info p {
  margin: 0;
}

.main-slideshow-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.slideshow-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.slideshow {
  position: relative;
  overflow: hidden;
  border: 4px solid #0070c0;
  border-radius: 4px;
  max-width: 280px;
  max-height: 280px;
  width: 97%;
  margin: 10px auto;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.slide {
  max-width: 280px;
  max-height: 280px;
  height: auto;
  opacity: 0;
  transition: opacity 1s;
}
.slide:not(:last-of-type){
  position: absolute;
}

.slideshow img:first-child {
  opacity: 1;
}

.welcome-container {
  position: relative;
  margin-top: 20px;
}

.welcome-header {
  color: #00b0f0;
  font-size: 2rem;
  text-decoration: underline;
  margin: 20px 0;
  text-align: center;
  filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  
}

.welcome-text {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5;
  margin: 20px auto;
  padding: 20px;
  border: 4px solid #00b0f0;
  border-radius: 5px;
  max-width: 300px;
  max-height: 260px;
  width: 97%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.services {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;

  color: #000000;
  font-size: 1rem;
  line-height: 1.5;
  margin: 20px auto;
  padding: 20px;
  border: 4px solid #00b0f0;
  border-radius: 5px;
  max-width: 600px;
  width: 97%;
  background-color: #ffffff;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.services h2 {
  margin-bottom: 10px;
  color: #00b0f0;
}

.services-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.services-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
  width: 100%;
}

.services-list li {
  padding-bottom: 5px;
  padding-right: 5px;
}

.central-box {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5;
  margin: 20px auto;

  border-radius: 5px;
  width: 97%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;

}

.logo-container {
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}

.logo {
  width: 200px;
  height: 143px;
}

.central-box h2 {
  margin-bottom: 10px;
}

.central-box address, .central-box p {
  margin-bottom: 10px;
}

.additional-box {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5;
  padding: 20px;
  border: 4px solid #00b0f0;
  border-radius: 5px;
  max-width: 300px;
  max-height: 260px;
  width: 97%;
  margin: auto;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 4px solid #0070c0;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.services-list-column {
  width: 48%;
}

.services-list-item {
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.services-list-item:hover {
  background-color: rgba(0, 176, 240, 0.2);
}

.services-list-item::before,
.services-list-item::after {
  content: '';
  background-color: #00b0f0;
  transition: all 0.3s;
}

.services-list-item::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  transform: scaleX(0);
}

.services-list-item::after {
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  transform: scaleY(0);
}

.services-list-item:hover::before {
  transform: scaleX(1);
}

.services-list-item:hover::after {
  transform: scaleY(1);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.services-link {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  border: 2px solid white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  background-color: #00b0f0;
  padding: 20px 20px; /* Adjust these values to center the text */
  color: white;
  margin-bottom: 10px;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.services-link:hover {
  border-color: gray;
  background-color: #0070c0;
}

.services-container {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  width: 97%;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.services-left .services-link {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.services-right .services-link {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.services-right .services-link {
  margin-left: 20px;
}

.service-box {
  margin: 16px auto;
  background-color: white;
  border: 4px solid #0070c0;
  padding: 16px;
  width: 97%;
  max-width: 1200px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.service-text {
  list-style: none;
}

.service-box h2 {
  font-weight: bold;
  margin: 0 8px;
  color: #00b0f0;
  text-align: center;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.header-container2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.left-image2 {
  margin: auto 10px;
}

.right-image2 {
  margin: auto 10px;
}

.header-image {
  filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  width: 40px;
  height: 40px;
}

.left-image {
  margin-right: 5px;
}

.right-image {
  margin-left: 5px;
}

.terms-box {
  background-color: white;
  color: #000000;
  padding: 10px;
  margin: 20px auto;
  border-radius: 5px;
  border: 4px solid #0070c0;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  width: 97%;
}

.paragraph-space {
  margin-bottom: 20px; /* Adjust this value to increase or decrease the space between paragraphs */
}


.services-offset{
  padding-top: 20px;
}

.testimonial-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.testimonial-box {
  background-color: #ffffff;
  color: #000000;
  padding: 20px;
  border-radius: 5px;
  border: 4px solid #0070c0;
  max-width: 600px;
  width: 97%;
  font-size: 1rem;
  line-height: 1.5;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.testimonial-header {
  background-color: #0070c0;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.testimonial-text {
  margin: 20px 0;
}

.testimonial-image {
  display: block;
  margin: 0 auto;
  width: 133px;
  height: 25px;
}



/** slideshow ordering **/
.slideshow.left {
  order: 0;
}
.welcome-text{
  order: 1;
}
.slideshow.right {
  order: 2;
}

@media screen and (min-width: 640px){
  .slideshow.left {
    order: 0;
  }
  .welcome-text{
    order: 1;
  }
  .slideshow.right {
    order: 2;
  }
}
