.banner_section {
  width: 100%;
  padding: 40px 0;
}

.banner_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* Left Content */
.banner_left {
  max-width: 55%;
}

.banner_title {
  font-size: 56px;
  line-height: 1.15;
  margin-bottom: 20px;
  font-family: "Bodoni Moda", serif !important;
}

.light_text {
  color: #8fa178;
  font-weight: 500;
}

.dark_text {
  color: #000;
  font-weight: 600;
}

.banner_desc {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
  max-width: 90%;
  margin-bottom: 30px;
}

.banner_btn {
  background: #8fa178;
  color: #fff;
  border: none;
  padding: 14px 32px;
  border-radius: 40px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.banner_btn:hover {
  background: #788b63;
}

/* Right Image */
.banner_right {
  position: relative;
  max-width: 45%;
}
.right_top_img_wrp {
  width: 110px;
  height: 120px;
  position: absolute;
  top: 2px;
}
.right_top_img_wrp img {
  width: 100%;
}
.banner_right img {
  width: 100%;
  border-radius: 30px;
  display: block;
}

/* Arrow Circle */
.arrow_circle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #8fa178;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow_circle span {
  font-size: 36px;
  color: #000;
  font-weight: 600;
}

.logo_section {
  width: 100%;
  background: #ffffff;
}

.logo_container {
  padding: 0 30px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.logo_item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo_item img {
  max-width: 150px;
  width: 100%;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.logo_item img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* our story */
.our_story_section {
  width: 100%;
  padding: 80px 0px;
  position: relative;
}

.our_story_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.story_images {
  position: relative;
  width: 45%;
}

.image_oval {
  overflow: hidden;
  background: #eee;
}

.large_oval {
  width: 340px;
  height: 520px;
  border-radius: 220px;
}

.small_oval {
  width: 300px;
  height: 380px;
  border-radius: 200px;
  position: absolute;
  bottom: -350px;
  right: -60px;
}

.image_oval img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mission_title {
  position: absolute;
  bottom: -100px;
  left: 0;
  font-size: 40px;
  color: #8fa178;
  /* font-weight: 500; */
  line-height: 1.2;
}

.story_content {
  width: 50%;

  position: relative;
}
.left_img_wrp_st {
  width: 80px;
  position: absolute;
  top: -50px;
  left: -100px;
}
.left_img_wrp_st img {
  width: 100%;
}
.right_img_wrp_st {
  width: 110px;
  position: absolute;
  top: -120px;
  right: 0;
}
.right_img_wrp_st img {
  width: 100%;
}
.story_title {
  font-size: 48px;
  color: #8fa178;
  margin-bottom: 25px;
  line-height: 1.15;
}

.story_content p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 18px;
  max-width: 90%;
}

.story_btn {
  margin-top: 15px;
  background: #8fa178;
  color: #fff;
  border: none;
  padding: 14px 32px;
  border-radius: 40px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
}

.story_btn:hover {
  background: #788b63;
}

/* our services */
.services_section {
  margin-top: 100px;
  background: #5b6a45;

  position: relative;
  color: #fff;
}
.services_content_wrp {
  width: 100%;
  padding: 80px 0 10px 0;
  max-width: 75%;
  min-width: 75%;
  margin: 0 auto;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative;
}
.services_star {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
}

.services_head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 16px;
}

.services_head h2 {
  font-size: 48px;
  font-family: "Bodoni Moda", serif;
  margin-bottom: 15px;
}

.services_head p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 25px;
}

.services_btn {
  background: #8fa178;
  border: none;
  padding: 12px 32px;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
}

.services_cards {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 30px;
  border-top: 1px solid #fff;
}

.service_card {
  width: 32%;
  text-align: center;
}

.service_img {
  width: 280px;
  height: 420px;
  border-radius: 200px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.service_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, rgb(0, 0, 0), transparent);
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon_box {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
}

.service_card h3 {
  font-size: 22px;
  font-family: "Bodoni Moda", serif;
  margin-bottom: 12px;
}

.service_card p {
  font-size: 14px;
  line-height: 1.7;
}

/* our projects */
.project_section {
  padding: 80px 0;
  background: #ffffff;
  position: relative;
}

.project_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.project_title h2 {
  font-family: "Bodoni Moda", serif;
  font-size: 42px;
  color: #8fa178;
  margin-bottom: 12px;
}

.project_title p {
  font-size: 16px;
  color: #555;
  max-width: 500px;
  line-height: 1.3;
}

.project_btn {
  background: #8fa178;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 30px;
  cursor: pointer;
}

.project_body {
  display: flex;
  gap: 80px;
  justify-content: space-between;
}

.project_filter ul {
  list-style: none;
}

.project_filter li {
  font-size: 17px;
  margin-bottom: 36px;
  cursor: pointer;
  color: #555;
}

.project_filter li.active {
  background: #8fa178;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.interior_li_wrp {
  display: flex;
}
.project_filter .arrow {
  font-size: 20px;
  font-weight: 600;
}
.project_filter .tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 500;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.project_filter .tab:hover {
  background: #8fa178;
  color: #fff;
  padding: 4px 10px;
}
.arrrow_wrp_11 {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  /* background: #8fa178; */
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.3s ease;
  font-size: 20px;
  font-weight: bold;
}

