.enville-hero {
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding-top: 50px;
  padding-bottom: 50px;
}

.enville-hero .e-con-inner {
  max-width: 100% !important;
  padding: 0px 20px !important;
}

.enville-hero .enville-hero-inner {
  max-width: 100%;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 30px 20px;
  gap: 0px;
}

.enville-hero .enville-hero-inner h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .enville-hero {
    padding-top: 180px;
    padding-bottom: 26px;
    background-size: contain;
  }
}

@media (min-width: 768px) {
  .enville-hero .enville-hero-inner {
    max-width: 563px;
  }

  .enville-hero .enville-hero-inner h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 0px;
  }
}

@media (max-width: 991px) {
  .enville-hero {
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 26px;
  }
}

@media (max-width: 767px) {
  .enville-hero-form {
    flex-direction: column;
  }
}

.enville-hero .enville-hero-inner p {
  margin: 0px;
}

.enville-hero-form {
  padding: 16px !important;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 16px !important;
  margin-top: 20px !important;
  display: flex;
  gap: 20px;
}

.enville-hero-form .form-group label {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 8px;
}

.enville-hero-form button.search-btn {
  width: 100%;
  height: 42px;
  min-width: 42px;
  background: #AAAD00;
  border-radius: 8px;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  border: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .enville-hero-form button.search-btn {
    width: 62px;
    height: 62px;
    min-width: 62px;
  }
}

.enville-hero-form .form-group {
  position: relative;
}

.enville-hero-form .form-group select {
  width: 100%;
  appearance: none;
  background-color: #fff;
  border: none;
  padding: 0px 28px 0px 6px;
  cursor: pointer;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}

.enville-hero-form .form-group::after {
  content: "";
  position: absolute;
  right: 4px;
  top: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  bottom: 15px;
}

.enville-hero .cta-wrap {
  display: flex;
  margin-top: 20px;
  gap: 20px;
}

.cta-wrap .explore-btn {
  width: 100%;
}

.cta-wrap .explore-btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 16px;
  min-width: 206px;
  background: #AAAD00;
  border-radius: 8px;
  height: 42px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .cta-wrap .explore-btn a {
    height: 52px;
  }

  .cta-wrap .explore-btn a .elementor-button-content-wrapper {
    top: 3px;
    position: relative;
  }
}

.cta-wrap .explore-btn a:hover {
  color: #fff;
}

.cta-wrap a.rental {
  background-color: #FDFDFD;
  color: #AAAD00;
  border-style: solid;
  border-color: #A9AB00;
  min-width: 150px;
}

@media (min-width: 1200px) {
  .experience {
    padding-top: 158px;
    padding-bottom: 64px;
  }
}

@media (max-width: 1199px) {
  .experience {
    padding: 100px 30px !important;
  }
}

@media (max-width: 767px) {
  .experience {
    padding: 80px 30px !important;
  }

  .cta-wrap a {
    font-size: 16px;
  }
}

.experience .experience-head {
  position: relative;
  margin-bottom: 20px !important;
}

.experience .experience-head::after {
  content: '';
  position: absolute;
  top: -38px;
  left: 0px;
  width: 136px;
  height: 6px;
  background: #A9AB00;
}

@media (max-width: 991px) {
  .experience .experience-head::after {
    top: -28px;
  }
}

.experience .experience-head h2 {
  font-size: 26px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 120%;
}

@media (min-width: 768px) {
  .experience .experience-head h2 {
    font-size: 45px;
  }

  .experience .experience-head {
    margin-bottom: 32px !important;
  }
}

.experience p {
  font-weight: 400;
  color: #000000;
  margin: 0px !important;
}

.experience .experience-count {
  margin-top: 32px;
}

.experience .experience-count .count-block img {
  margin-bottom: 20px;
}

.experience .experience-count .count-block h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .experience .experience-count .count-block h2 {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .experience .experience-count .count-block img {
    margin-bottom: 24px;
  }
}

.stress-block {
  padding: 50px 0px;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}

.stress-block .e-con-inner {
  max-width: 100% !important;
  padding: 0px 20px !important;
  justify-content: flex-end !important;
}

@media (min-width: 768px) {
  .stress-block {
    background-size: auto;
    max-width: 1440px !important;
    margin: 0 auto !important;
  }

  .stress-block .e-con-inner {
    padding: 20px 60px !important;
  }
}

.stress-block .stress-text {
  max-width: 100%;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 55px 30px 30px;
}

.stress-block .stress-text.our-client-inner {
  padding: 55px 20px 30px;
}

.stress-block .stress-text {
  margin-bottom: 0px;
}

.stress-block .stress-text h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  color: #000000;
  position: relative;
  margin: 0px;
  /* margin: 0px 0px 24px; */
}

.stress-block .stress-text .stress-head h2 b {
  font-size: 32px;
  line-height: 130%;
  font-weight: 500;
}

