/* Nohayla */

.choose-property-type [type=radio]:checked, .choose-property-type [type=radio]:not(:checked) {
    left: unset;
    position: relative;
}
 @media (min-width:767px) {
  .nav-brand,
  .nav-brand:focus,
  .nav-brand:hover,
  .nav-menu > li > a {
    color: #fff;
    font-size: 17px;
  }

}
nav-menu>.active>a, .nav-menu>.focus>a, .nav-menu>li:hover>a {
    color: #fac57f !important;
}
 @media (min-width:767px) {
  .nav-menu.nav-menu-social>li.add-listing a {
    /* color: #fac57f !important; */
    top: -18px
  }
}
.page-title {
    align-items: center;
    background: #00335a;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 140px;
    justify-content: center;
    text-align: left;
    width: 100%;
}
.about-img {
	max-height: 600px;
}
.achievement-section{
  padding-top: 80px;
  /* background-color: #f5faff; */
}
.foot-location, .listing-locate, .property-listing.property-1 .listing-name, .property-listing.property-2 .listing-name {
    -webkit-line-clamp: 1;
    -webkit-box-orient: unset;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  	font-size: 20px;
}
.list-fx-features {
    justify-content: start;
    margin-top: 20px;
  	gap: 20px;
}
.listing-card-info-icon {
    font-size: 1.1rem;
}
.list-img-slide, .property-listing.property-2 .listing-img-wrapper {
    /* max-height: 600px; */
    min-height: 350px;
    overflow: hidden;
    position: relative;
}
.property-listing.property-2 .listing-img-wrapper img {
    /* max-height: 600px;
    min-height: 350px;
    width: 100%; */
}
.prt-types {
    background: #efefef;
    border-radius: 50px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    padding: 5px 14px
}
.footer-flex .prt-view {
    background: #00335a;
    border-radius: 50px;
    color: #fff !important;
    display: inline-flex;
    height: 30px;
    padding: 4px 18px
}

/* @media (min-width:767px) { */
  .featured_slick_padd a img {
      width: 100% !important;
  }
  .property-detail {
      padding: 10px 0px !important;
  }

  .featured_slick_gallery-slide .slick-list .slick-track {
    width: 100% !important;
    max-height: 80% !important;
  }
  .featured_slick_gallery-slide .slick-list {
      padding: 5px 10px !important;
  }

  .slick-track .slick-slide {
      padding: 0px !important ;
  }

  .featured_slick_gallery-slide .container {
    width: 100% !important;
    margin-bottom: 30px;
  }
/*}*/


@media (max-width:500px){
  .featured_slick_gallery-slide .slick-list .slick-track {
  	    transform: translate3d(0px, 0px, 0px) !important;
  }
}

.inc-fleat-icon {
    align-items: center;
    background: #edf1f9;
    border-radius: 50%;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    margin-right: 7px;
    width: 40px;
}

.list-fx-features {
    justify-content: start;
    margin-top: 20px;
    gap: 5px;
}

.tec-info{
  	padding: 20px;
	gap: 10px !important ;
}
.prt-detail-title-desc h2 {
	font-family: poppins;
}
.p-b{
	padding: 5px;
  	margin-bottom: 10px;
  	margin-left: 30px;
}

.book-appointment-btn {
    width: -webkit-fill-available;
    border: 0  !important;
    border-radius: 10px !important;
    background-color: #00335a  !important;
}



/**** Chat boot   ****/


/* Floating Chat Icon */
.chat-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    background: #4285F4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1052;
    transition: transform 0.2s ease;
}

.chat-icon:hover {
    transform: scale(1.1);
}



.chat-container {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 350px;
    height: 530px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: none;
    flex-direction: column;
    z-index: 1053;
}

.chat-container {
    display: none; /* Hidden by default */
    /* Add other styles for the chatbot container */
}

.chat-container.active {
    display: flex; /* Visible when active */
}

.chat-container.open {
    display: flex;
}

.chat-header {
    background: #004275;
    color: white;
    padding: 12px;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 2rem;
}

.chat-close {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 4px;
    border-radius: 50%;
    transition: background 0.2s ease;
}

