@charset "UTF-8";
@font-face {
  font-family: "Satoshi-Variable";
  src: url("./fonts/Satoshi-Variable.woff2") format("woff2"), url("./fonts/Satoshi-Variable.woff") format("woff"), url("./fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Variab`leItalic";
  src: url("./fonts/Satoshi-VariableItalic.woff2") format("woff2"), url("./fonts/Satoshi-VariableItalic.woff") format("woff"), url("./fonts/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Light";
  src: url("./fonts/Satoshi-Light.woff2") format("woff2"), url("./fonts/Satoshi-Light.woff") format("woff"), url("./fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-LightItalic";
  src: url("./fonts/Satoshi-LightItalic.woff2") format("woff2"), url("./fonts/Satoshi-LightItalic.woff") format("woff"), url("./fonts/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("./fonts/Satoshi-Regular.woff2") format("woff2"), url("./fonts/Satoshi-Regular.woff") format("woff"), url("./fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Italic";
  src: url("./fonts/Satoshi-Italic.woff2") format("woff2"), url("./fonts/Satoshi-Italic.woff") format("woff"), url("./fonts/Satoshi-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("./fonts/Satoshi-Medium.woff2") format("woff2"), url("./fonts/Satoshi-Medium.woff") format("woff"), url("./fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-MediumItalic";
  src: url("./fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("./fonts/Satoshi-MediumItalic.woff") format("woff"), url("./fonts/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("./fonts/Satoshi-Bold.woff2") format("woff2"), url("./fonts/Satoshi-Bold.woff") format("woff"), url("./fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BoldItalic";
  src: url("./fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("./fonts/Satoshi-BoldItalic.woff") format("woff"), url("./fonts/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Black";
  src: url("./fonts/Satoshi-Black.woff2") format("woff2"), url("./fonts/Satoshi-Black.woff") format("woff"), url("./fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BlackItalic";
  src: url("./fonts/Satoshi-Black.woff2") format("woff2"), url("./fonts/Satoshi-BlackItalic.woff") format("woff"), url("./fonts/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes spin {
  to {
    --angle: 360deg;
  }
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Satoshi-Variable";
  overflow-x: hidden !important;
}
body a {
  text-decoration: none !important;
}

.ecadastrelogo {
  display: none;
}

.under-construction .under-construction-drop {
  background: rgba(212, 70, 70, 0.919);
  margin: 0;
  color: #fff;
  font-size: 0.9rem;
  font-family: "Satoshi-Bold";
  border-radius: 4px;
  height: fit-content;
  width: 15rem;
  padding: 0 !important;
}
.under-construction .under-construction-drop section {
  display: flex;
  gap: 0.5rem;
  height: 2rem;
  width: fit-content;
  margin-inline: auto;
  align-items: center;
  padding: 0 !important;
}
.under-construction .under-construction-drop section span {
  padding: 0 !important;
  height: 1.5rem;
  width: 1.5rem;
}
.under-construction .under-construction-drop section img {
  padding: 0 !important;
  height: 100%;
  width: 100%;
}
.under-construction .under-construction-drop p {
  padding: 0 !important;
  margin: 0 !important;
  padding: unset;
  text-align: center;
  align-items: center;
}
.under-construction .under-construction-drop--fluid {
  background: rgba(212, 70, 70, 0.919);
  margin: 0;
  color: #fff;
  font-size: 0.9rem;
  font-family: "Satoshi-Bold";
  border-radius: 4px;
  height: fit-content;
  padding: 0.5rem !important;
}
.under-construction .under-construction-drop--fluid section {
  display: flex;
  gap: 0.5rem;
  height: 2rem;
  align-items: center;
  padding: 0.5rem !important;
}
.under-construction .under-construction-drop--fluid section span {
  padding: 0 !important;
  height: 1.5rem;
  width: 1.5rem;
}
.under-construction .under-construction-drop--fluid section img {
  padding: 0 !important;
  height: 100%;
  width: 100%;
}
.under-construction .under-construction-drop--fluid p {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0.85rem;
  padding: unset;
  text-align: left;
  align-items: left;
}

.slider-wrapper {
  width: 100%;
  position: relative;
}
.slider-wrapper .slider-container {
  padding-top: 0.5rem;
  width: 100%;
  position: relative;
}
.slider-wrapper .overlay-gradient {
  height: 100%;
  width: 100%;
  position: relative;
  background: linear-gradient(180deg, #1A1A1A 0%, rgba(255, 255, 255, 0) 100%);
}
.slider-wrapper .my-sliders {
  margin-top: 1rem;
  position: relative;
  top: 0;
}
.slider-wrapper .my-sliders .banner-container {
  position: absolute;
  left: 50%;
  width: 90%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.slider-wrapper .my-sliders .banner-container .ecadastre-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.slider-wrapper .my-sliders .banner-container .ecadastre-logo p {
  font-family: "Satoshi-Bold";
  color: #fff;
  opacity: 0.8;
  font-size: 1.2rem;
}
.slider-wrapper .my-sliders .banner-container .ecadastre-logo span {
  height: 4.5rem;
  width: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-wrapper .my-sliders .banner-container .ecadastre-logo span img {
  height: 100%;
  width: 100%;
}
.slider-wrapper .my-sliders .banner-container .main-heading {
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  margin-top: 1.5rem;
  font-family: "Satoshi-Bold";
}
.slider-wrapper .my-sliders .banner-container .description-text {
  padding-top: 1rem;
  color: #fff;
  opacity: 0.9;
  font-family: "Satoshi-Medium";
  font-size: 0.9rem;
}
.slider-wrapper .my-sliders .banner-container .ctaBtns {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
.slider-wrapper .my-sliders .banner-container .ctaBtns .playDemobtn {
  background-color: #008000;
  color: #fff;
  font-size: 0.95rem;
  padding: 0 1.2rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 4px;
  text-transform: capitalize;
  font-family: "Satoshi-Bold";
  transition: transform 0.6s ease-in-out;
  transition: background 0.3s ease-in-out;
  margin-top: unset !important;
}
.slider-wrapper .my-sliders .banner-container .ctaBtns .playDemobtn span {
  transition: all 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.8784313725);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-wrapper .my-sliders .banner-container .ctaBtns .playDemobtn:hover {
  transform: scale(1.05);
  background-color: #002100;
  border-radius: 10rem;
  outline: 1.2px solid #fff;
}
.slider-wrapper .my-sliders .banner-container .ctaBtns .playDemobtn:hover span {
  transform: translateX(0.2rem);
  background: #ffffff;
}
.slider-wrapper .my-sliders .banner-container h1, .slider-wrapper .my-sliders .banner-container p {
  padding: 0;
  margin: 0;
}
.slider-wrapper .cards-container {
  width: 90%;
  margin-inline: auto;
  display: flex;
}
.slider-wrapper .cards-container .slider-cards-navigation {
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem;
  width: 100%;
  flex-direction: column;
}
.slider-wrapper .cards-container .slider-cards-navigation .eMapsLink {
  min-width: 8.69rem;
  justify-content: center;
}
.slider-wrapper .cards-container .slider-cards-navigation .topCards, .slider-wrapper .cards-container .slider-cards-navigation .bottomCards {
  display: flex;
  gap: 1rem;
}
.slider-wrapper .cards-container .slider-cards-navigation .topCards a, .slider-wrapper .cards-container .slider-cards-navigation .bottomCards a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-decoration: none;
  height: 2.5rem;
  background-color: #f7f7f7;
  padding: 0 0.6rem;
  border-radius: 4px;
  color: rgba(26, 26, 26, 0.8);
  border: 1.2px solid #dedede;
  transition: all 0.3s ease-in-out;
  font-size: 0.8rem;
  font-family: "Satoshi-Bold";
}
.slider-wrapper .cards-container .slider-cards-navigation .topCards a:hover, .slider-wrapper .cards-container .slider-cards-navigation .bottomCards a:hover {
  background-color: #002b00;
  color: #fff !important;
  border-radius: 10rem;
  border: 1.2px solid #fff;
  scale: 1.05;
}
.slider-wrapper .cards-container .slider-cards-navigation .topCards a:hover span, .slider-wrapper .cards-container .slider-cards-navigation .bottomCards a:hover span {
  display: flex;
  background-color: #fff;
  border-radius: 50%;
  padding: 0.1rem;
}
.slider-wrapper .cards-container .slider-cards-navigation .topCards a span, .slider-wrapper .cards-container .slider-cards-navigation .bottomCards a span {
  height: 1rem;
  width: 1rem;
  display: flex;
  align-items: center;
}
.slider-wrapper .cards-container .slider-cards-navigation > div {
  display: flex;
  justify-content: space-between;
}

html.uk-modal-page,
html.uk-modal-page body {
  overflow: hidden !important;
  touch-action: none;
}

@media (min-width: 350px) and (max-width: 600px) {
  .under-construction .under-construction-drop p {
    padding: 0 !important;
    padding: unset;
    margin: 0 !important;
    text-align: center;
    align-items: center;
  }
  #modal-center .uk-modal-dialog {
    max-width: calc(100vw - 2rem);
    width: 400px;
  }
  #modal-center .uk-modal-body {
    background: #ffffff;
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
  }
  #modal-center .uk-modal-close-default {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    background: #DC2626 !important;
    border-radius: 50%;
    top: 0.625rem;
    right: 0.75rem;
    z-index: 10;
    color: #fff;
  }
  #modal-center .uk-modal-close-default svg {
    stroke: #fff;
  }
  #modal-center .found-modal {
    font-family: "Satoshi-Medium", sans-serif;
    animation: foundModalIn 0.22s ease both;
  }
  @keyframes foundModalIn {
    from {
      opacity: 0;
      transform: translateY(6px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  #modal-center .found-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.875rem 1.25rem;
    background: #00B050;
  }
  #modal-center .found-modal__header--error {
    background: #DC2626;
  }
  #modal-center .found-modal__status {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
  }
  #modal-center .found-modal__status-icon {
    width: 1.1rem;
    height: 1.1rem;
    flex-shrink: 0;
    fill: #fff;
  }
  #modal-center .found-modal__status-label {
    font-family: "Satoshi-Bold";
    font-size: 0.875rem;
    color: #fff;
  }
  #modal-center .found-modal__pulse {
    width: 7px;
    height: 7px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    animation: fm-pulse 2s ease-in-out infinite;
  }
  @keyframes fm-pulse {
    0%, 100% {
      opacity: 1;
      transform: scale(1);
    }
    50% {
      opacity: 0.4;
      transform: scale(0.75);
    }
  }
  #modal-center .found-modal__body {
    padding: 1.375rem 1.5rem 1.625rem;
    background: #fff;
  }
  #modal-center .found-modal__name {
    font-family: "Satoshi-Bold";
    font-size: 0.975rem;
    color: #111827;
    margin: 0 0 0.375rem;
    line-height: 1.45;
  }
  #modal-center .found-modal__hint {
    font-family: "Satoshi-Medium";
    font-size: 0.8rem;
    color: #6B7280;
    margin: 0 0 1.375rem;
    line-height: 1.5;
  }
  #modal-center .found-modal__details {
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    margin: 0 0 1.375rem;
  }
  #modal-center .found-modal__detail-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 0.8rem;
    padding: 0.2rem 0;
  }
  #modal-center .found-modal__detail-row + .found-modal__detail-row {
    border-top: 1px solid #E5E7EB;
    padding-top: 0.4rem;
    margin-top: 0.2rem;
  }
  #modal-center .found-modal__detail-label {
    color: #6B7280;
    font-family: "Satoshi-Medium";
  }
  #modal-center .found-modal__detail-value {
    font-family: "Satoshi-Bold";
    color: #111827;
    text-align: right;
  }
  #modal-center .found-modal__btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    height: 2.75rem;
    background: #00B050;
    color: #fff !important;
    font-family: "Satoshi-Bold";
    font-size: 0.875rem;
    border-radius: 8px;
    text-decoration: none !important;
    transition: background 0.18s ease;
    margin-bottom: 0.625rem;
  }
  #modal-center .found-modal__btn-primary svg {
    flex-shrink: 0;
    fill: #fff;
  }
  #modal-center .found-modal__btn-primary:hover {
    background: #007A38;
    color: #fff !important;
  }
  #modal-center .found-modal__actions-row {
    display: flex;
    gap: 0.5rem;
  }
  #modal-center .found-modal__btn-secondary {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    height: 2.25rem;
    border: 1.5px solid #D1D5DB;
    background: transparent;
    color: #374151 !important;
    font-family: "Satoshi-Bold";
    font-size: 0.775rem;
    border-radius: 6px;
    text-decoration: none !important;
    transition: border-color 0.18s ease, background 0.18s ease;
  }
  #modal-center .found-modal__btn-secondary svg {
    flex-shrink: 0;
    stroke: #6B7280;
  }
  #modal-center .found-modal__btn-secondary:hover {
    border-color: #00B050;
    background: #F0FDF4;
    color: #007A38 !important;
  }
  #modal-center .found-modal__btn-secondary.found-modal__btn--disabled {
    opacity: 0.4;
    pointer-events: none;
  }
  #modal-center .found-modal__btn-cart {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    height: 2.25rem;
    border: 1.5px solid rgba(0, 128, 0, 0.4);
    background: rgba(0, 128, 0, 0.06);
    color: #008000 !important;
    font-family: "Satoshi-Bold";
    font-size: 0.775rem;
    border-radius: 6px;
    text-decoration: none !important;
    transition: border-color 0.18s ease, background 0.18s ease;
  }
  #modal-center .found-modal__btn-cart svg {
    flex-shrink: 0;
    fill: #008000;
  }
  #modal-center .found-modal__btn-cart:hover {
    border-color: #008000;
    background: rgba(0, 128, 0, 0.12);
    color: #008000 !important;
  }
  .chatShowHideToggleBtn {
    display: none !important;
  }
  .documentSearchWrapper #document_type_switcher {
    width: 46% !important;
  }
  .documentSearchSelectsRow select {
    background-color: #f7f7f7 !important;
  }
  .formWrapperDocuments .fullDescriptionInput .dropIconWrapper {
    position: absolute;
    top: -2.8rem !important;
    background: #fff;
    right: 0.5rem;
    z-index: 10;
  }
  .user-account {
    display: flex !important;
  }
  .user-account .avatar .loginIcon path {
    fill: #1a1a1a !important;
  }
  .topCards a, .bottomCards a {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px !important;
    position: relative;
    border: 2px solid transparent;
    z-index: 1;
  }
  .topCards a::before, .bottomCards a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    padding: 2px;
    background: conic-gradient(from var(--angle), transparent 70%, #008000, #00B050, #008000, #00B050, #008000);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: xor;
    -webkit-mask-composite: xor;
  }
  .topCards a:hover, .bottomCards a:hover {
    border-color: transparent !important;
  }
  .topCards a::before {
    animation: spin 3s linear infinite;
    animation-delay: 0s;
  }
  .bottomCards a::before {
    animation: spin 4s linear infinite;
    animation-delay: -2s;
  }
  .topCards a {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important;
  }
  label {
    text-wrap: nowrap;
  }
  .contact-us-container .form-container .contectInfoSideSide {
    gap: 0 !important;
  }
  .map-containers .bulawayo-map {
    transform: translateY(5rem) !important;
  }
  .importantLinks a {
    color: #333;
    font-family: "Satoshi-Medium";
    text-decoration: underline !important;
  }
  #contact-section .wrapper {
    padding: 0 !important;
  }
  #contact-section .wrapper .main-heading {
    font-family: "Satoshi-Bold";
    color: #333;
  }
  #contact-section .wrapper .main-description {
    width: 70%;
    text-align: center;
    margin-inline: auto;
  }
  .form-container {
    border: none !important;
    background-color: #f7f7f7;
    padding-top: 2rem !important;
  }
  .form-container .submit-btn {
    width: 100% !important;
    height: 3rem !important;
    gap: 0.5rem;
    font-size: 0.85rem;
    justify-content: center;
  }
  .form-container .submit-btn .submitBtnIconWrapper {
    display: flex;
    height: 1rem;
    width: 1rem;
  }
  .form-container .submit-btn .submitBtnIconWrapper .submitIcon path {
    fill: #fff !important;
  }
  .contact-us-container .form-container input,
  .contact-us-container .form-container textarea {
    min-height: 3rem !important;
    border-radius: 4px !important;
    background: #FFFFFF;
  }
  .contact-us-container .form-container input:focus,
  .contact-us-container .form-container textarea:focus {
    border: 1.2px solid #008000 !important;
    background-color: rgba(0, 176, 79, 0.2392156863) !important;
  }
  .services-container .main-heading {
    width: 60% !important;
    margin-inline: auto;
    color: #333 !important;
  }
  .freaquently-asked-wrapper {
    min-height: unset;
    min-height: fit-content !important;
    margin-top: 4rem;
    padding: 0 1rem;
  }
  .freaquently-asked-wrapper .main-heading {
    color: #333 !important;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .freaquently-asked-wrapper .faq-container ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
    margin: 0;
  }
  .freaquently-asked-wrapper .faq-container li {
    background: #fff;
    border-radius: 8px;
    border: 1.2px solid #e8e8e8 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .freaquently-asked-wrapper .faq-container .uk-open {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  }
  .freaquently-asked-wrapper .faq-container .uk-open a {
    color: #008000 !important;
    font-family: "Satoshi-Bold" !important;
    background: linear-gradient(90deg, rgba(0, 128, 0, 0.05) 0%, transparent 100%);
  }
  .freaquently-asked-wrapper .faq-container .uk-accordion-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    border: none !important;
    font-size: 0.95rem;
    font-family: "Satoshi-Bold";
    min-height: unset !important;
    height: auto;
  }
  .freaquently-asked-wrapper .faq-container .uk-accordion-title .faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1rem;
    width: 1rem;
    flex-shrink: 0;
  }
  .freaquently-asked-wrapper .faq-container .uk-accordion-title .faq-icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .freaquently-asked-wrapper .faq-container .uk-accordion-title::before {
    order: 1;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23666' stroke-width='1.5' points='5 7.5 10 12.5 15 7.5'/%3E%3C/svg%3E");
  }
  .freaquently-asked-wrapper .faq-container .uk-open > .uk-accordion-title::before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23008000' stroke-width='1.5' points='5 12.5 10 7.5 15 12.5'/%3E%3C/svg%3E");
  }
  .freaquently-asked-wrapper .faq-container .uk-accordion-content {
    padding: 0 1rem 1rem 1rem;
    margin: 0;
  }
  .freaquently-asked-wrapper .faq-container .uk-accordion-content p {
    color: #555;
    line-height: 1.6;
    font-size: 0.9rem;
    margin-top: 0.5rem;
  }
  .parallax-container .main-heading {
    width: 100% !important;
  }
  .parallax-container .cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
  .parallax-container .cta span {
    display: flex;
    height: 1rem;
    width: 1rem;
    align-items: center;
    justify-content: center;
  }
  .parallax-container .description-text {
    margin-top: 1rem;
  }
  .slider-wrapper .my-sliders {
    min-height: unset !important;
    height: calc(100dvh - 12rem) !important;
  }
  .contectInfoSideSide {
    flex-direction: column;
  }
  .contectInfoSideSide > div {
    width: 100% !important;
  }
  .footerMainContainer {
    margin-top: 15rem !important;
    width: 100%;
    margin-inline: auto;
    border-top: 1.2px solid #dedede;
    background: rgba(247, 247, 247, 0.968627451);
    padding-top: 2rem;
  }
  .footerMainContainer .main-footer {
    padding: 0.5rem 0 !important;
    background-color: unset !important;
  }
  .footerMainContainer .logoMain img {
    border: none !important;
  }
  .footerMainContainer .tagline {
    font-size: 1rem;
    margin-top: 0.5rem;
    color: #1a1a1a;
    font-family: "Satoshi-Bold";
  }
  .footerMainContainer .footerWrapper {
    width: 90%;
    background: unset !important;
    box-shadow: unset !important;
    margin-inline: auto;
  }
  .footerMainContainer .footerWrapper .footerHeading {
    font-size: 1.1rem;
    font-family: "Satoshi-Bold";
    color: #1a1a1a !important;
  }
  .footerMainContainer .footerWrapper .card {
    background: unset !important;
    box-shadow: unset !important;
  }
  .search-properties-container {
    margin-top: 1rem !important;
    border: none !important;
  }
  .search-properties-container .enm-property-enquery {
    display: none;
  }
  .search-properties-container .search-btn {
    display: flex;
    height: 2.5rem;
    width: 100%;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    font-family: "Satoshi-Bold";
    gap: 1rem;
    background-color: #008000;
    border-radius: 4px;
  }
  .search-properties-container .search-btn .iconWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1rem;
    width: 1rem;
  }
  .search-properties-container .search-btn .searchIcon path {
    fill: white;
  }
  .search-properties-container .bottomWrapper {
    margin-top: 0.5rem;
    width: fit-content;
    display: flex;
    align-items: center;
    margin-inline: auto;
  }
  .search-properties-container .bottomWrapper p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
  .search-properties-container .bottomWrapper .iconWrapperContainer {
    height: 1rem;
    width: 1rem;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    background-color: #f7f7f7;
    padding: 0.1rem;
  }
  .search-properties-container .documentSearchFormWrapper {
    padding: 0.5rem;
  }
  .search-properties-container .mainSearchFormWrapper {
    padding: 0.5rem;
    background: #f7f7f7 !important;
  }
  .search-properties-container .mainSearchFormWrapper .select2-container .select2-selection--single .select2-selection__rendered {
    height: 2.5rem !important;
    border-radius: 4px !important;
    display: flex;
    align-items: center;
  }
  .search-properties-container .mainSearchFormWrapper select, .search-properties-container .mainSearchFormWrapper input {
    height: 2.5rem !important;
    border-radius: 4px !important;
    display: flex;
    align-items: center;
  }
  .search-properties-container .mainSearchWrapper {
    width: 95%;
    margin-inline: auto;
  }
  .search-properties-container .mainSearchWrapper .switcherNav {
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
  }
  .search-properties-container .mainSearchWrapper .switcherNav .uk-active button {
    border-bottom: 2px solid #008000;
    color: #008000;
  }
  .search-properties-container .mainSearchWrapper .switcherNav .uk-active button .propertySearchIcon path {
    fill: #008000 !important;
  }
  .search-properties-container .mainSearchWrapper .switcherNav li {
    width: 48% !important;
    border-radius: 0px !important;
  }
  .search-properties-container .mainSearchWrapper .switcherNav li button {
    display: flex;
    border-radius: 0px !important;
    color: unset !important;
    color: #000;
    border: none;
    border-bottom: 2px solid #dedede;
    height: 2.5rem !important;
    font-size: 0.8rem;
    width: 100% !important;
  }
  .slider-cards-navigation .topCards a {
    width: unset !important;
    min-width: 48% !important;
    justify-content: center;
  }
  .slider-cards-navigation .under-construction {
    min-width: 48% !important;
  }
  .slider-cards-navigation .under-construction a {
    display: flex;
    justify-content: center;
  }
  .propertySearchTopWrapper {
    display: flex;
    align-items: center;
    gap: unset !important;
    gap: 1rem !important;
    overflow: hidden;
  }
  .propertySearchTopWrapper .form-group {
    margin-right: 0.5rem !important;
  }
  .propertySearchTopWrapper .form-group select {
    font-size: 0.82rem !important;
    text-transform: capitalize;
    font-family: "Satoshi-Medium";
  }
  .fullDescriptionInput input {
    font-size: 0.82rem !important;
  }
  .documentSearchWrapper .documentSwitcherSelect {
    background: #f7f7f7;
    width: 50% !important;
    transform: unset;
  }
}
.switcherNav button {
  height: 2rem;
  width: fit-content;
  padding: 0 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-family: "Satoshi-Bold";
  font-size: 0.7rem;
  gap: 0.5rem;
  color: #008000 !important;
  border-radius: 4px;
  border: 1.2px solid #dedede;
  background: #fff;
}
.switcherNav button span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
}
.switcherNav button span .property-icon {
  height: 1.2rem;
  width: 1.2rem;
}
.switcherNav button span .property-icon path {
  fill: #008000 !important;
}
.switcherNav button span .document-icon {
  height: 1.4rem;
  width: 1.4rem;
}

