/* =======================
   Footer
======================= */

.footer-area {
  background: #1e1e1e;
  color: #ffffff;
  padding: 70px 0 25px;
  margin-top: 80px;
}

.footer-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
}

.footer-area p {
  color: #d6d6d6;
  line-height: 28px;
  margin-bottom: 15px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #d6d6d6;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #035295;
  padding-left: 5px;
}

.footer-whatsapp {
  display: inline-block;
  background: #035295;
  color: #fff;
  padding: 10px 18px;
  border-radius: 30px;
  margin-top: 10px;
}

.footer-whatsapp:hover {
  background: #fff;
  color: #035295;
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 40px 0 20px;
}

.copyright {
  color: #bdbdbd;
  font-size: 14px;
}
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 25px;
  right: 25px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 34px;
  z-index: 99999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  color: #fff;
  transform: scale(1.1);
}

.whatsapp-float i {
  line-height: 60px;
}

.property-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: 0.35s;
}

.property-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.property-image {
  position: relative;
}

.property-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.status-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 8px 18px;
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.current {
  background: #035295;
}

.completed {
  background: #28a745;
}

.upcoming {
  background: #7c4dff;
}

.property-content {
  padding: 25px;
}

.property-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.location {
  color: #666;
  line-height: 28px;
  margin-bottom: 20px;
}

.location i {
  color: #035295;
  margin-right: 8px;
}

.price {
  font-size: 34px;
  font-weight: 700;
  color: #035295;
  margin-bottom: 25px;
}

.price span {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}

.property-features {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 18px 0;
  margin-bottom: 20px;
}

.feature {
  text-align: center;
}

.feature strong {
  display: block;
  font-size: 18px;
  color: #1e1e1e;
}

.feature span {
  color: #888;
  font-size: 14px;
}

.view-btn {
  display: block;
  text-align: center;
  background: #1e1e1e;
  color: #fff;
  padding: 14px;
  border-radius: 35px;
  font-weight: 600;
  transition: 0.3s;
}

.view-btn:hover {
  background: #035295;
  color: #fff;
}

.view-btn i {
  margin-left: 8px;
}

.main-image img {
  width: 100%;
  height: 450px;
  object-fit: contain;
  border-radius: 10px;
}

.project-gallery img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}

.status-badge {
  display: inline-block !important;
  padding: 6px 12px !important;
  border-radius: 20px !important;
  color: #fff !important;
  font-size: 18px !important;
  margin-left: 10px;
  text-transform: none !important;
  position: relative;
}

.status-current {
  background: #035295 !important;
}

.status-completed {
  background: #28a745 !important;
}

.status-upcoming {
  background: #7c4dff !important;
}

.contact-item {
  margin-bottom: 8px;
}

.contact-item i {
  color: #035295;
}

.fa-check-circle {
  color: #035295;
}

.property-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.property-card:hover {
  transform: translateY(-8px);
}

.property-image {
  position: relative;
}

.property-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: top;
}

.status-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  z-index: 10;
}

.status-badge.curr {
  background: #cc00ff;
}

.status-badge.comp {
  background: #28a745;
}

.status-badge.upc {
  background: #9a671e;
}

.property-content {
  padding: 20px;
}

.property-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.location {
  color: #666;
  margin-bottom: 15px;
  line-height: 24px;
  font-size: 14px;
}

.location i {
  color: #035295;
  margin-right: 8px;
}

.price {
  font-size: 20px;
  font-weight: 700;
  color: #035295;
  margin-bottom: 15px;
}

.price span {
  color: #888;
  font-size: 14px;
  font-weight: 400;
}

.property-features {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
}

.feature {
  width: 50%;
}

.feature-top {
  display: flex;
  align-items: center;
  gap: 8px;
}

.feature-top i {
  color: #035295;
  font-size: 18px;
  min-width: 20px;
}

.feature-top strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.feature-top strong {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.view-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: #1e1e1e;
  color: #fff !important;
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
}

.view-btn:hover {
  background: #035295;
}

.status-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 7px 16px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
}

