@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');


:root {
    --body-color: #202833;
    --bg-light-gray: #eef1f7;
    --product-color: #0F4541;
    --lime-green: #6ba29f;
    --dark-green: #497a74;
    --btn-outline: #66FCF1;
}

body {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
     -webkit-font-smoothing: antialiased; 

}

.container {
    max-width: 90%;
}

@media (min-width:1400px) {
    .container {
        max-width: 1360px;
    }
}


/* Navbar Styling */
.navbar {
    background-color: #0B0C10;
    padding: 35px 0 35px 0 !important;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: normal;
}

.brand-light {
    color: #ffffff;
}

.brand-highlight {
    color: #29c5a6;
}

.navbar-nav .nav-link {
    color: #ffffff;
    margin-right: 15px;
    font-size: 1rem;
    font-weight: 400;
}

.navbar-nav .nav-link:hover {
    color: var(--btn-outline);
}

.btn-outline-border {
    border-radius: 10px;
    padding: 10px 20px !important;
    font-size: 0.9rem;
    border: 1px solid var(--btn-outline) !important;
    color: var(--btn-outline) !important;
    text-decoration: none !important;
    min-height: 46px;
}

.wp-btn {
    margin-left: 25px;
}

.wp-btn img {
    width: 30px;
    padding-top: 6px;
}

/* Hero Section */
.hero-section {
    padding: 80px 0;
    background-color: #0B0C10;
    color: #ffffff;
    z-index: 99;
    position: relative;
    padding-bottom: 180px;
}

.hero-section .row {
    z-index: 99;
}

.hero-section .ellips-img {
    position: absolute;
    bottom: 0;
    width: 270px;
    left: 0;
    z-index: -1;
}

.hero-section h1 {
    font-size: 2.5rem;
    font-weight: 200 !important;
}

.hero-section p {
    font-size: 1.1rem;
    margin-top: 10px;
}

.hero-section img {
    width: 100%;
}

  

/* Responsive */
@media (max-width: 992px) {
    .hero-section {
        text-align: center;
    }

    .hero-section .col-lg-6 {
        margin-top: 20px;
    }
}

/* Search outer */

.search-outer {
    background-color: var(--body-color);
    max-width: 900px;
    margin: 0 auto;
    border-radius: 15px;
    position: relative;
}

.search-outer .bg-search {
    margin-top: -80px;
    z-index: 99;
    position: relative;
}
.search-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    position: absolute;
    top: -70px;
    z-index: 999;
    left: 0;
    right:0;
}
.search-header {
    color: white;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}
.search-header em {
    font-style: italic;
    font-weight: 600;
}

.v-slider-frame {
    height: 50px;
    overflow-y: hidden;
    text-align: left;
    width: 190px;
  }
ul.v-slides {
    list-style-type: none;
    transform: translateY(50px);
    padding:0;
  }
  .v-slide {
    font-size: 19px;
    line-height: 50px;
    color: #76e8e0;
    text-transform: uppercase;
  }


/*-----price-about-section-----*/

.why-choose-sec {
    padding: 100px 0;
}

.why-choose-sec h2 {
    font-size: 32px;
    font-weight: 700;
}

.why-choose-sec p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

.why-choose-sec .price-box {
    border-top: 1px solid #D9D9D9;
    padding-top: 25px;
    margin-top: 25px;
}

.why-choose-sec .price-box:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.why-choose-sec .price-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #9B9B9B;
    margin-bottom: 5px;
    font-weight: 400;
}

.why-choose-sec .price-value {
    font-size: 27px;
    font-weight: 700;
}

.buy-rent-sec {
    padding: 100px 0;
}

.dubai-sec {
    padding: 0 0 100px 0;
    position: relative;
    z-index: 1;
}

.dubai-sec img {
    margin-top: 26px;
}

.dubai-sec::after {
    content: "";
    position: absolute;
    top: 0;
    height: 170px;
    width: 100%;
    background-color: #eef1f7;
    z-index: -1;
}