.project_filter .tab.active .arrrow_wrp_11 {
  opacity: 1;
  transform: scale(1);
}
.tab_content {
  display: none;
  gap: 20px;
}

.tab_content.active {
  display: flex;
}

.project_img img {
  width: 100%;
  border-radius: 40px;
}
.project_images {
  display: flex;
  gap: 60px;
}

.project_img {
  width: 320px;
  height: 540px;
  overflow: hidden;
}

.oval_img {
  border-radius: 200px;
}
.project_second_img {
  margin-top: 120px;
}
.project_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* book service */

.book_service_sec {
  width: 100%;
  background: #fff;
}
.book_service_content {
  display: flex;
}

.book_service_left {
  width: 50%;
  background: #5f6f4a;
  padding: 70px 60px;
  color: #fff;
}

.book_service_left h2 {
  font-family: "Bodoni Moda", serif;
  font-size: 42px;
  margin-bottom: 40px;
}

.service_form {
  max-width: 480px;
}

.form_row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.service_form input,
.service_form textarea {
  width: 100%;
  background: #4e5d3c;
  border: none;
  padding: 14px 16px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
}

.service_form textarea {
  height: 110px;
  resize: none;
  margin-bottom: 30px;
}

.service_form input::placeholder,
.service_form textarea::placeholder {
  color: #cfd6c5;
}

.service_form button {
  display: block;
  margin: auto;
  background: #9caf88;
  color: #1f1f1f;
  border: none;
  padding: 14px 45px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 14px;
}

.book_service_right {
  width: 50%;
}

.book_service_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* our portfolio */
.portfolio_section {
  padding: 60px 70px;
}

.portfolio_heading {
  text-align: center;
  font-family: "Bodoni Moda", serif;
  font-size: 42px;
  color: #8fa27b;
  margin-bottom: 40px;
}

/* GRID */
.portfolio_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* CARD */
.portfolio_card {
  height: 280px;
  border-radius: 22px;
  overflow: hidden;
}

.portfolio_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* testimonials */
.testimonial_section {
  background: #8fa27b;

  position: relative;
}

.testimonial_title {
  text-align: center;
  font-family: "Bodoni Moda", serif;
  font-size: 42px;
  color: #fff;
  padding-bottom: 60px;
  border-bottom: 1px solid #fff;
}

.testimonial_content {
  display: flex;
  gap: 70px;
  align-items: center;
  padding: 20px 30px;
}

/* LEFT IMAGE */
.testimonial_img {
  width: 380px;
  height: 420px;
  overflow: hidden;
}

.testimonial_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RIGHT CONTENT */
.testimonial_text {
  max-width: 600px;
  color: #fff;
}

.quote_icon {
  font-size: 90px;
  line-height: 0.8;
  opacity: 0.9;
}

.testimonial_desc {
  font-size: 18px;
  line-height: 1.8;
  margin: 20px 0 30px;
}
.testimonial_desc_wrp {
  position: relative;
}
.quote_img_wrp {
  width: 80px;
}
.quote_img_wrp img {
  width: 100%;
}
.divider {
  width: 100%;
  height: 1px;
  background: #000;
  margin-bottom: 25px;
}

/* CLIENT INFO */
.client_info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.client_info img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.client_info h4 {
  margin: 0;
  font-size: 16px;
  color: #594037;
}

.client_info span {
  color: #1e1e1e;
  font-size: 14px;
  opacity: 0.8;
}

/* ARROWS */
.testimonial_nav {
  margin-top: -40px;
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  font-size: 24px;
  font-weight: bolder;
  cursor: pointer;
  color: #000;
}

