/* SLIDER CSS START */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  margin-top: 120px;
}

.mySlides {
  display: block; /* Change from 'none' to 'block' to show the image */
}

.mySlides .img {
  width: 100%;
  height: 400px;
  background-image: url('assets/img/sidess/header banner (1).jpg'); /* Image for the service center */
  background-size: 100%;
  background-repeat: no-repeat;
}

.mySlides .box {
  width: 490px;
  height: auto;
  background: linear-gradient(to right, #ee6400 0%, transparent 100%);
  padding-bottom: 30px;
  padding-left: 20px;
  padding-top: 50px;
  position: absolute;
  top: 80px;
}

.text span {
  color: #FBD232;
}

.text {
  color: #f2f2f2;
  font-size: 21px;
  font-weight: 600;
  margin-top: -10px;
}

.text2 {
  color: #f2f2f2;
  font-size: 15px;
  width: 100%;

}

.text3 {
  color: #f2f2f2;
  font-size: 15px;
  text-align: left;
  width: 100%;
}

.text3 button {
  padding: 7px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
  border: none;
  background-color: #fff;
  color: #000;
  font-family: 'DM Sans';
  font-weight: 500;
}

/* Remove fade animation */
.fade {
  display: none;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}


/*BOOK FROM */

.complaint-booking-form {
  font-family: Arial, sans-serif;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f4f4f9;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.form-container {
  text-align: left; /* Ensure the entire form is left-aligned */
}
.form-heading {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  text-align: left; /* Left align the heading */
}
.form-group {
  margin-bottom: 15px;
}
.form-group input {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 14px;
}
.form-group label {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  text-align: left; /* Left-align the label */
}
.hidden {
  display: none;
}
.btn-submit {
  width: 100%;
  padding: 12px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
.btn-submit:hover {
  background-color: #45a049;
}
.additional-info {
  font-size: 12px;
  color: #555;
  margin-top: 20px;
  text-align: center;
}
.phone-number {
  font-size: 16px;
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}
.phone-number:hover {
  text-decoration: underline;
}


.phone-container {
  text-align: center; /* Center the phone link */
  margin-top: 20px;
}
.success-message {
  background-color: #28a745;
  color: white;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 20px;
}


/**BOOK FROM END /