.mainSearchWrapper .top {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  border-top: 1.2px solid rgba(222, 222, 222, 0.3411764706);
  padding-top: 1rem;
}
.mainSearchWrapper .top button {
  width: 9rem;
  height: 2.2rem;
  font-family: "Satoshi-Medium";
  border: none;
  border-radius: 10rem;
  font-size: 0.7rem;
  border: 1.2px solid #dedede;
  background: #fefefe;
}

.search-properties-container {
  background: #fff !important;
  border: 1.2px solid #dedede;
  border-bottom: none;
  width: 90%;
  margin: auto;
  position: relative;
  border-radius: 10px;
}
.search-properties-container .mainSearchWrapper {
  height: 100%;
  margin-inline: auto;
}

.chatboxContainer {
  position: fixed;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.chatboxContainer a {
  height: 6rem;
  width: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chatboxContainer a img {
  height: 100%;
  width: 100%;
}

.about-container {
  width: 90%;
  min-height: 70vh;
  margin-top: 3rem;
  margin-inline: auto;
}
.about-container h1, .about-container p {
  margin: 0;
  padding: 0;
}
.about-container .about-text {
  font-family: "Satoshi-Medium";
  font-size: 0.9rem;
  color: rgba(26, 26, 26, 0.9);
}
.about-container .main-heading {
  text-align: center;
  width: fit-content;
  margin-inline: auto;
  color: #1a1a1a;
  font-family: "Satoshi-Bold";
  font-size: 2.2rem;
}
.about-container .listed-container {
  margin-top: 0.5rem;
}
.about-container .listed-container p {
  font-size: 0.8rem;
  text-align: center;
  color: rgba(26, 26, 26, 0.8);
}
.about-container .cta-btn {
  display: flex;
  margin-top: 2rem;
  width: fit-content;
  padding: 0 1.2rem;
  color: #fff;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-family: "Satoshi-Bold";
  height: 2.4rem;
  margin-inline: auto;
  gap: 0.5rem;
  background-color: #008000;
  transition: all 0.3s ease-in-out;
}
.about-container .cta-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.about-container .cta-btn:hover {
  background-color: #023602;
  border-radius: 10rem;
}
.about-container .cta-btn:hover span {
  transform: translateX(0.4rem);
}

.video-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 3rem;
  scale: 1.2;
}
.video-container video {
  top: 50%;
  width: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

@media (min-width: 1024px) {
  .description {
    width: 40% !important;
    margin-inline: auto;
    font-size: 0.9rem !important;
  }
  .main-heading {
    font-size: 2.5rem !important;
    margin-top: 1rem !important;
  }
}
.services-container {
  background: #f7f7f7;
  margin-top: -0.1rem;
  padding: 2rem 0;
}
.services-container .main-heading {
  font-family: "Satoshi-Bold";
  font-size: 2rem;
  text-transform: capitalize;
  width: 90%;
  color: #1a1a1a;
  text-align: center;
  margin: auto;
}
.services-container .description {
  width: 90%;
  text-align: center;
  margin: auto;
  padding-top: 1rem;
  font-size: 0.8rem;
  color: rgba(26, 26, 26, 0.8);
  font-family: "Satoshi-Medium";
}
.services-container .services-card-container {
  width: 90%;
  margin: auto;
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.services-container .services-card-container .top-cards-container,
.services-container .services-card-container .bottom-cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin: auto;
}
.services-container .services-card-container .card-component {
  border: 1.2px solid #dedede;
  border-radius: 10px;
  width: 90%;
  height: fit-content;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: auto;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.services-container .services-card-container .card-component .card-btn {
  background: #CCE6CC;
  display: flex;
  height: 2rem;
  margin-top: 2rem;
  margin-inline: auto;
  border-radius: 4px;
  align-items: center;
  font-family: "Satoshi-Medium";
  padding: 0 1.2rem;
  width: fit-content;
  font-size: 0.8rem;
  text-decoration: none;
  color: #008000;
  text-transform: capitalize;
  font-family: "Satoshi-Bold";
  transition: all 0.3s ease-in-out;
}
.services-container .services-card-container .card-component .card-btn:hover {
  background-color: #004e00;
  color: #fff;
  border-radius: 10rem;
  scale: 1.05;
}
.services-container .services-card-container .card-component .card-heading {
  font-family: "Satoshi-Bold";
  font-size: 1.2rem;
  margin: 0;
  color: #333;
  padding-top: 2rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.services-container .services-card-container .card-component .card-description {
  font-family: "Satoshi-Medium";
  font-size: 0.9rem;
  margin: 0;
  padding-top: 1.5rem;
  text-align: center;
}
.services-container .services-card-container .card-component .icon-container {
  height: 4rem;
  border-radius: 4px;
  width: 4rem;
  border: 1.2px solid #dedede;
  margin-top: -2rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.services-container .services-card-container .card-component .icon-container img {
  height: 100%;
  width: 100%;
}
.services-container .services-card-container .card-component:hover {
  scale: 1.05;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.services-container .services-card-container .card-component:hover .card-heading {
  color: #008000;
}

.parallax-container:after {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(141deg, #000 0%, rgba(0, 0, 0, 0) 93.23%);
  position: absolute;
  bottom: 0;
}

.parallax-container {
  height: 70vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.parallax-container .image {
  height: 100% !important;
}
.parallax-container img {
  position: relative;
  height: 70vh;
  width: 100%;
  object-fit: cover;
}
.parallax-container .wrapper {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.parallax-container .wrapper .my-container {
  position: relative;
  width: 90%;
  margin: auto;
  text-align: center;
}
.parallax-container .wrapper .my-container .main-heading {
  font-size: 2.5rem;
  font-family: "Satoshi-Black";
  color: #fff;
  width: 50%;
  margin: auto;
}
.parallax-container .wrapper .my-container .description-text {
  margin: auto;
  width: 90%;
  color: #fff;
  margin-top: 2rem;
  font-family: "Satoshi-Medium";
}
.parallax-container .wrapper .my-container .cta {
  margin-top: 2rem !important;
  display: flex;
  height: 2.4rem;
  margin: auto;
  align-items: center;
  padding: 0 1.2rem;
  font-family: "Satoshi-Bold";
  background: #008000;
  width: fit-content;
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
  border-radius: 4px;
  gap: 0.5rem;
}
.parallax-container .wrapper .my-container .cta span {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
}
.parallax-container .wrapper .my-container .cta span img {
  height: 100%;
  width: 100%;
}

.freaquently-asked-wrapper {
  width: 90%;
  margin-top: 4rem 0;
  min-height: fit-content;
  margin-inline: auto !important;
}
.freaquently-asked-wrapper .main-heading {
  font-size: 1.5rem;
  font-family: "Satoshi-Bold";
}
.freaquently-asked-wrapper .faq-container {
  margin-top: 2rem;
}
.freaquently-asked-wrapper .faq-container a {
  border: 1.2px solid #dedede;
  padding: 0.5rem;
  font-size: 0.9rem;
  border-radius: 4px;
  font-family: "Satoshi-Medium";
}
.freaquently-asked-wrapper .faq-container p {
  font-size: 0.9rem;
  padding-left: 0.5rem;
}

.contact-us-container {
  width: 90%;
  padding-top: 1rem;
  margin: auto;
}
.contact-us-container .wrapper .main-description {
  font-size: 1rem;
  font-family: "Satoshi-Regular";
}
.contact-us-container .main-heading {
  font-size: 1.5rem;
  font-family: "Satoshi-Bold";
  margin-top: 2rem;
  text-transform: capitalize;
}
.contact-us-container .form-container {
  margin-top: 3rem;
  border: 1.2px solid #dedede;
  border-radius: 10px;
  padding: 1rem;
}
.contact-us-container .form-container .contectInfoSideSide {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contact-us-container .form-container .contectInfoSideSide > div {
  width: 50%;
}
.contact-us-container .form-container input,
.contact-us-container .form-container textarea {
  outline: none;
}
.contact-us-container .form-container input {
  width: 100%;
  margin-top: 0.5rem;
  height: 2rem;
  border: 1.2px solid #dedede;
  border-radius: 4px;
  padding-left: 0.5rem;
  font-family: "Satoshi-Medium";
}
.contact-us-container .form-container textarea {
  width: 100%;
  margin-top: 0.5rem;
  border: 1.2px solid #dedede;
  border-radius: 4px;
  padding-left: 0.5rem;
  font-family: "Satoshi-Medium";
  padding-top: 0.5rem;
}
.contact-us-container .form-container .heading {
  font-size: 1.2rem;
  font-family: "Satoshi-Bold";
}
.contact-us-container .form-container .form-instruction {
  margin: 0.3rem 0 0 0;
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 0.85rem;
  color: #6c757d;
}
.contact-us-container .form-container .legend {
  margin: 0;
  font-family: "Satoshi-Medium";
  font-size: 0.9rem;
  padding-top: 1rem;
  color: #1a1a1a;
}
.contact-us-container .form-container .submit-btn {
  margin-top: 1rem;
  background: #008000;
  color: #fff;
  display: flex;
  height: 2.4rem;
  width: fit-content;
  border-radius: 4px;
  font-family: "Satoshi-Bold";
  font-size: 0.8rem;
  padding: 0 1.2rem;
  text-decoration: none;
  gap: 0.5rem;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.contact-us-container .form-container .submit-btn span {
  display: flex;
  height: 1.2rem;
  width: 1.2rem;
  align-items: center;
  justify-content: center;
}
.contact-us-container .form-container .submit-btn span img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.contact-us-container .form-container .submit-btn:hover {
  background-color: #004e00;
  color: #fff;
  border-radius: 10rem;
  scale: 1.05;
}

@media (min-width: 1024px) {
  .contact-us-container {
    padding: 0 !important;
  }
  .contact-us-container .main-heading {
    font-size: 2rem;
    color: #1a1a1a;
  }
  .contact-us-container .main-description {
    margin-top: 1rem;
    width: 45%;
    text-align: center;
    color: #333;
    font-family: "Satoshi-Medium" !important;
    font-size: 0.9rem;
    margin-inline: auto;
  }
  .side-side {
    margin-top: 2rem;
  }
  .side-side .form-container .heading {
    font-size: 1.4rem !important;
  }
  .side-side .legend {
    text-wrap: nowrap;
    font-size: 0.8rem !important;
    color: #333;
  }
  .side-side .map-containers {
    margin-top: 1.2rem;
  }
  .side-side form input {
    height: 2.2rem !important;
  }
  .side-side form input:focus {
    border: 1.2px solid #008000;
    background-color: rgba(0, 176, 79, 0.2392156863);
  }
  .side-side form textarea:focus {
    border: 1.2px solid #008000;
    background-color: rgba(0, 176, 79, 0.2392156863);
  }
  .side-side form ::placeholder {
    font-family: "Satoshi-MediumItalic";
    font-size: 0.75rem;
  }
}
.form-group {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  position: relative;
}
.form-group .dropIconWrapper {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.form-group .dropIconWrapper .dropIcon path {
  fill: rgba(14, 14, 14, 0.4196078431);
}
.form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2rem;
  background-color: #f7f7f7;
}

.propertySearchTopWrapper .form-group:last-child .dropIconWrapper {
  right: 0.5rem;
}

.fullDescriptionInput {
  /* background-color: red; */
  position: relative;
}
.fullDescriptionInput .dropIconWrapper {
  position: absolute;
  top: 50%;
  background: #fff;
  transform: translateY(-50%);
  right: 0.5rem;
}
.fullDescriptionInput .dropIconWrapper .dropIcon path {
  fill: rgba(14, 14, 14, 0.4196078431);
}

.map-containers > div {
  height: fit-content;
}

.map-containers {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  flex-direction: column !important;
  gap: 2rem !important;
}
.map-containers .bulawayo-map {
  transform: translateY(8rem);
}
.map-containers .map-container {
  width: 100%;
  height: 50vh;
}
.map-containers .map-container iframe {
  width: 100%;
}
.map-containers .map-heading {
  font-size: 1.2rem;
  font-family: "Satoshi-Bold";
}
.map-containers .map-heading span {
  font-size: 0.9rem;
  font-family: "Satoshi-Medium";
}

@media (min-width: 996px) {
  #myFormGeneralPlan .bottomDocumentSearchWrapper {
    transform: none !important;
    margin-top: 0.6rem;
  }
  #myFormGeneralPlan {
    position: relative;
  }
  .mobileNavigation, .make-account {
    display: none;
  }
  .services-icon-wrapper {
    /* background-color: red !important; */
    height: 1.4rem !important;
    width: 1.4rem !important;
  }
  .top-footer img {
    /* width: 80px; */
    border: 1px solid rgba(230, 234, 234, 0) !important;
    padding: 2px;
    height: 4.5rem;
    width: 4.5rem;
    /* height: 80px; */
  }
  .documentSearchWrapper .fullDescriptionInput {
    margin-top: 0.5rem !important;
  }
  .tagline {
    margin-top: 1rem;
    font-size: 1.2rem;
    font-family: "Satoshi-Bold";
    color: #333 !important;
  }
  .backFooterMainContainer {
    background-color: #f7f7f7;
  }
  div.row.footerMainContainer {
    background-color: #F7F7F7;
    border-top: 0.8px solid #DEDEDE;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0px;
    padding: 0px;
  }
  .main-footer {
    background-color: unset !important;
  }
  .footerMainContainer {
    border-top: 1.2px solid #dedede;
    margin-top: 3rem !important;
    padding-top: 1rem;
    background-color: #f7f7f7;
    font-family: "Satoshi-Medium";
  }
  .footerMainContainer .footerWrapper ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .footerMainContainer .footerWrapper .footer-container-display {
    display: flex;
    gap: 2rem;
    max-width: 1210px;
    width: 90%;
    margin-inline: auto;
  }
  .footerMainContainer .footerWrapper .footer-container-display .footerWrappers {
    min-width: 15rem;
  }
  .footerMainContainer .footerWrapper .footer-container-display > div {
    padding-top: 1rem;
  }
  .footerMainContainer .footerWrapper .footerHeading {
    font-family: "Satoshi-Bold";
    font-size: 1rem;
    min-height: 4rem;
    padding-top: 1.5rem;
    color: #1a1a1a;
  }
  .footerMainContainer .importantLinks a {
    color: #008000 !important;
    text-decoration: underline !important;
  }
  .footerMainContainer .postsWrapperContainer {
    min-width: 20rem;
  }
  .footerMainContainer .postsWrapperContainer .footerPayments {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
  }
  .footerMainContainer .postsWrapperContainer .footerPayments li {
    width: 1.5rem;
    height: 1.5rem;
  }
  .footerMainContainer .postsWrapperContainer .footer-payments {
    display: flex;
    margin-top: 1rem;
    flex-direction: row !important;
    /* background-color: red !important; */
  }
  .footerMainContainer .postsWrapperContainer .footer-payments li {
    /* background-color: black; */
    width: fit-content;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer.main-footer {
    padding: 0 !important;
    height: 3rem;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    width: 90%;
    margin-inline: auto;
  }
  footer.main-footer a {
    margin-left: 0.5rem;
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(73, 80, 87, 0.75);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dedede;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  select.form-control,
  .mainSearchWrapper select,
  #document_type_switcher,
  #regionSearch,
  #regionSearchgp {
    background-color: #f7f7f7 !important;
  }
  #regionSearch {
    width: 6rem !important;
    padding-right: 0;
  }
  #regionSearchgp {
    width: 6rem !important;
    padding-right: 0;
  }
  #daigram_search_value {
    margin-top: 1rem;
  }
  .bottomDocumentSearchWrapper {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: end;
  }
  .bottomDocumentSearchWrapper .search-btn {
    background-color: #6BC68F;
    color: #fff;
    height: 2.2rem;
    width: fit-content;
    padding: 0 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.4941176471);
    border-radius: 0 4px 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bottomDocumentSearchWrapper .search-btn .searchText {
    display: none;
  }
  .bottomDocumentSearchWrapper .search-btn .iconWrapper {
    display: flex;
    height: 1rem;
    width: 1rem;
    align-items: center;
    justify-content: center;
  }
  .bottomDocumentSearchWrapper .search-btn .iconWrapper .searchIcon path {
    fill: #fff;
  }
  .form-control {
    display: block;
    width: 50%;
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(73, 80, 87, 0.68);
    background-color: #fff;
    background-clip: padding-box;
    text-transform: capitalize;
    font-family: "Satoshi-Medium";
    border: 1px solid #eaedf1;
    border-radius: 7px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .topCards {
    /* background-color: red; */
    gap: 0.5rem !important;
  }
  div.bottomCards {
    box-sizing: border-box;
    display: flex;
    gap: 0.5rem !important;
    justify-content: space-between;
  }
  .topCards, .bottomCards {
    /* background-color: red; */
  }
  .topCards a, .bottomCards a {
    height: 2.6rem !important;
    min-width: 12rem;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
  }
  span.select2-selection__placeholder {
    -webkit-font-smoothing: antialiased;
    align-items: center;
    box-sizing: border-box;
    color: rgba(51, 51, 51, 0.5058823529);
    cursor: pointer;
    /* display: flex; */
    font-family: "Satoshi-Medium";
    /* font-feature-settings: "liga" 0; */
    font-size: 13px;
    line-height: 32px;
    text-align: left;
    text-wrap: nowrap;
    user-select: none;
    margin-top: 0.2rem;
    white-space: nowrap;
  }
  .search-properties-container {
    /* background-color: red; */
    position: relative;
    /* --- The Main Button --- */
  }
  .search-properties-container .startGuideBtn {
    position: absolute;
    top: -1rem;
    left: -1rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 2.4rem; /* Slightly larger for better visual balance */
    width: 2.4rem;
    border-radius: 50%;
    background-color: rgba(0, 49, 0, 0.7607843137);
    border: 1px solid rgba(255, 255, 255, 0.5254901961);
    border: none;
    cursor: pointer;
    outline: none;
    scale: 0.8;
    z-index: 1;
    transition: scale 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  .search-properties-container .startGuideBtn:hover {
    scale: 1;
    background-color: #005000;
  }
  .search-properties-container .startGuideBtn .iconWrapper {
    display: flex;
    height: 1.5rem;
    width: 1.5rem;
    align-items: center;
    justify-content: center;
  }
  .search-properties-container {
    /* --- The Pulsating Rings (Created with Pseudo-Elements) --- */
  }
  .search-properties-container .startGuideBtn::before,
  .search-properties-container .startGuideBtn::after {
    /* Required for pseudo-elements */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #005000;
    border-radius: 50%;
    z-index: -1;
    animation: pulse 3s infinite;
  }
  .search-properties-container {
    /* Stagger the animation of the second ring */
  }
  .search-properties-container .startGuideBtn::after {
    animation-delay: -1.5s; /* Start the second ring halfway through the animation */
  }
  .search-properties-container {
    /* --- The Animation Keyframes --- */
  }
  @keyframes pulse {
    0% {
      /* Start at the same size as the button, fully visible */
      transform: scale(1);
      opacity: 0.6;
    }
    100% {
      /* End at a larger size, completely faded out */
      transform: scale(2);
      opacity: 0;
    }
  }
  .search-properties-container .bottomWrapper {
    position: absolute;
    bottom: 0;
    left: -0.05rem;
    border-top: 1.2px solid #dedede;
    background: #f7f7f7;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% + 0.1rem);
  }
  .search-properties-container .bottomWrapper p {
    width: 90%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    color: #1A1A1A;
    gap: 0.2rem;
    margin-inline: auto;
    font-family: "Satoshi-Bold";
  }
  .search-properties-container .bottomWrapper p a {
    text-decoration: underline !important;
    color: #008000;
    transition: all 0.3s ease-in-out;
    font-size: 0.85rem;
  }
  .search-properties-container .bottomWrapper p a:hover {
    background-color: rgba(0, 128, 0, 0.2431372549);
    text-decoration: none !important;
  }
  .search-properties-container .bottomWrapper p .iconWrapperContainer {
    display: flex;
    height: 1rem;
    width: 1rem;
  }
  .searchBottomWrapper {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    margin-top: 0.5rem;
    gap: 0;
    position: relative;
  }
  .searchBottomWrapper .search-btn {
    background-color: #6BC68F;
    color: #fff;
    height: auto;
    width: fit-content;
    padding: 0 0.8rem;
    border-radius: 0 4px 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .searchBottomWrapper .search-btn .searchText {
    display: none;
  }
  .searchBottomWrapper .search-btn .iconWrapper {
    display: flex;
    height: 1rem;
    width: 1rem;
    align-items: center;
    justify-content: center;
  }
  .searchBottomWrapper .search-btn .iconWrapper .searchIcon path {
    fill: #fff;
  }
  .mainSearchWrapper .bannerSearchInput {
    margin-top: 1rem;
    height: 100%;
    width: 90%;
    margin-inline: auto;
  }
  .mainSearchWrapper .bannerSearchInput .fullDescriptionInput .description-text {
    font-size: 0.8rem;
    font-family: "Satoshi-Medium";
  }
  .mainSearchWrapper .bannerSearchInput .select2-container--default .select2-selection--single {
    height: 2.4rem !important;
    width: 100%;
    border-radius: 4px !important;
    border: 1.2px solid #dedede !important;
    outline: none;
    padding-left: 0.5rem;
    /* padding-right: .5rem; */
  }
  .mainSearchWrapper .select#id_district.form-control {
    align-items: center;
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 0.8px solid #DEDEDE;
    border-radius: 160px;
    box-sizing: border-box;
    cursor: default;
    width: 100% !important;
    font-family: "Satoshi-Medium";
    font-size: 0.8rem;
    padding: 0;
    padding-left: 1rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .mainSearchWrapper .switcherNav {
    display: flex !important;
    background-color: #f7f7f7;
    height: 3rem;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 2rem !important;
    border-bottom: 1.2px solid #dedede;
    margin-inline: auto;
  }
  .mainSearchWrapper .switcherNav .uk-active button {
    background-color: #008000;
    color: #fff !important;
    box-shadow: 0px 4px 4px 0px rgba(195, 195, 195, 0.25);
  }
  .mainSearchWrapper .switcherNav .uk-active button .propertySearchIcon path {
    fill: #fff;
  }
  .mainSearchWrapper .switcherNav li {
    margin-left: 1rem;
    width: unset !important;
  }
  .mainSearchWrapper .switcherNav button {
    height: 2.5rem;
    font-size: 0.75rem;
    color: #333 !important;
    border-radius: 4px;
    font-family: "Satoshi-Bold";
    width: fit-content;
    padding: 0 1rem;
    border-radius: 10rem;
    transition: all 0.3s ease-in-out;
  }
  .mainSearchWrapper .switcherNav button:hover {
    background-color: #002100;
    color: #fff !important;
    border-radius: 10rem;
    box-shadow: 0px 4px 4px 0px rgba(195, 195, 195, 0.25);
  }
  .mainSearchWrapper .switcherNav button:hover .propertySearchIcon path, .mainSearchWrapper .switcherNav button:hover .propertySearchIcon path {
    fill: #fff;
  }
  .mobile-navigation {
    display: none !important;
  }
  .nav-items, .user-account {
    display: flex !important;
    margin-bottom: 0 !important;
  }
  .nav-items li {
    display: flex;
    align-items: center;
  }
  .nav-items .active {
    min-height: 2rem;
    position: relative;
  }
  .nav-items .active::before {
    content: "";
    position: absolute;
    bottom: 0.5rem;
    height: 1.5px;
    border-radius: 10rem;
    width: 100%;
    background-color: #008000;
  }
  .loggedIn {
    display: none !important;
  }
  .search-properties-container {
    position: absolute;
    bottom: 0;
    right: 8rem;
    width: 27rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
  .search-properties-container .icon {
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
  }
  .search-properties-container .top {
    display: flex;
    gap: 1rem;
  }
  .search-properties-container .top button {
    height: 2rem;
    width: fit-content;
    padding: 0 1rem;
    border-radius: 10rem;
    font-family: "Satoshi-Medium";
    min-width: fit-content;
    text-wrap: nowrap !important;
    border: 1.2px solid #dedede;
    background-color: #fff;
    font-size: 0.8rem;
    color: rgba(26, 26, 26, 0.8);
  }
  .mainSearchWrapper .top {
    display: flex;
    justify-content: unset;
    gap: 0.5rem;
    width: 100%;
    border-top: unset !important;
    padding-top: unset;
  }
  .filterWrapper {
    height: 15rem !important;
    border-bottom: none !important;
  }
  .search-hanging {
    position: absolute;
    top: -1rem;
    left: unset !important;
    right: 0.3rem !important;
  }
  .search-hanging .globeWrapper {
    position: relative;
    height: 3rem;
    width: 3rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem;
    border-radius: 10px;
    border: 2.5px solid #6BC68F;
    scale: 1.1;
  }
  .search-hanging .globeWrapper img {
    scale: 1.1;
  }
  .banner-container {
    align-items: start !important;
    max-width: 1200px !important;
    margin-inline: auto !important;
  }
  .banner-container .main-heading {
    text-align: start !important;
    font-size: 3rem !important;
  }
  .slider-wrapper .my-sliders {
    margin-top: 0 !important;
  }
  .slider-wrapper .slider-container {
    padding-top: 0 !important;
  }
  .slider-wrapper .slider-cards-navigation {
    width: fit-content !important;
    position: absolute;
    z-index: 3;
    display: flex;
    left: 50%;
    width: 100% !important;
    margin-top: 1rem;
    transform: translateX(-50%);
    flex-direction: row !important;
  }
  .slider-wrapper .slider-cards-navigation .topCards a, .slider-wrapper .slider-cards-navigation .bottomCards a {
    width: 10rem;
  }
  .uk-modal-body {
    padding: 0 !important;
    border-radius: 10px;
  }
  .uk-modal-body .btn-found-wrapper {
    display: flex;
    gap: 1rem;
    width: fit-content;
    margin-inline: auto;
    margin-top: 1.5rem;
  }
  .uk-modal-body .btn-found-wrapper a {
    height: 2.5rem;
    margin: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0 1.2rem !important;
    text-wrap: nowrap;
    border-radius: 4px;
    font-size: 0.85rem;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
  }
  .uk-modal-body .btn-found-wrapper a span.iconWrapper {
    display: flex;
    align-items: center;
  }
  .uk-modal-body .btn-found-wrapper a span.iconWrapper svg.foundIcon {
    width: 0.8rem;
    height: 0.8rem;
  }
  .uk-modal-body .btn-found-wrapper .previewBtn {
    color: #333 !important;
    background-color: #fff;
    border: 1.2px solid #333;
  }
  .uk-modal-body .btn-found-wrapper .previewBtn .foundIcon path {
    fill: #333;
    fill-opacity: 1;
  }
  .uk-modal-body .btn-found-wrapper .previewBtn:hover {
    background-color: #002100;
    border-color: #002100;
    color: #fff !important;
  }
  .uk-modal-body .btn-found-wrapper .previewBtn:hover .foundIcon path {
    fill: #fff;
    fill-opacity: 1;
  }
  .uk-modal-body .btn-found-wrapper .makePayment {
    color: #fff !important;
    background-color: #008000;
    border: 1.2px solid #008000;
  }
  .uk-modal-body .btn-found-wrapper .makePayment .foundIcon path {
    fill: #fff;
    fill-opacity: 1;
  }
  .uk-modal-body .btn-found-wrapper .makePayment:hover {
    background-color: #004e00;
    border-color: #004e00;
  }
  .uk-modal-body .btn-found-wrapper .addToCart {
    color: #008000 !important;
    background-color: transparent;
    border: 1.2px solid #008000;
  }
  .uk-modal-body .btn-found-wrapper .addToCart .foundIcon path {
    fill: #008000;
    fill-opacity: 1;
  }
  .uk-modal-body .btn-found-wrapper .addToCart:hover {
    background-color: #008000;
    color: #fff !important;
  }
  .uk-modal-body .btn-found-wrapper .addToCart:hover .foundIcon path {
    fill: #fff;
    fill-opacity: 1;
  }
  .uk-modal-body .btn-found-wrapper .prop-preview__btn {
    height: 2.25rem;
    margin: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.75rem !important;
    font-size: 0.75rem;
    flex: 1;
  }
  .topContainerDisplay {
    background: #00B050;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    gap: 1rem;
  }
  .topContainerDisplay span {
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .topContainerDisplay p {
    font-size: 1.1rem;
    color: #fff;
    font-family: "Satoshi-Bold";
  }
  .mainContainerDisplay {
    width: 70%;
    margin-inline: auto;
    padding-bottom: 2rem;
    margin-top: 2rem;
  }
  .mainContainerDisplay .checkIcon {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mainContainerDisplay .displayText {
    font-family: "Satoshi-Medium";
    color: #1a1a1a;
    font-size: 0.9rem;
    text-align: center;
    padding: 1rem 2rem;
  }
  .top-about-band-container {
    width: 1210px;
    margin-inline: auto !important;
  }
  .top-about-band-container div {
    width: fit-content;
  }
  .about-side-side {
    display: flex;
    max-width: 1210px;
    margin-inline: auto;
    align-items: center !important;
    gap: 2rem !important;
    margin-top: 1rem;
  }
  .about-side-side .cta-btn {
    width: fit-content;
    margin-inline: unset !important;
  }
  .about-side-side .listed-container p {
    text-align: unset !important;
  }
  .about-side-side .video-container {
    scale: 1;
    margin-top: unset;
  }
  .about-side-side > div {
    width: 50%;
  }
  .billingBtn {
    pointer-events: auto;
    cursor: pointer;
  }
  .services-card-container {
    display: flex;
    margin-top: 2rem !important;
    max-width: 1210px;
    flex-direction: column !important;
  }
  .services-card-container .top-cards-container, .services-card-container .bottom-cards-container {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    gap: unset !important;
    gap: 2rem !important;
    width: 100%;
    flex-wrap: unset !important;
  }
  .services-card-container .top-cards-container > div {
    width: 35rem !important;
    min-height: fit-content;
    background-color: #fff;
    height: 22rem !important;
  }
  .services-card-container .top-cards-container > div .card-description {
    font-size: 0.8rem !important;
  }
  .services-card-container .bottom-cards-container > div {
    width: 35rem !important;
    min-height: fit-content;
    background-color: #fff;
    height: 22rem !important;
  }
  .services-card-container .bottom-cards-container > div .card-description {
    font-size: 0.8rem !important;
  }
  .my-container .main-heading {
    font-size: 3.5rem !important;
    text-align: center;
    margin-inline: auto;
  }
  .my-container .description-text {
    font-size: 1rem;
    width: 40% !important;
  }
  .freaquently-asked-wrapper {
    max-width: 1210px;
    margin-inline: auto;
    margin-top: 6rem;
    padding: 3rem 0;
  }
  .freaquently-asked-wrapper .main-heading {
    font-size: 2.5rem;
    font-family: "Satoshi-Bold";
    margin-bottom: 2rem;
  }
  .freaquently-asked-wrapper .faq-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .freaquently-asked-wrapper .faq-container ul {
    margin: 0;
    padding: 0;
  }
  .freaquently-asked-wrapper .faq-container li {
    background: #fff;
    border-radius: 8px;
    border: 1.2px solid #e8e8e8;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .freaquently-asked-wrapper .faq-container li:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  }
  .freaquently-asked-wrapper .faq-container .uk-open {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }
  .freaquently-asked-wrapper .faq-container .uk-open a {
    color: #008000 !important;
    background: linear-gradient(90deg, rgba(0, 128, 0, 0.05) 0%, transparent 100%);
  }
  .freaquently-asked-wrapper .faq-container .uk-accordion-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1.2rem 1.5rem;
    border: none;
    border-radius: 0;
    font-size: 1.1rem;
    font-family: "Satoshi-Bold";
    transition: all 0.3s ease-in-out;
  }
  .freaquently-asked-wrapper .faq-container .uk-accordion-title .faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.2rem;
    width: 1.2rem;
    flex-shrink: 0;
  }
  .freaquently-asked-wrapper .faq-container .uk-accordion-title .faq-icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .freaquently-asked-wrapper .faq-container .uk-accordion-title::before {
    order: 1;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23666' stroke-width='1.5' points='5 7.5 10 12.5 15 7.5'/%3E%3C/svg%3E");
  }
  .freaquently-asked-wrapper .faq-container .uk-open > .uk-accordion-title::before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23008000' stroke-width='1.5' points='5 12.5 10 7.5 15 12.5'/%3E%3C/svg%3E");
  }
  .freaquently-asked-wrapper .faq-container .uk-accordion-content {
    padding: 0 1.5rem 1.5rem 1.5rem;
    margin: 0;
  }
  .freaquently-asked-wrapper .faq-container .uk-accordion-content p {
    color: #555;
    line-height: 1.7;
    font-size: 1rem;
    margin-top: 1rem;
  }
  .freaquently-asked-wrapper .faq-container ul {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .contact-us-container {
    max-width: 1210px !important;
    margin-inline: auto;
  }
  .contact-us-container .side-side {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  .contact-us-container .side-side .map-containers > div {
    height: 50%;
    width: 100%;
  }
  .contact-us-container .side-side .map-containers {
    display: flex;
    flex-direction: column !important;
    gap: 2rem !important;
  }
  .contact-us-container .side-side .map-containers .map-container {
    height: 15rem;
  }
  .contact-us-container .side-side .map-containers .map-container iframe {
    height: 100%;
    height: 100%;
  }
  .contact-us-container .side-side .map-containers .bulawayo-map {
    transform: unset !important;
  }
  .side-side > div {
    width: 50%;
  }
  .mainSearchWrapper .bottom {
    margin: unset !important;
    margin: 0 !important;
  }
  .propertySearchTopWrapper {
    overflow-x: hidden;
  }
}
.bottomDocumentSearchWrapper .search-btn {
  transition: all 0.3s ease-in-out;
}
.bottomDocumentSearchWrapper .search-btn:hover {
  border-radius: 0 10rem 10rem 0;
  background-color: #002100;
}
.bottomDocumentSearchWrapper .fullDescriptionInput input {
  border-radius: 4px 0 0 4px;
}

#myFormPropertyDescription .mainSearchFormWrapper .searchTopWrapper > div {
  /* background-color: green; */
  width: 50%;
  min-width: 5rem;
}
#myFormPropertyDescription .mainSearchFormWrapper .searchTopWrapper > div select {
  max-width: unset !important;
  width: 100% !important;
}

.searchBottomWrapper .search-btn {
  transition: all 0.3s ease-in-out;
}
.searchBottomWrapper .search-btn:hover {
  border-radius: 0 10rem 10rem 0;
  background-color: #002100;
}
.searchBottomWrapper .fullDescriptionInput {
  width: 100%;
}
.searchBottomWrapper .fullDescriptionInput input {
  border-radius: 4px 0 0 4px;
}
.searchBottomWrapper .select2-container {
  width: unset !important;
}

.floatingLabelWrapper {
  position: relative;
  display: block;
}
.floatingLabelWrapper[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  background: rgba(30, 30, 30, 0.88);
  color: #fff;
  padding: 0.35rem 0.65rem;
  border-radius: 5px;
  font-size: 0.75rem;
  font-family: "Satoshi-Medium", sans-serif;
  white-space: nowrap;
  z-index: 100;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.floatingLabelWrapper[data-tooltip]:hover::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 2px);
  left: 1.2rem;
  border: 5px solid transparent;
  border-top-color: rgba(30, 30, 30, 0.88);
  z-index: 100;
  pointer-events: none;
}
.floatingLabelWrapper .floatingLabel {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 0.875rem;
  color: #6c757d;
  pointer-events: none;
  transition: all 0.3s ease;
  background-color: #ffffff;
  padding: 0 0.25rem;
  z-index: 1;
}
.floatingLabelWrapper input::placeholder {
  opacity: 0.8 !important;
  color: #6c757d !important;
  font-family: "Satoshi-Medium", sans-serif;
}
.floatingLabelWrapper input:focus {
  border-color: rgba(0, 128, 0, 0.4);
  box-shadow: 0 0 0 0.1rem rgba(0, 128, 0, 0.1);
}
.floatingLabelWrapper input:focus::placeholder {
  opacity: 0.7;
  color: rgb(161, 168, 174);
}

.contactFloatingLabel {
  margin-top: 1rem;
}
.contactFloatingLabel input,
.contactFloatingLabel textarea {
  width: 100%;
  border: 1.2px solid #dedede;
  border-radius: 4px;
  padding-left: 0.75rem;
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 0.82rem;
  outline: none;
}
.contactFloatingLabel input {
  height: 3.8rem;
}
.contactFloatingLabel textarea {
  padding-top: 1rem;
}
.contactFloatingLabel textarea::placeholder {
  opacity: 0 !important;
  color: transparent !important;
}
.contactFloatingLabel textarea:focus + .floatingLabel,
.contactFloatingLabel textarea:not(:placeholder-shown) + .floatingLabel {
  top: 2px;
  transform: translateY(-50%);
  font-size: 0.75rem;
  color: #008000;
  font-family: "Satoshi-Bold", sans-serif;
}
.contactFloatingLabel textarea:focus {
  border-color: rgba(0, 128, 0, 0.4);
  box-shadow: 0 0 0 0.1rem rgba(0, 128, 0, 0.1);
}
.contactFloatingLabel--textarea .floatingLabel {
  top: 1.2rem;
}

.floatingLabelWrapper--padded .floatingLabel {
  top: calc(50% + 0.5rem);
}
.floatingLabelWrapper--padded input:focus + .floatingLabel,
.floatingLabelWrapper--padded input:not(:placeholder-shown) + .floatingLabel {
  top: calc(2px + 0.7rem);
}
.floatingLabelWrapper--padded[data-tooltip]:hover::after {
  bottom: calc(100% - 0.5rem + 10px);
}
.floatingLabelWrapper--padded[data-tooltip]:hover::before {
  bottom: calc(100% - 0.5rem + 2px);
}

.documentSearchWrapper {
  margin-top: -1rem;
}
.documentSearchWrapper #document_type_switcher {
  height: 2.5rem;
  outline: none;
  transform: unset !important;
  font-size: 0.8rem;
  width: 100%;
  height: 2.3rem;
  z-index: 1;
  border-radius: 4px;
  position: relative;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Satoshi-Medium";
  border: 1.2px solid #dedede;
  padding-left: 0.5rem;
  color: rgba(73, 80, 87, 0.68);
  background-color: #fff;
}
.documentSearchWrapper .documentSearchSelectsRow {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
}
.documentSearchWrapper .documentSearchSelectsRow #document_type_switcher,
.documentSearchWrapper .documentSearchSelectsRow #id_diagram_search_choice,
.documentSearchWrapper .documentSearchSelectsRow #id_general_plan_search_by,
.documentSearchWrapper .documentSearchSelectsRow #regionSearch {
  width: 100% !important;
  height: 2.3rem !important;
  border-radius: 4px !important;
}
.documentSearchWrapper .documentSearchSelectsRow #daigram_search_value {
  height: 2.3rem !important;
  border-radius: 4px !important;
}
.documentSearchWrapper .documentSearchSelectsRow #diagram_search_choice_wrapper,
.documentSearchWrapper .documentSearchSelectsRow #gp_search_choice_wrapper {
  flex: 1.5 1 0 !important;
}
.documentSearchWrapper .documentSearchSelectsRow > .form-group:has(#document_type_switcher) {
  flex: 1.15 1 0 !important;
}
.documentSearchWrapper .documentSearchSelectsRow > .form-group {
  flex: 1 1 0;
  position: relative;
  overflow: visible;
}
.documentSearchWrapper .documentSearchSelectsRow > .form-group select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  padding-right: 0.5rem !important;
  padding-left: 0.4rem !important;
}
.documentSearchWrapper .documentSearchSelectsRow > .form-group .dropIconWrapper {
  display: flex !important;
  position: absolute !important;
  right: 0rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  pointer-events: none;
  z-index: 2;
}
.documentSearchWrapper .documentSearchSelectsRow > .form-group .dropIconWrapper .dropIcon path {
  fill: rgba(14, 14, 14, 0.4196078431);
}
.documentSearchWrapper .documentSearchSelectsRow .search-choice-hidden {
  display: none !important;
}
.documentSearchWrapper .formWrapperDocuments {
  display: flex;
  flex-direction: row-reverse !important;
  justify-content: space-between;
  gap: 1rem !important;
  width: 100% !important;
}
.documentSearchWrapper .formWrapperDocuments > :nth-last-child(1) {
  width: 50%;
  outline: none;
  font-size: 0.8rem;
  height: 2.4rem;
  border-radius: 4px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 0 !important;
  font-family: "Satoshi-Medium";
  color: rgba(73, 80, 87, 0.68);
  background-color: #fff;
}
.documentSearchWrapper .formWrapperDocuments > :nth-child(2) {
  width: 50%;
}
.documentSearchWrapper .formWrapperDocuments > .form-group {
  position: relative;
}
.documentSearchWrapper .formWrapperDocuments > .form-group .dropIconWrapper {
  display: flex !important;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.documentSearchWrapper .formWrapperDocuments > .form-group .dropIconWrapper .dropIcon path {
  fill: rgba(14, 14, 14, 0.4196078431);
}
.documentSearchWrapper .formWrapperDocuments > .form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2rem;
}
.documentSearchWrapper .gpFormGroup {
  margin-left: 1rem !important;
  width: 48% !important;
}
.documentSearchWrapper .form-control {
  display: block;
  width: unset !important;
  width: 100% !important;
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(73, 80, 87, 0.68);
  background-clip: padding-box;
  text-transform: capitalize;
  font-family: "Satoshi-Medium";
  border: 1px solid #eaedf1;
  border-radius: 7px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.documentSearchWrapper .form-control .diagram-type-input {
  background: blue !important;
}
.documentSearchWrapper #title_deed_search_value {
  height: 2.4rem !important;
  width: 100%;
  border-radius: 4px !important;
  border: 1.2px solid #dedede !important;
  outline: none;
  padding-left: 0.5rem;
  margin-top: 0 !important;
}
.documentSearchWrapper .fullDescriptionInput {
  position: relative;
  width: 100%;
}
.documentSearchWrapper .fullDescriptionInput select {
  background-color: #f7f7f7;
}
.documentSearchWrapper .generalPlanFullDescriptionInput {
  margin-top: 0.88rem;
}
.documentSearchWrapper .select2-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  width: 100% !important;
  position: relative;
}

#modal-center .uk-modal-dialog {
  max-width: 400px;
  width: 400px;
}
#modal-center .uk-modal-body {
  background: #ffffff;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
}
#modal-center .uk-modal-close-default {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  background: #DC2626 !important;
  border-radius: 50%;
  top: 0.625rem;
  right: 0.75rem;
  z-index: 10;
  color: #fff;
}
#modal-center .uk-modal-close-default svg {
  stroke: #fff;
}
#modal-center .found-modal {
  font-family: "Satoshi-Medium", sans-serif;
  animation: foundModalIn 0.22s ease both;
}
@keyframes foundModalIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#modal-center .found-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem 1.25rem;
  background: #00B050;
}
#modal-center .found-modal__header--error {
  background: #DC2626;
}
#modal-center .found-modal__status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
}
#modal-center .found-modal__status-icon {
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
  fill: #fff;
}
#modal-center .found-modal__status-label {
  font-family: "Satoshi-Bold";
  font-size: 0.875rem;
  color: #fff;
}
#modal-center .found-modal__pulse {
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  animation: fm-pulse 2s ease-in-out infinite;
}
@keyframes fm-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.75);
  }
}
#modal-center .found-modal__body {
  padding: 1.375rem 1.5rem 1.625rem;
  background: #fff;
}
#modal-center .found-modal__name {
  font-family: "Satoshi-Bold";
  font-size: 0.975rem;
  color: #111827;
  margin: 0 0 0.375rem;
  line-height: 1.45;
}
#modal-center .found-modal__hint {
  font-family: "Satoshi-Medium";
  font-size: 0.8rem;
  color: #6B7280;
  margin: 0 0 1.375rem;
  line-height: 1.5;
}
#modal-center .found-modal__details {
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  margin: 0 0 1.375rem;
}
#modal-center .found-modal__detail-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 0.8rem;
  padding: 0.2rem 0;
}
#modal-center .found-modal__detail-row + .found-modal__detail-row {
  border-top: 1px solid #E5E7EB;
  padding-top: 0.4rem;
  margin-top: 0.2rem;
}
#modal-center .found-modal__detail-label {
  color: #6B7280;
  font-family: "Satoshi-Medium";
}
#modal-center .found-modal__detail-value {
  font-family: "Satoshi-Bold";
  color: #111827;
  text-align: right;
}
#modal-center .found-modal__btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  height: 2.75rem;
  background: #00B050;
  color: #fff !important;
  font-family: "Satoshi-Bold";
  font-size: 0.875rem;
  border-radius: 8px;
  text-decoration: none !important;
  transition: background 0.18s ease, transform 0.1s ease;
  margin-bottom: 0.625rem;
}
#modal-center .found-modal__btn-primary svg {
  flex-shrink: 0;
  fill: #fff;
}
#modal-center .found-modal__btn-primary:hover {
  background: #007A38;
  transform: translateY(-1px);
  color: #fff !important;
}
#modal-center .found-modal__actions-row {
  display: flex;
  gap: 0.5rem;
}
#modal-center .found-modal__btn-secondary {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  height: 2.25rem;
  border: 1.5px solid #D1D5DB;
  background: transparent;
  color: #374151 !important;
  font-family: "Satoshi-Bold";
  font-size: 0.775rem;
  border-radius: 6px;
  text-decoration: none !important;
  transition: border-color 0.18s ease, background 0.18s ease;
}
#modal-center .found-modal__btn-secondary svg {
  flex-shrink: 0;
  stroke: #6B7280;
}
#modal-center .found-modal__btn-secondary:hover {
  border-color: #00B050;
  background: #F0FDF4;
  color: #007A38 !important;
}
#modal-center .found-modal__btn-secondary.found-modal__btn--disabled {
  opacity: 0.4;
  pointer-events: none;
}
#modal-center .found-modal__btn-cart {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  height: 2.25rem;
  border: 1.5px solid rgba(0, 128, 0, 0.4);
  background: rgba(0, 128, 0, 0.06);
  color: #008000 !important;
  font-family: "Satoshi-Bold";
  font-size: 0.775rem;
  border-radius: 6px;
  text-decoration: none !important;
  transition: border-color 0.18s ease, background 0.18s ease;
}
#modal-center .found-modal__btn-cart svg {
  flex-shrink: 0;
  fill: #008000;
}
#modal-center .found-modal__btn-cart:hover {
  border-color: #008000;
  background: rgba(0, 128, 0, 0.12);
  color: #008000 !important;
}