.chat-close:hover {
    background: rgba(255, 255, 255, 0.1);
}

.chat-body {
    flex: 1;
    padding: 12px;
    overflow-y: auto;
    background: #f8f9fa;
    border-radius: 0 0 12px 12px;
}

.bot-message {
    margin-bottom: 12px;
}

.message-content {
    background: #e9ecef;
    padding: 8px 12px;
    border-radius: 8px;
    max-width: 80%;
}

.user-options {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.user-options .btn {
    flex: 1;
    white-space: nowrap;
    padding: .3rem;
}

.chat-input {
    display: flex;
    gap: 8px;
    padding: 12px;
    border-top: 1px solid #ddd;
}

.chat-input .form-control {
    flex: 1;
    border-radius: 20px;
}

.chat-input .btn {
    border-radius: 20px;
}

.chat-body::-webkit-scrollbar {
    width: 6px;
}

.chat-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.chat-body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.chat-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.send {
    color: white;
    background: #00335a;
    padding: 0.2rem 1.3rem;
    border: 0;
    border-radius: 15px;
}


.btn-link.p-0 {
    font-size: 0.8rem;
    vertical-align: baseline;
    text-decoration: underline;
}

.btn-link:hover {
    text-decoration: none;
}


.chat-icon {
    animation: bounce 2s 2; /* Changed from 'infinite' to '2' */
}

/* Greeting popup styles */
.greeting-popup {
    position: fixed;
    bottom: 100px;
    right: 30px;
    background: white;
    border-radius: 12px;
    padding: 16px;
    max-width: 300px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1054;
    display: none;
    animation: fadeIn 0.3s ease-out;
}

.greeting-popup.show {
    display: block;
}

.popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    padding: 4px;
}

.popup-close:hover {
    color: #333;
}

.popup-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.popup-text {
    color: #666;
    font-size: 14px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}


.chat-container {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, #ffffff, #f9f9f9);
}


.bot-message .message-content {
    background: #f1f1f1;
    color: #333;
    border-radius: 12px 12px 12px 0;
    padding: 10px 15px;
    max-width: 80%;
}

.user-message .message-content {
    background: #4285F4;
    color: white;
    border-radius: 12px 12px 0 12px;
    padding: 10px 15px;
    max-width: 80%;
    margin-left: auto;
}




