body {
  font-family: "Public Sans", sans-serif;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
}

.tagline {
  font-size: 0.8rem;
  display: block;
  margin-top: 0.25rem;
}

.hero-section {
  padding: 2rem 1rem;
}

.circle-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0.5rem;
  object-fit: cover;
}

.main-logo {
  font-size: 2rem;
  margin: 1rem 0;
}

.bg-cream {
  background-color: #f4ebdb;
}

.properties-section img {
  border-radius: 0.5rem;
}

footer p {
  margin: 0;
  font-size: 0.9rem;
}

body {
  background-color: #f4ebdb;
  color: #1f2e1e;
}

.dark-section {
  background-color: #1f2e1e;
  color: white;
}

.logo-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.rounded-img {
  border-radius: 50%;
  width: 100%;
  max-width: 120px;
  height: 120px;
  object-fit: cover;
}

.property-img {
  width: 100%;
  height: 200px;
  border-radius: 15px;
  object-fit: cover;
}

.section-title {
  font-size: 4rem;
  margin-bottom: 1rem;
  text-align: start;

  font-family: "arsenica-variable", sans-serif;
}

.btn-arrow {
  background: #8ec641;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
  background-color: #1a331c;
  color: white;
}

.footer-column {
  margin-bottom: 2rem;
}