/* Mobile Navigation Styles */
.mobileNavigationExpanded {
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100%;
  z-index: 100 !important;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  display: none;
  overflow: hidden;
}

.mobileNavigationExpanded::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 30%, rgba(0, 176, 80, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 50%), radial-gradient(circle at 40% 80%, rgba(0, 176, 80, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.mobileNavContent {
  position: relative;
  z-index: 101;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.mobileNavMenu {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.mobileNavMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.mobileNavLink {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.85rem;
  font-family: "Satoshi-Bold";
  position: relative;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-decoration: none;
  text-align: left;
  padding-left: 1.5rem;
  border-radius: 12px;
  width: fit-content;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 4px;
  width: fit-content;
  min-width: 100%;
  min-height: 3.5rem;
  gap: 1rem;
  padding-right: 1rem;
}
.mobileNavLink .dropdownIcon {
  display: flex;
  height: 1rem;
  width: 1rem;
  align-items: center;
  justify-content: center;
}

.mobileNavLink:hover {
  color: #00B050;
  background: rgba(0, 176, 80, 0.1);
  border: 1px solid rgba(0, 176, 80, 0.3);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 176, 80, 0.2);
}

.hasSubmenu .mobileNavLink {
  cursor: pointer;
}

.dropdownIcon {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

.dropdownIcon.rotated {
  transform: rotate(180deg);
}

.mobileSubmenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: rgba(0, 176, 80, 0.1);
  border-radius: 8px;
  margin-top: 1rem;
  backdrop-filter: blur(10px);
}

.mobileSubmenu.expanded {
  margin: 1rem 0;
  background-color: rgba(197, 197, 197, 0.363);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.61);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 1rem 0.5rem;
}

.mobileSubLink {
  padding-left: 1rem;
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-family: "Satoshi-Medium";
  text-decoration: none;
  height: 2.5rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 100%;
  text-align: left;
  transition: all 0.3s ease;
}
.mobileSubLink .cadastral-iconWrapper {
  padding: 0.2rem;
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
}

.mobileAuthButtons, .mobileUserActions {
  display: none;
}

.mobileUserSection {
  display: none;
}

.driver-popover.propertySearchGuide {
  background: radial-gradient(circle at 20% 80%, #005700 0%, transparent 50%), radial-gradient(circle at 80% 20%, #087a08 0%, transparent 50%), radial-gradient(circle at 40% 40%, #006000 0%, transparent 50%), linear-gradient(-45deg, #005700, #087a08, #006000, #005700);
  background-size: 200% 200%, 200% 200%, 200% 200%, 400% 400%;
  animation: meshGradient 8s ease-in-out infinite;
  color: #fff;
  scale: 0.95;
  border: 1.2px solid rgba(254, 254, 254, 0.368627451);
}

@keyframes meshGradient {
  0% {
    background-position: 0% 0%, 100% 100%, 50% 50%, 0% 50%;
  }
  25% {
    background-position: 100% 0%, 0% 100%, 100% 50%, 100% 50%;
  }
  50% {
    background-position: 100% 100%, 0% 0%, 50% 100%, 50% 100%;
  }
  75% {
    background-position: 0% 100%, 100% 0%, 0% 50%, 0% 100%;
  }
  100% {
    background-position: 0% 0%, 100% 100%, 50% 50%, 0% 50%;
  }
}
.driver-popover.propertySearchGuide .driver-popover-title {
  font-size: 1rem;
}

.driver-popover.propertySearchGuide .driver-popover-title,
.driver-popover.propertySearchGuide .driver-popover-description,
.driver-popover.propertySearchGuide .driver-popover-progress-text {
  color: #fff;
  font-family: "Satoshi-Variable";
}

.driver-popover.propertySearchGuide .driver-popover-title {
  font-size: 1.2rem;
  max-width: 95%;
}

.driver-popover.propertySearchGuide .driver-popover-description {
  opacity: 0.8;
  font-size: 0.85rem;
}

.driver-popover.propertySearchGuide button {
  text-align: center;
  background-color: #000;
  color: #ffffff;
  border: 1px solid #eee;
  text-shadow: none;
  font-family: "Satoshi-Medium";
  font-size: 0.75rem;
  height: 2rem;
  padding: 0 1rem;
  gap: 1rem;
  display: flex;
  align-items: center;
  border-radius: 4px;
}

.driver-popover.propertySearchGuide .driver-popover-navigation-btns {
  justify-content: unset !important;
  flex-grow: unset;
}

.driver-popover-next-btn {
  background-color: #008000 !important;
  transition: 0.3s all ease-in-out !important;
}
.driver-popover-next-btn:hover {
  background-color: #6BC68F !important;
  border-radius: 10rem !important;
  scale: 1.02 !important;
  color: #fff !important;
}

.driver-popover.propertySearchGuide button:hover {
  background-color: #000;
  color: #ffffff;
}

.driver-popover.propertySearchGuide .driver-popover-navigation-btns {
  justify-content: space-between;
  gap: 3px;
  margin-top: 0.5rem;
}

.driver-popover.propertySearchGuide .driver-popover-close-btn {
  color: #9b9b9b;
}

.driver-popover.propertySearchGuide .driver-popover-close-btn:hover {
  color: #000;
}

.driver-popover.propertySearchGuide .driver-popover-arrow-side-left.driver-popover-arrow {
  border-left-color: #008000;
}

.driver-popover.propertySearchGuide .driver-popover-arrow-side-right.driver-popover-arrow {
  border-right-color: #008000;
}

.driver-popover.propertySearchGuide .driver-popover-arrow-side-top.driver-popover-arrow {
  border-top-color: #008000;
}

.driver-popover.propertySearchGuide .driver-popover-arrow-side-bottom.driver-popover-arrow {
  border-bottom-color: #008000;
}

.driver-popover-close-btn {
  background-color: rgba(46, 46, 46, 0.5607843137) !important;
  padding: 0.2rem !important;
  border: unset !important;
  max-height: 1.2rem !important;
  max-width: 1.2rem !important;
  border-radius: 50% !important;
  transform: translateY(0.5rem) translateX(-0.5rem) !important;
  position: absolute !important;
  transition: 0.3s ease-in-out;
}
.driver-popover-close-btn:hover {
  background-color: #ffffff !important;
}

.chatShowHideToggle {
  position: absolute;
  top: 0.2rem;
  right: 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
}
.chatShowHideToggle .chatShow {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  scale: 0.85;
  background-color: #FCE300;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.chatShowHideToggle .chatShow.show {
  display: flex;
}
.chatShowHideToggle .chatShow > svg path {
  fill: #333;
}
.chatShowHideToggle .chatShow:hover {
  background-color: #e0e0e0;
  scale: 1.1;
}

.chatShowHideToggle .chatShowHideToggleBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  scale: 0.85;
  background-color: #FCE300;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.chatShowHideToggle .chatShowHideToggleBtn > svg path {
  fill: #008000;
}

.chatShowHideToggle .chatShowHideToggleBtn:hover {
  background-color: #e0e0e0;
}

.chatShowHideToggle .chatShowHideToggleBtn .chatShowHideToggleBtnIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}

.chatContainerMain {
  position: fixed;
  bottom: 5rem;
  right: 1.5rem;
  width: 26rem;
  height: 33rem;
  display: none;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
  z-index: 9999;
  overflow: hidden;
  overscroll-behavior: contain;
  transform-origin: bottom right;
}
.chatContainerMain[data-state=open] {
  display: flex;
}
.chatContainerMain .chatWrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .chatContainerMain {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
  }
}
.chatContainerMain .topChatContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3rem;
  padding: 0 1rem;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 10;
  flex-shrink: 0;
}