/*--------*/

.property-contact {
    background-color: var(--body-color);
    color: #ffffff;
    overflow: hidden;
}

.property-contact .image-container {
    width: 50vw;
    float: left;
}

.property-contact h2 {
    font-size: 1.5rem;
    font-weight: 600;
}

.property-contact a {
    color: var(--btn-outline);
    text-decoration: none;
}

.property-contact a:hover {
    text-decoration: underline;
}

.property-contact p {
    font-size: 1rem;
    margin-bottom: 20px;
    margin-top: 20px;
}

.property-contact .btn-contact {
    border: 1px solid #ffffff;
    padding: 10px 20px;
    color: #ffffff;
    background: transparent;
    transition: 0.3s;
}

.property-contact .btn-contact:hover {
    background-color: #ffffff;
    color: #1a1e26;
}

.property-contact .image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.news-sec {
    padding: 100px 0;
}

.news-sec h3 {
    font-size: 32px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 50px;
}

/*---property-card---*/


.property-card-list {
    padding: 100px 0;
}

.property-card-list .heading-title {
    margin-bottom: 36px;
}

.property-card-list .heading-title h2 {
    font-size: 30px;
    line-height: normal;
}

.property-card-list .heading-title a {
    border: 1px solid #202833;
    min-width: 168px;
    min-height: 45px;
    font-size: 18px;
}

.property-card-list .properties-card .card-body {
    padding: 20px 10px;
    border: 1px solid #E4E9F2;
}

.property-card-list .properties-card .card-body h5 {
    font-size: 16px;
    color: var(--product-color);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 39px;
}

.property-card-list .properties-card .card-body .disc {
    color: #5B6675;
    font-size: 14px;
    align-items: flex-start;
    min-height: 42px;

}

.property-card-list .properties-card .card-body h6 {
    color: var(--product-color);
    font-size: 14px;
}

.property-card-list .properties-card .card-body .info span {
    font-size: 14px;
}

.property-card-list .cta-group {
    border-top: 1px solid #E4E9F2;
    padding-top: 20px;
}

.property-card-list .cta-group h4 {
    font-size: 18px;
    color: #0F4541;
    word-break: break-all;
}

.property-card-list .cta-group .btn {
    color: #0F4541;
    background: #EDF1F7;
    padding: 10px;
    border-radius: 10px;
    min-width: 150px;
}

.properties-card>div:first-child div {
    right: -8px !important;
}

.newslatters-sec {
    padding: 60px 0 80px;
    background: #EDF1F7;
}


/*----footer----*/


.site-footer .site-logo img {
    margin-bottom: 20px;
}

.site-footer .site-logo p,
.site-footer .site-logo a {
    color: white;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 8px;

}

.site-footer {
    background: url('../img/bg.jpg')no-repeat top right;
    background-size: cover;
    padding: 85px 0 33px;
}

.site-footer .footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer .footer-menu h5 {
    color: white;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
}

.site-footer .footer-menu ul li a {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .4);
}

.footer-bottom .policy-setup ul {
    list-style: none;
}

.footer-bottom .policy-setup ul li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .4);
    padding-right: 0;
}

.footer-bottom .policy-setup ul li {
    padding: 0 15px !important;
}

.footer-bottom .policy-setup ul li a {
    font-size: 14px;
}

/*---newsletter----*/


.newslatters-sec {
    padding: 60px 0 80px;
    background: #EDF1F7;
}

.newslatters-sec h2 {
    font-size: 32px;
    font-weight: 400;
    color: #202833;
    margin-bottom: 5px;
}

.newslatters-sec p {
    font-size: 16px;
    font-weight: 400;
    color: #5B6675;
}

.newslatters-sec form {
    margin-top: 36px;
    width: 701px;
    margin-left: auto;
    margin-right: auto;
}