.contact-box {
  background-color: #1f2e1e;
  color: white;
  padding: 1rem;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.contact-box .circle1 {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: #244121;
  opacity: 0.5;
  position: absolute;
  right: 121px;
  bottom: 26px;
}

.contact-box .circle2 {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  background-color: #4c7735;
  opacity: 0.7;
  position: absolute;
  bottom: -75px;
  right: 45px;
}

.form-control,
.btn {
  border-radius: 0;
}

.container-header {
  flex: none;
  gap: 0px;
  height: 71px;
  overflow: visible;
  position: relative;
  width: 100%;
}

.inner-container {
  flex: none;
  height: 71px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.svg-logo {
  width: 100%;
  height: 100%;
  aspect-ratio: inherit;
}

.text {
  --framer-paragraph-spacing: 0px;
  flex: none;
  height: 33px;
  left: 919px;
  position: absolute;
  top: calc(49.29577464788735% - 33px / 2);
  white-space: pre-wrap;
  width: 445px;
  word-break: break-word;
  word-wrap: break-word;
}

.hero-circle-section {
  background-color: #153c25;
  /* same as your reference image */
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.circle-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 700px;
  margin: 0 auto;
}

/* Common circle style */
.circle-img {
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  /* border: 4px solid white; */
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

/* Specific sizes and positions matching your image layout */
.img1 {
  width: 220px;
  height: 220px;
  top: 0%;
  left: 15%;
}

.img2 {
  width: 250px;
  height: 250px;
  top: 0%;
  right: 15%;
}

.img3 {
  width: 172px;
  height: 172px;
  top: 10%;
  left: 43%;
}

.img4 {
  width: 240px;
  height: 240px;
  top: 35%;
  left: -3%;
}

.img5 {
  width: 220px;
  height: 220px;
  bottom: -5%;
  left: 14%;
}

.img6 {
  width: 170px;
  height: 170px;
  bottom: 9%;
  left: 42%;
}

.img7 {
  width: 220px;
  height: 220px;
  bottom: -3%;
  right: 15%;
}

.img8 {
  width: 180px;
  height: 180px;
  bottom: 35%;
  right: 5%;
}

/* co:living logo */
.logo-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 8rem;
  font-family: "arsenica-variable";
  font-weight: 500;
  display: flex;
  align-items: center;
  z-index: 10;
}

.logo-text .dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
  margin-top: 40px;
}

.logo-text .co {
  color: #7ac943;
  font-family: "Public Sans", sans-serif;
}

.logo-text .dot {
  width: 28px;
  height: 28px;
  background-color: #7ac943;
  border-radius: 50%;
  margin: 4px 0;
}

.image-text {
  background: #7fbc4d;
  color: black;
  height: 5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 10px;
  display: flex;
  align-content: center;
  margin-top: 24px !important;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.col-text a {
  color: #1a331c;
  text-decoration: none;
}

.image-text small {
  color: rgb(46, 46, 46);
  font-weight: 200;
}

.section-contact-us {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  flex-direction: column;
}

.oval_shape {
  background-image: url(images/our-story.png);
  background-color: #cccccc;
  height: 132%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  border-radius: 50%;
  width: 38%;
  right: -126px;
  top: -69px;
}

.overflow_hidden {
  overflow: hidden;
}

a {
  color: #fff;
}

.bring_people h3 {
  color: #7ac943;
  font-size: 4.5rem;
  font-family: "arsenica-variable";
  margin-bottom: 5rem;
}

.bring_people h6 {
  color: #7ac943;
  margin-bottom: 10px;
}

.bring_people h4 {
  font-size: 2rem;
}

.contact_us {
  padding: 10px;
  border-radius: 5px;
}

em {
  color: #7ac943;
}

.form-control {
  border: 0px;
  height: calc(2.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(2.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
  border-radius: 20px;
  background: rgba(26, 51, 28, 0.1);
}

.send_mesg_btn {
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  background: #1a331c;
}

.send_mesg_btn:hover {
  opacity: 0.8;
}

.contact_us p {
  font-family: "Public Sans", sans-serif;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  header {
    flex-direction: column;
  }

  .hero-circle-section {
    padding: 0.5rem !important;
  }

  .hero-circle-section .img1 {
    width: 120px;
    height: 120px;
    top: 5%;
    left: 3%;
  }

  .hero-circle-section .img2 {
    width: 120px;
    height: 120px;
    top: 5%;
    right: 3%;
  }

  .hero-circle-section .img3 {
    width: 85px;
    height: 85px;
    top: 28%;
    left: 55%;
  }

  .hero-circle-section .img4 {
    width: 100px;
    height: 100px;
    top: 28%;
    left: 22%;
  }

  .hero-circle-section .img5 {
    width: 120px;
    height: 120px;
    bottom: 6%;
    left: 4%;
  }

  .hero-circle-section .img6 {
    width: 80px;
    height: 80px;
    bottom: 27%;
    left: 20%;
  }

  .hero-circle-section .img7 {
    width: 100px;
    height: 100px;
    bottom: 26%;
    right: 15%;
  }

  .hero-circle-section .img8 {
    width: 120px;
    height: 120px;
    bottom: 5%;
    right: 2%;
  }

  .h_25 {
    height: 25vh;
  }

  .oval_shape {
    border-radius: 50%;
    width: 109%;
    height: 44%;
    left: -17px;
    top: auto;
    right: auto;
  }

  .explore_title {
    flex-direction: column;
    margin-bottom: 34px !important;
    justify-content: center;
    text-align: center;
    gap: 1rem !important;
  }

  .explore_title .section-title {
    font-size: 3rem;
  }

  .explore_title .section-title {
    font-size: 3rem;
  }

  .btn-arrow {
    rotate: 45deg;
  }

  .btn-arrow img {
    width: 20px;
    height: 20px;
  }

  .logo-text {
    font-size: 4.5rem;
  }

  .logo-text .dots {
    margin-top: 25px;
  }

  .logo-text .dot {
    width: 10px;
    height: 10px;
  }

  .section-contact-us h3 {
    font-size: 2rem;
  }

  .contact-box p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: anchor-center;
    gap: 9px;
  }

  .mobile_contact {
    padding: 0px 2rem;
  }

  .mobile_contact .right_box {
    padding: 0.5rem !important;
    margin-top: 20px;
  }

  .contact-box .circle1 {
    width: 70px;
    height: 70px;
    right: 50px;
    bottom: 45px;
  }

  .contact-box .circle2 {
    bottom: -75px;
    right: -45px;
  }

  .bring_people h3 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }

  .bring_people h4 {
    font-size: 1.5rem;
  }

  .footer-column {
    text-align: center;
    padding: 0px !important;
  }
}

/* Popup Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  /* initially hidden */
  align-items: center;
  justify-content: center;
  z-index: 1000;
  align-content: center;
}

/* Popup Box */
.popup-box {
  background: #7fbc4d;
  padding: 2rem;
  width: fit-content;
  max-width: 800px;
  border-radius: 12px;
  position: relative;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

/* Optional Main Content */
.main-content {
  padding: 50px;
  text-align: center;
}

.text-special {
  font-family: "arsenica-variable", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #f4ecdb;
}

.text-admin {
  font-family: "Public Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7rem;
}

/* Form Validation Styles */
.form-control.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc3545;
}

.form-control.is-invalid ~ .invalid-feedback {
  display: block;
}

/* Form Message Styles */
#formMessage {
  border-radius: 0.375rem;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* Loading Button Styles */
.send_mesg_btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
}