.status-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #035295;
  color: #fff;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}

.hotel-menu {
  position: relative;
  height: 40px !important;
}

.hotel-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 10px 0;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);

  transition: 0.3s;
  z-index: 99999;
}

.hotel-menu:hover .hotel-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  border-radius: 2px !important;
}

.hotel-dropdown li {
  width: 100%;
  height: 50px !important;
  padding: 5px !important;
}

.hotel-dropdown li a {
  display: block;
  padding: 10px !important;
  color: #222 !important;
  background: none !important;
  border: none !important;
  line-height: normal !important;
  border-radius: 2px !important;
}

.hotel-dropdown li:last-child:hover a {
  border-radius: 2px !important;
}

.hotel-dropdown li a:hover {
  background: #035295 !important;
  color: #fff !important;
}

/* Desktop */
.hotel-mobile-menu {
  display: none;
}

@media (max-width: 991px) {
  .hotel-menu {
    display: none;
  }

  .hotel-mobile-menu {
    display: block;
  }
}

@media (max-width: 991px) {
  .hotel-mobile-menu {
    position: relative;
  }

  .hotel-mobile-menu .hotel-dropdown {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    float: none !important;

    display: none;
    width: 100%;
    background: #f8f8f8;
    z-index: auto !important;
    box-shadow: none !important;
    margin: 0;
    padding: 0;
  }

  .hotel-mobile-menu.mobile-active .hotel-dropdown {
    display: block;
  }

  .hotel-mobile-menu .hotel-dropdown li {
    display: block;
    width: 100%;
  }

  .hotel-mobile-menu .hotel-dropdown li a {
    padding: 10px 25px;
    display: block;
  }
}

.hotel-mobile-menu {
  display: none;
}

@media (max-width: 991px) {
  .hotel-menu {
    display: none;
  }

  .hotel-mobile-menu {
    display: block;
  }
}

.mobile-submenu {
  display: none;
  padding-left: 25px;
  background: #f8f8f8;
}

.mobile-submenu a {
  font-size: 14px;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.pagination {
  margin-top: 30px;
}

.pagination .page-link {
  width: auto !important;
  height: auto !important;
  padding: 0.375rem 0.75rem !important;
  border-radius: 0.375rem !important;
}

.pagination .page-item {
  overflow: visible !important;
}

.pagination {
  margin-top: 30px;
}

.pagination .page-link {
  width: auto !important;
  height: auto !important;
  padding: 0.375rem 0.75rem !important;
  border-radius: 0.375rem !important;
}

.pagination .page-item {
  overflow: visible !important;
}

/* Mobile Tabs */
@media (max-width: 768px) {
  .nav-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav-wrapper .nav-tabs {
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: max-content;
  }

  .nav-wrapper .nav-link {
    padding: 10px 15px;
    font-size: 14px;
  }

  /* Hide scrollbar */
  .nav-wrapper::-webkit-scrollbar {
    display: none;
  }

  .bottom_card {
    margin-top: 8% !important;
  }
}

.btn_cls {
  background-color: #035295 !important;
  color: #fff !important;
}

.red_cancel {
  color: red !important;
}

.bg_white {
  background-color: #fff !important;
}
/* =======================
   Footer
======================= */

.footer-area {
  background: #1e1e1e;
  color: #ffffff;
  padding: 70px 0 25px;
  margin-top: 80px;
}

.footer-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
}

.footer-area p {
  color: #d6d6d6;
  line-height: 28px;
  margin-bottom: 15px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #d6d6d6;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #035295;
  padding-left: 5px;
}

.footer-whatsapp {
  display: inline-block;
  background: #035295;
  color: #fff;
  padding: 10px 18px;
  border-radius: 30px;
  margin-top: 10px;
}

.footer-whatsapp:hover {
  background: #fff;
  color: #035295;
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 40px 0 20px;
}

.copyright {
  color: #bdbdbd;
  font-size: 14px;
}
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 25px;
  right: 25px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 34px;
  z-index: 99999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  color: #fff;
  transform: scale(1.1);
}

