

body {
    font-family: "Poppins", "Roboto", sans-serif !important;
    max-width:100%;
}

h1, h2, h3, h5, h6 {
    font-family: inherit;
         font-family: "Poppins", "Roboto", sans-serif !important;
        color:black;
        /*font-weight:bold !important;*/
}

@media (max-width: 768px) {
  h2 {
    font-size: 20px !important ;  /* Tablets */
  }
  #targetbtn {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  h2 {
    font-size: 20px !important;  /* Mobile */
    line-height: 1.2 !important;
  }
}
 .navbar-nav .nav-link {
      font-size: 14px;
      color: white !important;
        font-family: "Poppins", "Roboto", sans-serif !important;
      margin: 0 10px;
      transition: color 0.3s ease;
    }

.navbar-nav .nav-link {
     font-family: "Poppins", "Roboto", sans-serif !important;
    padding-left:7px !important;  /* Adjust padding if needed */
    padding-right: 7px !important; /* Adjust padding if needed */
}
    .navbar-nav .nav-link:hover {
      color: #cd891d !important;
    }

    .navbar-nav .nav-item {
         font-family: "Poppins", "Roboto", sans-serif !important;
    margin-right: 2px !important;  /* Adjust the value to reduce gap */
}

.navbar-nav .nav-link {
     font-family: "Poppins", "Roboto", sans-serif !important;
    padding-left:5px !important;  /* Adjust padding if needed */
    padding-right: 5px !important; /* Adjust padding if needed */
}

body {
    overflow-x:hidden;
    max-width:100%;
       font-family: "Poppins", "Roboto", sans-serif !important;
}




  /* Default styling */
  .rating-label, .rating-percentage {
       font-family: "Poppins", "Roboto", sans-serif !important;
    font-size: 13px;
    white-space: nowrap; /* Ensures text stays on one line */
  }

    .review-snippet {
         font-family: "Poppins", "Roboto", sans-serif !important;

      font-size: 16px !important;
    }

  /* Responsive styling for mobile devices */
  @media (max-width: 968px) {

    .review-snippet {
      font-size: 14px;
    }

    .rating-label, .rating-percentage {
      font-size: 12px; /* Decrease text size for smaller screens */
    }
  }
  .reviews-section {
    /*padding: 47px 0;*/
       font-family: "Poppins", "Roboto", sans-serif !important;
    /* background: lightgray; */

    text-align: center;
  }

.reviews-section h2{

        /*font-size: 36px;*/
        /*font-weight: bold;*/
             font-family: "Poppins", "Roboto", sans-serif !important;
        color: black;
        margin-bottom: 15px;
}

  .review-card {
    background: #fff;
     font-family: "Poppins", "Roboto", sans-serif !important;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #333;
    text-align: left;
    min-height: 130px;
    flex: 0 0 100%; /* Default for mobile */
  }


  .review-stars {
    color: #ffd700;
    font-size: 18px;
     font-family: "Poppins", "Roboto", sans-serif !important;
  }

  .reviewer-name {
    font-weight: bold;
    text-align:center;
     font-family: "Poppins", "Roboto", sans-serif !important;
    color: #156778;
  }

  .review-date {
    color: #888;
    font-size: 14px;
     font-family: "Poppins", "Roboto", sans-serif !important;
    font-style: italic;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: black;
    border-radius: 50%;
  }

  .carousel-indicators [data-bs-target] {
    background-color: black;
  }

  .carousel-indicators .active {
    background-color: #cd891d;
  }

  .btn-link {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
  }

  @media (max-width: 768px) {
    /* Reduce padding for mobile view */
    .reviews-section {
      padding: 18px 0;
    }

    /* Smaller card size */
    .review-card {
      padding: 8px;
      min-height: 110px;
    }

    /* Reduce text size */
    .review-stars {
      font-size: 14px;
    }

    .reviewer-name {
      font-size: 16px;
    }

    .review-date {
      font-size: 12px;
    }

    .review-snippet {
      font-size: 15px;
    }

    /* Adjust carousel controls margin */
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      margin-top: 50px;
      margin: 10px;
    }
  }

  @media (min-width: 468px) {
    .review-card {
      flex: 0 0 30%; /* For 3 cards per slide on PC */
    }

    .review-snippet {
      font-size: 12px;
    }

  }


     /* Reducing margin and padding between nav items */
.navbar-nav .nav-item {
     font-family: "Poppins", "Roboto", sans-serif !important;
    margin-right: 6px !important;  /* Adjust the value to reduce gap */
}

.navbar-nav .nav-link {
     font-family: "Poppins", "Roboto", sans-serif !important;
    padding-left:8px !important;  /* Adjust padding if needed */
    padding-right: 8px !important; /* Adjust padding if needed */
}








    /* Image Styling */
.burj-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Info Block Styling */
.info-block {
  margin-bottom: 20px;

   font-family: "Poppins", "Roboto", sans-serif !important;
}

.info-block h4 {
  font-size: 1.3rem;
  font-weight: 600;
   font-family: "Poppins", "Roboto", sans-serif !important;
  margin-bottom: 5px;
  color: black;
}

.info-block p {
  font-size: 0.98rem;
  color: #444;
   font-family: "Poppins", "Roboto", sans-serif !important;
}

/* Responsive: Tablet and below */
@media (max-width: 992px) {
  .info-block {
    text-align: center;
  }

  .col-lg-4 {
    margin-bottom: 20px;
  }

  .burj-img {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .info-block h4 {
    font-size: 1.2rem;
  }

  .info-block p {
    font-size: 0.95rem;
  }
}

/* Responsive: Mobile small screens */
@media (max-width: 576px) {
  .info-block h4 {
    font-size: 1.1rem;
  }

  .info-block p {
    font-size: 0.92rem;
  }
}



    /* Default (PC & Tablet): 2 cards per row */
 .property-cardsP .property-cardP {
    padding: 10px;
          font-family: "Poppins", "Roboto", sans-serif !important;
}
.property-sectionP h2{
    /*color:black;*/
     font-family: "Poppins", "Roboto", sans-serif !important;
    padding-top:2px;
}

.property-descriptionP{
    font-size:16px;
}
/*.property-cardsP :hover {*/

/*            transform: scale(1.00) translateY(-5px);*/
/*    }*/
.property-cardsP .card-img-top{
    max-width:100%; height:170px;
    padding:4px;
}
.property-cardsP .card-title {
    font-size: 1.1rem;
     font-family: "Poppins", "Roboto", sans-serif !important;
     text-align:center;
}
.property-cardsP .card-text {
    font-size: 1rem;
    text-align:center;
     font-family: "Poppins", "Roboto", sans-serif !important;
     font-weight:bold;
    color:black;
}

/* Mobile (smaller screens) */
@media (max-width: 768px) {
 .property-cardsP   .property-cardP {
        width: 100%;
    }
    .property-cardsP .card-img-top{
    max-width:100%; height:158px;
}
  .property-cardsP  .card-title {
       font-family: "Poppins", "Roboto", sans-serif !important;
       text-align:center;
        font-size: 1.1rem; /* Reduce title size */
    }
   .property-cardsP .card-text {
        font-size: 1rem;
         color:black;
          font-weight:bold;
          text-align:center;
        /* Reduce text size */
    }
}

/* Extra Small Devices (Phones) */
@media (max-width: 576px) {
    .property-cardsP .card-img-top{
    max-width:100%; height:148px !important;
}
   .property-cardsP .property-cardP {
        width: 100%; /* Stack 1 per row */
    }
   .property-cardsP .card-title {
        text-align:center;
        font-size: 1rem; /* Smaller text */
    }
 .property-cardsP   .card-text {
        font-size: 0.9rem;
         text-align:center;
         font-weight:bold;
         color:black;
    }
}


    #properties .card-img-top{
        max-height:220px;
    }