.chatBranding {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.chatBranding .chatHeader {
  width: 1.75rem;
  height: 1.75rem;
}
.chatBranding .chatHeader img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.chatBranding h2 {
  font-size: 0.9rem;
  font-family: "Satoshi-Bold", Arial, sans-serif;
  margin: 0;
  color: #1a1a1a;
}
.chatBranding h2 .aiText {
  background: linear-gradient(135deg, #008000, #00a000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.chatHeaderActions {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.resetChatBtn {
  width: 1.75rem;
  height: 1.75rem;
  border: none;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.resetChatBtn:hover {
  background: rgba(0, 0, 0, 0.12);
}
.resetChatBtn:active {
  transform: scale(0.95);
}
.resetChatBtn svg {
  width: 14px;
  height: 14px;
}
.resetChatBtn svg path {
  stroke: #666;
}

.closeChatBtn {
  width: 1.75rem;
  height: 1.75rem;
  border: none;
  background: #dc3545;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.closeChatBtn:hover {
  background: #c82333;
}
.closeChatBtn:active {
  transform: scale(0.95);
}
.closeChatBtn svg {
  width: 16px;
  height: 16px;
}
.closeChatBtn svg path {
  stroke: #ffffff;
}

@media (max-width: 767px) {
  .chatContainerMain .topChatContainer {
    height: 3rem;
    padding: 0 0.75rem;
    border-radius: 0;
  }
}
.chatTriggerBtn {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 3.5rem;
  height: 3.5rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9998;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.chatTriggerBtn .triggerIcon,
.chatTriggerBtn .closeIcon {
  width: 1.75rem;
  height: 1.75rem;
  transition: all 0.3s ease;
}
.chatTriggerBtn .closeIcon {
  display: none;
}
.chatTriggerBtn:hover {
  background: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}
.chatTriggerBtn:hover .triggerIcon,
.chatTriggerBtn:hover .closeIcon {
  transform: scale(1.1);
}
.chatTriggerBtn:active {
  transform: scale(0.95);
}
.chatTriggerBtn.chat-open .triggerIcon {
  display: none;
}
.chatTriggerBtn.chat-open .closeIcon {
  display: block;
}
.chatTriggerBtn .unreadPulse {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  background: #ef4444;
  border-radius: 50%;
  border: 2px solid white;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}
.chatTriggerBtn .unreadPulse.active {
  opacity: 1;
  transform: scale(1);
  animation: unread-bounce 1s ease-in-out infinite;
}

@keyframes unread-bounce {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@media (max-width: 767px) {
  .chatTriggerBtn.chat-open {
    display: none;
  }
}
.chatPromptBubble {
  position: fixed;
  bottom: 5.5rem;
  right: 1.5rem;
  background: #ffffff;
  border-radius: 1rem 1rem 0.25rem 1rem;
  padding: 0.75rem 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  z-index: 9997;
  max-width: 16rem;
  display: none;
  opacity: 0;
  transform: translateY(0.5rem) scale(0.95);
  transform-origin: bottom right;
  border: 1px solid rgba(0, 128, 0, 0.15);
}
.chatPromptBubble.visible {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  animation: chatPromptIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.chatPromptBubble.hiding {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  animation: chatPromptOut 0.25s ease-in forwards;
}
.chatPromptBubble .chatPromptText {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.4;
  color: #1a1a1a;
  font-family: "Satoshi-Medium", sans-serif;
}
.chatPromptBubble .chatPromptClose {
  background: #ef4444;
  border: none;
  color: #ffffff;
  font-size: 0.7rem;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.chatPromptBubble .chatPromptClose:hover {
  background: #dc2626;
}
.chatPromptBubble::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 1.25rem;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transform: rotate(45deg);
}

@keyframes chatPromptIn {
  from {
    opacity: 0;
    transform: translateY(0.5rem) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes chatPromptOut {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateY(0.5rem) scale(0.95);
  }
}
@media (max-width: 767px) {
  .chatPromptBubble {
    right: 1rem;
    bottom: 5rem;
    max-width: 14rem;
  }
}
.chatBodyContainer {
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background-color: #f0f4f0;
  background-image: linear-gradient(to bottom, rgba(240, 244, 240, 0.85), rgba(240, 244, 240, 0.7), rgba(240, 244, 240, 0.85)), url("/static/assets/images/mainChatBackgorund.png");
  background-size: cover, 200%;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  position: relative;
}
.chatBodyContainer::-webkit-scrollbar {
  width: 4px;
}
.chatBodyContainer::-webkit-scrollbar-track {
  background: transparent;
}
.chatBodyContainer::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.chatBodyContainer::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.25);
}

.chatMessage {
  display: flex;
  flex-direction: column;
  max-width: 85%;
  animation: messageSlideIn 0.3s ease-out;
}
.chatMessage.user {
  align-self: flex-end;
  align-items: flex-end;
  max-width: 75%;
}
.chatMessage.ai {
  align-self: flex-start;
  align-items: flex-start;
}

@keyframes messageSlideIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.messageContent {
  padding: 0.875rem 1.125rem;
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  word-wrap: break-word;
}
.chatMessage.ai .messageContent {
  background: #f0f0f0;
  border: none;
  border-radius: 0.25rem 0.875rem 0.875rem 0.875rem;
  color: #1a1a1a;
}
.chatMessage.user .messageContent {
  background: #008000;
  border-radius: 0.875rem 0.875rem 0.25rem 0.875rem;
  color: #ffffff;
}
.messageContent strong {
  font-family: "Satoshi-Bold", sans-serif;
}
.messageContent em {
  font-style: italic;
}
.messageContent code {
  background: rgba(0, 0, 0, 0.08);
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  font-family: "Monaco", "Consolas", monospace;
  font-size: 0.8rem;
}
.messageContent pre {
  background: #1e1e1e;
  color: #d4d4d4;
  padding: 0.75rem;
  border-radius: 0.5rem;
  overflow-x: auto;
  margin: 0.5rem 0;
}
.messageContent pre code {
  background: transparent;
  padding: 0;
  color: inherit;
}
.messageContent p {
  margin: 0 0 0.5rem 0;
}
.messageContent p:last-child {
  margin-bottom: 0;
}
.messageContent ul, .messageContent ol {
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}
.messageContent ul li, .messageContent ol li {
  margin: 0.25rem 0;
}
.messageContent a {
  color: #008000;
  text-decoration: none;
}
.messageContent a:hover {
  text-decoration: underline;
}
.chatMessage.user .messageContent a {
  color: #ffffff;
  text-decoration: underline;
}

.chatMessage .timestamp {
  font-size: 0.65rem;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0.375rem;
  font-family: "Satoshi-Regular", sans-serif;
}
.chatMessage.user .chatMessage .timestamp {
  color: rgba(255, 255, 255, 0.7);
}

.streamingCursor {
  display: inline-block;
  width: 2px;
  height: 1em;
  background: #008000;
  margin-left: 2px;
  animation: cursorBlink 0.8s ease-in-out infinite;
  vertical-align: text-bottom;
}

@keyframes cursorBlink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}
.thinkingState {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1.125rem;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.25rem 1rem 1rem 1rem;
  max-width: 85%;
  animation: messageSlideIn 0.3s ease-out;
}
.thinkingState .sparkleIcon {
  width: 1.25rem;
  height: 1.25rem;
  animation: sparkleRotate 2s linear infinite;
}
.thinkingState .sparkleIcon svg {
  width: 100%;
  height: 100%;
  fill: #008000;
}
.thinkingState .thinkingText {
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 0.875rem;
  color: #666;
  animation: thinkingPulse 1.5s ease-in-out infinite;
}

@keyframes sparkleRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes thinkingPulse {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}
.typingIndicator {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0.75rem 1rem;
}
.typingIndicator .typingDot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: typingBounce 1.4s ease-in-out infinite;
}
.typingIndicator .typingDot:nth-child(1) {
  background: #008000;
  animation-delay: 0s;
}
.typingIndicator .typingDot:nth-child(2) {
  background: #00a000;
  animation-delay: 0.15s;
}
.typingIndicator .typingDot:nth-child(3) {
  background: #00c000;
  animation-delay: 0.3s;
}

@keyframes typingBounce {
  0%, 60%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-8px);
  }
}
.errorMessage {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1.125rem;
  background: rgba(239, 68, 68, 0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 0.25rem 1rem 1rem 1rem;
  max-width: 85%;
  cursor: pointer;
  transition: all 0.2s ease;
  animation: errorShake 0.4s ease-out;
}
.errorMessage:hover {
  background: rgba(239, 68, 68, 0.15);
}
.errorMessage .errorIcon {
  width: 1.25rem;
  height: 1.25rem;
  color: #ef4444;
}
.errorMessage .errorText {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 0.875rem;
  color: #ef4444;
}

@keyframes errorShake {
  0%, 100% {
    transform: translateX(0);
  }
  20%, 60% {
    transform: translateX(-3px);
  }
  40%, 80% {
    transform: translateX(3px);
  }
}
.suggestionsContainer,
.suggestionChips {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding-left: 0.25rem;
}

.suggestionChip {
  background: #ffffff;
  border: 1px solid rgba(0, 128, 0, 0.2);
  border-radius: 1.25rem;
  padding: 0.5rem 0.875rem;
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 0.8rem;
  color: #006600;
  cursor: pointer;
  transition: all 0.2s ease;
  animation: chipFadeIn 0.3s ease-out backwards;
}
.suggestionChip:hover {
  background: rgba(0, 128, 0, 0.06);
  border-color: rgba(0, 128, 0, 0.4);
}
.suggestionChip:active {
  transform: scale(0.97);
}
.suggestionChip:nth-child(1) {
  animation-delay: 0.1s;
}
.suggestionChip:nth-child(2) {
  animation-delay: 0.2s;
}
.suggestionChip:nth-child(3) {
  animation-delay: 0.3s;
}
.suggestionChip:nth-child(4) {
  animation-delay: 0.4s;
}
.suggestionChip:nth-child(5) {
  animation-delay: 0.5s;
}
.suggestionChip:nth-child(6) {
  animation-delay: 0.6s;
}

@keyframes chipFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .suggestionChip {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}
.quickActionsGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  padding: 0.5rem;
  margin-top: 0.5rem;
}

.quickActionCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.75rem;
  cursor: pointer;
  transition: all 0.2s ease;
  animation: cardFadeIn 0.4s ease-out backwards;
}
.quickActionCard:hover {
  background: rgba(255, 255, 255, 0.7);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.quickActionCard:active {
  transform: translateY(0);
}
.quickActionCard .actionIcon {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.quickActionCard .actionLabel {
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 0.8rem;
  color: #333;
  text-align: center;
}
.quickActionCard:nth-child(1) {
  animation-delay: 0.1s;
}
.quickActionCard:nth-child(2) {
  animation-delay: 0.2s;
}
.quickActionCard:nth-child(3) {
  animation-delay: 0.3s;
}
.quickActionCard:nth-child(4) {
  animation-delay: 0.4s;
}

@keyframes cardFadeIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .quickActionsGrid {
    grid-template-columns: 1fr;
  }
  .quickActionCard {
    flex-direction: row;
    justify-content: flex-start;
    padding: 0.875rem 1rem;
    min-height: 44px;
  }
}
.chatBodyContainer .chatMessage {
  display: flex;
  flex-direction: column;
  max-width: 80%;
  animation: fadeInUp 0.3s ease-out;
}

.chatBodyContainer .chatMessage .messageActions {
  display: flex;
  gap: 0.5rem;
  align-self: flex-start;
  opacity: 0;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  transition: opacity 0.25s ease, max-height 0.25s ease, margin-top 0.25s ease;
}

.chatBodyContainer .chatMessage .messageActions .actionBtn {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.3rem 0.6rem;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  cursor: pointer;
  font-family: "Satoshi-Medium", Arial, sans-serif;
  font-size: 0.7rem;
  color: #666;
  transition: all 0.2s ease;
}

.chatBodyContainer .chatMessage .messageActions .actionBtn svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}