.whatsapp-float i {
  line-height: 60px;
}

.property-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: 0.35s;
}

.property-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.property-image {
  position: relative;
}

.property-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.status-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 8px 18px;
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.current {
  background: #035295;
}

.completed {
  background: #28a745;
}

.upcoming {
  background: #7c4dff;
}

.property-content {
  padding: 25px;
}

.property-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.location {
  color: #666;
  line-height: 28px;
  margin-bottom: 20px;
}

.location i {
  color: #035295;
  margin-right: 8px;
}

.price {
  font-size: 34px;
  font-weight: 700;
  color: #035295;
  margin-bottom: 25px;
}

.price span {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}

.property-features {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 18px 0;
  margin-bottom: 20px;
}

.feature {
  text-align: center;
}

.feature strong {
  display: block;
  font-size: 18px;
  color: #1e1e1e;
}

.feature span {
  color: #888;
  font-size: 14px;
}

.view-btn {
  display: block;
  text-align: center;
  background: #1e1e1e;
  color: #fff;
  padding: 14px;
  border-radius: 35px;
  font-weight: 600;
  transition: 0.3s;
}

.view-btn:hover {
  background: #035295;
  color: #fff;
}

.view-btn i {
  margin-left: 8px;
}

.main-image img {
  width: 100%;
  height: 450px;
  object-fit: contain;
  border-radius: 10px;
}

.project-gallery img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}

.status-badge {
  display: inline-block !important;
  padding: 6px 12px !important;
  border-radius: 20px !important;
  color: #fff !important;
  font-size: 18px !important;
  margin-left: 10px;
  text-transform: none !important;
  position: relative;
}

.status-current {
  background: #035295 !important;
}

.status-completed {
  background: #28a745 !important;
}

.status-upcoming {
  background: #7c4dff !important;
}

.contact-item {
  margin-bottom: 8px;
}

.contact-item i {
  color: #035295;
}

.fa-check-circle {
  color: #035295;
}

.property-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.property-card:hover {
  transform: translateY(-8px);
}

.property-image {
  position: relative;
}

.property-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: top;
}

.status-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  z-index: 10;
}

.status-badge.curr {
  background: #cc00ff;
}

.status-badge.comp {
  background: #28a745;
}

.status-badge.upc {
  background: #9a671e;
}

.property-content {
  padding: 20px;
}

.property-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.location {
  color: #666;
  margin-bottom: 15px;
  line-height: 24px;
  font-size: 14px;
}

.location i {
  color: #035295;
  margin-right: 8px;
}

.price {
  font-size: 20px;
  font-weight: 700;
  color: #035295;
  margin-bottom: 15px;
}

.price span {
  color: #888;
  font-size: 14px;
  font-weight: 400;
}

.property-features {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
}

.feature {
  width: 50%;
}

.feature-top {
  display: flex;
  align-items: center;
  gap: 8px;
}

.feature-top i {
  color: #035295;
  font-size: 18px;
  min-width: 20px;
}

.feature-top strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.feature-top strong {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.view-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: #1e1e1e;
  color: #fff !important;
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
}

.view-btn:hover {
  background: #035295;
}

.status-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 7px 16px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
}

.status-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #035295;
  color: #fff;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}

.hotel-menu {
  position: relative;
  height: 40px !important;
}

.hotel-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 10px 0;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);

  transition: 0.3s;
  z-index: 99999;
}

.hotel-menu:hover .hotel-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  border-radius: 2px !important;
}

.hotel-dropdown li {
  width: 100%;
  height: 50px !important;
  padding: 5px !important;
}

.hotel-dropdown li a {
  display: block;
  padding: 10px !important;
  color: #222 !important;
  background: none !important;
  border: none !important;
  line-height: normal !important;
  border-radius: 2px !important;
}

.hotel-dropdown li:last-child:hover a {
  border-radius: 2px !important;
}

.hotel-dropdown li a:hover {
  background: #035295 !important;
  color: #fff !important;
}

/* Desktop */
.hotel-mobile-menu {
  display: none;
}