.chat-container {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.chat-container[style*="none"] {
    opacity: 0;
    transform: translateY(20px);
}

.chat-container[style*="flex"] {
    opacity: 1;
    transform: translateY(0);
}

.bot-message, .user-message {
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.user-options button, .options-container  {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 15px;
    margin: 5px;
    transition: background 0.3s ease, transform 0.2s ease;
}

.user-options button:hover {
    background: #f1f1f1;
    transform: scale(1.05);
}

.chat-container.minimized {
    height: 50px;
    overflow: hidden;
}


.view {
    border: 1px solid #fff;
    padding: 6px 10px;
    border-radius: 20px;
    background: #eee;
    /* color: #f8f9fa; */
}


.view-properties-btn {
    display: inline-flex;
    align-items: center;
    background-color: #007bff; /* Bootstrap primary blue */
    color: white;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 30px; /* Rounded edges */
    text-decoration: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.view-properties-btn i {
    margin-left: 8px; /* Space between text and icon */
}

.view-properties-btn:hover {
    background-color: #0056b3; /* Darker blue on hover */
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}


/* From Uiverse.io by cssbuttons-io */
.learn-more {
 position: relative;
 display: inline-block;
 cursor: pointer;
 outline: none;
 border: 0;
 vertical-align: middle;
 text-decoration: none;
 background: transparent;
 padding: 0;
 font-size: inherit;
 font-family: inherit;
}

.learn-more {
 width: 13rem;
 height: auto;
}

.learn-more .circle {
    transition: all 0.45scubic -bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 2.3rem;
    height: 2.3rem;
    background: #004275;
    border-radius: 1.625rem;
}

.learn-more .circle .icon {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 background: #fff;
}

.learn-more .circle .icon.arrow {
    transition: all 0.45scubic-bezier(0.65, 0, 0.076, 1);
    left: 0.3rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.learn-more .circle .icon.arrow::before {
 position: absolute;
 content: "";
 top: -0.29rem;
 right: 0.0625rem;
 width: 0.625rem;
 height: 0.625rem;
 border-top: 0.125rem solid #fff;
 border-right: 0.125rem solid #fff;
 transform: rotate(45deg);
}

.learn-more .button-text {
    transition: all 0.45scubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #004275;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    text-transform: capitalize;
    text-decoration: underline;
}

.learn-more:hover .circle {
 width: 100%;
}

.learn-more:hover .circle .icon.arrow {
 background: #fff;
 transform: translate(1rem, 0);
}

.learn-more:hover .button-text {
 color: #fff;
}






 .chat-container {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 400px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: none;
}

.chat-container.active {
    display: flex;
}

.chat-messages {
    height: 400px;
    overflow-y: auto;
    padding: 20px;
}

.message {
    margin: 15px 0;
    display: flex;
    align-items: flex-start;
}

.bot-message {
    justify-content: flex-start;
}

.user-message {
    justify-content: flex-end;
}

.message-bubble {
    max-width: 80%;
    padding: 12px 18px;
    border-radius: 20px;
    margin: 5px 0;
    line-height: 28px;
}

.bot-message .message-bubble {
    background: #f1f5f9;
    border-radius: 20px 20px 20px 5px;
}

.user-message .message-bubble {
    background: #3b82f6;
    color: white;
    border-radius: 20px 20px 5px 20px;
}

.options-container {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    /* margin-top: 15px; */
    padding: 1rem;
    justify-content: center;
    align-items: center;
}

.option-btn {
    background: #e2e8f0;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.option-btn:hover {
    background: #004275;
    color: white;
}

.input-group {
    display: flex;
    gap: 10px;
    padding: 15px;
    border-top: 1px solid #eee;
}

.chat-input {
    flex: 1;
    padding: 10px;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
}

/* .back-btn {
    background: none;
    border: none;
    color: #64748b;
    cursor: pointer;
    padding: 10px;
} */

.disable {
    background: #004275;
    opacity: 0.5;
}

.skip-btn {
    background: #4285f4;
    color: aliceblue;
}

.back-btn {
    font-weight: 600;
    opacity: .9;
    background: #93939359;
    color: #00000083;
}
.chat-controls {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding: 5px;
    background-color: #f1f5f9;
    flex-direction: column;
}

.buttons-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #f1f5f9;
    order: 2;
}

.submit {
    background: #004275;
    color: aliceblue;
}

@media screen and (max-width: 768px) {
    .chat-container {
        width: 95%;
        left: 10px !important;
        right: 10px !important;
        height: 82vh;
    }

}


#alertPlaceholder {
    position: fixed;
    z-index: 100000;
    top: 90px;
    right: 10px;
}
#alertPlaceholder1 {
    position: fixed;
    z-index: 100000;
    top: 15px;
    right: 10px;
}
.option-btn.selected {
    background-color: #206bc4;
    color: white;
}


/* Share Button  */

/* From Uiverse.io by SalladShooter */
.share , .count{
    cursor: pointer;
    padding: .8em;
    font-size: .7em;
    width: 6em;
    aspect-ratio: 1 / 0.25;
    color: white;
    background: #1abb8f;
    background-size: cover;
    background-blend-mode: overlay;
    border-radius: 0.5em;
    outline: 0.1em solid #fff;
    border: 0;
    /* box-shadow: 0 0 1em 1em rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease-in-out;
    /* position: relative; */
    text-wrap: nowrap;
}


.share:hover {
    /* padding: .81em; */
    font-size: .72em;
    font-weight: 600;
    transform: scale(1.1);
    box-shadow: 0 0 1em 0.45em rgba(155, 163, 153, 0.1);
    background: linear-gradient(45deg, #0fca98, #198754);
    background: radial-gradient(circle at bottom, #97e9d3 10%, #0fca98 70%);
    outline: 0;
}

.icon-share {
    fill: white;
    width: 1em;
    aspect-ratio: 1;
    top: 0;
    left: 0;
    margin: auto;
    transform: translate(-35%, 10%);
}