.logo{
    max-height:87px;
           font-family: "Poppins", "Roboto", sans-serif !important;
}

/*// old code styles listing model */







.contact .form-input{
    border:1px solid #888e91;
     border-radius: 10px;
          font-family: "Poppins", "Roboto", sans-serif !important;
    padding: 16px 27px !important;
    width: 100% !important;
    /*font-family: "Poppins", "Roboto", sans-serif !important;*/
  font-family: "Poppins", "Roboto", sans-serif !important;

}
.contact .iti--inline-dropdown{
    width: 100% !important;
     font-family: "Poppins", "Roboto", sans-serif !important;
     border-radius: 10px;
}

.contact .info-box {
    /*font-family: "Poppins", "Roboto", sans-serif !important;*/
   font-family: "Poppins", "Roboto", sans-serif !important;
  color: #444444;
  text-align: center;
   border-radius: 10px;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
     /*font-family: 'Poppins', sans-serif;*/
    font-family: "Poppins", "Roboto", sans-serif !important;

  font-size: 32px;
  color: #aa8453;
   border-radius: 10px;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f5a0a0;
}


  .floating-whatsapp {
      position: fixed;
       font-family: "Poppins", "Roboto", sans-serif !important;
      bottom: 20px;
      right: 20px;
      background-color: #25D366;
      color: white;
      border-radius: 50%;
      padding: 12px;
      font-size: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
      z-index: 1000;
            text-decoration: none;
  }

  .floating-whatsapp i {
      font-size: 24px;
  }

  .floating-whatsapp:hover {
      background-color: #1EBE5D;
  }




  /* Adjust padding to make room for the flag */
  .iti {
       font-family: "Poppins", "Roboto", sans-serif !important;

    width: 100% !important; /* Ensure it takes the full width */
  }

  /* Set the input's padding for the phone number */
  #phone_pop {

   /* Space for the flag */
    max-width: 100% !important;
  }

  /* Adjust the flag and dial code to appear properly */
  .iti__flag-container {
    padding-left: 10px !important; /* Add space to the flag */
  }

  /* You can adjust the dropdown width if necessary */
  .iti__arrow {
    right: 10px; /* Adjust the flag dropdown arrow's position */
  }




            .section-title {
                font-family: "Poppins", "Roboto", sans-serif !important;
            }
            .btn-sub {
                font-family: "Poppins", "Roboto", sans-serif !important;
                font-weight: 200px;
            }
            #country_popup option[value=""] {
                color: gray;
                font-size: small;
            }
            .section-title b {
                font-family: "Poppins", "Roboto", sans-serif !important;
                font-weight: 700;
            }

            .form-control{

                   box-shadow: none !important;
  background-color: white !important;
  border: 1px solid #ccc !important;

            }


        /*.form-input {*/

        /*    padding: 8px;*/
        /*    border: 1px solid #ccc;*/
        /*    border-radius: 5px;*/
        /*}*/



        .dropdown-menu {
            display: none;
            position: absolute;
            /*width: 300px;*/
             font-family: "Poppins", "Roboto", sans-serif !important;
            max-height: 280px;
            overflow-y: auto;
            border: 1px solid #ccc;
            background: white;
            z-index: 1000;
        }
        .dropdown-item {
            padding: 8px;
            cursor: pointer;
             font-family: "Poppins", "Roboto", sans-serif !important;
            border-bottom: 1px solid #f0f0f0;
        }
        .dropdown-item:hover {
            background-color: #f1f1f1;
        }

                /* Responsive Styles */
@media (max-width: 768px) {
    .dropdown-menu {
        display: none;
            position: absolute;
            /*width: 200px;*/
            max-height: 210px;
            overflow-y: auto;
            border: 1px solid #ccc;
            background: white;
            z-index: 1000;  /* Reduce height */
    }
}

/* Define the custom button style */
.btn-customC {
     font-family: "Poppins", "Roboto", sans-serif !important;

       appearance: none; /* Removes default styles */
    -webkit-appearance: none; /* For Safari */
    -moz-appearance: none;
    background: black; /* Button background color */
    color: white;        /* Initial text color */
    padding: 8px 14px;  /* Padding for size */
    font-size: 14px;     /* Font size */
    border: 2px solid transparent; /* Transparent border */
    border-radius: 5px;  /* Rounded corners */
    cursor: pointer;     /* Pointer cursor on hover */
    max-width: 260px;    /* Fixed width */
    text-align: center;
    margin-bottom: 1px;
    margin-top: 5px;
    height: 45px;        /* Fixed height */
    position: relative;  /* For pseudo-element positioning */
    overflow: hidden;    /* Hide overflow for animation */
    transition: all 0.3s ease; /* Smooth transition for hover effects */
}

/* Pseudo-element for the hover effect */
.btn-customC::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
     font-family: "Poppins", "Roboto", sans-serif !important;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1;
    transition: all 0.3s ease;
}

/* Text stays above the pseudo-element */
.btn-customC span {
    position: relative;
    z-index: 2;
     font-family: "Poppins", "Roboto", sans-serif !important;
    color: white; /* Initial text color is white */
    transition: color 0.3s ease; /* Smooth color change */
}

/* Hover effect: animate the pseudo-element */
.btn-customC:hover::before {
    left: 0; /* Move in from the left */
}

/* Hover effect: Change text color */
.btn-customC:hover span {
    color: #cd891d !important; /* Change text color to #cd891d after hover background slides in */
}

/* Add black border on hover */
.btn-customC:hover {
    border-color: #cd891d !important; /* Show black border on hover */
}

/* Responsive Styles */
@media (max-width: 768px) {
    .btn-customC {
        font-size: 12px;  /* Slightly smaller text */
        padding: 6px 12px; /* Adjust padding */
        max-width: 220px;  /* Reduce max width */
        height: 40px;      /* Reduce height */
    }
}

@media (max-width: 576px) {
    .btn-customC {
        font-size: 11px;
        padding: 5px 10px;
        max-width: 180px;
        height: 38px;
    }
}

@media (max-width: 400px) {
    .btn-customC {
        font-size: 10px;
        padding: 4px 8px;
        max-width: 160px;
        height: 35px;
    }
}


@media (max-width: 767px) {
    .text-truncate {
        max-width: 100%; /* Adjust width for smaller screens */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


    .iti--separate-dial-code .iti__selected-flag {
    background-color: white;
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex
;
    align-items: left;
    height: 100%;
    padding: 0 2px 0 0px;
}
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 2px;
    font-size:10px;
}
.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex
;
    align-items: left;
    height: 100%;
    padding: 0 6px 0 8px;
}


.iti__country-list {
    position: absolute;
     font-family: "Poppins", "Roboto", sans-serif !important;
    z-index: 2;
    list-style: none;
    text-align: left;
    max-width: 299px;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 290px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}



.contact .info-box h3 {
  font-size: 20px;
/*font-family: "Poppins", "Roboto", sans-serif !important;*/
  font-family: "Poppins", "Roboto", sans-serif !important;

  color: #777777;
  font-weight: 700;
   border-radius: 10px;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
   border-radius: 10px;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
 font-family: "Poppins", "Roboto", sans-serif !important;
}
input{
 box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: white;
    border-radius: 25px;
 font-family: "Poppins", "Roboto", sans-serif !important;

}