.chatBodyContainer .chatMessage .messageActions .actionBtn:hover {
  background-color: #f8f9fa;
  border-color: #008000;
  color: #008000;
  transform: translateY(-1px);
}

.chatBodyContainer .chatMessage .messageActions .actionBtn:hover svg {
  color: #008000;
}

.chatBodyContainer .chatMessage .messageActions .actionBtn:active {
  transform: scale(0.95);
}

.chatBodyContainer .chatMessage .messageActions .actionBtn svg {
  transition: color 0.2s ease;
}

.chatBodyContainer .chatMessage .messageActions.userActions {
  align-self: flex-end;
}

.chatBodyContainer .chatMessage .messageActions.userActions .actionBtn {
  background-color: white;
  border-color: rgba(0, 128, 0, 0.3);
  color: #008000;
}

.chatBodyContainer .chatMessage .messageActions.userActions .actionBtn:hover {
  background-color: #008000;
  color: white;
  border-color: #008000;
}

.chatBodyContainer .chatMessage .messageActions.userActions .actionBtn:hover svg {
  color: white;
}

.chatBodyContainer .chatMessage:hover .messageActions {
  opacity: 1;
  max-height: 3rem;
  margin-top: 0.5rem;
}

.chatBodyContainer .chatMessage .editInput {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #008000;
  border-radius: 12px;
  background-color: white;
  font-family: "Satoshi-Medium", Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
  resize: vertical;
  min-height: 2.5rem;
  margin-bottom: 0.5rem;
  outline: none;
}

.chatBodyContainer .chatMessage .editInput:focus {
  border-color: #006600;
  box-shadow: 0 0 0 3px rgba(0, 128, 0, 0.1);
}

.chatBodyContainer .chatMessage .editControls {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
}

.chatBodyContainer .chatMessage .editControls .editControlBtn {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.4rem 0.8rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: "Satoshi-Medium", Arial, sans-serif;
  font-size: 0.7rem;
  transition: all 0.2s ease;
}

.chatBodyContainer .chatMessage .editControls .editControlBtn svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}

.chatBodyContainer .chatMessage .editControls .editControlBtn.saveBtn {
  background-color: #008000;
  color: white;
}

.chatBodyContainer .chatMessage .editControls .editControlBtn.saveBtn:hover {
  background-color: #006600;
  transform: translateY(-1px);
}

.chatBodyContainer .chatMessage .editControls .editControlBtn.cancelBtn {
  background-color: #f8f9fa;
  color: #666;
  border: 1px solid #ddd;
}

.chatBodyContainer .chatMessage .editControls .editControlBtn.cancelBtn:hover {
  background-color: #e9ecef;
  color: #333;
  transform: translateY(-1px);
}

.chatBodyContainer .chatMessage .editControls .editControlBtn:active {
  transform: scale(0.95);
}

.chatBodyContainer .chatMessage .editControls .editControlBtn svg {
  transition: color 0.2s ease;
}

.chatBodyContainer .typingIndicator {
  display: flex;
  align-items: center;
  align-self: flex-start;
  background-color: white;
  padding: 0.75rem 1rem;
  border-radius: 18px 18px 18px 4px;
  border: 1px solid #e0e0e0;
  margin-bottom: 1rem;
  animation: fadeInUp 0.3s ease-out;
}