/* Form Focus Styles */
.form-control:focus {
  border-color: #1f2e1e;
  box-shadow: none !important;
}

.form-floating > .form-control:focus ~ label {
  color: #1f2e1e;
}

/* Phone Input with Country Code Styles */
.phone-input-container {
  position: relative;
}

.country-code-dropdown {
  position: absolute;
  top: 0;
  left: -5px;
  z-index: 10;
  height: 100%;
}

.country-select {
  width: 100px;
  height: 42px;

  border-radius: 20px 0 0 20px;
  background-color: #ded8c8;
  font-size: 0.875rem;

  cursor: pointer;
  z-index: 5;
}

.country-select:focus {
  border-color: #1f2e1e;
  box-shadow: 0 0 0 0.2rem rgba(31, 46, 30, 0.25);
  outline: none;
}

.phone-input {
  padding-left: 110px !important;
}

.phone-input-container .form-floating > label {
  left: 110px;
  width: calc(100% - 110px);
}

.phone-input-container .form-floating > .form-control:focus ~ label,
.phone-input-container
  .form-floating
  > .form-control:not(:placeholder-shown)
  ~ label {
  left: 110px;
  width: calc(100% - 110px);
}

/* Responsive adjustments for phone input */
@media (max-width: 768px) {
  .country-select {
    width: 90px;
    font-size: 0.75rem;
  }

  .logo-text {
    margin-top: 20px;

    p {
      padding-bottom: 0px !important;
    }
  }

  .img-co {
    width: 8rem !important;
    height: 8rem !important;
  }

  .phone-input {
    padding-left: 100px !important;
  }

  .phone-input-container .form-floating > label {
    left: 100px;
    width: calc(100% - 100px);
  }

  .phone-input-container .form-floating > .form-control:focus ~ label,
  .phone-input-container
    .form-floating
    > .form-control:not(:placeholder-shown)
    ~ label {
    left: 100px;
    width: calc(100% - 100px);
  }

  .send_mesg_btn {
    width: 100%;
  }

  .web-hide {
    display: block !important;
  }

  .mobile-hide {
    display: none !important;

    .font-size {
      font-size: 20px;
    }

    .img-mobile {
      height: 24px;
      width: 24px;
    }
  }
}

.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.325rem !important;
  padding-bottom: 1.325rem !important;
}

.web-hide {
  display: none;
}

.mobile-hide {
  display: block;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(2.3rem + calc(var(--bs-border-width) * 0)) !important;
  min-height: calc(2.3rem + calc(var(--bs-border-width) * 2)) !important;
  line-height: 1.25;
}

.positon-whatsapp {
  position: absolute;
  bottom: 71px;
  right: 50px;
}

.font-family-row {
  font-family: "Public Sans", sans-serif;
}
.font-family-header {
  font-family: "arsenica-variable", sans-serif;
  font-weight: 400;
  font-size: 24px;
}

.img-co {
  width: 12rem;
  height: 12rem;
}