.contact .php-email-form {
     font-family: "Poppins", "Roboto", sans-serif !important;
  /* box-shadow: 0 0 30px rgba(214, 215, 216, 0.6); */
  padding: 30px;
  background: white;
    border-radius: 25px;
   /*font-family: "Poppins", "Roboto", sans-serif !important;*/
 font-family: "Poppins", "Roboto", sans-serif !important;

}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
   font-family: "Poppins", "Roboto", sans-serif !important;
  background: #ed3c0d;
  text-align: left;
font-family: "Poppins", "Roboto", sans-serif !important;

  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
/*font-family: "Poppins", "Roboto", sans-serif !important;*/
font-family: "Poppins", "Roboto", sans-serif !important;


}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
font-family: "Poppins", "Roboto", sans-serif !important;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  /*font-family: "Poppins", "Roboto", sans-serif !important;*/
font-family: "Poppins", "Roboto", sans-serif !important;

  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
font-family: "Poppins", "Roboto", sans-serif !important;

  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}
.iti--separate-dial-code .iti__selected-flag
{
    background-color: transparent !important;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 10;
  box-shadow: none;
 /*font-family: "Poppins", "Roboto", sans-serif !important;*/
 font-family: "Poppins", "Roboto", sans-serif !important;
border-radius: 27px;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
/*font-family: "Poppins", "Roboto", sans-serif !important;*/
font-family: "Poppins", "Roboto", sans-serif !important;

  background-color: #aa8453;
}

    .section-title {
      font-family: "Poppins", "Roboto", sans-serif !important;

        box-shadow: none;

    }



.contact .php-email-form input {
  padding: 10px 15px;
   /*font-family: "Poppins", "Roboto", sans-serif !important;*/
 font-family: "Poppins", "Roboto", sans-serif !important;

}

.contact .php-email-form textarea {
    /*font-family: "Poppins", "Roboto", sans-serif !important;*/
  font-family: "Poppins", "Roboto", sans-serif !important;

  padding: 12px 15px;
}




@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}





    .libre-baskerville-regular {
font-family: "Poppins", "Roboto", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-bold {
font-family: "Poppins", "Roboto", sans-serif !important;
  font-weight: 700;
  font-style: normal;
}

.libre-baskerville-regular-italic {
font-family: "Poppins", "Roboto", sans-serif !important;
  font-weight: 400;
  font-style: italic;
}


  .dropdown-container input {
      width: 100%;
       font-family: "Poppins", "Roboto", sans-serif !important;
      max-height:189px;
      padding: 8px;
      box-sizing: border-box;
  }

  .dropdown-list {
      position: absolute;
      width: 100%;
      height:122px;
      max-height: 250px;
      overflow-y: auto;
      border: 1px solid #ccc;
      background: white;
      display: none;
      z-index: 10;
  }

    .dropdown-list {
      position: absolute;

      height:152px !important;
      max-height: 250px;
      overflow-y: auto;
      border: 1px solid #ccc;
       font-family: "Poppins", "Roboto", sans-serif !important;
      background: white;
      display: none;
      z-index: 10;
  }

  .dropdown-list div {
      padding: 8px;
      cursor: pointer;
  }

  .dropdown-list div:hover {
      background-color: #f0f0f0;
  }

  .form-control1{
      max-height:334px;
      height:334px;
  }


        .dropdown-menu {
            display: none;
            position: absolute;
            width: 200px;
             font-family: "Poppins", "Roboto", sans-serif !important;
            max-height: 280px;
            overflow-y: auto;
            border: 1px solid #ccc;
            background: white;
            z-index: 1000;
        }
        .dropdown-item {
            padding: 8px;
            cursor: pointer;
            border-bottom: 1px solid #f0f0f0;
        }
        .dropdown-item:hover {
            background-color: #f1f1f1;
        }


.iti--inline-dropdown .iti__count-list {
    max-height: 185px;
}
    .select2-results__option {
        background-color: white !important;
        color: black !important; /* Ensure text is visible */
    }

    /* Change background color on hover */
    .select2-results__option--highlighted {
        background-color: white !important;
    }
    /* Style the placeholder option */
    #country_popup option:first-child {
        color: grey !important;
    }
    p {
        text-align: left;
    }
    .error-message, .sent-message {
        display: none; /* Hide messages initially */
    }













    /* General Styles for the Property Section */
#properties {
      font-family: "Poppins", "Roboto", sans-serif !important;
    padding: 60px 0;
}

.property-grid-4 {
    border: 1px solid #ddd;
    background-color: #fff;
    transition: all 0.3s ease;
    border-radius: 10px;
      padding-left: 0;
        padding-right: 0;

        padding-top: 0;
    padding-top:0px;
    overflow: hidden;
}

.property-block {
    padding: 20px;
    transition: box-shadow 0.3s ease;
}

.property-block:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Property Image Styles */
.thumbnail-img {
    position: relative;
     object-fit: cover;
     max-width:100%;
       max-height: 215px;
    overflow: hidden;
    background-color: #f0f0f0;
}

.thumbnail-img img {
    width: 100%;
    height: 219px;
    object-fit: cover;
}

.property_text {
    padding-top: 15px;
}

