html {
  scroll-behavior: smooth;
}
.container-fluid {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* ourTeamAction Section start*/
.columns {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  margin: 0px 90px;
  flex-wrap: wrap;
}
.column {
  flex: 1;
  padding: 10px;
  text-align: center;
}

.ourTeamActionSection-image-column {
  gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ourTeamActionSection-image-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.center-column {
  display: flex;
  align-items: center;
}
.center-image {
  width: 100%;
  object-fit: cover;
}
/* ourTeamAction Section end*/

/* testimonials Section start*/
.testimonials-container {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  justify-content: center;
  padding: 20px 0;
}

.testimonial-box {
  min-width: 300px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.testimonial-text {
  margin-bottom: 10px;
  color: #4a4a4a;

  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.testimonial-author {
  color: #4a4a4a;

  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.testimonials-container::-webkit-scrollbar {
  height: 8px;
}

.testimonials-container::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

.testimonials-container::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
/* testimonials Section end*/

/* getQuote Section start */
.form-container {
  /* border: 1px solid red; */
  display: flex;
  /* flex-direction: row; */
  justify-content: flex-start;
  align-items: stretch;
  margin: 0px 80px;
  padding: 0px;
}

.form-column,
.image-column {
  flex: 1;
  margin: 0;
  padding: 0;
}

.form-column {
  /* border: 1px solid blue; */
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 50px;
}

.image-column {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0px auto;
}

.image-column img {
  max-width: 100%;
  width: 560px;
  height: 465px;
  height: auto;
}

form input,
form textarea,
form button {
  display: block;
  width: 420px;
  margin-bottom: 10px;
  height: 70px;
  padding: 0 8px 0 20px;
  border-radius: 15px;
  margin: 20px 0;
  border: none;
  box-sizing: border-box;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

form textarea {
  padding: 0 8px 0 20px;
  line-height: 70px;
}

form input:focus,
form textarea:focus {
  outline: none;
}

form button {
  background-color: #00945f;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

form button:hover {
  background-color: #007a4f;
}

form input,
form textarea {
  margin-left: 0;
}

form textarea {
  height: 100px;
}

/* getQuote Section end */
.swal2-popup {
  font-family: "Inter";
}