.newslatters-sec form input {
    width: 100% !important;
    height: 52px;
    padding: 15px;
    outline: none;
    border-radius: 10px 0 0 10px;
    border: 1px solid white;
    font-size: 16px;
}

.newslatters-sec form input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid white;
}

.newslatters-sec form button {
    min-width: 166px;
    border-radius: 0 10px 10px 0 !important;
    font-weight: 500;
    font-size: 16px;
}

.our-partner {
    padding: 75px 0;
    background-color: #497a74;
}

/*----------------list-page-css----------------*/
.pro-list-wrapper {
    padding: 48px 0;
}

.prod-list-box {
    margin-top: 30px;
    border: 1px solid #C6D0E0;
    border-radius: 5px;
    overflow: hidden;
}

.pro-list-wrapper .prod-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.property-card {
    background: #fff;
    border-radius: 10px;
    padding: 22px 0;
}

.property-card .price {
    font-weight: bold;
    font-size: 1.25rem;
}

.property-card .description {
    font-size: 1rem;
    color: #202833;
    margin-bottom: 5px;
    font-weight: 400;
}

.property-card .location {
    color: #5B6675;
    font-size: 14px;
    font-weight: 400;
}

.property-card .property-details {
    font-size: 14px;
    font-weight: 500;
    color: #5B6675
}

.property-card .property-details .villa {
    color: #0F4541;
    font-size: 14px;
    font-weight: 700;
    border-right: 1px solid #46A29F;
    padding-right: 20px;
    min-width: 70px;
}

.property-card .agent {
    margin-top: 30px;
}

.property-card .agent img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}