.property_text h4 {
    font-size: 0.9rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.property_text .listing-location {
    font-size: 0.9rem;
    color: #777;
}

.property_text .quantity {
    margin-top: 10px;
}

.property_text .quantity li {
    margin-right: 15px;
    font-size: 0.9rem;
}

.property_text .view-container {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.property_text .view-container div {
    font-size: 0.8rem;
    color: #1f4e78;
}

/* Price Section */
.property_text span {
    font-size: 14px;
    color: #cfba82;
}

.property_text .viewCount,
.property_text .bookedMeet {
    font-size: 0.7rem;
}




/* Aligning View and Book Information to the Left */
.property_text .view-container div {
    text-align: left;
}

.property_text .d-flex.justify-content-center {
    display: flex;
    justify-content: flex-start;
}

/* Align Modal Button to Bottom */
.property_text .d-flex.justify-content-center.align-items-center {
    padding-top: 20px;
}

.property_text .d-flex.justify-content-center.align-items-center button {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

/* Small Screen Responsiveness */
@media (max-width: 768px) {
    .property-block {
        margin-bottom: 30px;
    }

    .property_text h4 {
        font-size: 0.7rem;
    }

    .property_text .listing-location {
        font-size: 0.8rem;
    }

    .property_text .quantity li {
        font-size: 0.8rem;
    }

    .property_text span {
        font-size: 13px;
    }

    .view-container {
        flex-direction: column;
        text-align: left;
    }
}



        .maintenance-card {
            background: #fff;
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
         .maintenance-card :hover {

            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .spinner-border{
            font-size:30px;
            max-height:50px;
        }






        /* Style for Properties Section */
#properties {
    background-color: #f9f9f9;
    padding: 50px 0;
}

#properties h2 {
    /*font-size: 2.5rem;*/

    text-align: center;
      font-family: "Poppins", "Roboto", sans-serif !important;
    padding:1px;
    margin-bottom: 30px;
}

.property-grid-4 {
    background-color: #fff;
    border-radius: 10px;
      padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

/*.property-grid-4:hover {*/
/*    transform: translateY(-10px);*/
/*    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);*/
/*}*/

.thumbnail-img {
    position: relative;
    overflow: hidden;
    max-height: 210px;
}

.thumbnail-img img {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/*.thumbnail-img:hover img {*/
/*    transform: scale(1.1);*/
/*}*/

.property_text {
    padding: 13px;
}

.property-title {
    font-size: 1.25rem;
    /*font-weight: bold;*/
    margin-bottom: 10px;
}

.property-location {
    color: #777;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
}

.property-location i {
    color: #1f4e78;
    margin-right: 5px;
}

.quantity {
    margin-top: 10px;
}

.quantity li {
    margin-right: 15px;
    font-size: 1rem;
    color: #555;
}

.property-price {
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
    margin-top: 15px;
}

.view-container {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.view-container div {
    display: flex;
    align-items: center;
}

.view-container i {
    color: #1f4e78;
    margin-right: 5px;
}

.viewCount {
    color: #1f4e78;
    font-size: 0.9rem;
}













/* Button Styles */
.btn-customE {
    background-color: #1f4e78;
    color: white;
    font-size: 12px;
      font-family: "Poppins", "Roboto", sans-serif !important;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.btn-customE:hover {
    background-color: #163b58;
}
/* Define the custom button style */
.btn-customE {
    background: black; /* Button background color */
    color: white;        /* Initial text color */
    padding: 8px 14px;  /* Padding for size */
    font-size: 14px;     /* Font size */
    border: 2px solid transparent; /* Transparent border */
    border-radius: 5px;  /* Rounded corners */
    cursor: pointer;     /* Pointer cursor on hover */
    width: 220px;
    /* Fixed width */
      font-family: "Poppins", "Roboto", sans-serif !important;
    text-align: center;
    margin-bottom:1px;
    margin-top:5px;
    height: 45px;        /* Fixed height */
    position: relative;  /* For pseudo-element positioning */
    overflow: hidden;    /* Hide overflow for animation */
    transition: all 0.3s ease; /* Smooth transition for hover effects */
}

/* Pseudo-element for the hover effect */
.btn-customE::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1;
    transition: all 0.3s ease;
}ca

/* Text stays above the pseudo-element */
.btn-customE span {
    position: relative;
    z-index: 2;
    color: white; /* Initial text color is white */
    transition: color 0.3s ease; /* Smooth color change */
}

/* Hover effect: animate the pseudo-element */
.btn-customE:hover::before {
    left: 0; /* Move in from the left */
}

/* Hover effect: Change text color */
.btn-customE:hover span {
    color: #cd891d; /* Change text color to #cd891d after hover background slides in */
}

/* Add black border on hover */
.btn-customE:hover {
    border-color: #cd891d; /* Show black border on hover */
}



/* navbar custom styles  */


/* Navbar Styling */
.navbar {
    background: rgba(0, 0, 0, 0.85); /* Semi-transparent black */
    padding: 15px 0;
    transition: all 0.3s ease-in-out;
}

/* Navbar Brand */
.navbar-brand {
    font-size: 17px;
      font-family: "Poppins", "Roboto", sans-serif !important;
    font-weight: bold;
    color: #CD891D !important; /* Gold color */
    transition: color 0.3s ease-in-out;
}

.navbar-brand:hover {
    color: white !important;
}

/* Navbar Links */
.navbar-nav .nav-link {
    font-size: 16px;
      font-family: "Poppins", "Roboto", sans-serif !important;
    font-weight: 500;
    color: white !important;
    padding: 10px 15px;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}

/* Navbar Hover Effect */
.navbar-nav .nav-link:hover {
    color: #CD891D !important;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}

/* Navbar Toggler (White Border & Icon) */
.navbar-toggler {
    /*border: 2px solid white !important; */
    outline: none;
    padding: 5px;
}

/* White Hamburger Icon */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

/* Ensure Navbar Remains Visible When Opened */
.navbar-collapse {
    padding: 10px;
}

/* Fixed Navbar Scroll Effect */
.navbar.fixed-top {
    box-shadow: 0 4px 6px rgba(255, 255, 255, 0.1);
}

/* Responsive Navbar */
@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
        background: rgba(0, 0, 0, 0.9);
        padding: 15px 0;
        border-radius: 10px;
    }
}





/* Carousel Section */
#propertyCarousel {
    /* margin: 30px 0 20px; Adjust based on navbar */
   font-family: "Poppins", "Roboto", sans-serif !important;
}

/* Carousel Image Styling */
.carousel-item {
    position: relative;
}

.carousel-item img {
    max-height: 520px;
    object-fit: cover;
    width: 100%;
}

/* Caption Styling */
.carousel-caption {
    position: absolute;

    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
    color: white;
}

.carousel-caption h3 {
   font-family: "Poppins", "Roboto", sans-serif !important;
    font-size: 37px;
    font-weight: bold;
}

.carousel-caption p {
    font-size: 14px;
    color: white;
}

/* Indicator Styling */
.carousel-indicators button {
    background-color: #CD891D;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 5px;
    border: none;
    transition: background-color 0.4s ease-in-out;
}

.carousel-indicators .active {
    background-color: black;
}

/* Responsive Design */
@media (max-width: 768px) {
    .carousel-item img {
        height: 510px;
    }

    .carousel-caption {
        padding: 10px;
        margin-top: 3px;
        border-radius: 8px;
    }

    .carousel-caption h3 {
        font-size: 20px;
    }

    .carousel-caption p {
        font-size: 13px;
    }

    .carousel-indicators button {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 576px) {
    .carousel-item img {
        height: 450px;
    }

    .carousel-caption {
        padding: 8px;
        border-radius: 5px;
    }

    .carousel-caption h3 {
        font-size: 18px;
    }

    .carousel-caption p {
        font-size: 10px;
    }

    .carousel-indicators button {
        width: 8px;
        height: 8px;
    }
}


/* Property Card Styling */




/* Card Image */





/* ðŸ”¹ Media Queries for Responsiveness */
@media (max-width: 768px) { /* Tablets & smaller devices */
    .animated-card img {
        opacity: 0; /* Initially hidden */
        animation: fadeInUp 0.8s ease-in-out forwards;
        height: 180px; /* Reduce image height */
    }

    .animated-card .card-body {
        padding: 12px;
    }

    .animated-card .card-title {
        font-size: 16px; /* Smaller title */
    }
}

@media (max-width: 576px) { /* Mobile screens */
    .animated-card {
        margin-bottom: 10px;
    }

    .animated-card img {
        height: 150px; /* Reduce image height */
    }

    .animated-card .card-body {
        padding: 10px;
    }

    .animated-card .card-title {
        font-size: 14px; /* Even smaller title */
    }
}



/* Community Ad Section */
.community-ad {
    margin-top: 5px;
    background: url('luxury-bg.jpg') no-repeat center center/cover;
    color: black;
    padding: 80px 20px;
    position: relative;
      font-family: "Poppins", "Roboto", sans-serif !important;
    text-align: center;
    overflow: hidden;
}

/* Overlay Effect */
.community-ad::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Ensure Content Stays on Top */
.community-ad .container {
    position: relative;
    opacity: 0; /* Initially hidden */
    animation: fadeInUp 0.8s ease-in-out forwards;
    z-index: 2;
}

/* Heading Styling */
.community-ad h2 {
    /*font-size: 32px;*/
    /*font-weight: bold;*/
    text-transform: uppercase;
    color: black;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-in-out forwards;
}

/* Text Styling */
.community-ad p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1.2s ease-in-out forwards;
}

/* Explore Button */
.explore-btn {
    background: #CD891D;
    border: none;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    border-radius: 8px;
    transition: background 0.5s ease, transform 0.3s ease-in-out;
}

.explore-btn:hover {
    background: white;
    color: #CD891D;
    transform: scale(1.05);
}

/* Fade-In Up Animation */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ðŸ”¹ Media Queries for Responsiveness */
@media (max-width: 992px) { /* Tablets */
    .community-ad {
        padding: 60px 15px;
    }

    .community-ad h2 {
        font-size: 26px;
        padding: 2px;
        color: black;

    }

    .community-ad p {
        font-size: 18px;
    }

    .explore-btn {
        padding: 10px 20px;
        font-size: 16px;
    }
}

@media (max-width: 768px) { /* Small Tablets & Large Phones */
    .community-ad {
        padding: 50px 10px;

    }

    .community-ad h2 {
        font-size: 21px;
        padding: 2px;
        color: black;
    }

    .community-ad p {
        font-size: 16px;
    }

    .explore-btn {
        padding: 8px 18px;
        font-size: 15px;
    }
}

@media (max-width: 576px) { /* Mobile Screens */
    .community-ad {
        padding: 40px 5px;
    }

    .community-ad sub{
        font-size: 11px;

    }
    .community-ad h2 {
        padding: 2px;
        font-size: 18px;
        color: black;
    }

    .community-ad p {
        font-size: 14px;
    }

    .explore-btn {
        padding: 8px 15px;
        font-size: 14px;
    }
}









/* partner  develper */

.partners {
    padding: 20px;
    text-align: center;
      font-family: "Poppins", "Roboto", sans-serif !important;
    /*background-color: linear-gradient(to right, #398af5, #00d4ff);*/
}
.partners .heading {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.partners .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.partners .col-3 img {
   max-width: 60px !important;
    max-height: 60px !important;
    object-fit: contain;
    padding:3px;
    margin-bottom: 10px;
}
.partners .col-3 {
    width: 20%;
    /*background: linear-gradient(rgb(218, 216, 216),rgb(210, 222, 233));*/
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transform: scale(1.01);
    transition: transform 0.3s ease-in-out;
}
.partners  .col-3:hover {
    transform: scale(1.03)  translateY(-6px);
    /*background: greenyellow;*/
}
.partners  .col-3 img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    margin-bottom: 10px;
}

.partners sub{
    font-size: 12px;

}
.partners .text-normal {
    font-size: 12px;
    color: #333;
}
@media (max-width: 1024px) {
    .partners  .col-3 {
        width: 22%;
    }
    .partners sub{
        font-size: 11px;

    }
}
@media (max-width: 768px) {
    .partners .col-3 {
        width: 18%;
    }
    .partners sub{
        font-size: 10px;

    }
}
@media (max-width: 480px) {
    .partners  .col-3 {
        width: 25%;
    }
    .partners sub{
        font-size: 9px;

    }
}




/* Communities Section */
#communities .carousel-inner img {
    max-height: 900px;
    object-fit: cover;
    border-radius: 10px;
}

.developer-ad{
    margin-top: 1px;
    background: white;
    color:black;
      font-family: "Poppins", "Roboto", sans-serif !important;
    padding: 80px 20px;
    font-weight: bold;
    position: relative;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.developer-ad p{
    color: #111;
}

#developers img{
    max-height:70px;
}
/* Developers Section */
    .developer-slider {
        display: flex;
        overflow: hidden;
        max-height: 300px;
        border-radius: 4px;

        width: 100%;
        position: relative;
    }
    .developer-slide {
        min-width: 100%;
        border-radius: 2px;
        transition: transform 0.5s ease-in-out;
        position: relative;
    }
    .developer-slide img {
        width: 100%;
        max-height: 290px;

        display: block;
    }
    .developer-name {
        position: absolute;
        bottom: 20px;
        font-size: 33px;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 14px 20px;
        border-radius: 5px;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .developer-name {
            font-size: 13px;
            padding: 3px 8px;
        }
    }
    @media (max-width: 480px) {
        .developer-name {
            font-size: 12px;
        }
    }

/* Responsive Media Queries */
/*@media (max-width: 768px) {*/
/*  .carousel-inner{*/
/*    height: none;*/
/*}*/
    
}
    
}
/*@media (max-width: 768px) {*/
/*    #communities .carousel-inner img {*/
/*        max-height: 2700px;*/
/*    }*/

/*    .developer-logo img {*/
/*        max-width: 250px;*/
/*    }*/
/*}*/

/*@media (max-width: 480px) {*/
/*    #communities .carousel-inner img {*/
/*        max-height: 450px;*/
/*    }*/

/*    .developer-logo img {*/
/*        width: 200px;*/
/*    }*/
    
/*}*/





/* General Styling  why in dubai*/
.why-invest {
    padding: 50px 0;
      font-family: "Poppins", "Roboto", sans-serif !important;
}

.why-invest h2 {
    /*font-size: 2rem;*/
    text-align:center;
      font-family: "Poppins", "Roboto", sans-serif !important;
    /*font-weight: bold;*/
        color:black;
    text-transform: uppercase;
}

/* Card Styling */
.why-invest .card {
    background: transparent;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.why-invest .card:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.why-invest img {
    /*border-radius: 10px;*/
    padding:2px;
    transition: transform 0.3s ease-in-out;
}

/*.why-invest .card:hover img {*/
/*    transform: scale(1.1);*/
/*}*/

.why-invest p {
    font-size: 1rem;
    font-weight: 600;
      text-align:center;
    margin-top: 10px;
    transition: color 0.3s ease-in-out;
}

.why-invest .card:hover p {
    /*color: #007bff;*/
}

/* Responsive Styling */
@media (max-width: 768px) {
    .why-invest h2 {
        font-size: 1.5rem;
        color:black;
          text-align:center;
    }

    .why-invest img {
        width: 100%;
        padding:2px;
        height: auto;
    }

    .why-invest p {
        font-size: 0.9rem;
          text-align:center;
    }
}

@media (max-width: 576px) {
    .why-invest .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .why-invest img {
        width: 90%;
        padding:2px;
    }

    .why-invest p {
        font-size: 0.8rem;
          text-align:center;
    }
}




/*// reviews section */

.reviews-section h2{

        /*font-size: 36px;*/
        /*font-weight: bold;*/
          font-family: "Poppins", "Roboto", sans-serif !important;
        color: black !important;
        margin-bottom: 15px;
}


    .why-choose-us {
        /*background: linear-gradient(to right, #8686fc, #3b3b3b);*/
        color: black;
        padding: 60px 0;
          font-family: "Poppins", "Roboto", sans-serif !important;

    }

    .why-choose-us .section-title {
        font-size: 36px;
        font-weight: bold;
          font-family: "Poppins", "Roboto", sans-serif !important;
        color: black;
        margin-bottom: 15px;
    }

    .why-choose-us .section-subtitle {
        font-size: 19px;
        margin-bottom: 40px;
    }

    .why-choose-us .feature {
        background: rgba(4, 42, 107, 0.1);
        border-radius: 10px;
        height: 170px;
        max-width: 288px;
        box-shadow: red;
        margin:
        1px;
        padding: 20px;
        transition: 0.3s ease-in-out;
    }

    .why-choose-us .feature img {
        max-width: 100px;
        border-radius: 50%;
        margin-bottom: 15px;
    }

    .feature h3 {
        font-size: 17px;
        margin-bottom: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .why-choose-us .feature p {
        font-size: 13px;
    }

    .why-choose-us .feature:hover {
        background: rgba(46, 56, 56, 0.3);
            transform: scale(1.05) translateY(-5px);
    }

        /* Media Queries */
        @media (max-width: 1198px) {
            .why-choose-us .section-title {
                font-size: 34px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }
            .why-choose-us .section-subtitle {
                font-size: 16px;
                margin-bottom: 40px;
            }

            .why-choose-us .feature h3 {
                font-size: 14px;
            }

            .why-choose-us .feature p {
                font-size: 11px
            }
        }


    /* Media Queries */
    @media (max-width: 768px) {
        .why-choose-us .section-title {
            font-size: 16px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .why-choose-us .section-subtitle {
            font-size: 13px;
            margin-bottom: 40px;
        }

        .why-choose-us .feature h3 {
            font-size: 16px;
        }

        .why-choose-us .feature p {
            font-size: 0.5rem;
        }
    }

    @media (max-width: 576px) {
        .why-choose-us .section-title {
            font-size: 1.2rem;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .why-choose-us .section-subtitle {
            font-size: 12px;
            margin-bottom: 40px;
        }

        .why-choose-us  .feature h3 {
            font-size: 0.8rem; white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;

        }

        .why-choose-us .feature p {
            font-size: 0.6rem;
        }
    }








/* Footer Styling */
.footer {
    background: #111;
    color: white;
      font-family: "Poppins", "Roboto", sans-serif !important;
    font-size: 16px;
    text-align: left;
    padding: 40px 20px;
}



/* Footer Headings */
.footer h5 {
    color: #CD891D;
    /* margin-bottom: 15px; */
    font-weight: bold;
}
.footer p {

    margin-bottom: 1px;
    color: white;
       font-family: "Poppins", "Roboto", sans-serif !important;
;
}

/* Footer Links */
.footer ul {
    padding: 0;
    list-style: none;
       font-family: "Poppins", "Roboto", sans-serif !important;
}

.footer ul li {
    /* margin-bottom: 8px; */
     font-family: "Poppins", "Roboto", sans-serif !important;
}

.footer ul li a {
    color: white;
       font-family: "Poppins", "Roboto", sans-serif !important;
    text-decoration: none;
    transition: color 0.5s ease-in-out;
}

.footer ul li a:hover {
    color: #CD891D;
    text-decoration: underline;
}

/* Social Media Icons */
.social-icons {
    margin-top: 10px;
}

.social-icon {
    display: inline-block;
    color: white;
    font-size: 20px;
    margin-right: 10px;
    transition: color 0.3s ease-in-out;
}

.social-icon:hover {
    color: #CD891D;
}

/* Copyright Section */
.footer .text-center {
    border-top: 1px solid #444;
    padding-top: 10px;
     font-family: "Poppins", "Roboto", sans-serif !important;
    /* margin-top: 20px; */
    font-size: 14px;
}

.footer a {
    color: white !important;  /* Change link color */
       font-family: "Poppins", "Roboto", sans-serif !important;
     /* Make it bold */
    text-decoration: none;  /* Remove underline */
}

.footer a:hover {
    color: #cd891d !important;  /* Change color on hover */
    text-decoration: none;  /* Add underline on hover */
}


/* ðŸ”¹ Media Queries for Responsiveness */
@media (max-width: 992px) { /* Tablets */
    .footer {
        padding: 35px 15px;
        font-size: 15px;
    }

    .footer h5 {
        font-size: 20px;
    }

    .social-icon {
        font-size: 18px;
    }
}

@media (max-width: 768px) { /* Small Tablets & Large Phones */
    .footer {
        padding: 30px 10px;
        font-size: 14px;
    }

    .footer h5 {
        font-size: 18px;
    }

    .social-icon {
        font-size: 16px;
        margin-right: 8px;
    }
}

@media (max-width: 576px) { /* Mobile Screens */
    .footer {
        padding: 25px 5px;
        font-size: 13px;
    }

    .footer h5 {
        font-size: 16px;
    }

    .footer ul li {
        margin-bottom: 6px;
    }

    .social-icons {
        margin-top: 8px;
    }

    .social-icon {
        font-size: 14px;
        margin-right: 6px;
    }

    .footer .text-center {
        font-size: 12px;
    }
}






/* communty section  */
.community-ad {
    background: #f8f9fa;
    padding: 40px 20px;
    opacity: 0; /* Initially hidden */
    animation: fadeInUp 0.8s ease-in-out forwards;
}




/* animation code used it  */


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

/* .feature {
    opacity: 0;
    animation: fadeInUp 0.8s ease-in-out forwards;
} */




/*// old code styles listing model */




.contact .form-input{
    border:1px solid #888e91;
     border-radius: 10px;
    padding: 16px 27px !important;
    width: 100% !important;
    /*font-family: "Poppins", "Roboto", sans-serif !important;*/
  font-family: "Poppins", "Roboto", sans-serif !important;

}
.contact .iti--inline-dropdown{
    width: 100% !important;
     border-radius: 10px;
}

.contact .info-box {
    /*font-family: "Poppins", "Roboto", sans-serif !important;*/
  font-family: "Poppins", "Roboto", sans-serif !important;
  color: #444444;
  text-align: center;
   border-radius: 10px;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
     /*font-family: 'Poppins', sans-serif;*/
   font-family: "Poppins", "Roboto", sans-serif !important;

  font-size: 32px;
  color: #aa8453;
   border-radius: 10px;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f5a0a0;
}

.contact .info-box h3 {
  font-size: 20px;
/*font-family: "Poppins", "Roboto", sans-serif !important;*/
font-family: "Poppins", "Roboto", sans-serif !important;

  color: #777777;
  font-weight: 700;
   border-radius: 10px;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
   border-radius: 10px;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
 font-family: "Poppins", "Roboto", sans-serif !important;
}
input{
 box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: white;
    border-radius: 25px;
 font-family: "Poppins", "Roboto", sans-serif !important;

}

.contact .php-email-form {
  /* box-shadow: 0 0 30px rgba(214, 215, 216, 0.6); */
  padding: 30px;
  background: white;
    border-radius: 25px;
   /*font-family: "Poppins", "Roboto", sans-serif !important;*/
 font-family: "Poppins", "Roboto", sans-serif !important;
 margin: 0px 77px;
 margin-left: 19px;

}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
font-family: "Poppins", "Roboto", sans-serif !important;

  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
/*font-family: "Poppins", "Roboto", sans-serif !important;*/
font-family: "Poppins", "Roboto", sans-serif !important;


}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
font-family: "Poppins", "Roboto", sans-serif !important;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  /*font-family: "Poppins", "Roboto", sans-serif !important;*/
font-family: "Poppins", "Roboto", sans-serif !important;

  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
font-family: "Poppins", "Roboto", sans-serif !important;

  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 10;
  box-shadow: none;
 /*font-family: "Poppins", "Roboto", sans-serif !important;*/
 font-family: "Poppins", "Roboto", sans-serif !important;

  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
/*font-family: "Poppins", "Roboto", sans-serif !important;*/
font-family: "Poppins", "Roboto", sans-serif !important;

  background-color: #aa8453;
}

    .section-title {
      font-family: "Poppins", "Roboto", sans-serif !important;

        box-shadow: none;

    }



.contact .php-email-form input {
  padding: 10px 15px;
   /*font-family: "Poppins", "Roboto", sans-serif !important;*/
 font-family: "Poppins", "Roboto", sans-serif !important;

}

.contact .php-email-form textarea {
    /*font-family: "Poppins", "Roboto", sans-serif !important;*/
  font-family: "Poppins", "Roboto", sans-serif !important;

  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #aa8453;
  border: 0;
  padding: 7px 24px;
 font-family: "Poppins", "Roboto", sans-serif !important;

  color: #fff;
  transition: 0.4s;
  text-align: center;
}


.contact .php-email-form button[type=submit]:hover {
  background:#cd891d;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}





    .libre-baskerville-regular {
font-family: "Poppins", "Roboto", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-bold {
font-family: "Poppins", "Roboto", sans-serif !important;
  font-weight: 700;
  font-style: normal;
}

.libre-baskerville-regular-italic {
font-family: "Poppins", "Roboto", sans-serif !important;
  font-weight: 400;
  font-style: italic;
}


  .dropdown-container input {
      width: 100%;
      max-height:189px;
      padding: 8px;
      box-sizing: border-box;
  }

  .dropdown-list {
      position: absolute;
      width: 100%;
      height:122px;
      max-height: 250px;
      overflow-y: auto;
      border: 1px solid #ccc;
      background: white;
      display: none;
      z-index: 10;
  }

    .dropdown-list {
      position: absolute;

      height:152px !important;
      max-height: 250px;
      overflow-y: auto;
      border: 1px solid #ccc;
      background: white;
      display: none;
      z-index: 10;
  }

  .dropdown-list div {
      padding: 8px;
      cursor: pointer;
  }

  .dropdown-list div:hover {
      background-color: #f0f0f0;
  }

  .form-control1{
      max-height:334px;
      height:334px;
  }


        .dropdown-menu {
            display: none;
            position: absolute;
            width: 200px;
            max-height: 280px;
            overflow-y: auto;
            border: 1px solid #ccc;
            background: white;
            z-index: 1000;
        }
        .dropdown-item {
            padding: 8px;
            cursor: pointer;
            border-bottom: 1px solid #f0f0f0;
        }
        .dropdown-item:hover {
            background-color: #f1f1f1;
        }


.iti--inline-dropdown .iti__count-list {
    max-height: 185px;
}
    .select2-results__option {
        background-color: white !important;
        color: black !important; /* Ensure text is visible */
    }

    /* Change background color on hover */
    .select2-results__option--highlighted {
        background-color: white !important;
    }
    /* Style the placeholder option */
    #country_popup option:first-child {
        color: grey !important;
    }
    p {
        text-align: left;
    }
    .error-message, .sent-message {
        display: none; /* Hide messages initially */
    }


    /* General Styles for the Property Section */
#properties {
    padding: 60px 0;
    margin-top: -40px;
}
@media (max-width: 768px){
    .carousel-inner{
    height: 380px;
}
.carousel-caption{
    top: 43% !important;
}
}

.property-grid-4 {
    border: 1px solid #ddd;
    height:350px;
    background-color: #fff;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
}

.property-block {
    padding: 20px;
    transition: box-shadow 0.3s ease;
}

.property-block:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Property Image Styles */
.thumbnail-img {
    position: relative;
    overflow: hidden;
    background-color: #f0f0f0;
}

.thumbnail-img img {
    width: 100%;
    max-height:219px;
    object-fit: cover;
}

.property_text {
    padding-top: 15px;
}

.property_text h4 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.property_text .listing-location {
    font-size: 0.9rem;
    color: #777;
}

.property_text .quantity {
    margin-top: 10px;
}

.property_text .quantity li {
    margin-right: 15px;
    font-size: 0.9rem;
}

.property_text .view-container {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.property_text .view-container div {
    font-size: 0.8rem;
    color: #1f4e78;
}

/* Price Section */
.property_text span {
    font-size: 14px;
    color: #cfba82;
}

.property_text .viewCount,
.property_text .bookedMeet {
    font-size: 0.7rem;
}




/* Aligning View and Book Information to the Left */
.property_text .view-container div {
    text-align: left;
}

.property_text .d-flex.justify-content-center {
    display: flex;
    justify-content: flex-start;
}

/* Align Modal Button to Bottom */
.property_text .d-flex.justify-content-center.align-items-center {
    padding-top: 20px;
}

.property_text .d-flex.justify-content-center.align-items-center button {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

/* Small Screen Responsiveness */
@media (max-width: 768px) {
    .property-block {
        margin-bottom: 30px;
    }

    .property_text h4 {
        font-size: 1rem;
    }

    .property_text .listing-location {
        font-size: 0.8rem;
    }

    .property_text .quantity li {
        font-size: 0.8rem;
    }

    .property_text span {
        font-size: 13px;
    }

    .view-container {
        flex-direction: column;
        text-align: left;
    }
}



        .maintenance-card {
            background: #fff;
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
         .maintenance-card :hover {

            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .spinner-border{
            font-size:30px;
            max-height:50px;
        }






  .floating-whatsapp {
      position: fixed;
      bottom: 20px;
      right: 20px;
       font-family: "Poppins", "Roboto", sans-serif !important;
      background-color: #25D366;
      color: white;
      border-radius: 50%;
      padding: 12px;
      font-size: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
      z-index: 1000;
            text-decoration: none;
  }

  .floating-whatsapp i {
      font-size: 24px;
  }

  .floating-whatsapp:hover {
      background-color: #1EBE5D;
  }



.bg-dark{
    margin-top: -23px !important;
}

  /* Default Button Styles */
 #contact .btn-customE {
    font-family: "Poppins", "Roboto", sans-serif !important;
    background: white !important;
    color: black !important;
    padding: 8px 14px;
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: 22px;
    cursor: pointer;
    width: 220px;
    text-align: center;
    margin-bottom: 1px;
    margin-top: 5px;
    height: 42px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgb(184, 128, 33);
}

/* Hover border color on button */
#contact .btn-customE:hover {
    background-color: #835b08 ;
    color: white;
}

/* Hover overlay effect */
#contact  .btn-customE::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    /* background: white; */
    z-index: 1;
    transition: left 0.3s ease;
    background-color: #7A6138;

  }

  #contact .btn-customE:hover::before {
    background-color: #7A6138;

    left: 0;
  }

  /* Text Styling */
  #contact .btn-customE span {
    position: relative;
    z-index: 2;
    color: black;
     font-family: "Poppins", "Roboto", sans-serif !important;
    transition: color 0.3s ease;
    font-weight: 500;
  }

  #contact .btn-customE:hover span {
       color: white; 
      
    
  }

  /* Media Queries */
  @media (max-width: 768px) {
     #contact .btn-customE {
      font-size: 14px;
      padding: 6px 12px;
      width: 198px;
      height: 38px;
    }
  }

  @media (max-width: 480px) {
   #contact  .btn-customE {
      font-size: 12px;
      padding: 5px 10px;
      width: 170px;
      height: 35px;
    }
  }




  /* Scope only inside #contact-prefer to prevent conflicts */
  #contact-prefer .custom-radio-group {
    display: flex;
     font-family: "Poppins", "Roboto", sans-serif !important;
    gap: 20px;
  }

  #contact-prefer .form-check {
    display: flex;
    align-items: center;
    padding-left: 2px;
    margin: 2px;
  }

  #contact-prefer .custom-radio {
    display: none;
  }

  #contact-prefer .custom-label {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
  }

  /* Outer circle */
  #contact-prefer .custom-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border:1px solid #cd891d;
    background-color: transparent;
  }

  /* Inner filled dot */
  #contact-prefer .custom-radio:checked + .custom-label::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #cd891d;
  }

  input:focus,
  textarea:focus,
  select:focus {
    border: 1px solid #cd891d !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .iti--separate-dial-code .iti__selected-flag {
    background-color: white;
  }

  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: left;
    height: 100%;
    padding: 0 6px 0 8px;
  }

  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 2px;
    font-size: 10px;
  }

  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
     font-family: "Poppins", "Roboto", sans-serif !important;
    text-align: left;
    max-width: 299px;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 290px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }







  /* Remove the default arrow from the accordion button */
  .accordion-button::after {
    content: none; /* Disable the default Bootstrap arrow */
  }

  /* Default styles for accordion buttons */
  .accordion-button {
    transition: background-color 0.3s, color 0.3s;
     font-family: "Poppins", "Roboto", sans-serif !important;
    font-weight: bold;
  }
  .accordion-button.collapsed {
    background-color: white; /* Default background */
    color: black; /* Default text color */
  }
  .accordion-button.active {
    background-color: black; /* Background when open */
    color: white; /* Text color when open */
  }
  /* Icon styles */
  .icon {
    font-size: 1.25rem;
    transition: transform 0.3s;
  }



