body {
  margin: 0;
  font-family: "Crimson Pro", serif;
}
/* review page style */
.review-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* background-color: ; */
}

.review {
  border: 1px solid #f2c307;
  padding: 15px;
  margin: 10px;
  width: 300px;
  background-color: #ffffff;
  border-radius: 8px;
}

.user-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.rating {
  background-color: #45d4c6cf;
  color: #333;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
.rating:hover {
  background-color: #f2c307;
  transition: 0.2s;
}

/* Responsive styles */
@media screen and (max-width: 800px) {
  .review {
    width: calc(60% - 30px);
  }
}

/*service page css*/

.head1 {
  width: 100%;
  max-width: 600px;
  border: 1px solid #f2c307;
  padding: 15px;

  width: 300px;

  background-color: #ffffff;
  border-radius: 8px;
  margin: 1.4em auto;
  padding: 5px;
  text-align: center;
  font-size: 2.2em;
}

.services-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.service {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 10px;
  width: 300px;
  text-align: center;
}

.service img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}

.service h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

/* Responsive styles */
@media screen and (max-width: 768px) {
  .service {
    width: calc(50% - 20px);
  }
}

/*style of home page*/

.ambition {
  font-size: 4em;
  opacity: 2;
  border-radius: 3px;
}
.ambition2 {
  font-size: 1.2em;
}
.nav-link {
  font-family: "Crimson Pro", serif;
  color: rgb(80, 55, 55);
  font-weight: 100;
}
.hero {
  background-image: url("home8.jpg");
  background-size: cover;
  background-position: center;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 200px 0;
  font: 400px;
}

.features {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px;
}

.feature {
  text-align: center;
  margin: 20px;

  max-width: 500px;
}
.feature h2 {
  margin-top: 10px;
}

.feature img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

/*form of service page*/

.form-container {
  width: 100%;
  max-width: 600px;
  margin-top: -1em !important;
  margin: 10em auto;
  padding: 20px;
  text-align: center;
}
.form-container h1 {
  margin-bottom: 20px;
}

button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

/*footer of home page*/
.col_white_amrc {
  color: #fff;
}
footer {
  width: 100%;
  background-color: #312b2b;
  min-height: 250px;
  padding: 10px 0px 25px 0px;
}
.pt2 {
  padding-top: 40px;
  margin-bottom: 20px;
}
footer p {
  font-size: 13px;
  color: #ccc;
  padding-bottom: 0px;
  margin-bottom: 8px;
}
.mb10 {
  padding-bottom: 15px;
}
.footer_ul_amrc {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px 0px 10px 0px;
}
.footer_ul_amrc li {
  padding: 0px 0px 5px 0px;
}
.footer_ul_amrc li a {
  color: #ccc;
}
.footer_ul_amrc li a:hover {
  color: #fff;
  text-decoration: none;
}
.fleft {
  float: left;
}
.padding-right {
  padding-right: 10px;
}

.footer_ul2_amrc {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.footer_ul2_amrc li p {
  display: table;
}
.footer_ul2_amrc li a:hover {
  text-decoration: none;
}
.footer_ul2_amrc li i {
  margin-top: 5px;
}

.bottom_border {
  border-bottom: 1px solid #323f45;
  padding-bottom: 20px;
}
.foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.foote_bottom_ul_amrc li {
  display: inline;
}
.foote_bottom_ul_amrc li a {
  color: #999;
  margin: 0 12px;
}

.social_footer_ul {
  display: table;
  margin: 15px auto 0 auto;
  list-style-type: none;
}
.social_footer_ul li {
  padding-left: 20px;
  padding-top: 10px;
  float: left;
}
.social_footer_ul li a {
  color: #ccc;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 50%;
}
.social_footer_ul li i {
  width: 20px;
  height: 20px;
  text-align: center;
}

/* additional style */
.image_photo {
  margin-top: 3em;
  height: auto;
  max-width: 100%;
  padding-left: 52px;
  padding-right: 52px;
  /* margin-left: 42px; */
}
.photo {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.cap1 {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
}
.rateus {
  margin-top: 1.5em;
  /* margin-left: 1em; */
}
.btn-outline-primary {
  margin-top: 1em;
  /* margin-left: 1em; */
  margin-bottom: 40px;
}

.calfee {
  margin-top: 100px;
  margin-bottom: 30px;
}

/* efwaefwefwef */