/* Responsive */
@media (max-width: 992px) {
  .banner_container {
    flex-direction: column;
  }

  .banner_left,
  .banner_right {
    max-width: 100%;
  }

  .banner_title {
    font-size: 40px;
  }
  .logo_container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo_item {
    flex: 0 0 33%;
    margin-bottom: 30px;
  }
  .our_story_container {
    flex-direction: column;
  }

  .story_images,
  .story_content {
    width: 100%;
  }

  .small_oval {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 30px;
  }

  .mission_title {
    position: relative;
    margin-top: 20px;
  }
  .services_cards {
    flex-direction: column;
    align-items: center;
  }

  .service_card {
    width: 100%;
    max-width: 420px;
  }
  .project_head {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .project_body {
    flex-direction: column;
  }

  .project_images {
    justify-content: center;
  }
  .book_service_sec {
    flex-direction: column;
  }

  .book_service_left,
  .book_service_right {
    width: 100%;
  }

  .book_service_left {
    padding: 50px 30px;
  }
  .portfolio_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .testimonial_content {
    flex-direction: column;
    text-align: center;
  }

  .testimonial_img {
    width: 300px;
    height: 400px;
  }
  .portfolio_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .tab_content.active {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .portfolio_grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .logo_item {
    flex: 0 0 50%;
  }

  .logo_item img {
    max-width: 120px;
  }
  .logo_item {
    height: 80px;
    margin-bottom: 0;
  }
  .story_title {
    font-size: 40px;
    margin-top: 44px;
  }
  .our_story_section {
    padding: 0;
  }
  .services_content_wrp {
    max-width: 90%;
    min-width: 90%;
  }
  .services_star {
    width: 60px;
  }
  .project_images {
    flex-direction: column;
    align-items: center;
  }
  .project_second_img {
    margin-top: 0;
  }
  .project_body {
    gap: 2px;
  }
  .project_img {
    height: 420px;
  }
  .book_service_content {
    flex-direction: column-reverse;
  }
}
@media (max-width: 480px) {
  .logo_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .portfolio_section {
    padding: 60px 20px;
  }
  .right_top_img_wrp {
    width: 90px;
  }
  .arrow_circle {
    width: 70px;
    height: 70px;
  }
}

/*.clients_container {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.client img {*/
/*    width: 200px;*/
/*}*/

/*.our_clients {*/
/*    width: 100%;*/
/*    padding: 40px 0;*/
/*}*/

.our_clients {
  background: #f4f6f1; /* soft olive-grey */
  padding: 80px 0;
}

.our_clients_title {
  text-align: center;
  font-size: 42px;
  font-family: "Cormorant Garamond", serif;
  color: #2f3a24;
  margin-bottom: 50px;
  position: relative;
}

.our_clients_title::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #7b8f5a;
  display: block;
  margin: 15px auto 0;
}

.clients_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  align-items: center;
}

.client {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
}

.client img {
  max-width: 140px;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.4s ease;
  height: 70px;
  width: 140px;
}

/* Hover effect */
.client:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.client:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* Responsive */
@media (max-width: 991px) {
  .clients_container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .clients_container {
    grid-template-columns: 1fr;
  }

  .our_clients_title {
    font-size: 32px;
  }
}

.stats_section {
  background: #5f6f3a; /* olive theme */
  padding: 100px 0;
  margin-bottom: 40px;
}

.stats_wrapper {
  text-align: center;
}

.stats_title {
  font-size: 44px;
  font-family: "Cormorant Garamond", serif;
  color: #ffffff;
  margin-bottom: 60px;
  position: relative;
}

.stats_title::after {
  content: "";
  width: 70px;
  height: 2px;
  background: #dbe4c5;
  display: block;
  margin: 18px auto 0;
}

.stats_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.stat_box h2 {
  font-size: 58px;
  font-family: "Cormorant Garamond", serif;
  color: #ffffff;
  margin-bottom: 10px;
}

.stat_box p {
  font-size: 15px;
  letter-spacing: 1.2px;
  color: #e6ecd6;
  text-transform: uppercase;
}

/* Responsive */
@media (max-width: 768px) {
  .stats_container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .stats_title {
    font-size: 34px;
    margin-bottom: 40px;
  }

  .stat_box h2 {
    font-size: 46px;
  }
}
.property_type {
  margin: 24px 0;
}

.property_label {
  font-size: 14px;
  letter-spacing: 1px;
  color: #e6ecd6;
  margin-bottom: 14px;
}

/* Hide radio inputs */
.property_pills input {
  display: none;
}

.property_pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.property_pills label {
  padding: 8px 16px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Hover */
.property_pills label:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* Checked / Active */
.property_pills input:checked + label {
  background: #dbe4c5;
  color: #2f3a24;
  border-color: #dbe4c5;
  font-weight: 500;
}

.hva_fields {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.hva_fields,
.office_fields,
.shop_fields {
  animation: fadeUp 0.3s ease;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.service_scope {
  width: 100%;
  margin-bottom: 20px;
}

.service_checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.service_checkboxes input {
  display: none;
}

.service_checkboxes label {
  padding: 8px 16px;
  border-radius: 22px;
  font-size: 13px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  transition: all 0.25s ease;
}

/* Hover */
.service_checkboxes label:hover {
  background: rgba(255, 255, 255, 0.18);
}

/* Checked */
.service_checkboxes input:checked + label {
  background: #dbe4c5;
  color: #2f3a24;
  border-color: #dbe4c5;
  font-weight: 500;
}

.service_accordion {
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .service_checkboxes label {
    font-size: 12px;
    padding: 8px 14px;
  }
}
.toast-message {
  position: fixed;
  top: 72px;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  min-width: 320px;
  max-width: 90%;
  padding: 14px 22px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* SUCCESS */
.toast-message.success {
  background: #e7f0da;
  color: #3f5c2a;
  border: 1px solid #8faa63;
}

/* ERROR */
.toast-message.error {
  background: #fdeaea;
  color: #842029;
  border: 1px solid #f5c2c7;
}

/* Visible */
.toast-message.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.form_field {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.error-text {
  color: #ff9999;
  font-size: 12px;
  margin-top: 6px;
  display: none;
}

.input-error {
  border: 1px solid #ff9999 !important;
}

.service_form textarea {
  margin-bottom: 0;
}

.service_form button {
  margin-top: 30px;
}

.g-recaptcha {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-text.captcha-error {
  text-align: center;
}