@media (min-width: 768px) {
  .stress-block .stress-text .stress-head h2 b {
    display: block;
  }

  .stress-block .stress-text {
    max-width: 540px;
  }

  .stress-block .stress-text h2 {
    font-size: 32px;
    /* margin: 0px; */
  }

  .stress-block .stress-text .stress-head h2 b {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  body .stress-block.our-client {
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.stress-block .stress-text .stress-head h2::after {
  content: '';
  position: absolute;
  top: -20px;
  left: 0px;
  width: 136px;
  height: 6px;
  background: #A9AB00;
}

.stress-block .block-inner-text blockquote,
.stress-block .block-inner-text p {
  margin: 0px;
}

.stress-block .stress-grid {
  margin-top: 24px;
}

.stress-block .stress-grid p {
  margin: 0px !important;
}

.stress-block .stress-grid .stress-grid-img {
  width: 44px;
  height: 44px;
  min-width: 44px;
  margin-right: 10px;
}

.stress-block .stress-grid .stress-grid-img img {
  width: 100%;
  height: 100%;
}

.stress-block .stress-btn {
  margin-top: 30px;
}

.stress-block .stress-btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 16px;
  max-width: fit-content;
  background: #AAAD00;
  border-radius: 8px;
  height: 52px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  body .perfect-block {
    padding-top: 102px;
    padding-bottom: 64px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  body .perfect-block {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  body .perfect-block {
    padding: 60px 30px;
  }
}

body .perfect-block .perfect-inner {
  position: relative;
  margin-bottom: 32px;
}

body .perfect-block .perfect-inner::after {
  content: '';
  position: absolute;
  top: -38px;
  left: 0px;
  width: 136px;
  height: 6px;
  background: #A9AB00;
}

@media (max-width: 991px) {
  body .perfect-block .perfect-inner::after {
    top: -28px;
  }
}

body .perfect-block .perfect-inner h2 {
  font-size: 26px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 120%;
  margin-bottom: 22px;
}

@media (min-width: 768px) {
  body .perfect-block .perfect-inner h2 {
    font-size: 45px;
    max-width: 838px;
  }

  body .perfect-block p {
    max-width: 100%;
  }
}

.perfect-block p {
  font-weight: 400;
  color: #000000;
  margin: 0px !important;
  max-width: 762px;
}

body .perfect-block .perfect-grid .perfect-count {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  width: 100%;
  border: 0.5px solid #A9AB00;
  border-radius: 5px;
}

body .perfect-block .perfect-grid .perfect-count img {
  margin-bottom: 15px;
}

body .perfect-block .perfect-grid .perfect-count h2 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  body .perfect-block .perfect-grid .perfect-count {
    min-height: 306px;
  }

  body .perfect-block .perfect-grid .perfect-count img {
    margin-bottom: 24px;
  }

  body .perfect-block .perfect-grid .perfect-count h2 {
    margin-bottom: 24px;
    font-size: 24px;
  }
}

.stress-block.our-client {
  background-position: right top;
  padding-top: 116px;
  padding-bottom: 20px;
  background-size: contain;
  margin-top: 60px !important;
}

@media (min-width: 768px) {
  .stress-block.our-client {
    margin-top: 120px !important;
  }
}

.stress-block.our-client .e-con-inner {
  padding: 0px 20px !important;
}

.stress-block.our-client .our-client-inner p {
  margin-bottom: 15px;
  margin-top: 0px;
}

.stress-block.our-client .our-client-inner p:last-of-type {
  margin: 0px;
}

.star-icon {
  margin-bottom: 0px !important;
}

.stress-block.our-client .our-client-inner .star-icon p {
  margin: 0px !important;
}

.star-icon ul {
  margin-inline: 0px !important;
}

.star-icon ul li {
  margin-right: 10px !important;
  margin-inline: 0px !important;
}

.star-icon ul li span svg {
  width: 24px !important;
  height: 24px !important;
  margin: 0px !important;
}

.members-block h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
}

.contact-block {
  padding-top: 45px !important;
  padding-bottom: 88px !important;
}

@media (max-width: 767px) {
  .contact-block {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body .members-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  body .members-items {
    gap: 30px;
  }

  body .contact-quote {
    text-align: left;
  }

  .members-block h2 {
    font-size: 24px;
  }

  .contact-block .contact-inner h2 {
    font-size: 28px !important;
    line-height: 120% !important;
  }

  body .contact-reach .contact-quote a.elementor-button {
    height: 56px;
  }
}

.contact-block .contact-inner h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.contact-block .contact-inner h2::after {
  content: '';
  position: absolute;
  top: -15px;
  left: 0px;
  width: 136px;
  height: 6px;
  background: #A9AB00;
}

.contact-block .contact-inner p {
  margin: 0px !important;
}

.contact-reach {
  padding-left: 20px !important;
  border-left: 1px solid #000000;
}

.contact-reach h2 {
  margin-bottom: 14px !important;
}

.contact-reach .contact-number svg,
.contact-reach .contact-email svg {
  width: 24px !important;
  height: 24px !important;
}

.contact-reach .contact-number p,
.contact-reach .contact-email p {
  margin: 0px !important;
}

.contact-reach .contact-quote a.elementor-button {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 16px;
  min-width: 182px;
  background: #AAAD00;
  border-radius: 8px;
  height: 72px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}

@media (max-width: 480px) {
  body .quotes img {
    max-width: 30px;
  }
}


/** custom */

span.elementor-button-text {
  font-size: 16px;
}


/* .explore .explore-btn a {
  background: #AAAD00;
  border-radius: 8px;
  height: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .explore .explore-btn a {
    margin-top: 20px;
  }
} */


/* .explore-btn a .elementor-button-content-wrapper {
  top: 3px;
  position: relative;
} */