.property-card .agent h6 {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.property-card .agent small {
    font-size: 11px;
    font-weight: 400;
    color: #5B6675;
}

.buttons-group .btn {
    border-radius: 10px;
    padding: 8px 16px;
    border: 1px solid #C6D0E0 !important;
    min-width: 140px;
    line-height: 25px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-outline-prod {
    color: #202833;
    font-size: 16px;
}


/*---- Detail page -----*/

.img-gallary {
    padding: 50px 0;
}

.img-gallary .container {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 20px;
}
.img-gallary .container img{
    width: 100%;
    object-fit: cover;
    border-radius:10px;
}
.img-gallary .container img:first-child {
    grid-row-start: 1;
    grid-row-end: 3;
    height: 725px;
}

.img-gallary .container img:not(:first-child) {
    height: 353px;
}

.product-info-wrapper .left-content h5 {
    font-size: 26px;
    color: #000;
}
.product-info-wrapper .left-content .villa-info{
   margin: 13px 0 10px;
   padding: 0;
   list-style: none;
   display: flex;
}
.product-info-wrapper .left-content .villa-info li{
    padding: 0 35px;
}
.product-info-wrapper .left-content .villa-info li:first-child{
    padding-left: 0;
    border-right:1px solid #46A29F;
}
.product-info-wrapper .left-content .villa-info li{
    color:#5B6675;
    font-size: 18px;
    font-weight: 400;
}
.product-info-wrapper .left-content .villa-info li span{
    margin-right: 10px;
}
.product-info-wrapper .left-content .product-info-disc{
   padding: 20px 0;
   border-bottom: 1px solid #E4E9F2;
}
.product-info-wrapper .left-content .product-info-disc p {
    margin-bottom: 0;
    color: #000;

}
.product-info-wrapper .left-content .product-info-disc h6{
    font-size: 22px;
    font-weight: 500;
    color: #000;
}
.product-info-wrapper .left-content .product-info-disc p span{
    display: block;
}
.product-info-wrapper .right-content > div{
    padding: 33px 25px;
}
.product-info-wrapper .right-content > div .media h5{
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.product-info-wrapper .right-content > div .media > img{
width: 57px;
height: 57px;
border-radius: 100%;
object-fit: cover;
}
.product-info-wrapper .right-content > div .media p{
    color: #5B6675;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.product-info-wrapper .right-content .inquiry-cta{
 margin: 29px 0 15px;
 background: #202833;
 font-size: 16px;
 font-weight: 400;
 color: white;
 display: block;
 height: 40px;
 line-height: 22px;
}
.contact-options .btn {
    border-radius: 10px;
    padding: 8px 16px;
    border: 1px solid #C6D0E0;
    min-width: 140px;
    line-height: 25px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.contact-options p{
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

/* Enquiry css start here */

.enquiry-modal .modal-dialog {
    max-width: 700px;
  }
  .enquiry-modal .modal-dialog .modal-content {
    background-color: #202833;
    padding: 44px;
  }
  .enquiry-modal .modal-dialog .modal-content .modal-header {
    padding: 0;
    border-bottom: 1px solid #66FCF1;
    padding-bottom: 10px;
    margin-bottom: 30px;
    justify-content: center;
  }
  .enquiry-modal .modal-header h5 {
    text-align: center;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Changa", sans-serif;
    font-weight: 500;
  }
  .enquiry-modal .modal-content .modal-body {
    padding: 0;
  }
  .enquiry-form .form-label {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .enquiry-form textarea,
  .enquiry-form input {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.3);
    min-height: 42px;
  }
  .enquiry-form textarea::placeholder,
  .enquiry-form input::placeholder{
    color: #ffffff75;
  }
  .enquiry-form textarea:focus,
  .enquiry-form input:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 1);
    box-shadow: none;
    border: none;
  }
  .enquiry-form .enquiry-submit {
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: solid 1px #fff;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: transparent;
    margin-top: 30px;
  }
  
  /* Enquiry css end here */

  /* Chat Bot css start here */

.chatbot-wrapper .chatbot-header {
    background-color: #0F4541;
    padding: 10px 10px;
  }
  
  .poc-chat-bot .chatbot_toggle_btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    border: none;
    height: 48px;
    width: 48px;
    background: #0F4541;
    padding: 0;
    color: white;
    border-radius: 50px;
  }
  
  .poc-chat-bot .chatbot-wrapper {
    background: #fff;
    height: calc(100% - 70px);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 7px 2px #00000012;
  }
  /* .poc-chat-bot .collapsed .chatbot-wrapper {
    padding: 0;
    height: 0;
    width: 0;
    overflow: hidden;
  } */
  
  .poc-chat-bot .collapsed .chatbot-wrapper{
   z-index: -1;
   box-shadow: none;
   transition: all 0.5s;
  }
  
  .poc-chat-bot.chatbot-wrapper h3 {
    font-size: 22px;
    color: #fff;
    margin: 0 0 10px;
  }
  
  .poc-chat-bot .chatbot-wrapper p {
    font-size: 16px;
    /* color: #fff; */
    margin: 0;
    margin-top: 10px;
  }
  .poc-chat-bot .chatbot-wrapper p:first-child {
    margin-top: 0;
  }
  @media (min-width: 450px) {
    .poc-chat-bot .main-card {
      width: 96%;
      max-width: 400px;
      height: calc(100% - 32px) !important;
      max-height: 600px;
      margin: 16px !important;
    }
  }
  
  .poc-chat-bot .main-card {
    background: transparent;
    color: transparent;
    width: 100%;
    height: 100%;
    margin: 0px;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    /* overflow: hidden; */
    right: 0;
    bottom: 0;
    position: fixed;
    transition: all 0.5s;
    /* box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    z-index: 999;
  }
  
  .poc-chat-bot .collapsed {
    width: 48px !important;
    height: 48px !important;
    border-radius: 24px !important;
    margin: 16px !important;
  }
  .chatbot-header .user-details {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .chatbot-header .user-details img {
    height: 52px;
    width: 52px;
    object-fit: cover;
    border-radius: 50px;
  }
  .chatbot-header .user-details .user-name {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    font-family: "Albert Sans", sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 95%;
  }
  .chatbot-header .user-details .assistant-name {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    font-family: "Albert Sans", sans-serif;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 95%;
    margin-top: 5px;
  }
  .chatbot-wrapper .chatbot-header .mice-volume {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    bottom: -9px;
    position: relative;
    right: -18px;
  }
  .chatbot-wrapper .chatbot-header .mice-volume ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  /* .chatbot-wrapper .chatbot-header .mice-volume ul li button {
    border: none;
    background: transparent;
    padding: 0;
  } */
  .voice-controls {
    display: flex;
    gap: 15px;
    margin-left: auto;
  }
  
  .chatbot-footer .send-massage {
    display: grid;
    grid-template-columns: 1fr 34px;
    gap: 10px;
  }
  .chatbot-wrapper .chatbot-footer {
    padding: 10px 15px;
    background-color: #fff;
  }
  .chatbot-footer .send-massage button {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
  }
  .chatbot-footer .send-massage input {
    border: none;
    background: transparent;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    color: #000;
  }
  .chatbot-footer .send-massage input:focus {
    outline: none;
    border: none;
    box-shadow: none;
  }
  .chatbot-wrapper .chatbot-body {
    background-color: #f6f6f3;
    height: calc(100% - 133px);
    overflow-y: auto;
  }
  .chatbot-wrapper .chatbot-body .chatbot-body-content {
    padding: 10px 18px;
    height: 100%;
  }
  .chatbot-body .chatbot-body-content .user-chat {
    /* background-color: #e9eceb; */
    font-size: 14px;
    font-weight: 400;
    color: #111111;
    /* padding: 10px 15px; */
    line-height: 1.2;
    margin-left: 30px;
    border-radius: 10px 10px 0px 15px;
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    width: fit-content;
    /* float: right; */
    clear: both;
    box-sizing: border-box;
    margin-left: auto;
  }
  .chatbot-body .chatbot-body-content .user-chat * {
    color: #fff;
  }
  .chatbot-body .chatbot-body-content .assistant-chat p:empty {
    display: none;
  }
  .chatbot-body .chatbot-body-content .assistant-chat p:empty + p {
    margin-top: 0;
  }
  .chatbot-body .chatbot-body-content .assistant-chat {
    background-color: #dcdcdc;
    font-size: 14px;
    font-weight: 400;
    color: #111111;
    padding: 10px 15px;
    line-height: 1.2;
    margin-right: 30px;
    border-radius: 10px 10px 15px 0px;
    margin-top: 10px;
    float: left;
    box-sizing: border-box;
  }
  .assistant-chat ul {
    padding-left: 12px;
    margin-bottom: 0;
  }
  
  .bot-message.loading {
    background: transparent;
    padding: 0;
    margin: 8px 0;
  }
  
  .close-chat-bot {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    z-index: 99;
  }
  
  .mic {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: transparent;
    color: #fff;
    font-size: 33px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.25s;
  }
  
  .mic::before {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background-color: inherit;
    z-index: 101010;
  }
  
  .listening::before {
    animation: listening 1.3s infinite;
  }
  
  @keyframes listening {
    from {
      opacity: 0.25;
      background-color: #000;
    }
    to {
      transform: scale(1.2);
      opacity: 0;
      background-color: #000;
    }
  }
  
  /* Typing indicator animation */
  .typing-indicator {
    display: flex;
    gap: 4px;
    padding: 8px 12px;
    background: #dcdcdc;
    border-radius: 12px;
  }
  
  .typing-indicator span {
    width: 8px;
    height: 8px;
    background: #90949c;
    border-radius: 50%;
    animation: bounce 1.3s linear infinite;
  }
  
  .typing-indicator span:nth-child(2) {
    animation-delay: 0.15s;
  }
  
  .typing-indicator span:nth-child(3) {
    animation-delay: 0.3s;
  }
  
  @keyframes bounce {
    0%, 60%, 100% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-4px);
    }
  }
  
  .assistant-chat.loading{
    background-color: #dcdcdc !important;
  }
  
  /* chat Bot css end here  */

  