.whyinvest {
  margin: 100px 0;
}

.whyinvest__heading {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--wbr--dark-blue);
}

.whyinvest__subheading {
  font-size: 18px;
  /* font-weight: bold; */
}

.whyinvest__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
  gap: 30px;
}

.whyinvest__col {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 100%;
}

.whyinvest__reason {
  color: var(--wbr--dark-blue);
  margin-bottom: 15px;
}

.whyinvest__disc {
  font-family: var(--bs-font-Inter);
  line-height: normal;
}

.understanding {
  position: relative;
  margin: 100px 0;
}

.understanding__img {
  position: absolute;
  z-index: -1;
  opacity: 0.2;
}

.understanding__heading--main {
  font-size: 36px;
  font-weight: bold;
  color: var(--wbr--dark-blue);
}

.understanding__heading {
  text-decoration: underline;
  font-weight: 600;
  color: var(--wbr--dark-blue);
  margin-bottom: 30px;
  text-underline-offset: 10px;
  text-decoration-thickness: from-font;
  text-decoration-color: var(--bs-black);
}

.understanding__reasons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: circle;
  margin-left: 18px;
}

.tower {
  left: 20px;
  top: -150px;
}

.bridge {
  top: 100px;
  right: 0;
}

.considerations {
  list-style: circle;
  margin-left: 18px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.financing {
  margin: 100px 0;
}

.financing__list {
  /* list-style: circle; */
  margin-left: 18px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--bs-black);
}

.financing__heading {
  color: var(--wbr--dark-blue);
  margin-bottom: 15px;
  font-weight: 600;
}

.financing__img--box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  padding: 8px;
  background-color: var(--wbr--dark-blue);
  border-radius: 50%;
}

.financing__box--inner {
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 20px; */
}

/* Property Section */

.property {
  background-image: url('../images/resources/uk-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}

.property__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.property__heading--main {
  font-size: 36px;
  font-weight: bold;
  color: var(--wbr--dark-blue);
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-color: black;
  text-decoration-thickness: 2px;
  margin-bottom: 35px;
}

.property__reason--img {
  width: 28px;
  align-self: baseline;
  margin-top: 4px;
}

.property__img {
  width: 50%;
}

.property__reason--box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.property__reasons {
  list-style-type: disc;
  margin-left: 18px;
}

.property__reason--heading {
  font-size: 24px;
  font-weight: bold;
  color: var(--wbr--dark-blue);
  margin-bottom: 8px;
}

.property-expert {
  margin: 100px 0;
}

.property-expert-heading {
  font-size: 36px;
  font-weight: bolder;
  margin-bottom: 24px;
}

.property-expert-points {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 18px;
  list-style-type: upper-roman;
  margin-left: 18px;
  color: #000;
}

/* FOOTER */

.footer-container {
  background-color: #e4e4e4;
  padding: 30px 0;
}

.f-logo {
  max-width: 90px;
}

.f-about {
  font-size: 14px;
  margin-top: 20px;
}

.f-links {
  list-style: none;
}

.f-links li a {
  font-size: 14px;
  display: inline-block;
  color: #222;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}

.f-links li a:hover {
  border-bottom: 1px solid #000;
}

.f-address h3 {
  font-size: 25px;
}

.f-address address {
  font-size: 15px;
  padding-left: 5%;
}

.f-border-right {
  border-right: 1px solid gray;
}

.f-bottom {
  background: gray;
  padding: 5px 0;
}

.f-bottom p {
  margin: 0;
  color: #000;
  font-size: 13px;
}

.f-bottom p a {
  color: #000;
}

.f-bottom-links {
  display: flex;
  justify-content: end;
}

.f-bottom-links ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.f-bottom-links ul li a img {
  width: 25px;
  height: 25px;
}

.f-bottom-links ul li {
  margin: 0 5px;
}

.f-bottom-links ul li a {
  font-size: 14px;
  color: #000;
}

.f-address address {
  padding-left: 0;
}

.f-address address a {
  color: #000;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 50px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: grid;
  place-content: center;
}

.float svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}


.investor-profile-form-container {
  margin-bottom: 50px;
}

.form-field-heading {
  margin-bottom: 30px;
}

.form-field-container .form-field {
  width: 100%;
  height: 40px;
  border: 1px solid lightgray;
  padding: 0 10px;

}

.form-field-container .form-field:focus-within {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #333;
}

.form-field-container label {
  margin-bottom: 20px;
  font-weight: 500;
}

.group-field {
  margin-bottom: 40px;
}

.contact-info ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 15px;
}

.contact-info ul .contact-inner {
  display: flex;
  flex-direction: column;
}