@media (max-width: 991px) {
  .hotel-menu {
    display: none;
  }

  .hotel-mobile-menu {
    display: block;
  }
}

@media (max-width: 991px) {
  .hotel-mobile-menu {
    position: relative;
  }

  .hotel-mobile-menu .hotel-dropdown {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    float: none !important;

    display: none;
    width: 100%;
    background: #f8f8f8;
    z-index: auto !important;
    box-shadow: none !important;
    margin: 0;
    padding: 0;
  }

  .hotel-mobile-menu.mobile-active .hotel-dropdown {
    display: block;
  }

  .hotel-mobile-menu .hotel-dropdown li {
    display: block;
    width: 100%;
  }

  .hotel-mobile-menu .hotel-dropdown li a {
    padding: 10px 25px;
    display: block;
  }
}

.hotel-mobile-menu {
  display: none;
}

@media (max-width: 991px) {
  .hotel-menu {
    display: none;
  }

  .hotel-mobile-menu {
    display: block;
  }
}

.mobile-submenu {
  display: none;
  padding-left: 25px;
  background: #f8f8f8;
}

.mobile-submenu a {
  font-size: 14px;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.pagination {
  margin-top: 30px;
}

.pagination .page-link {
  width: auto !important;
  height: auto !important;
  padding: 0.375rem 0.75rem !important;
  border-radius: 0.375rem !important;
}

.pagination .page-item {
  overflow: visible !important;
}

.pagination {
  margin-top: 30px;
}

.pagination .page-link {
  width: auto !important;
  height: auto !important;
  padding: 0.375rem 0.75rem !important;
  border-radius: 0.375rem !important;
}

.pagination .page-item {
  overflow: visible !important;
}

/* Mobile Tabs */
@media (max-width: 768px) {
  .nav-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav-wrapper .nav-tabs {
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: max-content;
  }

  .nav-wrapper .nav-link {
    padding: 10px 15px;
    font-size: 14px;
  }

  /* Hide scrollbar */
  .nav-wrapper::-webkit-scrollbar {
    display: none;
  }

  .bottom_card {
    margin-top: 8% !important;
  }
}

.btn_cls {
  background-color: #035295 !important;
  color: #fff !important;
}

.red_cancel {
  color: red !important;
}

.bg_white {
  background-color: #fff !important;
}

/* ==========================================
     MOBILE OWL CAROUSEL FIX
     ========================================== */
@media only screen and (max-width: 767px) {
  /* Slider wrapper */
  .owl-carousel,
  .owl-carousel .owl-stage-outer,
  .owl-carousel .owl-stage,
  .owl-carousel .owl-item {
    height: auto !important;
    min-height: 0 !important;
  }

  /* Images */
  .owl-carousel .owl-item img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  /* Background image slides */
  .owl-carousel .item,
  .owl-carousel .slide,
  .owl-carousel .single-slider,
  .owl-carousel .slider-item {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    height: auto !important;
    min-height: 300px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Remove unnecessary spacing */
  .slider-area,
  .hero-area,
  .banner-area,
  .owl-carousel {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Slider content */
  .slider-content,
  .hero-content,
  .banner-content {
    padding: 20px 15px !important;
    text-align: center;
  }

  /* Navigation */
  .owl-nav {
    display: none !important;
  }

  .owl-dots {
    bottom: 10px !important;
  }
}

/* =====================================
       MOBILE OWL CAROUSEL
       ===================================== */
@media only screen and (max-width: 767px) {
  /* Fixed height for all slides */
  .owl-carousel .owl-item,
  .owl-carousel .item,
  .owl-carousel .slide {
    height: 280px !important;
    overflow: hidden;
  }

  /* Image slides */
  .owl-carousel .owl-item img {
    width: 100% !important;
    height: 280px !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block;
  }

  /* Background image slides */
  .owl-carousel .item,
  .owl-carousel .slide {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  /* Remove extra spacing */
  .owl-carousel,
  .owl-stage,
  .owl-stage-outer {
    margin: 0 !important;
    padding: 0 !important;
  }
}