.chatBodyContainer .typingIndicator .typingDots {
  display: flex;
  gap: 0.3rem;
}

.chatBodyContainer .typingIndicator .typingDots .dot {
  width: 6px;
  height: 6px;
  background-color: #888;
  border-radius: 50%;
  animation: typing 1.4s infinite ease-in-out;
}

.chatBodyContainer .typingIndicator .typingDots .dot:nth-child(1) {
  animation-delay: -0.32s;
}

.chatBodyContainer .typingIndicator .typingDots .dot:nth-child(2) {
  animation-delay: -0.16s;
}

.chatBodyContainer .typingIndicator .typingDots .dot:nth-child(3) {
  animation-delay: 0s;
}

.chatBodyContainer .unreadDivider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.5rem 0;
  animation: fadeInUp 0.4s ease-out;
}

.chatBodyContainer .unreadDivider .unreadDividerLine {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ff6b6b, transparent);
  opacity: 0.6;
}

.chatBodyContainer .unreadDivider .unreadDividerContent {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, #ff6b6b, #ee5a52);
  color: white;
  border-radius: 20px;
  font-family: "Satoshi-Bold", Arial, sans-serif;
  font-size: 0.7rem;
  box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
  position: relative;
}

.chatBodyContainer .unreadDivider .unreadDividerContent::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #ff6b6b, #ee5a52);
  border-radius: 20px;
  opacity: 0.8;
  z-index: -1;
}

.chatBodyContainer .unreadDivider .unreadDividerContent svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  animation: pulse 2s infinite;
}

.chatBodyContainer .unreadDivider .unreadDividerContent .unreadDividerText {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.chatBodyContainer::-webkit-scrollbar {
  width: 6px;
}

.chatBodyContainer::-webkit-scrollbar-track {
  background: transparent;
}

.chatBodyContainer::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

.chatBodyContainer::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

.chatboxInputContainer {
  position: relative;
}

.chat-autocomplete-results {
  display: none;
  position: absolute;
  bottom: calc(100% - 1.5rem);
  left: 0;
  right: 0;
  max-height: 180px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 128, 0, 0.3) transparent;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
  border-radius: 0.5rem 0.5rem 0 0;
  z-index: 10;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
}

.chat-autocomplete-results.show {
  display: block;
}

.chat-autocomplete-item {
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  font-family: "Satoshi-Medium", Arial, sans-serif;
  color: #333;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  transition: background-color 0.15s ease;
}

.chat-autocomplete-item:hover,
.chat-autocomplete-item.active {
  background-color: rgba(0, 128, 0, 0.06);
  color: #006600;
}

.chat-autocomplete-item:last-child {
  border-bottom: none;
}

.chat-autocomplete-results::-webkit-scrollbar {
  width: 5px;
}

.chat-autocomplete-results::-webkit-scrollbar-track {
  background: transparent;
}

.chat-autocomplete-results::-webkit-scrollbar-thumb {
  background: rgba(0, 128, 0, 0.3);
  border-radius: 3px;
}

.chat-autocomplete-results::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 128, 0, 0.5);
}

.chat-autocomplete-load-more {
  padding: 0.4rem 0.75rem;
  font-size: 0.7rem;
  font-family: "Satoshi-Medium", Arial, sans-serif;
  color: #006600;
  cursor: pointer;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  transition: background-color 0.15s ease;
  position: sticky;
  bottom: 0;
  background: #ffffff;
}

.chat-autocomplete-load-more:hover {
  background-color: #f0f7f0;
}

.chat-autocomplete-load-more.loading {
  pointer-events: none;
  color: #888;
}

.chat-autocomplete-load-more.loading .load-more-text {
  display: none;
}

.chat-autocomplete-load-more.loading .load-more-spinner {
  display: inline-flex;
}

.chat-autocomplete-load-more .load-more-spinner {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.chat-autocomplete-load-more .load-more-spinner .chat-autocomplete-spinner {
  width: 12px;
  height: 12px;
}

.chat-autocomplete-loading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 0.75rem;
  font-size: 0.75rem;
  font-family: "Satoshi-Medium", Arial, sans-serif;
  color: #888;
}

.chat-autocomplete-spinner {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(0, 128, 0, 0.15);
  border-top-color: #006600;
  border-radius: 50%;
  animation: chatSpinAuto 0.6s linear infinite;
}

@keyframes chatSpinAuto {
  to {
    transform: rotate(360deg);
  }
}
.chatBodyContainer .htmlContent {
  white-space: normal;
  line-height: 1.5;
}