.row.g-4 {
    row-gap: 2px !important;
}
.g-4, .gy-4 {
    --bs-gutter-y: 0.8rem !important;
}
/* Container padding for better mobile spacing */
.why-dubai-section {
    background-color: #f8f9fa;
     font-family: "Poppins", "Roboto", sans-serif !important;
}

/* Card Styling */
.why-dubai-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease-in-out;
    height: 100%;
    text-align:center !important;
    border: 1px solid #eee;
}

.why-dubai-card:hover {
    transform: translateY(-8px);
    border-color: #cd891d;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Icon Styling */
.why-icon {
    font-size: 40px;
    color: #cd891d;
    margin-bottom: 15px;
}

/* Heading & Paragraph Styling */
.why-dubai-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.why-dubai-card p {
    font-size: 14px;
    text-align:center !important;
    color: #666;
}

/* Grid Gaps */
.row.g-4 {
    row-gap: 30px;
}

/* Media Queries for Responsive Cards */
@media (max-width: 991.98px) {
    .why-dubai-card {
        padding: 25px 15px;
    }

    .why-dubai-card h4 {
        font-size: 16px;
    }

    .why-dubai-card p {
        text-align:center !important;
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
    .why-dubai-card {
        padding: 20px 12px;
    }

    .why-dubai-card h4 {
        font-size: 15px;
    }

    .why-dubai-card p {
        font-size: 11px;
        text-align:center !important;
    }
}




/* Base Styles */
.titl {
  font-size: 0.5rem;
}
.propertTi{
    font-size: 1.4rem;
      font-family: "Poppins", "Roboto", sans-serif !important;

}
.propert,
.prices {
  font-size: 1.1rem;
  font-weight: normal;
  font-family: "Poppins", "Roboto", sans-serif !important;
}

.full-image {
  width: 100%;
  max-height: 850px;
  object-fit: contain;
  display: block;
}

.custom-caption {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  padding: 12px;
  border-radius: 10px;
  width: 95%;
  max-width: 1200px;
  font-family: "Poppins", "Roboto", sans-serif !important;
}

/* Flex layout for row */
.custom-caption .row {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
}

.custom-caption .col-auto {
  flex: 1 1 auto;
  text-align: left !important;
  min-width: 150px;
}

.custom-caption h5,
.custom-caption p,
.custom-caption div {
  margin: 0;
  color: white;
  font-weight: normal !important;
}

.btn-customE {
  white-space: nowrap;
}

/* Media Query for max-height: 634px */
@media(max-height: 634px) {
    .propertTi{
    font-size: 1rem;
      font-family: "Poppins", "Roboto", sans-serif !important;

}
  .titl {
    font-size: 0.4rem;
  }

  .propert,
  .prices {
    font-size: 0.6rem;
  }

  .full-image {
    max-height: 650px;
  }

  .custom-caption {
    padding: 10px;
  }

  .custom-caption .row {
    gap: 4px;
  }
}

/* Responsive font size and layout for small devices */
@media(max-width: 768px) {
    .propertTi{
    font-size: 0.9rem;
      font-family: "Poppins", "Roboto", sans-serif !important;

}
  .propert,
  .prices {
    font-size: 0.6rem;
  }

  .titl {
    font-size: 0.4rem;
  }

  .custom-caption {
    padding: 10px;
  }

  .custom-caption .row {
    flex-direction: row;
    gap: 6px;
  }

  .custom-caption .col-auto {
    min-width: 120px;
  }

  .btn-customE {
    font-size: 0.7rem;
    padding: 6px 10px;
  }
}

/* Ultra small screens (phones) */
@media(max-width: 480px) {
    .propertTi{
    font-size: 0.8rem;
      font-family: "Poppins", "Roboto", sans-serif !important;

}
  .propert,
  .prices {
    font-size: 0.65rem;
  }

  .titl {
    font-size: 0.4rem;
  }

  .btn-customE {
    font-size: 0.5rem;
    padding: 4px 8px;
  }

  .custom-caption .col-auto {
    min-width: 100px;
  }
}




  #properties  .card-title:hover {
    border: 1px solid #cd891d; /* Bootstrap primary color */
    border-radius: 5px;
    padding:3px;
    color:#cd891d;
    text-align:center;
    transition: border 0.3s ease;
    cursor: pointer;
}
  #properties  .card-title {
   text-align:center;
   color:black;
    cursor: pointer;
}



