:root {
    --colorPrimary: #4d4036;
    --colorSecondary: #da6f1d;
    --colorthird: #4d4036;
    --colorBtn: #ffffff;
}
/*:root {
    --colorPrimary: var(--green);
    --colorSecondary: var(--teal);
    --colorthird: #20c997;
    --colorBtn: #ffffff;
}*/
#ami-3 .item-wrp p {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1vw;
    border-left: 4px solid #000;
    padding-left: 0.5vw;
    padding-right: 20px;
}
.ami_sec p {
    left: 20px;
    background-image: linear-gradient(0deg, var(--colorthird));
}
a {
    text-decoration: none !important;
}
.property-card {
    text-align: center;
    padding-bottom: 10px;
    border-radius: 15px;
    border: 1px solid var(--colorPrimary);
}
.property-card:hover {   
    box-shadow: 0px 8px 10px var(--colorPrimary);
}
#prop_card .property-card img.card-banner {
    width: 100%;
    height: 100%;
}
.cp-logo img {
    height: 50px;
}
.card-btn {
    position: relative;
    left: 20%;
    bottom: 10%;
    /*position: absolute;
    left: 20%;
    bottom: 3%;*/
}
.error-msg {
  display: block;
  font-size: 12px;
  color: #dc3545;
  margin-top: 4px;
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.3s ease;
}
.error-msg.show {
  opacity: 1;
  transform: translateY(0);
}
.is-invalid {
  border-color: #dc3545 !important;
}
.is-valid {
  border-color: #28a745 !important;
}
#prop_card .property-card.overflow-hidden {
    height: 530px;
    /*height: 565px;*/
}
#prop_card .card-d-custom {
    height: 210px;
}
.desk_disp {
    display: block;
}
.mobi_disp {
    display: none;
}
.side-offer {
    position: relative;
    top: 14.2%;
}
img.card-logo {
    width: 100%;
    height: 50px;
}
span.p-type {
    font-size: 16px;
    font-weight: 600;
    padding: 0px 5px;
    line-height: 3;
}
.zoom-in-zoom-out {
    display: unset;
}
.offer-bg-animation {
    display: inline-flex;
    width: 100%;
}
.card-top{
    /*background: #fff;*/
    border-bottom: 1px solid var(--colorPrimary);
}
.card-top-img {
    width: 30%;
    background: #fff;
}
.card-top-type {
    width: 70%;
}
.offer-text {
    font-size: 12px !important;
}
.btn-link:hover, a:hover {
    color: var(--colorthird);
}
#contactUs_submit_wait_fixpup {
    margin-bottom: 20px;
}
span.status_tag {
    position: absolute;
    left: 48px;
    top: 155px;
    background-color: var(--colorPrimary);
    border-radius: 5px;
    padding: 0px 10px;
    z-index: 99;
    overflow: hidden;
    color: #ffffff;
}
.cp-logo a img, .logo {
    filter: brightness(0) invert(1);
    width: 95px;
    height: 40px;
}
.pro-title {
    font-size: 30px;
    font-family: ui-sans-serif;
    margin-bottom: 0px !important;
}
span.pro-add {
    font-size: 14px;
}
.navbar {
    background-color: var(--colorPrimary) !important;
}
li.nav-item {
    background-color: var(--colorPrimary);
}
.navbar.micro-navbar .nav-item .nav-link {
    color: #fff;
}
.navbar.micro-navbar .nav-item .nav-link:hover {
    color: #000;
}
.driftc a.textcolor:hover {
    color: #fff;
}
a.whatsapp_float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    border-radius: 50%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.whatsapp_float::before {
    content: "\f232";
    font-family: "Font Awesome 6 Brands";
    font-size: 26px;
    color: #fff;
}
.whatsapp_float {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
a.whatsapp_float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 10px;
    background-color: #25D366;
    border-radius: 50%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.elementor-8012 .elementor-element-5a9d7947 img.logo {
    width: 100px;
    filter: invert(1) brightness(100);
}

@media only screen and (max-width: 991px) {
    .mob-action {
        background-color: var(--colorthird);
    }
    .logo {
        height: 40px;
        margin-left: 10px;
    }
    .modal-head {
        background-color: var(--colorthird);
    }
    .pro-title {
        font-size: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .modal-head {
        background-color: var(--colorthird);
    }
    .pro-title {
        font-size: 20px;
    }
    .pro-status {
        padding: 5px;
        font-size: 11px;
        font-weight: 600;
        background: #fff;
    }
    .pro-tag-line {
        line-height: 0.4vw;
        font-size: 11px;
    }
}

@media only screen and (max-width: 768px) {
    .desk_disp {
        display: none
    }
    .mobi_disp {
        display: block;
    }
    #prop_card .property-card.overflow-hidden {
        height: 500px;
    }
    .offer-text {
        font-size: 14px !important;
    }
    .pro-add, .pro-dev, .pro-tag-line {
        font-size: 11px;
    }
    span.zoom-in-zoom-out {
        font-size: 11.5px;
    }
    span.p-type {
        font-size: 12px;
        padding: 0px 5px;
    }
    #pardot_Form form {
        padding: 12px;
    }
    .card-btn {
        left: 24%;
        bottom: 3%;
    }
    .pro-title {
        font-size: 15px;
        line-height: 24px;
        margin: 11px 0 -11px 0;
    }
    .section-heading-sub {
        font-size: 15px;
    }
    #developer p {
        font-size: 14px;
    }
}


.error-msg {
    color: red;
    font-size: 12px;
    display: block;
    margin-top: 5px;
}
/* NAVBAR */
.navbar {
  position: sticky;
  top: 0;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  z-index: 999;
}
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
}
#disclaimer {
    background-color: var(--colorPrimary);
    color: #fff;
}
#disclaimer a {
    color: #fff;
}
#disclaimer hr {
    border-top: 1px solid rgb(255 255 255);
}
/* LOGO */
.logo {
  font-size: 22px;
  font-weight: 700;
  color: #222;
}
.logo span {
  color: #e63946;
}
/* MENU */
.nav-menu {
  display: flex;
  gap: 25px;
  list-style: none;
}
.nav-menu li a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  transition: 0.3s;
}
.nav-menu li a i {
  font-size: 18px;
}
/* HOVER EFFECT */
.nav-menu li a:hover {
  color: #e63946;
}
/* HIGHLIGHT BUTTON */
.nav-menu .highlight a {
  background: #e63946;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
}
.nav-menu .highlight a:hover {
  background: #c92f3d;
}
/* MOBILE */
.menu-toggle {
  display: none;
  font-size: 22px;
  cursor: pointer;
}
/* RESPONSIVE */
@media (max-width: 768px) {
  .nav-menu {
    position: absolute;
    top: 70px;
    right: 0;
    background: #fff;
    flex-direction: column;
    width: 220px;
    padding: 20px;
    display: none;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  }
  .nav-menu.active {
    display: flex;
  }
  .menu-toggle {
    display: block;
  }
}