#logoHome {
  height: 150px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}

.navbar {
  border-radius: 20px;
  padding-bottom: 7px;
  font-size: 30px;
  border-bottom: 1px solid #999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.headerText {
  display: flex;
  justify-content: center;
  align-items: center;
}

.company {
  color: rgb(240, 80, 184);
  font-size: 60px;
}

.navbar a.services:hover,
.navbar a.aboutUs:hover {
  background-color: rgb(240, 80, 184);
  color: #fff;
  transform: scale(1.1);
}

.services,
.aboutUs {
  padding-left: 20px;
  padding-right: 20px;
}

#contactButtonDiv {
  display: flex;
  justify-content: center;
  align-items: center;
}

#contactButton {
  width: 250px;
  height: 75px;
  border-radius: 10px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
  background-color: rgb(240, 80, 184);
  color: white;
  font-weight: 600;
  font-size: large;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.left-div,
.right-div {
  flex: 1;
  display: flex;
  justify-content: center;

  
}

.flex-container {
  display: flex;
  padding-top: 50px;
  justify-content: center;
  align-items: center;
}

#serviceList {
  font-size: xx-large;
  font-weight: 500;
}

.left-div {
  padding-left: 50px;
}

p {
  font-size: x-large;
}

h2 {
  font-size: xx-large;
}

.femaleServices {
  color: rgb(212, 0, 255);
  display: flex;
  justify-content: center;
  align-items: center;
}

.menServices {
  color: blue;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer {
  padding: 20px;
}

.logoHome {
  height: 150px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}

.serviceImages {
  display: flex;
  overflow: hidden;
}

.serviceImages img {
  flex: 0 0 auto;
  height: 300px;
  width: auto;
  margin-right: 10px;
  transition: transform 0.3s;
}

.serviceImages img:hover {
  transform: scale(1.1);
}

.carousel-controls {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.carousel-control {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 30px;
  margin: 0 10px;
  outline: none;
  padding: 0;
  transition: color 0.3s;
}

.carousel-control:hover {
  color: rgb(240, 80, 184);
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.carousel-indicator {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  height: 10px;
  margin: 0 5px;
  transition: background-color 0.3s;
  width: 10px;
}

.carousel-indicator.active {
  background-color: rgb(240, 80, 184);
}

.serviceImages {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carouselimg {
  margin-bottom: 10px;
}
.carouselimg .serviceImages{
  display: flex;
  justify-content: flex;
  align-items: center;
}
.galleryImages img{
  width: 500px;
}
.serviceImages {
  display: block;
  width: 100%;
  height: auto;
}


.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal img{
  max-width: 100%;
  max-height: 100%;

}

.modal-content {
  max-width: 80%;
  margin: 0 auto;
}

.image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.modal-image {
  max-width: calc(33% - 10px);
  max-height: 200px;
  margin-bottom: 10px;
}

.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.nested {
  display: none;
}

.list-header {
  cursor: pointer;
}