.card.animated {
    border: 1px solid #cd891d;
    border-radius: 8px;
        border-color: #cd891d !important;
    /*transition: border-color 0.3s ease;*/
}

.card.animated:hover {
    border-color: #cd891d;
}



/* Target links only inside the contact section */
.contact-links a {
    color: inherit; /* keep default color */
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-links a:hover,
.contact-links a:focus {
    color: #cd891d !important; /* force hover color */
    text-decoration: none !important;
}

/* Optional: also change icon color on hover */
.contact-links a:hover i {
    color: #cd891d !important;
}
.icon-style{
    margin: 0px !important;
font-size: 15px !important;
}
.footer-icon
{
    font-size: 22px !important;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    color: #cd891d !important;
}
.social-icons a {
    font-size: 18px;
    margin-right: 10px;
    color: #fff;
    transition: color 0.3s ease;
}
.social-icons a:hover {
    color: #cd891d;
}
@media (max-width: 768px) {
    .footer .logo {
        width: 80px;
    }
    .footer p, .footer ul li {
        font-size: 13px;
    }
}

.top-img {
    width: 400px;
    height: 232px;
    border-radius: 17px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.form-right .image-row {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 10px;
}

.form-right .image-box {
    text-align: center;
    /* button ko image ke niche center karega */
}

.form-right .image-box img {
    border-radius: 50%;
    height: 149px;
    width: 119px;
    object-fit: cover;
    display: block;
    margin: 0 auto 10px;
    /* niche space for button */
}


.whatsapp-btn {
    display: inline-block;
    padding: 6px 9px;
    /* background-color: #25d366;  */
    color: #000000;
    font-size: 14px;
    border-radius: 20px;
    text-decoration: none;
    transition: background 0.3s;
    border: 1px solid #a65609;
    margin-left: 11px;
}

.whatsapp-btn i {
    margin-right: 6px;
    font-size: 16px;
    color: #37b30e;
}

.whatsapp-btn:hover {
    background-color: #049e25;
    color: white;
}

.whatsapp-btn:hover i {
    color: white;
}

@media (max-width: 768px) {
    .top-img {
        width: 308px;
        height: 177px;
        margin-left: 2px;
    }

    .form-right .image-box img {
        width: 100px;
        height: 125px;
    }

    .form-right .image-row {
        margin-left: 39px;
        /* margin-left: -26px; */
        gap: 17px;
    }

    .whatsapp-btn {
        margin-left: 1px;
        font-size: 13px;
        padding: 3px 4px;
    }

    .container {
        margin-left: -12px;

    }
}

.form-right {
      margin-left: 920px;
    margin-top: -572px;
    /* margin-bottom: 43px; */
    padding: 35px 0px;
}

.image-row {
    margin-left: 75px;
    margin-top: 25px;
}

@media (max-width: 768px) {
    .contact .php-email-form {
        margin: 0px 0px;
        margin-left: 0px;
    }

    .form-right {
        margin-left: 5px;
        margin-top: -20px; 
        margin-bottom: 0px;
        padding: 11px 18px;
    }
}