.propertyResultsContainer {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.propertyResultsContainer .resultsHeading {
  font-family: "Satoshi-Bold", Arial, sans-serif;
  font-size: 0.8rem;
  color: #1a1a1a;
  margin-bottom: 0.125rem;
}

.propertyResultCard {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 0.625rem;
  padding: 0;
  overflow: hidden;
}

.propertyResultCard .resultHeader {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.65rem 0.75rem;
  background: linear-gradient(135deg, #f8faf8, #f1f5f1);
  border-bottom: 1px solid rgba(0, 128, 0, 0.1);
}

.propertyResultCard .resultTitle {
  font-family: "Satoshi-Bold", Arial, sans-serif;
  font-size: 0.8rem;
  color: #1a1a1a;
  line-height: 1.35;
  min-width: 0;
  word-break: break-word;
}

.resultBadge {
  flex-shrink: 0;
  font-family: "Satoshi-Medium", Arial, sans-serif;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.175rem 0.5rem;
  border-radius: 3px;
  margin-top: 0.1rem;
}

.resultBadge--diagram {
  background: rgba(0, 128, 0, 0.1);
  color: #006600;
}

.resultBadge--property {
  background: rgba(30, 80, 160, 0.1);
  color: #1e50a0;
}

.resultBadge--general_plan {
  background: rgba(160, 80, 0, 0.1);
  color: #a05000;
}

.resultFieldsGroup {
  padding: 0 0.75rem;
}

.propertyResultCard .resultField {
  font-size: 0.75rem;
  line-height: 1.5;
  display: flex;
  gap: 0.375rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid #ebebeb;
}

.propertyResultCard .resultField:last-child {
  border-bottom: none;
}

.propertyResultCard .resultField .fieldLabel {
  color: #777;
  font-family: "Satoshi-Medium", Arial, sans-serif;
  font-size: 0.7rem;
  min-width: 95px;
  flex-shrink: 0;
}

.propertyResultCard .resultField .fieldValue {
  color: #1a1a1a;
  font-family: "Satoshi-Regular", Arial, sans-serif;
  word-break: break-word;
}

.propertyResultCard .resultActions {
  display: flex;
  flex-direction: column;
  gap: 0.425rem;
  padding: 0.625rem 0.75rem 0.75rem;
  border-top: 1px solid #ebebeb;
}

.resultActionBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.6rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.82rem;
  font-family: "Satoshi-Bold", Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
}

.resultActionBtn:active {
  transform: scale(0.97);
}

.resultActionBtn.addToCartBtn {
  background: #008000;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 128, 0, 0.2);
}

.resultActionBtn.addToCartBtn:hover {
  background: #006d00;
  box-shadow: 0 2px 6px rgba(0, 128, 0, 0.25);
}

.resultActionBtn.addToCartBtn.added {
  background: #4a4a4a;
  cursor: default;
  box-shadow: none;
}

.resultActionBtn.addToCartBtn:disabled {
  opacity: 0.65;
  cursor: wait;
  box-shadow: none;
}

.resultActionBtn.makePaymentBtn {
  background: #1a1a1a;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.resultActionBtn.makePaymentBtn:hover {
  background: #2d2d2d;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.paginationInfo {
  font-size: 0.7rem;
  color: #888;
  text-align: center;
  margin-top: 0.5rem;
  font-family: "Satoshi-Regular", Arial, sans-serif;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes typing {
  0%, 80%, 100% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
}
.chatboxInputContainer {
  display: flex;
  flex-direction: column;
  padding: 0.625rem 0.75rem;
  padding-top: 1.5rem;
  padding-bottom: calc(0.625rem + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.6) 30%, #ffffff 70%);
  border-top: none;
  flex-shrink: 0;
  margin-top: -1rem;
  position: relative;
  z-index: 2;
}

.inputWrapper {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}

.chatTextarea {
  flex: 1;
  min-height: 2.5rem;
  max-height: 8rem;
  padding: 0.625rem 1rem;
  background: rgba(245, 245, 245, 0.8);
  border: 1px solid transparent;
  border-radius: 1.25rem;
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #1a1a1a;
  resize: none;
  overflow-y: auto;
  transition: all 0.2s ease;
}
.chatTextarea::placeholder {
  color: #999;
}
.chatTextarea:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(0, 128, 0, 0.3);
  box-shadow: 0 0 0 3px rgba(0, 128, 0, 0.1);
}
.chatTextarea {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.chatTextarea::-webkit-scrollbar {
  display: none;
}

.sendMessageBtn {
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  background: #008000;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.sendMessageBtn svg {
  color: white;
}
.sendMessageBtn:hover:not(:disabled) {
  background: #006600;
  transform: scale(1.05);
}
.sendMessageBtn:active:not(:disabled) {
  transform: scale(0.95);
}
.sendMessageBtn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

@media (max-width: 767px) {
  .chatboxInputContainer {
    padding: 0.5rem 0.625rem;
    padding-bottom: calc(0.5rem + env(safe-area-inset-bottom, 0px));
  }
  .chatTextarea {
    font-size: 1rem;
  }
  .sendMessageBtn {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 768px) {
  .chatContainerMain.animating-open {
    animation: chatOpenDesktop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  }
  .chatContainerMain.animating-close {
    animation: chatCloseDesktop 0.3s ease-in forwards;
  }
}
@keyframes chatOpenDesktop {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes chatCloseDesktop {
  from {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  to {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
  }
}
@media (max-width: 767px) {
  .chatContainerMain.animating-open {
    animation: chatOpenMobile 0.5s cubic-bezier(0.32, 0.72, 0, 1) forwards;
  }
  .chatContainerMain.animating-close {
    animation: chatCloseMobile 0.3s ease-in forwards;
  }
}
@keyframes chatOpenMobile {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes chatCloseMobile {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .chatContainerMain,
  .chatTriggerBtn,
  .chatMessage,
  .suggestionChip,
  .typingIndicator .typingDot,
  .unreadPulse {
    animation: none !important;
    transition: opacity 0.2s ease !important;
  }
}
.closeChatBtn:focus-visible,
.resetChatBtn:focus-visible,
.chatTriggerBtn:focus-visible,
.sendMessageBtn:focus-visible,
.suggestionChip:focus-visible {
  outline: 2px solid #008000;
  outline-offset: 2px;
}

.chatTextarea:focus-visible {
  outline: none;
}

.slashCmdResult {
  font-family: "Satoshi-Regular", Arial, sans-serif;
  font-size: 0.78rem;
  line-height: 1.55;
  color: #1a1a1a;
}

.slashCmdHeader {
  font-family: "Satoshi-Bold", Arial, sans-serif;
  font-size: 0.85rem;
  color: #1a1a1a;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 128, 0, 0.15);
}

.slashCmdIntro {
  font-size: 0.75rem;
  color: #555;
  margin: 0 0 0.625rem;
}

.slashCmdSection {
  margin-bottom: 0.625rem;
}

.slashCmdSectionTitle {
  font-family: "Satoshi-Bold", Arial, sans-serif;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #008000;
  margin-bottom: 0.35rem;
}

.slashCmdList {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.slashCmdItem {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  padding: 0.2rem 0;
  font-size: 0.73rem;
}

.slashCmdName {
  font-family: "Satoshi-Bold", monospace;
  color: #008000;
  flex-shrink: 0;
}

.slashCmdArgs {
  font-family: monospace;
  color: #999;
  font-size: 0.68rem;
  flex-shrink: 0;
}

.slashCmdDesc {
  color: #666;
  font-size: 0.7rem;
  margin-left: auto;
}

.slashCmdServiceCard {
  background: #f8faf8;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.5rem;
  padding: 0.5rem 0.625rem;
  margin-bottom: 0.375rem;
}

.slashCmdServiceName {
  font-family: "Satoshi-Bold", Arial, sans-serif;
  font-size: 0.78rem;
  color: #1a1a1a;
  margin-bottom: 0.15rem;
}

.slashCmdServiceDesc {
  font-size: 0.72rem;
  color: #555;
  margin: 0 0 0.25rem;
}

.slashCmdServicePrice {
  font-family: "Satoshi-Bold", Arial, sans-serif;
  font-size: 0.72rem;
  color: #008000;
  background: rgba(0, 128, 0, 0.08);
  padding: 0.1rem 0.4rem;
  border-radius: 3px;
}

.slashCmdFAQList {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.slashCmdFAQ {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.4rem;
  overflow: hidden;
}
.slashCmdFAQ summary {
  padding: 0.45rem 0.625rem;
  font-family: "Satoshi-Medium", Arial, sans-serif;
  font-size: 0.75rem;
  color: #1a1a1a;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.slashCmdFAQ summary::before {
  content: "+";
  font-family: monospace;
  font-size: 0.85rem;
  color: #008000;
  flex-shrink: 0;
  width: 1rem;
  text-align: center;
}
.slashCmdFAQ summary::-webkit-details-marker {
  display: none;
}
.slashCmdFAQ[open] summary::before {
  content: "−";
}
.slashCmdFAQ p {
  padding: 0 0.625rem 0.45rem 1.625rem;
  font-size: 0.72rem;
  color: #555;
  margin: 0;
  line-height: 1.55;
}

.slashCmdContactItem {
  display: flex;
  justify-content: space-between;
  padding: 0.35rem 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.73rem;
}

.slashCmdContactLabel {
  color: #777;
  font-family: "Satoshi-Medium", Arial, sans-serif;
}

.slashCmdContactValue {
  color: #1a1a1a;
  font-family: "Satoshi-Regular", Arial, sans-serif;
}

.slashCmdOfficeCard {
  background: #f8faf8;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.4rem;
  padding: 0.45rem 0.625rem;
  margin-top: 0.375rem;
}

.slashCmdOfficeName {
  font-family: "Satoshi-Bold", Arial, sans-serif;
  font-size: 0.75rem;
  color: #1a1a1a;
}

.slashCmdOfficeAddr {
  font-size: 0.7rem;
  color: #555;
  margin-top: 0.1rem;
}

.slashCmdMandateList {
  margin: 0.25rem 0 0;
  padding-left: 1.25rem;
  font-size: 0.72rem;
  color: #555;
}
.slashCmdMandateList li {
  margin-bottom: 0.2rem;
}

.slashCmdPricingTable {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.slashCmdPricingRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0.5rem;
  background: #f8faf8;
  border-radius: 0.35rem;
  font-size: 0.73rem;
}

.slashCmdPricingService {
  color: #1a1a1a;
  font-family: "Satoshi-Medium", Arial, sans-serif;
}

.slashCmdPricingPrice {
  font-family: "Satoshi-Bold", Arial, sans-serif;
  color: #008000;
}

.slashCmdPricingNote {
  font-size: 0.68rem;
  color: #888;
  margin: 0.4rem 0 0;
  font-style: italic;
}

.chat-autocomplete-item.slash-cmd-autocomplete {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  padding: 0.45rem 0.75rem;
}
.chat-autocomplete-item.slash-cmd-autocomplete .slash-ac-cmd {
  font-family: monospace;
  font-weight: 700;
  color: #008000;
  font-size: 0.78rem;
  flex-shrink: 0;
}
.chat-autocomplete-item.slash-cmd-autocomplete .slash-ac-args {
  font-family: monospace;
  color: #aaa;
  font-size: 0.7rem;
  flex-shrink: 0;
}
.chat-autocomplete-item.slash-cmd-autocomplete .slash-ac-desc {
  color: #888;
  font-size: 0.7rem;
  margin-left: auto;
  text-align: right;
}

.notification {
  position: fixed;
  top: 2rem;
  right: 2rem;
  background-color: white;
  border-left: 4px solid #008000;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-family: "Satoshi-Medium", Arial, sans-serif;
  font-size: 0.9rem;
  color: #333;
  z-index: 1000;
  transform: translateX(400px);
  opacity: 0;
  transition: all 0.3s ease;
  max-width: 300px;
}

.notification.show {
  transform: translateX(0);
  opacity: 1;
}

.notification.success {
  border-left-color: #008000;
  background-color: #f0fff0;
}

.notification.info {
  border-left-color: #007bff;
  background-color: #f0f8ff;
}

.notification.error {
  border-left-color: #dc3545;
  background-color: #fff5f5;
}

/* Enhanced Notification Styles */
.enhanced-notification {
  position: fixed;
  top: 2rem;
  right: 2rem;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  font-family: "Satoshi-Medium", Arial, sans-serif;
  color: #2d3748;
  z-index: 1001;
  transform: translateX(400px) scale(0.9);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  max-width: 380px;
  min-width: 320px;
  overflow: hidden;
}

.enhanced-notification.show {
  transform: translateX(0) scale(1);
  opacity: 1;
}

.enhanced-notification.hide {
  transform: translateX(400px) scale(0.8);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.enhanced-notification-content {
  padding: 0.75rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
}

.notification-main {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.notification-icon-enhanced {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.notification-text-content {
  flex: 1;
  min-width: 0;
}

.notification-message {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.125rem;
  color: #1a202c;
}

.notification-subtitle {
  font-size: 0.8rem;
  color: #718096;
  line-height: 1.2;
  font-weight: 400;
}

.notification-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
  margin-top: 0.125rem;
}

.notification-action,
.notification-undo,
.notification-close {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 0.125rem;
}

.notification-action {
  background-color: #4299e1;
  color: white;
}

.notification-action:hover {
  background-color: #3182ce;
  transform: translateY(-1px);
}

.notification-undo {
  background-color: #fed7d7;
  color: #c53030;
  border: 1px solid #feb2b2;
}

.notification-undo:hover {
  background-color: #feb2b2;
  transform: translateY(-1px);
}

.notification-close {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background-color: #e53e3e;
}

.notification-close:hover {
  background-color: #f7fafc;
  color: #4a5568;
  transform: scale(1.1);
}

.notification-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #4299e1, #63b3ed);
  border-radius: 0 0 12px 12px;
  transform-origin: left;
  transform: scaleX(0);
}

/* Success variant */
.enhanced-notification.success .notification-icon-enhanced {
  background: linear-gradient(135deg, #c6f6d5, #9ae6b4);
  color: #22543d;
  box-shadow: 0 4px 12px rgba(56, 178, 172, 0.15);
}

.enhanced-notification.success .notification-progress-bar {
  background: linear-gradient(90deg, #38a169, #48bb78);
}

.enhanced-notification.success .notification-message {
  color: #22543d;
}

/* Error variant */
.enhanced-notification.error .notification-icon-enhanced {
  background: linear-gradient(135deg, #fed7d7, #feb2b2);
  color: #742a2a;
  box-shadow: 0 4px 12px rgba(245, 101, 101, 0.15);
}

.enhanced-notification.error .notification-progress-bar {
  background: linear-gradient(90deg, #e53e3e, #f56565);
}

.enhanced-notification.error .notification-message {
  color: #742a2a;
}

/* Info variant */
.enhanced-notification.info .notification-icon-enhanced {
  background: linear-gradient(135deg, #bee3f8, #90cdf4);
  color: #2a4365;
  box-shadow: 0 4px 12px rgba(66, 153, 225, 0.15);
}

.enhanced-notification.info .notification-progress-bar {
  background: linear-gradient(90deg, #4299e1, #63b3ed);
}

.enhanced-notification.info .notification-message {
  color: #2a4365;
}

/* Animation keyframes */
@keyframes progress-countdown {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
/* Position variants */
.enhanced-notification.top-left {
  top: 2rem;
  left: 2rem;
  right: auto;
  transform: translateX(-400px) scale(0.9);
}

.enhanced-notification.top-left.show {
  transform: translateX(0) scale(1);
}

.enhanced-notification.top-left.hide {
  transform: translateX(-400px) scale(0.8);
}

.enhanced-notification.bottom-right {
  top: auto;
  bottom: 2rem;
  right: 2rem;
  transform: translateX(400px) translateY(100px) scale(0.9);
}

.enhanced-notification.bottom-right.show {
  transform: translateX(0) translateY(0) scale(1);
}

.enhanced-notification.bottom-right.hide {
  transform: translateX(400px) translateY(100px) scale(0.8);
}

.enhanced-notification.bottom-left {
  top: auto;
  bottom: 2rem;
  left: 2rem;
  right: auto;
  transform: translateX(-400px) translateY(100px) scale(0.9);
}

.enhanced-notification.bottom-left.show {
  transform: translateX(0) translateY(0) scale(1);
}

.enhanced-notification.bottom-left.hide {
  transform: translateX(-400px) translateY(100px) scale(0.8);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .enhanced-notification {
    max-width: calc(100vw - 2rem);
    min-width: 280px;
    left: 1rem;
    right: 1rem;
    top: 1rem;
    transform: translateY(-100px) scale(0.9);
  }
  .enhanced-notification.show {
    transform: translateY(0) scale(1);
  }
  .enhanced-notification.hide {
    transform: translateY(-100px) scale(0.8);
  }
  .enhanced-notification.top-left,
  .enhanced-notification.bottom-right,
  .enhanced-notification.bottom-left {
    left: 1rem;
    right: 1rem;
    transform: translateY(-100px) scale(0.9);
  }
  .enhanced-notification.top-left.show,
  .enhanced-notification.bottom-right.show,
  .enhanced-notification.bottom-left.show {
    transform: translateY(0) scale(1);
  }
  .enhanced-notification.top-left.hide,
  .enhanced-notification.bottom-right.hide,
  .enhanced-notification.bottom-left.hide {
    transform: translateY(-100px) scale(0.8);
  }
  .enhanced-notification.bottom-right,
  .enhanced-notification.bottom-left {
    top: auto;
    bottom: 1rem;
    transform: translateY(100px) scale(0.9);
  }
  .enhanced-notification.bottom-right.show,
  .enhanced-notification.bottom-left.show {
    transform: translateY(0) scale(1);
  }
  .enhanced-notification.bottom-right.hide,
  .enhanced-notification.bottom-left.hide {
    transform: translateY(100px) scale(0.8);
  }
}
.retryContainer {
  display: flex;
  justify-content: center;
  margin: 0.5rem 0;
  animation: fadeInUp 0.3s ease-out;
}

.retryContainer .retryBtn {
  background-color: rgba(255, 165, 0, 0.9);
  border: 1px solid rgba(255, 165, 0, 0.3);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  cursor: pointer;
  font-family: "Satoshi-Medium", Arial, sans-serif;
  font-size: 0.85rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.retryContainer .retryBtn:hover {
  background-color: rgb(255, 165, 0);
  border-color: rgba(255, 165, 0, 0.5);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(255, 165, 0, 0.3);
}

.retryContainer .retryBtn:active {
  transform: translateY(0);
}

.retryContainer .retryBtn svg {
  transition: transform 0.3s ease;
}

.retryContainer .retryBtn:hover svg {
  transform: rotate(180deg);
}

.chatMessage.ai .messageContent.error-state {
  border-left: 3px solid #dc3545;
  background-color: rgba(220, 53, 69, 0.05);
  padding-left: 1rem;
}

.connectionStatus {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #28a745;
  transition: background-color 0.3s ease;
}

.connectionStatus.disconnected {
  background-color: #dc3545;
  animation: pulse 1s infinite;
}

.connectionStatus.connecting {
  background-color: #ffc107;
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media (min-width: 300px) and (max-width: 996px) {
  a {
    text-decoration: none !important;
  }
  .make-account {
    display: none !important;
  }
  .mainGovernmentLogo {
    display: none;
  }
  .login-signup {
    display: flex;
    gap: 1.5rem !important;
  }
  .nav-items .nav-item {
    height: 3rem;
  }
  .nav-items, .user-account {
    display: none;
  }
  .ecadastrelogo {
    display: none;
  }
  .uk-drop.uk-dropdown.uk-open {
    width: fit-content;
    padding: 0.5rem !important;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  }
  .uk-drop.uk-dropdown.uk-open .optionsWrapperDropdown {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
  }
  .uk-drop.uk-dropdown.uk-open .optionsWrapperDropdown li {
    height: 1.5rem;
    text-align: center;
    display: flex;
    padding: 0;
    margin: 0;
  }
  .uk-drop.uk-dropdown.uk-open .optionsWrapperDropdown li a {
    font-size: 0.7rem;
    text-align: center;
    display: flex;
  }
  .uk-drop.uk-dropdown.uk-open .optionsWrapperDropdown .uk-active a {
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
  }
  .uk-drop.uk-dropdown.uk-open .accounts {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-top: 1.2px solid #dedede;
    padding-top: 1.5rem;
    margin-top: 0.5rem;
  }
  .uk-drop.uk-dropdown.uk-open .accounts a {
    width: 100%;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    border-radius: 4px;
    font-family: "Satoshi-Bold";
  }
  .uk-drop.uk-dropdown.uk-open .accounts .login {
    background: #008000;
    color: #fff;
  }
  .uk-drop.uk-dropdown.uk-open .accounts .make-account {
    gap: 0.5rem;
    border: 1.2px solid #dedede;
    color: #1a1a1a;
  }
  .uk-drop.uk-dropdown.uk-open .accounts .make-account span {
    height: 1rem;
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navigation-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0 1rem;
    background-color: #fff;
    border-bottom: 1.2px solid #dedede;
    align-items: center;
  }
  .mobile-navigation {
    width: 4rem !important;
    height: 4rem !important;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .uk-navbar-right {
    display: flex;
    align-items: center;
  }
  .uk-navbar-right .menu-icon {
    display: flex;
    flex-direction: row-reverse;
    gap: 0.5rem;
    align-items: center;
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
    scale: 0.9;
  }
  .uk-navbar-right .menu-icon .menuHeader {
    color: rgba(26, 26, 26, 0.8);
    font-size: 0.9rem;
  }
  .mobile-logos {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    height: 2rem;
    width: fit-content;
  }
  .mobile-logos div {
    display: flex;
    align-items: center;
    height: 100%;
    width: 3rem;
  }
  .uk-navbar-dropdown {
    --uk-position-offset: 15px;
    --uk-position-shift-offset: 0;
    --uk-position-viewport-offset: 15px;
    width: fit-content;
    padding: 0.5rem !important;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  }
  .uk-navbar-dropdown .uk-navbar-dropdown-nav {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
  }
  .uk-navbar-dropdown .uk-navbar-dropdown-nav li {
    height: 1.5rem;
    text-align: center;
    display: flex;
    padding: 0;
    margin: 0;
  }
  .uk-navbar-dropdown .uk-navbar-dropdown-nav li a {
    font-size: 0.7rem;
    text-align: center;
    display: flex;
  }
  .uk-navbar-dropdown .uk-navbar-dropdown-nav .uk-active a {
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
  }
  .uk-navbar-dropdown .accounts {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-top: 1.2px solid #dedede;
    padding-top: 1.5rem;
    margin-top: 0.5rem;
  }
  .uk-navbar-dropdown .accounts a {
    width: 100%;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 0.7rem;
    border-radius: 4px;
    font-family: "Satoshi-Bold";
  }
  .uk-navbar-dropdown .accounts .login {
    background: #008000;
    color: #fff;
  }
  .uk-navbar-dropdown .accounts .make-account {
    gap: 0.5rem;
    border: 1.2px solid #dedede;
    color: #1a1a1a;
    text-decoration: none !important;
  }
  .uk-navbar-dropdown .accounts .make-account .makeAccountWrapper {
    height: 1rem;
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .uk-navbar-dropdown .accounts .make-account span {
    height: 1rem;
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .uk-navbar-dropdown .accounts .make-account:hover {
    background-color: #008000;
    color: #fff;
  }
  .mobileNavigation {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobileNavigation:focus,
  .mobileNavigation:active {
    outline: none;
    background: none;
  }
  .mobileHamburger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
  }
  .hamburgerIcon,
  .closeIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    transition: all 0.2s ease;
  }
  .uk-dropdown {
    padding: 0 !important;
  }
  .servicesDropWrapper {
    /* background-color: red; */
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .servicesDropWrapper .services-drop {
    /* background-color: red; */
    width: 90%;
    margin-inline: auto;
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0.5rem;
  }
  .servicesDropWrapper .services-drop a {
    height: 100%;
    width: 100%;
    color: #333;
    padding-left: 1rem;
    gap: 0.5rem;
    font-size: 0.8rem !important;
    display: flex;
    align-items: center !important;
    height: 2.2rem;
    /* font-family: 'Sat'; */
    background-color: rgba(0, 128, 0, 0.2431372549);
    border-radius: 4px;
    border: 1.2px solid #dedede;
    font-family: "Satoshi-Bold";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .servicesDropWrapper .services-drop a span {
    height: 1rem;
    /* background-color: red; */
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .servicesDropWrapper .services-drop a:hover {
    background-color: rgba(0, 128, 0, 0.662745098);
    color: #fff !important;
    border-radius: 10rem;
  }
  .geodeticIcon path {
    fill: rgba(70, 70, 70, 0.937254902);
  }
  .navigation-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0 1rem;
    background-color: #fff;
    border-bottom: 1.2px solid #dedede;
    align-items: center;
  }
  .mobile-logos {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    height: 3rem;
    width: fit-content;
  }
  .mobile-logos div {
    display: flex;
    align-items: center;
    height: 100%;
    width: 4rem;
  }
  .mobile-navigation {
    width: 4rem !important;
    height: 4rem !important;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .uk-navbar-right {
    display: flex;
    align-items: center;
  }
  .uk-navbar-right .menu-icon {
    display: flex;
    flex-direction: row-reverse;
    gap: 0.5rem;
    align-items: center;
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
    scale: 0.9;
  }
  .uk-navbar-right .menu-icon .menuHeader {
    color: rgba(26, 26, 26, 0.8);
    font-size: 0.9rem;
  }
  .uk-navbar-dropdown {
    --uk-position-offset: 15px;
    --uk-position-shift-offset: 0;
    --uk-position-viewport-offset: 15px;
    width: fit-content;
    padding: 0.5rem !important;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  }
  .uk-navbar-dropdown .uk-navbar-dropdown-nav {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
  }
  .uk-navbar-dropdown .uk-navbar-dropdown-nav li {
    height: 1.5rem;
    text-align: center;
    display: flex;
    padding: 0;
    margin: 0;
  }
  .uk-navbar-dropdown .uk-navbar-dropdown-nav li a {
    font-size: 0.7rem;
    text-align: center;
    display: flex;
  }
  .uk-navbar-dropdown .uk-navbar-dropdown-nav .uk-active a {
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
  }
  .uk-navbar-dropdown .accounts {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-top: 1.2px solid #dedede;
    padding-top: 1.5rem;
    margin-top: 0.5rem;
  }
  .uk-navbar-dropdown .accounts a {
    width: 100%;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    border-radius: 4px;
    font-family: "Satoshi-Bold";
  }
  .uk-navbar-dropdown .accounts .login {
    background: #008000;
    color: #fff;
  }
  .uk-navbar-dropdown .accounts .make-account {
    gap: 0.5rem;
    border: 1.2px solid #dedede;
    color: #008000 !important;
    font-family: "Satoshi-Bold";
  }
  .uk-navbar-dropdown .accounts .make-account span {
    height: 1rem;
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .uk-drop.uk-dropdown.uk-open {
    background-color: #FFFFFF;
    bottom: -153.6px;
    box-shadow: rgba(0, 0, 0, 0.1490196078) 0px 5px 12px 0px;
    box-sizing: border-box;
    left: 1004.33px;
    max-width: 10rem !important;
    /* min-width: 200px; */
    padding: 0 !important;
    position: absolute;
    right: 314.875px;
    top: 67.6px;
    z-index: 1020;
  }
  .uk-drop.uk-dropdown.uk-open .dropContainer {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 90%;
    margin-top: 1rem;
    margin-inline: auto;
  }
  .uk-drop.uk-dropdown.uk-open .dropContainer li {
    height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .uk-drop.uk-dropdown.uk-open .dropContainer li a {
    height: 100%;
    width: 100%;
    color: #333;
    padding-left: 0.5rem;
    font-size: 0.8rem !important;
    /* font-family: 'Sat'; */
    background-color: rgba(0, 128, 0, 0.2431372549);
    border-radius: 4px;
    border: 1.2px solid #dedede;
    font-family: "Satoshi-Bold";
    transition: all 0.3s ease-in-out;
  }
  .uk-drop.uk-dropdown.uk-open .dropContainer li a span {
    height: 1rem;
    width: 1rem;
  }
  .uk-drop.uk-dropdown.uk-open .dropContainer li a:hover {
    background-color: #008000;
    color: #fff;
    border-radius: 10rem;
  }
  .uk-drop.uk-dropdown.uk-open .logout-container {
    background-color: #fff;
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    border-top: 1.2px solid #dedede;
  }
  .uk-drop.uk-dropdown.uk-open .logout-container .logout-btn {
    display: flex;
    height: 2.2rem;
    width: 90%;
    margin-inline: auto;
    background: #ef233c;
    align-items: center;
    border-radius: 4px;
    color: #fff;
    font-family: "Satoshi-Bold";
    justify-content: center;
    transition: all 0.3s ease-in-out;
  }
  .uk-drop.uk-dropdown.uk-open .logout-container .logout-btn:hover {
    background-color: #d15664;
    border-radius: 10rem;
  }
  .user-account {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 0.5rem;
  }
  .user-account .user-action {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    height: 2.5rem;
    width: fit-content;
    color: #fff;
    text-decoration: none;
    font-size: 0.8rem;
    font-family: "Satoshi-Bold" !important;
    padding-left: 0.2rem;
    padding-right: 1rem !important;
    border-radius: 10rem;
    background-color: rgba(0, 128, 0, 0.4431372549);
    display: flex !important;
  }
  .user-account .user-action .avatar {
    display: flex;
    height: 2rem;
    width: 2rem;
    background-color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
  .mobileNavigationExpanded {
    position: fixed;
    top: 4.5rem;
    left: 0;
    height: calc(100dvh - 4.5rem);
    width: 100%;
    z-index: 10000 !important;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    display: none;
    overflow: hidden;
  }
  .mobileNavigationExpanded::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%, rgba(0, 176, 80, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 50%), radial-gradient(circle at 40% 80%, rgba(0, 176, 80, 0.08) 0%, transparent 50%);
    pointer-events: none;
  }
  .navigation-container {
    min-height: 4.5rem;
    position: relative;
  }
  .navigation-container .mobile-logos {
    position: absolute;
    left: 1rem;
    display: flex;
    gap: 0.5rem !important;
  }
  .navigation-container .make-account {
    display: none !important;
  }
  .navigation-container .user-account {
    position: absolute;
    top: 1.2rem;
    flex-direction: row-reverse;
    right: 1rem;
  }
  .navigation-container .user-account .user-action {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    height: 2.5rem;
    width: fit-content;
    color: #fff;
    text-decoration: none;
    font-family: "Satoshi-Bold" !important;
    padding-left: 0.5rem;
    padding-right: 1.2rem !important;
    border-radius: 10rem;
    background-color: rgba(0, 128, 0, 0.4431372549);
    display: flex !important;
  }
  .navigation-container .user-account .user-action .avatar {
    display: flex;
    align-items: center;
    height: 1.5rem;
    width: 1.5rem;
    padding: 0.2rem;
    border-radius: 50%;
    background-color: #fff !important;
    overflow: hidden;
  }
  .navigation-container .loginIcon path {
    fill: #fff !important;
  }
  .navigation-container .login {
    display: flex;
    gap: 0.5rem !important;
  }
  .navigation-container .login .loginIconWrapper {
    display: flex;
    height: 1rem;
    width: 1rem;
  }
  .mobileNavContent {
    position: relative;
    z-index: 101;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
  }
  .mobileNavMenu {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .mobileNavMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
  .mobileNavLink {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 0.85rem;
    font-family: "Satoshi-Bold";
    position: relative;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none;
    text-align: left;
    padding-left: 1.5rem;
    border-radius: 12px;
    width: fit-content;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 4px;
    width: fit-content;
    min-width: 100%;
    min-height: 3.5rem;
    gap: 1rem;
    padding-right: 1rem;
  }
  .mobileNavLink .dropdownIcon {
    display: flex;
    height: 1rem;
    width: 1rem;
    align-items: center;
    justify-content: center;
  }
  .mobileNavLink:hover {
    color: #00B050;
    background: rgba(0, 176, 80, 0.1);
    border: 1px solid rgba(0, 176, 80, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 176, 80, 0.2);
  }
  .hasSubmenu .mobileNavLink {
    cursor: pointer;
  }
  .dropdownIcon {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .dropdownIcon.rotated {
    transform: rotate(180deg);
  }
  .mobileSubmenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: rgba(0, 176, 80, 0.1);
    border-radius: 8px;
    margin-top: 1rem;
    backdrop-filter: blur(10px);
  }
  .mobileSubmenu.expanded {
    margin: 1rem 0;
    background-color: rgba(197, 197, 197, 0.363);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.61);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 1rem 0.5rem;
  }
  .mobileSubLink {
    padding-left: 1rem;
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    font-family: "Satoshi-Medium";
    text-decoration: none;
    height: 2.5rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    width: 100%;
    text-align: left;
    transition: all 0.3s ease;
  }
  .mobileSubLink .cadastral-iconWrapper {
    padding: 0.2rem;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    height: 1.5rem;
    width: 1.5rem;
  }
  .mobileAuthButtons, .mobileUserActions {
    display: none;
  }
  .mobileUserSection {
    display: none;
  }
  .login-signup {
    display: flex;
    gap: 1.5rem !important;
  }
  .login-signup .login {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .login-signup .login .loginIcon path {
    fill: #fff !important;
  }
  .navigation-container {
    display: flex;
    background-color: #fff;
    border-bottom: 1.2px solid #dedede;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    width: 100%;
    height: 4.5rem;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0 1rem;
  }
  .navigation-container .mobile-logos {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .navigation-container .mobile-logos > div {
    width: 3.5rem;
    height: 3.5rem;
  }
  .navigation-container .mobile-logos > div a {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .navigation-container .mobile-logos > div a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .navigation-container .nav-items {
    display: none !important;
  }
}
@media (min-width: 600px) {
  .slider-cards-navigation {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row !important;
    padding: 0 !important;
    gap: 1rem !important;
    width: 100% !important;
  }
  .slider-cards-navigation .border-beam {
    width: 15rem;
  }
}
@media (min-width: 1200px) {
  .make-account {
    display: flex !important;
  }
}
@media (min-width: 996px) {
  .navigation {
    background: #fff !important;
  }
  .login-signup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 3rem;
    align-items: center;
    gap: 1rem;
  }
  .login-signup .login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.5rem;
    padding: 0 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.8rem;
    font-family: "Satoshi-Bold";
    color: #fff;
    gap: 0.5rem;
    border-radius: 4px;
    background: #008000 !important;
  }
  .login-signup .loginIcon path {
    fill: #fff !important;
  }
  .login-signup .login {
    display: flex;
    gap: 0.5rem !important;
  }
  .login-signup .login .loginIconWrapper {
    display: flex;
    height: 1rem;
    width: 1rem;
  }
  .login-signup .make-account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    font-size: 0.8rem;
    gap: 0.5rem;
    height: 2.5rem;
    padding: 0 1rem;
    font-family: "Satoshi-Bold";
    color: #333;
    border-radius: 4px;
    border: 1.2px solid #333;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .login-signup .make-account span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.2rem;
    width: 1.2rem;
  }
  .login-signup a {
    text-decoration: none;
  }
  .login-signup .login {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .login-signup .login:hover {
    scale: 1.05;
    border-radius: 10rem;
    background-color: #004500 !important;
  }
  .login-signup .make-account {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1.2px solid #008000;
  }
  .login-signup .make-account .makeAccountIcon path {
    fill: #008000 !important;
  }
  .login-signup .make-account:hover {
    background-color: #041104;
    border: 1.2px solid #fff;
    color: white;
    border-radius: 10rem;
  }
  .login-signup .make-account:hover .makeAccountIcon path {
    fill: #fff !important;
  }
  .uk-dropdown {
    padding: 0 !important;
  }
  .servicesDropWrapper {
    /* background-color: red; */
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .servicesDropWrapper .services-drop {
    width: 90%;
    margin-inline: auto;
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0.5rem;
  }
  .servicesDropWrapper .services-drop a {
    height: 100%;
    width: 100%;
    color: #333;
    padding-left: 1rem;
    gap: 0.5rem;
    font-size: 0.8rem !important;
    display: flex;
    align-items: center !important;
    height: 2.2rem;
    /* font-family: 'Sat'; */
    background-color: rgba(0, 128, 0, 0.2431372549);
    border-radius: 4px;
    border: 1.2px solid #dedede;
    font-family: "Satoshi-Bold";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .servicesDropWrapper .services-drop a span {
    height: 1rem;
    /* background-color: red; */
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .servicesDropWrapper .services-drop a:hover {
    background-color: rgba(0, 128, 0, 0.662745098);
    color: #fff !important;
    border-radius: 10rem;
  }
  .geodeticIcon path {
    fill: rgba(70, 70, 70, 0.937254902);
  }
  #id_diagram_search_choice {
    margin-left: 0 !important;
  }
}
@media (min-width: 600px) and (max-width: 996px) {
  .slider-wrapper .my-sliders .banner-container .main-heading {
    font-size: 2.6rem !important;
  }
  .enm-property-enquery {
    display: none !important;
  }
  #document_type_switcher {
    height: 2.5rem;
    outline: none;
    font-size: 0.8rem;
    width: 48% !important;
    height: 2.3rem;
    z-index: 1;
    border-radius: 4px;
    position: relative;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Satoshi-Medium";
    border: 1.2px solid #dedede;
    padding-left: 0.5rem;
    color: rgba(73, 80, 87, 0.68);
    background-color: #f7f7f7;
  }
  .select2-selection {
    display: block;
    height: 2.5rem !important;
  }
  .fullDescriptionInput {
    display: block;
    height: 2.5rem !important;
  }
  .fullDescriptionInput select {
    height: 2.5rem !important;
  }
  .fullDescriptionInput .select2-container--default {
    height: 2.5rem !important;
    width: 100%;
  }
  .bottomWrapper {
    margin-top: 0.5rem;
    width: fit-content;
    display: flex;
    align-items: center;
    margin-inline: auto;
  }
  .bottomWrapper p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
  .bottomWrapper .iconWrapperContainer {
    height: 1rem;
    width: 1rem;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    background-color: #f7f7f7;
    padding: 0.1rem;
  }
  .filterWrapper .search-btn {
    margin-top: 1rem;
    width: 100%;
    height: 2.6rem;
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: "Satoshi-Bold";
    font-size: 1rem;
    gap: 0.5rem;
    background: #008000;
    color: #fff;
    border-radius: 4px;
  }
  .filterWrapper .search-btn .iconWrapper {
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
  }
  .filterWrapper .search-btn .searchIcon path {
    fill: #fff !important;
  }
  .searchTopWrapper {
    margin-top: 1rem;
    display: flex;
    align-items: center;
  }
  .searchTopWrapper .form-control {
    height: 2.2rem !important;
    width: 50%;
    border-radius: 4px !important;
    font-size: 0.8rem;
    font-family: "Satoshi-Medium";
    color: #333;
  }
  .search-properties-container {
    margin-top: 2rem;
    margin-bottom: 5rem;
    border-radius: 0 !important;
    border-top: none !important;
  }
  .search-properties-container .chatShowHideToggle {
    display: none;
  }
  .search-properties-container .mainSearchFormWrapper, .search-properties-container #uk-switcher-29-tabpanel-1 {
    padding: 1rem !important;
  }
  .search-properties-container .switcherNav {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 2rem;
    width: 100%;
    padding: 1rem;
    background: #f7f7f7 !important;
  }
  .search-properties-container .switcherNav .uk-active button {
    background-color: #008000;
    border-radius: 10rem;
    color: #fff !important;
    box-shadow: 0px 4px 4px 0px rgba(195, 195, 195, 0.25);
  }
  .search-properties-container .switcherNav .uk-active button .propertySearchIcon path {
    fill: #fff;
  }
  .search-properties-container .switcherNav li {
    width: 50%;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .search-properties-container .switcherNav li button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 0.9rem !important;
    max-width: 15rem;
    width: 100%;
  }
}
@media (min-width: 996px) and (max-width: 1024px) {
  .services-card-container .top-cards-container,
  .services-card-container .bottom-cards-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2rem !important;
  }
  .services-card-container .top-cards-container > div,
  .services-card-container .bottom-cards-container > div {
    width: 100% !important;
  }
}
.premium-footer {
  margin-top: 5rem;
  font-family: "Satoshi-Medium", sans-serif;
  position: relative;
}
.premium-footer .footer-main {
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
}
.premium-footer .footer-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(0, 128, 0, 0.03) 1px, transparent 0);
  background-size: 32px 32px;
  pointer-events: none;
}
.premium-footer .footer-container {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
  padding: 4.5rem 0 3.5rem;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.1fr;
  gap: 3rem;
  position: relative;
  z-index: 1;
}
.premium-footer .footer-section {
  display: flex;
  flex-direction: column;
}
.premium-footer .footer-brand-section {
  padding-right: 2rem;
}
.premium-footer .footer-brand-section .footer-logo-link {
  display: inline-block;
  transition: transform 0.3s ease;
}
.premium-footer .footer-brand-section .footer-logo-link:hover {
  transform: translateY(-2px);
}
.premium-footer .footer-brand-section .footer-logo-img {
  height: 4.5rem;
  width: auto;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08));
}
.premium-footer .footer-brand-section .footer-brand-tagline {
  margin-top: 1rem;
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 1.1rem;
  color: #1a1a1a;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.premium-footer .footer-brand-section .footer-brand-desc {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: #5a5a5a;
  line-height: 1.7;
  max-width: 280px;
}
.premium-footer .footer-brand-section .footer-social {
  margin-top: 1.75rem;
  display: flex;
  gap: 0.75rem;
}
.premium-footer .footer-brand-section .footer-social .social-link {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.premium-footer .footer-brand-section .footer-social .social-link:hover {
  background: #008000;
  border-color: #008000;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 128, 0, 0.25);
}
.premium-footer .footer-heading {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 0.8rem;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.premium-footer .footer-heading .heading-icon {
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #008000, #00a000);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0, 128, 0, 0.2);
}
.premium-footer .footer-heading .heading-icon i {
  font-size: 0.75rem;
  color: #fff;
}
.premium-footer .footer-office-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 1.25rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.premium-footer .footer-office-card:hover {
  border-color: rgba(0, 128, 0, 0.3);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 128, 0, 0.1);
}
.premium-footer .footer-office-card .office-badge {
  display: inline-block;
  font-size: 0.65rem;
  font-family: "Satoshi-Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #008000;
  background: rgba(0, 128, 0, 0.08);
  padding: 0.3rem 0.7rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.premium-footer .footer-address {
  font-style: normal;
}
.premium-footer .footer-address .address-line {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  font-size: 0.85rem;
  color: #5a5a5a;
  line-height: 1.6;
}
.premium-footer .footer-address .address-line i {
  color: #008000;
  font-size: 0.85rem;
  margin-top: 0.15rem;
  min-width: 14px;
}
.premium-footer .footer-address .address-line span {
  flex: 1;
}
.premium-footer .footer-address .address-line.phone-line span {
  color: #1a1a1a;
  font-family: "Satoshi-Bold", sans-serif;
}
.premium-footer .footer-address .address-line:last-child {
  margin-bottom: 0;
}
.premium-footer .footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.premium-footer .footer-links-list li {
  margin-bottom: 0.5rem;
}
.premium-footer .footer-links-list li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #5a5a5a;
  text-decoration: none;
  padding: 0.5rem 0;
  transition: all 0.25s ease;
  border-radius: 4px;
}
.premium-footer .footer-links-list li a i {
  font-size: 0.6rem;
  color: #008000;
  transition: transform 0.25s ease;
}
.premium-footer .footer-links-list li a:hover {
  color: #008000;
  padding-left: 0.5rem;
}
.premium-footer .footer-links-list li a:hover i {
  transform: translateX(4px);
}
.premium-footer .footer-payments-section {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e8e8e8;
}
.premium-footer .footer-payments-section .payments-label {
  display: block;
  font-size: 0.7rem;
  font-family: "Satoshi-Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #888;
  margin-bottom: 0.75rem;
}
.premium-footer .footer-payments-section .payment-methods {
  display: flex;
  gap: 0.6rem;
}
.premium-footer .footer-payments-section .payment-icon {
  width: 44px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.premium-footer .footer-payments-section .payment-icon i {
  font-size: 1.1rem;
  color: #666;
}
.premium-footer .footer-payments-section .payment-icon:hover {
  border-color: #008000;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 128, 0, 0.15);
}
.premium-footer .footer-payments-section .payment-icon:hover i {
  color: #008000;
}
.premium-footer .footer-bottom {
  background: #1a1a1a;
}
.premium-footer .footer-bottom .footer-bottom-container {
  max-width: 1280px;
  width: 92%;
  margin: 0 auto;
  padding: 1.25rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.premium-footer .footer-bottom .footer-bottom-left .copyright {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.premium-footer .footer-bottom .footer-bottom-left .powered-by {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 0.25rem 0 0;
}
.premium-footer .footer-bottom .footer-bottom-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.premium-footer .footer-bottom .footer-bottom-nav a {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.25s ease;
  position: relative;
}
.premium-footer .footer-bottom .footer-bottom-nav a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: #00a000;
  transition: width 0.25s ease;
}
.premium-footer .footer-bottom .footer-bottom-nav a:hover {
  color: #ffffff;
}
.premium-footer .footer-bottom .footer-bottom-nav a:hover::after {
  width: 100%;
}

@media (max-width: 1280px) {
  .premium-footer .footer-container {
    gap: 2.5rem;
  }
  .premium-footer .footer-brand-section {
    padding-right: 1rem;
  }
}
@media (max-width: 1024px) {
  .premium-footer {
    margin-top: 4rem;
  }
  .premium-footer .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 2rem;
    padding: 3.5rem 0 3rem;
  }
  .premium-footer .footer-brand-section {
    grid-column: 1/-1;
    padding-right: 0;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .premium-footer .footer-brand-section .footer-logo-link {
    flex-shrink: 0;
  }
  .premium-footer .footer-brand-section .footer-brand-tagline {
    flex: 1;
    min-width: 200px;
    margin-top: 0;
    align-self: center;
  }
  .premium-footer .footer-brand-section .footer-brand-desc {
    flex-basis: 100%;
    max-width: 500px;
    margin-top: 0;
  }
  .premium-footer .footer-brand-section .footer-social {
    margin-top: 0;
    margin-left: auto;
  }
  .premium-footer .footer-office-card {
    padding: 1rem;
  }
}
@media (max-width: 768px) {
  .premium-footer {
    margin-top: 3rem;
  }
  .premium-footer .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
    padding: 3rem 0 2.5rem;
    width: 90%;
  }
  .premium-footer .footer-brand-section {
    flex-direction: column;
    align-items: flex-start;
  }
  .premium-footer .footer-brand-section .footer-brand-tagline {
    margin-top: 1rem;
  }
  .premium-footer .footer-brand-section .footer-social {
    margin-left: 0;
    margin-top: 1.25rem;
  }
  .premium-footer .footer-heading {
    font-size: 0.75rem;
    margin-bottom: 1.25rem;
  }
  .premium-footer .footer-heading .heading-icon {
    width: 26px;
    height: 26px;
  }
  .premium-footer .footer-office-card {
    padding: 1rem;
  }
  .premium-footer .footer-office-card .office-badge {
    font-size: 0.6rem;
    padding: 0.25rem 0.5rem;
  }
  .premium-footer .footer-address .address-line {
    font-size: 0.8rem;
  }
  .premium-footer .footer-links-list li a {
    font-size: 0.825rem;
  }
  .premium-footer .footer-bottom .footer-bottom-container {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    padding: 1.25rem 0;
  }
  .premium-footer .footer-bottom .footer-bottom-nav {
    gap: 1.5rem;
  }
}
@media (max-width: 576px) {
  .premium-footer {
    margin-top: 2.5rem;
  }
  .premium-footer .footer-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 2.5rem 0 2rem;
  }
  .premium-footer .footer-brand-section {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    text-align: center;
    align-items: center;
    padding: 0 1rem;
    gap: 0;
  }
  .premium-footer .footer-brand-section .footer-logo-img {
    height: 3.5rem;
  }
  .premium-footer .footer-brand-section .footer-brand-tagline {
    text-align: center;
    font-size: 1.05rem;
    margin-top: 1rem;
    flex: none;
    min-width: unset;
    line-height: 1.4;
    color: #1a1a1a;
  }
  .premium-footer .footer-brand-section .footer-brand-desc {
    text-align: center;
    max-width: 320px;
    font-size: 0.875rem;
    padding: 0;
    margin-top: 0.75rem;
    line-height: 1.6;
    color: #5a5a5a;
  }
  .premium-footer .footer-brand-section .footer-social {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
    margin-left: 0;
    gap: 0.75rem;
  }
  .premium-footer .footer-brand-section .footer-social .social-link {
    width: 44px;
    height: 44px;
  }
  .premium-footer .footer-section {
    align-items: center;
    text-align: center;
  }
  .premium-footer .footer-heading {
    justify-content: center;
    font-size: 0.75rem;
  }
  .premium-footer .footer-office-card {
    width: 100%;
    max-width: 100%;
  }
  .premium-footer .footer-address .address-line {
    justify-content: flex-start;
    text-align: left;
  }
  .premium-footer .footer-address .address-line i {
    min-width: 16px;
  }
  .premium-footer .footer-links-list {
    width: 100%;
    max-width: 100%;
  }
  .premium-footer .footer-links-list li a {
    justify-content: center;
    padding: 0.6rem 0;
  }
  .premium-footer .footer-links-list li a:hover {
    padding-left: 0;
  }
  .premium-footer .footer-payments-section {
    text-align: center;
  }
  .premium-footer .footer-payments-section .payment-methods {
    justify-content: center;
  }
  .premium-footer .footer-bottom .footer-bottom-container {
    padding: 1.5rem 0;
  }
  .premium-footer .footer-bottom .footer-bottom-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 1.5rem;
  }
}
@media (max-width: 400px) {
  .premium-footer .footer-container {
    width: 92%;
    gap: 1.75rem;
    padding: 2rem 0 1.5rem;
  }
  .premium-footer .footer-brand-section .footer-logo-img {
    height: 3rem;
  }
  .premium-footer .footer-brand-section .footer-brand-tagline {
    font-size: 1rem;
  }
  .premium-footer .footer-brand-section .footer-brand-desc {
    font-size: 0.825rem;
  }
  .premium-footer .footer-brand-section .footer-social .social-link {
    width: 42px;
    height: 42px;
  }
  .premium-footer .footer-heading {
    font-size: 0.7rem;
    gap: 0.5rem;
  }
  .premium-footer .footer-heading .heading-icon {
    width: 24px;
    height: 24px;
  }
  .premium-footer .footer-heading .heading-icon i {
    font-size: 0.65rem;
  }
  .premium-footer .footer-office-card {
    padding: 0.875rem;
  }
  .premium-footer .footer-address .address-line {
    font-size: 0.775rem;
    gap: 0.6rem;
  }
  .premium-footer .footer-links-list li a {
    font-size: 0.8rem;
  }
  .premium-footer .footer-payments-section .payment-icon {
    width: 40px;
    height: 28px;
  }
  .premium-footer .footer-bottom .footer-bottom-left .copyright {
    font-size: 0.75rem;
  }
  .premium-footer .footer-bottom .footer-bottom-left .powered-by {
    font-size: 0.65rem;
  }
  .premium-footer .footer-bottom .footer-bottom-nav a {
    font-size: 0.75rem;
  }
}
.enm-property-enquery {
  font-size: 0.8rem !important;
}

/*# sourceMappingURL=home.css.map */
