@charset "UTF-8";
/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Tajwal", sans-serif;
  background-color: #ffffff;
  color: #212529;
  line-height: 1.6;
}

/* Remove underline from all orange buttons */
a.btn-orange-primary {
  text-decoration: none !important;
}
a.btn-orange-primary:hover {
  text-decoration: none !important;
}

h1, h2, h3 {
  font-weight: 600;
}

p {
  margin-bottom: 1rem;
}

.btn-orange-primary {
  background: #DF4D2D;
  color: white;
  border: none;
  padding: 12px 35px;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 25px;
  transition: all 0.3s ease;
  width: fit-content;
  box-shadow: 0 4px 20px rgba(255, 99, 71, 0.3);
}
.btn-orange-primary:hover {
  background: #ff4529;
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(255, 99, 71, 0.4);
}

.btn-circular-green {
  width: 50px;
  height: 50px;
  background: #159265;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.btn-circular-green i {
  font-size: 18px;
}
.btn-circular-green:hover {
  background: #138d75;
  transform: scale(1.05);
}

.btn-circular-green-outline {
  width: 50px;
  height: 50px;
  border: 3px solid #159265;
  background: transparent;
  color: #159265;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-circular-green-outline i {
  font-size: 18px;
}
.btn-circular-green-outline:hover {
  background: #159265;
  color: white;
  transform: scale(1.05);
}

.hero-booking-section {
  position: relative;
  padding: 0 1.5rem;
  margin-bottom: 80px;
  overflow: visible;
}
.hero-booking-section .container-fluid {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.hero-booking-section .heroSwiper {
  width: 100%;
  height: 430px;
  border-radius: 40px;
  overflow: hidden;
  border-bottom: 22px solid #127664;
}
.hero-booking-section .heroSwiper .swiper-wrapper {
  height: 100%;
}
.hero-booking-section .heroSwiper .swiper-slide {
  position: relative;
  background-image: url("https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?w=1600&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  height: 100%;
}
.hero-booking-section .heroSwiper .swiper-slide.slide-2 {
  background-image: url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?w=1600&q=80");
}
.hero-booking-section .heroSwiper .swiper-slide.slide-3 {
  background-image: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=1600&q=80");
}
.hero-booking-section .heroSwiper .swiper-slide .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.35) 100%);
  border-radius: 40px;
}
.hero-booking-section .heroSwiper .swiper-slide .slide-content {
  position: relative;
  z-index: 2;
  padding: 60px 65px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #1a1a1a;
}
.hero-booking-section .heroSwiper .swiper-slide .slide-content .logo-circle {
  width: 92px;
  height: 92px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.hero-booking-section .heroSwiper .swiper-slide .slide-content .logo-circle img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.hero-booking-section .heroSwiper .swiper-slide .slide-content .logo-circle i {
  font-size: 36px;
  color: #127664;
}
.hero-booking-section .heroSwiper .swiper-slide .slide-content .hero-text {
  font-family: 'Poppins', 'Tajwal', sans-serif;
}
.hero-booking-section .heroSwiper .swiper-slide .slide-content .hero-text h1 {
  font-size: 60px;
  font-weight: 600;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: -0.02em;
}
.hero-booking-section .heroSwiper .swiper-slide .slide-content .hero-text h1 .text-success {
  color: #159265;
}
.hero-booking-section .heroSwiper .swiper-slide .slide-content .hero-text p {
  font-size: 40px;
  color: #333333;
  font-weight: 400;
  margin: 0;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.hero-booking-section .heroSwiper .swiper-slide .slide-content .hero-text .btn-join {
  background: linear-gradient(180deg, #FF6341 0%, #EB5432 100%);
  border: none;
  padding: 14px 35px;
  border-radius: 50px;
  font-size: 20px;
  color: white;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  font-weight: 600;
  text-decoration: none;
}
.hero-booking-section .heroSwiper .swiper-slide .slide-content .hero-text .btn-join:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(235, 84, 50, 0.3);
  text-decoration: none;
  color: white;
}
.hero-booking-section .heroSwiper .swiper-button-prev {
  left: auto;
  right: 130px;
  top: auto;
  bottom: 70px;
  margin-top: 0;
}
.hero-booking-section .heroSwiper .swiper-button-prev:after {
  display: none;
}
.hero-booking-section .heroSwiper .swiper-button-next {
  right: 50px;
  top: auto;
  bottom: 70px;
  margin-top: 0;
}
.hero-booking-section .heroSwiper .swiper-button-next:after {
  display: none;
}
/* RTL styles for navigation buttons */
.hero-booking-section .hero-nav-buttons.rtl .swiper-button-prev {
  right: auto;
  left: 50px;
}
.hero-booking-section .hero-nav-buttons.rtl .swiper-button-next {
  right: auto;
  left: 130px;
}

/* RTL styles for filter container */
body[dir="rtl"] .filter-pills-container,
.filter-pills-container.rtl {
  direction: rtl;
  flex-direction: row-reverse;
}
.hero-booking-section .filter-pills-container {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 15px;
  background: white;
  padding: 12px 12px;
  border-radius: 60px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 3px solid #FF6341;
  z-index: 100;
  max-width: calc(100% - 60px);
  overflow-x: auto;
  overflow-y: hidden;
}
.hero-booking-section .filter-pills-container::-webkit-scrollbar {
  display: none;
}
.hero-booking-section .filter-pills-container .search-btn {
  width: 70px;
  height: 70px;
  background: linear-gradient(180deg, #26CA8E 0%, #27A173 100%);
  border: none;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.hero-booking-section .filter-pills-container .search-btn svg {
  width: 35px;
  height: 34px;
}
.hero-booking-section .filter-pills-container .search-btn i {
  font-size: 20px;
}
.hero-booking-section .filter-pills-container .search-btn:hover {
  background: #138d75;
  transform: scale(1.05);
}
.hero-booking-section .filter-pills-container .filter-pill {
  background: #F1F1F1;
  border: none;
  padding: 20px 28px;
  border-radius: 30px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-weight: 500;
  flex-shrink: 0;
}
.hero-booking-section .filter-pills-container .filter-pill i {
  font-size: 14px;
  color: #EB5432;
}
.hero-booking-section .filter-pills-container .filter-pill:hover {
  background: #d8d8d8;
  transform: translateY(-2px);
}
.hero-booking-section .filter-pills-container .filter-pill:active {
  background: #127664;
  color: white;
}
.hero-booking-section .filter-pills-container .filter-pill:active i {
  color: white;
}
.hero-booking-section .filter-pills-mobile {
  display: none;
  margin-top: 20px;
  padding: 0 15px;
  position: relative;
}
.hero-booking-section .filter-pills-mobile .mobile-search-section {
  background: white;
  border: 1px solid #FF6341;
  border-radius: 30px;
  padding: 20px 20px 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: relative;
}
.hero-booking-section .filter-pills-mobile .mobile-search-section .mobile-filter-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 15px;
}
.hero-booking-section .filter-pills-mobile .mobile-search-section .mobile-filter-grid .filter-pill-mobile {
  background: #F1F1F1;
  border: none;
  padding: 12px 12px;
  border-radius: 20px;
  font-size: 18px;
  color: #666;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.hero-booking-section .filter-pills-mobile .mobile-search-section .mobile-filter-grid .filter-pill-mobile i {
  font-size: 12px;
  color: #EB5432;
}
.hero-booking-section .filter-pills-mobile .mobile-search-section .mobile-filter-grid .filter-pill-mobile:hover {
  background: #d8d8d8;
}
.hero-booking-section .filter-pills-mobile .mobile-search-section .mobile-filter-grid .filter-pill-mobile:active {
  background: #127664;
  color: white;
}
.hero-booking-section .filter-pills-mobile .mobile-search-section .mobile-filter-grid .filter-pill-mobile:active i {
  color: white;
}
.hero-booking-section .filter-pills-mobile .mobile-search-section .search-btn-mobile {
  width: 65px;
  height: 65px;
  background: linear-gradient(180deg, #26CA8E 0%, #27A173 100%);
  border: none;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 15px rgba(39, 161, 115, 0.3);
}
.hero-booking-section .filter-pills-mobile .mobile-search-section .search-btn-mobile svg {
  width: 30px;
  height: 29px;
}
.hero-booking-section .filter-pills-mobile .mobile-search-section .search-btn-mobile:hover {
  transform: translateX(-50%) scale(1.05);
}
@media (max-width: 1200px) {
  .hero-booking-section .filter-pills-container {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
@media (max-width: 990px) {
  .hero-booking-section {
    padding: 0 15px;
    margin-bottom: 120px;
  }
  .hero-booking-section .heroSwiper {
    height: 380px;
    border-radius: 30px;
    border-bottom: 15px solid #127664;
  }
  .hero-booking-section .heroSwiper .swiper-slide {
    border-radius: 30px;
  }
  .hero-booking-section .heroSwiper .swiper-slide .slide-overlay {
    border-radius: 30px;
  }
  .hero-booking-section .heroSwiper .swiper-slide .slide-content {
    padding: 30px 25px;
    justify-content: flex-start;
    padding-top: 50px;
  }
  .hero-booking-section .heroSwiper .swiper-slide .slide-content .logo-circle {
    width: 65px;
    height: 65px;
  }
  .hero-booking-section .heroSwiper .swiper-slide .slide-content .hero-text h1 {
    font-size: 32px;
    margin-bottom: 8px !important;
  }
  .hero-booking-section .heroSwiper .swiper-slide .slide-content .hero-text p {
    font-size: 20px;
    margin-bottom: 20px !important;
  }
  .hero-booking-section .heroSwiper .swiper-slide .slide-content .hero-text p br {
    display: none;
  }
  .hero-booking-section .heroSwiper .swiper-slide .slide-content .hero-text .btn-join {
    padding: 12px 24px;
    font-size: 16px;
    gap: 8px;
  }
  .hero-booking-section .heroSwiper .swiper-slide .slide-content .hero-text .btn-join svg {
    width: 20px;
    height: 20px;
  }
  .hero-booking-section .heroSwiper .swiper-button-prev,
  .hero-booking-section .heroSwiper .swiper-button-next {
    width: 45px;
    height: 45px;
    bottom: 20px;
  }
  .hero-booking-section .heroSwiper .swiper-button-prev i,
  .hero-booking-section .heroSwiper .swiper-button-next i {
    font-size: 16px;
  }
  .hero-booking-section .heroSwiper .swiper-button-prev {
    left: 50%;
    transform: translateX(-70px);
    right: auto;
  }
  .hero-booking-section .heroSwiper .swiper-button-next {
    left: 50%;
    transform: translateX(25px);
    right: auto;
  }
  .hero-booking-section .filter-pills-container {
    display: none;
  }
  .hero-booking-section .filter-pills-mobile {
    display: block;
  }
}
@media (max-width: 480px) {
  .hero-booking-section .heroSwiper {
    height: 360px;
  }
  .hero-booking-section .heroSwiper .swiper-slide .slide-content {
    padding: 25px 20px;
    padding-top: 40px;
  }
  .hero-booking-section .heroSwiper .swiper-slide .slide-content .logo-circle {
    width: 60px;
    height: 60px;
  }
  .hero-booking-section .heroSwiper .swiper-slide .slide-content .hero-text h1 {
    font-size: 28px;
  }
  .hero-booking-section .heroSwiper .swiper-slide .slide-content .hero-text p {
    font-size: 18px;
  }
  .hero-booking-section .heroSwiper .swiper-slide .slide-content .hero-text .btn-join {
    padding: 10px 20px;
    font-size: 14px;
  }
  .hero-booking-section .filter-pills-mobile .mobile-search-section .mobile-filter-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-booking-section .filter-pills-mobile .mobile-search-section .mobile-filter-grid .filter-pill-mobile {
    font-size: 13px;
    padding: 12px 10px;
  }
}

.section-title {
  font-size: 36px;
  font-weight: 500;
  color: #3EAC84;
  margin: 0;
}

.destinations-section {
  padding: 60px 30px;
  overflow: hidden;
}
.destinations-section .container-fluid {
  max-width: 100%;
}
.destinations-section .destinationsSwiper {
  width: 100%;
  padding: 20px 0;
  overflow: visible;
}
.destinations-section .destinationsSwiper .swiper-wrapper {
  display: flex;
}
.destinations-section .destinationsSwiper .swiper-slide {
  width: auto;
  height: auto;
}
.destinations-section .destinationsSwiper .destination-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.destinations-section .destinationsSwiper .destination-card:hover {
  transform: translateY(-5px);
}
.destinations-section .destinationsSwiper .destination-card .destination-image {
  width: 140px;
  height: 140px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.destinations-section .destinationsSwiper .destination-card .destination-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.destinations-section .destinationsSwiper .destination-card .destination-image:hover img {
  transform: scale(1.1);
}
.destinations-section .destinationsSwiper .destination-card .destination-name {
  font-size: 18px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .destinations-section {
    padding: 40px 15px;
  }
  .destinations-section .section-title {
    font-size: 24px;
  }
  .destinations-section .destinationsSwiper .destination-card .destination-image {
    width: 100px;
    height: 100px;
    border-radius: 20px;
  }
  .destinations-section .destinationsSwiper .destination-card .destination-name {
    font-size: 14px;
  }
}

.deals-section {
  padding: 60px 1.5rem;
  overflow: hidden;
}
.deals-section .container-fluid {
  max-width: 100%;
}
.deals-section .dealsSwiper {
  width: 100%;
  padding: 20px 0 40px 0;
  overflow: visible;
}
.deals-section .dealsSwiper .swiper-wrapper {
  display: flex;
}
.deals-section .dealsSwiper .swiper-slide {
  width: 280px;
  height: auto;
}
.deals-section .dealsSwiper .deal-card {
  background: white;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.deals-section .dealsSwiper .deal-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.deals-section .dealsSwiper .deal-card .deal-image {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.deals-section .dealsSwiper .deal-card .deal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.deals-section .dealsSwiper .deal-card .deal-image:hover img {
  transform: scale(1.05);
}
.deals-section .dealsSwiper .deal-card .deal-image .discount-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #127664;
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}
.deals-section .dealsSwiper .deal-card .deal-image .discount-red {
  background: #DF4D2D;
}
.deals-section .dealsSwiper .deal-card .deal-image .discount-orange {
  background: rgb(223, 77, 45);
}
.deals-section .dealsSwiper .deal-card .deal-image .wishlist-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  background: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.deals-section .dealsSwiper .deal-card .deal-image .wishlist-btn i {
  font-size: 16px;
  color: #666;
}
.deals-section .dealsSwiper .deal-card .deal-image .wishlist-btn:hover {
  transform: scale(1.1);
}
.deals-section .dealsSwiper .deal-card .deal-image .wishlist-btn:hover i {
  color: #DF4D2D;
}
.deals-section .dealsSwiper .deal-card .deal-image .wishlist-btn.active i {
  color: #DF4D2D;
  font-weight: 900;
}
.deals-section .dealsSwiper .deal-card .deal-content {
  padding: 15px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #127664;
  border-top: none;
}
.deals-section .dealsSwiper .deal-card .deal-content .deal-price-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 2px solid #159265;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 22px;
}
.deals-section .dealsSwiper .deal-card .deal-content .deal-price-tag span {
  font-size: 13px;
  font-weight: 600;
  color: #159265;
}
.deals-section .dealsSwiper .deal-card .deal-content .deal-price-tag .per-night {
  font-weight: 400;
  color: rgba(21, 146, 101, 0.5019607843);
}
.deals-section .dealsSwiper .deal-card .deal-content .deal-title {
  font-size: 20px;
  font-weight: 500;
  color: #3EAC84;
  margin: 0 0 6px 0;
}
.deals-section .dealsSwiper .deal-card .deal-content .deal-location {
  font-size: 14px;
  color: #1E1E1E;
  margin: 0 0 16px 0;
  font-weight: 500;
}
.deals-section .dealsSwiper .deal-card .deal-content .deal-host {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.deals-section .dealsSwiper .deal-card .deal-content .deal-host .host-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.deals-section .dealsSwiper .deal-card .deal-content .deal-host .host-info {
  display: flex;
  flex-direction: column;
}
.deals-section .dealsSwiper .deal-card .deal-content .deal-host .host-info .host-name {
  font-size: 16px;
  font-weight: 400;
  color: #1a1a1a;
}
.deals-section .dealsSwiper .deal-card .deal-content .deal-host .host-info .host-label {
  font-size: 12px;
  color: #999;
}
.deals-section .dealsSwiper .deal-card .deal-content .deal-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.deals-section .dealsSwiper .deal-card .deal-content .deal-actions .btn-view-details {
  flex: 1;
  background: linear-gradient(0deg, #006250 0%, #127664 100%);
  color: white;
  border: none;
  padding: 10px 24px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.deals-section .dealsSwiper .deal-card .deal-content .deal-actions .btn-view-details:hover {
  transform: translateY(-2px);
}
.deals-section .dealsSwiper .deal-card .deal-content .deal-actions .btn-wishlist-circle {
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: pointer;
  transition: all 0.3s ease;
}
.deals-section .dealsSwiper .deal-card .deal-content .deal-actions .btn-wishlist-circle i {
  font-size: 18px;
  color: #666;
}
.deals-section .dealsSwiper .deal-card .deal-content .deal-actions .btn-wishlist-circle:hover {
  border-color: #DF4D2D;
  background: #fff5f3;
}
.deals-section .dealsSwiper .deal-card .deal-content .deal-actions .btn-wishlist-circle:hover i {
  color: #DF4D2D;
}
.deals-section .dealsSwiper .deal-card .deal-content .deal-actions .btn-wishlist-circle.active {
  border-color: #DF4D2D;
  background: #DF4D2D;
}
.deals-section .dealsSwiper .deal-card .deal-content .deal-actions .btn-wishlist-circle.active i {
  color: white;
  font-weight: 900;
}
@media (max-width: 768px) {
  .deals-section {
    padding: 40px 15px;
  }
  .deals-section .dealsSwiper .swiper-slide {
    width: 280px;
  }
  .deals-section .dealsSwiper .deal-card .deal-image {
    height: 230px;
  }
  .deals-section .dealsSwiper .deal-card .deal-content {
    padding: 16px;
  }
  .deals-section .dealsSwiper .deal-card .deal-content .deal-title {
    font-size: 18px;
  }
}

.services-section {
  padding: 60px 1.5rem;
  background: #fafafa;
}
.services-section .container-fluid {
  max-width: 100%;
}
.services-section .services-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}
.services-section .services-tabs .tab-btn {
  background: #f1f1f1;
  color: #666;
  border: none;
  padding: 12px 32px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.services-section .services-tabs .tab-btn:hover {
  background: #e0e0e0;
}
.services-section .services-tabs .tab-btn.active {
  background: #DF4D2D;
  color: white;
  box-shadow: 0 4px 12px rgba(223, 77, 45, 0.25);
}
.services-section .tabs-wrapper {
  position: relative;
}
.services-section .tab-content {
  display: none;
  animation: fadeIn 0.5s ease;
}
.services-section .tab-content.active {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1200px) {
  .services-section .col-xl-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.services-section .service-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}
.services-section .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.services-section .service-card .service-image {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.services-section .service-card .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.services-section .service-card .service-image:hover img {
  transform: scale(1.05);
}
.services-section .service-card .service-image .discount-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #127664;
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}
.services-section .service-card .service-image .discount-red {
  background: #DF4D2D;
}
.services-section .service-card .service-image .discount-orange {
  background: rgb(223, 77, 45);
}
.services-section .service-card .service-image .wishlist-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  background: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.services-section .service-card .service-image .wishlist-btn i {
  font-size: 16px;
  color: #666;
}
.services-section .service-card .service-image .wishlist-btn:hover {
  transform: scale(1.1);
}
.services-section .service-card .service-image .wishlist-btn:hover i {
  color: #DF4D2D;
}
.services-section .service-card .service-image .wishlist-btn.active i {
  color: #DF4D2D;
  font-weight: 900;
}
.services-section .service-card .service-content {
  padding: 15px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #127664;
  border-top: none;
}
.services-section .service-card .service-content .service-price-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 14px;
  border: 1px solid #159265;
  border-radius: 20px;
  margin-bottom: 20px;
  font-size: 13px;
}
.services-section .service-card .service-content .service-price-tag span {
  font-weight: 600;
  color: #159265;
}
.services-section .service-card .service-content .service-price-tag .per-night {
  font-weight: 400;
  color: rgba(21, 146, 101, 0.5019607843);
}
.services-section .service-card .service-content .service-title {
  font-size: 20px;
  font-weight: 500;
  color: #3EAC84;
  margin: 0 0 6px 0;
}
.services-section .service-card .service-content .service-location {
  font-size: 14px;
  color: #1E1E1E;
  margin: 0 0 16px 0;
  font-weight: 500;
}
.services-section .service-card .service-content .service-tags {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 13px;
  margin-bottom: 15px;
}
.services-section .service-card .service-content .service-tags span {
  padding: 4px 8px;
  border-radius: 5px;
}
.services-section .service-card .service-content .service-tags .tag-pool {
  background: #D7FAED;
}
.services-section .service-card .service-content .service-tags .tag-beachfront {
  background: #FFE9BE;
}
.services-section .service-card .service-content .service-tags .tag-beach {
  background: #FED5CC;
}
.services-section .service-card .service-content .service-host {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  margin-top: 8px;
}
.services-section .service-card .service-content .service-host .host-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.services-section .service-card .service-content .service-host .host-info {
  display: flex;
  flex-direction: column;
}
.services-section .service-card .service-content .service-host .host-info .host-name {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
}
.services-section .service-card .service-content .service-host .host-info .host-label {
  font-size: 12px;
  color: #999;
}
.services-section .service-card .service-content .service-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.services-section .service-card .service-content .service-actions .btn-view-details {
  flex: 1;
  background: linear-gradient(0deg, #006250 0%, #127664 100%);
  color: white;
  border: none;
  padding: 10px 24px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.services-section .service-card .service-content .service-actions .btn-view-details:hover {
  transform: translateY(-2px);
}
.services-section .service-card .service-content .service-actions .btn-wishlist-circle {
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: pointer;
  transition: all 0.3s ease;
}
.services-section .service-card .service-content .service-actions .btn-wishlist-circle i {
  font-size: 18px;
  color: #666;
}
.services-section .service-card .service-content .service-actions .btn-wishlist-circle:hover {
  border-color: #DF4D2D;
  background: #fff5f3;
}
.services-section .service-card .service-content .service-actions .btn-wishlist-circle:hover i {
  color: #DF4D2D;
}
.services-section .service-card .service-content .service-actions .btn-wishlist-circle.active {
  border-color: #DF4D2D;
  background: #DF4D2D;
}
.services-section .service-card .service-content .service-actions .btn-wishlist-circle.active i {
  color: white;
  font-weight: 900;
}
@media (max-width: 992px) {
  .services-section {
    padding: 40px 15px;
  }
  .services-section .services-tabs {
    gap: 8px;
  }
  .services-section .services-tabs .tab-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  .services-section .service-card .service-image {
    height: 180px;
  }
  .services-section .service-card .service-content {
    padding: 16px;
  }
  .services-section .service-card .service-content .service-title {
    font-size: 18px;
  }
}

.newsletter-section {
  padding: 80px 30px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/images/newsletter-background-image.png") center/cover no-repeat;
  position: relative;
  overflow: hidden;
  border-radius: 45px;
}
.newsletter-section .container-fluid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.newsletter-section .newsletter-content {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.newsletter-section .newsletter-title {
  font-size: 42px;
  font-weight: 600;
  color: white;
  margin: 0 0 20px 0;
  line-height: 1.2;
}
.newsletter-section .newsletter-subtitle {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 40px 0;
  font-weight: 400;
  line-height: 1.4;
}
.newsletter-section .newsletter-form .input-group {
  display: flex;
  background: white;
  border-radius: 50px;
  padding: 5px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  max-width: 500px;
  margin: 0 auto;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}
.newsletter-section .newsletter-form .input-group:focus-within {
  border-color: #DF4D2D;
}
.newsletter-section .newsletter-form .form-control {
  flex: 1;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  background: transparent;
  outline: none;
  color: #333;
}
.newsletter-section .newsletter-form .form-control::placeholder {
  color: #999;
  font-weight: 400;
}
.newsletter-section .newsletter-form .form-control:focus {
  box-shadow: none;
}
.newsletter-section .newsletter-form .btn-subscribe {
  background: #159265;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(21, 146, 101, 0.3);
}
.newsletter-section .newsletter-form .btn-subscribe:hover {
  background: #127664;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(18, 118, 100, 0.4);
}
.newsletter-section .newsletter-form .btn-subscribe:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .newsletter-section {
    padding: 40px 20px;
    border-radius: 25px;
  }
  .newsletter-section .container-fluid {
    padding: 0 10px;
  }
  .newsletter-section .newsletter-title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .newsletter-section .newsletter-subtitle {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .newsletter-section .newsletter-form .input-group {
    flex-direction: column;
    border-radius: 25px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    gap: 15px;
    border: none;
  }
  .newsletter-section .newsletter-form .form-control {
    border-radius: 25px;
    padding: 15px 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid #e0e0e0;
    background: white;
    width: 100%;
    display: block;
  }
  .newsletter-section .newsletter-form .form-control:focus {
    border-color: #DF4D2D;
    outline: none;
  }
  .newsletter-section .newsletter-form .btn-subscribe {
    border-radius: 25px;
    padding: 15px 20px;
    width: 100%;
    display: block;
  }
}
@media (max-width: 480px) {
  .newsletter-section {
    padding: 50px 15px;
  }
  .newsletter-section .newsletter-title {
    font-size: 28px;
  }
  .newsletter-section .newsletter-subtitle {
    font-size: 16px;
  }
  .newsletter-section .newsletter-form .form-control {
    padding: 12px 16px;
    font-size: 14px;
    border: 2px solid #e0e0e0;
    background: white;
    width: 100%;
    display: block;
  }
  .newsletter-section .newsletter-form .btn-subscribe {
    padding: 12px 16px;
    font-size: 14px;
    width: 100%;
    display: block;
  }
}

.profile-page {
  background: #f8f9fa;
  min-height: 100vh;
}
.profile-page .container-fluid {
  margin: 0 auto;
  padding: 0 20px;
}
.profile-page .profile-layout {
  display: flex;
  gap: 30px;
  border-radius: 20px;
  overflow: hidden;
}
.profile-page .profile-sidebar {
  flex: 0 0 270px;
  color: white;
  padding: 40px 0;
}
.profile-page .profile-sidebar .user-info {
  text-align: center;
  margin-bottom: 20px;
  padding: 0 25px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.profile-page .profile-sidebar .user-info .user-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  background: white;
}
.profile-page .profile-sidebar .user-info .user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-page .profile-sidebar .user-info .user-name {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #127664;
}
.profile-page .profile-sidebar .user-info .user-email {
  font-size: 14px;
  color: #777777;
  margin: 0;
  font-weight: 400;
}
.profile-page .profile-sidebar .sidebar-nav .nav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.profile-page .profile-sidebar .sidebar-nav .nav-menu .nav-item {
  margin-bottom: 7px;
  position: relative;
  width: 175px;
  text-align: right;
  color: black;
}
.profile-page .profile-sidebar .sidebar-nav .nav-menu .nav-item.active .nav-link {
  background: rgba(255, 255, 255, 0.15);
}
.profile-page .profile-sidebar .sidebar-nav .nav-menu .nav-item.logout-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.profile-page .profile-sidebar .sidebar-nav .nav-menu .nav-item.logout-item .nav-link:hover {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.profile-page .profile-sidebar .sidebar-nav .nav-menu .nav-item .nav-link {
  text-align: center;
  padding: 10px 15px;
  margin: 20px;
  color: black;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.profile-page .profile-sidebar .sidebar-nav .nav-menu .nav-item .nav-link i {
  font-size: 18px;
  width: 20px;
  text-align: center;
  opacity: 0.9;
}
.profile-page .profile-sidebar .sidebar-nav .nav-menu .nav-item .nav-link span {
  flex: 1;
}
.profile-page .profile-sidebar .sidebar-nav .nav-menu .nav-item .nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
.profile-page .profile-sidebar .sidebar-nav .nav-menu .nav-item .nav-link:hover::after {
  opacity: 1;
  transform: translateX(-3px);
}
.profile-page .profile-sidebar .sidebar-nav .nav-menu .active-side-link {
  background: #DF4D2D !important;
  color: white !important;
  border: none;
}
.profile-page .profile-content {
  flex: 1;
  padding: 40px;
}
.profile-page .profile-content .content-header {
  margin-bottom: 40px;
}
.profile-page .profile-content .content-header .content-title {
  font-size: 32px;
  font-weight: 600;
  color: #127664;
  margin: 0;
}
@media (max-width: 1024px) {
  .profile-page .profile-layout {
    gap: 20px;
  }
  .profile-page .profile-sidebar {
    flex: 0 0 280px;
  }
}
@media (max-width: 768px) {
  .profile-page .profile-layout {
    flex-direction: column;
  }
  .profile-page .profile-sidebar {
    flex: none;
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .profile-page .profile-sidebar .user-info .user-avatar {
    width: 70px;
    height: 70px;
  }
  .profile-page .profile-sidebar .user-info .user-name {
    font-size: 18px;
  }
  .profile-page .profile-sidebar .sidebar-nav .nav-menu .nav-item .nav-link {
    padding: 14px 20px;
    font-size: 15px;
  }
}

.statistic-card {
  height: 115px;
  border: 3px solid #127664 !important;
  border-radius: 20px !important;
}

.profile-form {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 50px;
  margin-top: 30px;
}
.profile-form .form-container {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 60px;
  margin-bottom: 40px;
}
.profile-form .form-left {
  border-right: 1px solid #E5E5E5;
  padding-right: 50px;
}
.profile-form .form-left .form-title {
  font-size: 20px;
  font-weight: 700;
  color: #1F1F1F;
  margin: 0 0 35px 0;
  text-align: right;
}
.profile-form .form-left .form-group {
  margin-bottom: 25px;
}
.profile-form .form-left .btn-confirm {
  background: #127664;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 10px 70px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 18px;
  transition: all 0.3s ease;
}
.profile-form .form-left .btn-confirm:hover {
  background: #0F5D4F;
  transform: translateY(-1px);
}
.profile-form .form-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.profile-form .form-group {
  display: flex;
  flex-direction: column;
}
.profile-form .form-group .form-label {
  font-size: 16px;
  font-weight: 600;
  color: #1F1F1F;
  margin-bottom: 10px;
  text-align: right;
}
.profile-form .form-group .form-input {
  width: 100%;
  padding: 10px 18px;
  border: 1px solid #D4D4D4;
  border-radius: 8px;
  font-size: 15px;
  color: #666666;
  background: white;
  text-align: right;
  direction: rtl;
  transition: all 0.3s ease;
}
.profile-form .form-group .form-input::placeholder {
  color: #BEBEBE;
}
.profile-form .form-group .form-input:focus {
  outline: none;
  border-color: #127664;
  box-shadow: 0 0 0 3px rgba(18, 118, 100, 0.08);
}
.profile-form .form-footer {
  display: flex;
}
.profile-form .form-footer .btn-save {
  background: #127664;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 10px 80px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(18, 118, 100, 0.15);
}
.profile-form .form-footer .btn-save:hover {
  background: #0F5D4F;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(18, 118, 100, 0.25);
}
.profile-form .form-footer .btn-save:active {
  transform: translateY(0);
}
@media (max-width: 1024px) {
  .profile-form {
    padding: 40px;
  }
  .profile-form .form-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .profile-form .form-left {
    border-right: none;
    border-bottom: 1px solid #E5E5E5;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .profile-form .form-right {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .profile-form {
    padding: 30px 25px;
  }
  .profile-form .form-container {
    gap: 30px;
  }
  .profile-form .form-left .form-title {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .profile-form .form-group .form-label {
    font-size: 15px;
  }
  .profile-form .form-group .form-input {
    padding: 12px 16px;
    font-size: 14px;
  }
  .profile-form .form-footer .btn-save {
    width: 100%;
    padding: 13px 40px;
  }
}
@media (max-width: 480px) {
  .profile-form {
    padding: 25px 20px;
  }
  .profile-form .form-left .btn-confirm {
    padding: 13px;
    font-size: 15px;
  }
  .profile-form .form-footer .btn-save {
    font-size: 16px;
  }
}

.dashboard-page {
  padding: 0;
}
.dashboard-page .dashboard-top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.dashboard-page .dashboard-top-header .welcome-section {
  text-align: right;
}
.dashboard-page .dashboard-top-header .welcome-section .welcome-text {
  font-size: 28px;
  font-weight: 700;
  color: #1F1F1F;
  margin: 0 0 5px 0;
}
.dashboard-page .dashboard-top-header .welcome-section .welcome-text .user-highlight {
  color: #127664;
}
.dashboard-page .dashboard-top-header .welcome-section .user-email {
  font-size: 14px;
  color: #888;
  margin: 0;
}
.dashboard-page .dashboard-top-header .btn-add-property {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #127664;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.dashboard-page .dashboard-top-header .btn-add-property:hover {
  background: #0F5D4F;
  transform: translateY(-2px);
}
.dashboard-page .dashboard-top-header .btn-add-property svg {
  width: 20px;
  height: 20px;
}
.dashboard-page .dashboard-tabs {
  display: flex;
  gap: 0;
  border: 2px solid #127664;
  border-radius: 15px;
  padding: 8px;
  margin-bottom: 60px;
  background: white;
}
.dashboard-page .dashboard-tabs .tab-item {
  flex: 1;
  padding: 12px 20px;
  background: transparent;
  border: none;
  color: #127664;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.dashboard-page .dashboard-tabs .tab-item:hover {
  background: rgba(18, 118, 100, 0.05);
}
.dashboard-page .dashboard-tabs .tab-item.active {
  background: #127664;
  color: white;
}
.dashboard-page .properties-banner {
  background: #E66D52;
  border-radius: 20px;
  padding: 20px 40px;
  margin-bottom: 30px;
  width: 90%;
}
.dashboard-page .properties-banner .banner-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.dashboard-page .properties-banner .banner-content .banner-text {
  text-align: right;
}
.dashboard-page .properties-banner .banner-content .banner-text .banner-title {
  font-size: 24px;
  font-weight: 700;
  color: white;
  margin: 0 0 5px 0;
  margin-left: 200px;
}
.dashboard-page .properties-banner .banner-content .banner-text .banner-number {
  font-size: 38px;
  font-weight: 500;
  color: white;
  margin: 0 0 10px 0;
}
.dashboard-page .properties-banner .banner-content .banner-text .banner-subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.dashboard-page .properties-banner .banner-content .banner-icon svg {
  width: 100px;
  height: 100px;
}
.dashboard-page .statistics-cards-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
  width: 90%;
}
.dashboard-page .statistics-cards-row .stat-card {
  border-radius: 15px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.dashboard-page .statistics-cards-row .stat-card.stat-card-green {
  background: #127664;
  color: white;
}
.dashboard-page .statistics-cards-row .stat-card.stat-card-green .stat-icon {
  flex-shrink: 0;
}
.dashboard-page .statistics-cards-row .stat-card.stat-card-green .stat-icon svg {
  width: 50px;
  height: 50px;
}
.dashboard-page .statistics-cards-row .stat-card.stat-card-green .stat-content {
  flex: 1;
  text-align: right;
}
.dashboard-page .statistics-cards-row .stat-card.stat-card-green .stat-content .stat-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: white;
}
.dashboard-page .statistics-cards-row .stat-card.stat-card-green .stat-content .stat-value {
  font-size: 28px;
  font-weight: 800;
  margin: 0;
  color: white;
  color: #F39E60;
}
.dashboard-page .statistics-cards-row .stat-card.stat-card-white {
  background: white;
  border: 2px solid #E8E8E8;
  justify-content: space-between;
}
.dashboard-page .statistics-cards-row .stat-card.stat-card-white .stat-content {
  text-align: center;
}
.dashboard-page .statistics-cards-row .stat-card.stat-card-white .stat-content .stat-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: #666;
}
.dashboard-page .statistics-cards-row .stat-card.stat-card-white .stat-content .stat-value {
  font-size: 26px;
  font-weight: 800;
  margin: 0;
}
.dashboard-page .statistics-cards-row .stat-card.stat-card-white .stat-content .stat-value.stat-value-orange {
  color: #FF8A65;
}
.dashboard-page .dashboard-bottom-section {
  width: 90%;
  display: grid;
  grid-template-columns: 1fr 550px;
  gap: 25px;
  margin-top: 80px;
}
.dashboard-page .dashboard-bottom-section .best-properties {
  background: #F4F7FF !important;
  border-radius: 15px;
  padding: 25px;
}
.dashboard-page .dashboard-bottom-section .best-properties .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.dashboard-page .dashboard-bottom-section .best-properties .section-header .section-title {
  font-size: 20px;
  font-weight: 700;
  color: #3EAC84;
  margin: 0;
}
.dashboard-page .dashboard-bottom-section .best-properties .section-header .view-all-link {
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}
.dashboard-page .dashboard-bottom-section .best-properties .section-header .view-all-link:hover {
  text-decoration: underline;
}
.dashboard-page .dashboard-bottom-section .best-properties .properties-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.dashboard-page .dashboard-bottom-section .best-properties .properties-list .property-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 10px;
  border-radius: 12px;
  border: 2px solid #969693;
  transition: all 0.3s ease;
}
.dashboard-page .dashboard-bottom-section .best-properties .properties-list .property-item:hover {
  background: #F0F0F0;
  transform: translateX(-3px);
}
.dashboard-page .dashboard-bottom-section .best-properties .properties-list .property-item .property-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.dashboard-page .dashboard-bottom-section .best-properties .properties-list .property-item .property-info .property-image {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  object-fit: cover;
}
.dashboard-page .dashboard-bottom-section .best-properties .properties-list .property-item .property-info .property-details {
  text-align: right;
}
.dashboard-page .dashboard-bottom-section .best-properties .properties-list .property-item .property-info .property-details .property-name {
  font-size: 15px;
  font-weight: 700;
  color: #159265;
  margin: 0 0 5px 0;
}
.dashboard-page .dashboard-bottom-section .best-properties .properties-list .property-item .property-info .property-details .property-location {
  font-size: 13px;
  color: #888;
  margin: 0;
}
.dashboard-page .dashboard-bottom-section .best-properties .properties-list .property-item .property-price .price-badge {
  color: #159265 !important;
  border: 2px solid #159265;
  color: white;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 400;
}
.dashboard-page .dashboard-bottom-section .chart-section {
  background: white;
  border-radius: 15px;
  padding: 25px;
}
.dashboard-page .dashboard-bottom-section .chart-section .chart-header .chart-legend {
  display: flex;
  gap: 25px;
  justify-content: flex-end;
}
.dashboard-page .dashboard-bottom-section .chart-section .chart-header .chart-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
  font-weight: 600;
}
.dashboard-page .dashboard-bottom-section .chart-section .chart-header .chart-legend .legend-item .legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.dashboard-page .dashboard-bottom-section .chart-section .chart-header .chart-legend .legend-item .legend-dot.legend-dot-orange {
  background: #FF8A65;
}
.dashboard-page .dashboard-bottom-section .chart-section .chart-header .chart-legend .legend-item .legend-dot.legend-dot-green {
  background: #127664;
}
.dashboard-page .dashboard-bottom-section .chart-section .chart-container {
  height: 300px;
  position: relative;
}
.dashboard-page .dashboard-bottom-section .chart-section .chart-container canvas {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 1200px) {
  .dashboard-page .dashboard-bottom-section {
    grid-template-columns: 1fr;
  }
  .dashboard-page .statistics-cards-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .dashboard-page .dashboard-top-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .dashboard-page .dashboard-top-header .btn-add-property {
    width: 100%;
    justify-content: center;
  }
  .dashboard-page .dashboard-tabs {
    flex-wrap: wrap;
  }
  .dashboard-page .dashboard-tabs .tab-item {
    font-size: 14px;
    padding: 10px 15px;
  }
  .dashboard-page .properties-banner {
    padding: 25px 20px;
  }
  .dashboard-page .properties-banner .banner-content .banner-text .banner-number {
    font-size: 36px;
  }
  .dashboard-page .properties-banner .banner-content .banner-icon svg {
    width: 60px;
    height: 60px;
  }
  .dashboard-page .dashboard-bottom-section .best-properties {
    padding: 20px;
  }
}

.property-card-section {
  padding: 0;
}
.property-card-section .property-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.property-card-section .property-card-header .property-card-title {
  font-size: 32px;
  font-weight: 800;
  color: #127664;
  margin: 0;
}
.property-card-section .property-features-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 35px;
  padding: 0 10px;
}
.property-card-section .property-features-row .feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.property-card-section .property-features-row .feature-item svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.property-card-section .property-features-row .feature-item .feature-label {
  font-size: 15px;
  font-weight: 700;
  color: #343F52;
}
.property-card-section .property-features-row .feature-item .feature-value {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
}
.property-card-section .property-features-row .feature-item.rating-item {
  margin-right: auto;
}
.property-card-section .property-features-row .feature-item.rating-item .feature-value {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.property-card-section .property-features-row .feature-item.rating-item .rating-count {
  font-size: 14px;
  color: #888888;
  font-weight: 400;
}
.property-card-section .property-images-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 40px;
  border-radius: 25px;
  overflow: hidden;
}
.property-card-section .property-images-grid .images-column-small {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
}
.property-card-section .property-images-grid .images-column-small .small-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.property-card-section .property-images-grid .images-column-small .small-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.property-card-section .property-images-grid .images-column-small .small-image-wrapper:hover img {
  transform: scale(1.05);
}
.property-card-section .property-images-grid .large-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.property-card-section .property-images-grid .large-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.property-card-section .property-images-grid .large-image-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 1200px) {
  .property-card-section .property-images-grid {
    grid-template-columns: 1fr;
  }
  .property-card-section .property-images-grid .images-column-small {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
  }
  .property-card-section .property-images-grid .large-image-wrapper {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .property-card-section .property-images-grid .images-column-small {
    grid-template-columns: repeat(2, 1fr);
  }
  .property-card-section .property-images-grid .images-column-small .small-image-wrapper {
    height: 180px;
  }
  .property-card-section .property-images-grid .large-image-wrapper {
    height: 320px;
  }
}
@media (max-width: 1400px) {
  .property-card-section .property-images-grid {
    grid-template-columns: 450px 1fr;
  }
}
@media (max-width: 1200px) {
  .property-card-section .property-images-grid {
    grid-template-columns: 1fr;
  }
  .property-card-section .property-images-grid .images-column-small {
    grid-template-columns: repeat(4, 1fr);
  }
  .property-card-section .property-images-grid .large-image-wrapper {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .property-card-section .property-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .property-card-section .property-card-header .property-card-title {
    font-size: 24px;
  }
  .property-card-section .property-card-header .property-card-actions {
    width: 100%;
  }
  .property-card-section .property-card-header .property-card-actions .btn-action {
    flex: 1;
    justify-content: center;
    font-size: 14px;
    padding: 8px 15px;
  }
  .property-card-section .property-features-row {
    flex-wrap: wrap;
    gap: 20px;
  }
  .property-card-section .property-features-row .feature-item.rating-item {
    margin-right: 0;
    width: 100%;
  }
  .property-card-section .property-images-grid .images-column-small {
    grid-template-columns: repeat(2, 1fr);
  }
  .property-card-section .property-images-grid .images-column-small .small-image-wrapper {
    height: 200px;
  }
  .property-card-section .property-images-grid .large-image-wrapper {
    height: 350px;
  }
}

.property-card-actions {
  display: flex;
  gap: 15px;
}
.property-card-actions .btn-action {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #343F52;
  cursor: pointer;
  transition: all 0.3s ease;
}
.property-card-actions .btn-action svg {
  width: 20px;
  height: 20px;
}
.property-card-actions .btn-action:hover {
  border-color: #c7c4c4;
  transform: translateY(-2px);
}
.property-card-actions {
  display: flex;
  gap: 15px;
}
.property-card-actions .btn-action {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #343F52;
  cursor: pointer;
  transition: all 0.3s ease;
}
.property-card-actions .btn-action svg {
  width: 20px;
  height: 20px;
}
.property-card-actions .btn-action:hover {
  border-color: #c7c4c4;
  transform: translateY(-2px);
}
.booking-card-section {
  padding: 0;
  background: #ffffff;
  min-height: 100vh;
}
.booking-card-section .flexed-row-with-large-space {
  --bs-gutter-x: 5rem;
}
.booking-card-section .guarantee-card {
  border: 2px solid #E8E8E8;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 25px;
}
.booking-card-section .guarantee-card .guarantee-header {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
.booking-card-section .guarantee-card .guarantee-header .guarantee-icon {
  flex-shrink: 0;
}
.booking-card-section .guarantee-card .guarantee-header .guarantee-icon svg {
  width: 48px;
  height: 48px;
}
.booking-card-section .guarantee-card .guarantee-header .guarantee-title h3 {
  font-size: 24px;
  font-weight: 700;
  color: #343F52;
  margin: 0 0 5px 0;
}
.booking-card-section .guarantee-card .guarantee-header .guarantee-title p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin: 0;
}
.booking-card-section .guarantee-card .guarantee-content p {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
  margin-bottom: 20px;
}
.booking-card-section .guarantee-card .guarantee-content .guarantee-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.booking-card-section .guarantee-card .guarantee-content .guarantee-list li {
  font-size: 15px;
  font-weight: 700;
  color: #161616;
  line-height: 1.8;
  padding-right: 20px;
  position: relative;
  margin-bottom: 10px;
}
.booking-card-section .guarantee-card .guarantee-content .guarantee-list li:before {
  content: "•";
  position: absolute;
  right: 0;
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 700;
}
.booking-card-section .description-card {
  border-radius: 20px;
  padding: 30px 0;
}
.booking-card-section .description-card .section-title {
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 20px 0;
}
.booking-card-section .description-card .description-content p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 2.2;
  margin: 0;
}
.booking-card-section .specifications-card {
  border-radius: 20px;
  padding: 30px 0;
  margin-top: 25px;
}
.booking-card-section .specifications-card .about-host-section {
  margin-bottom: 35px;
}
.booking-card-section .specifications-card .about-host-section .section-title {
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 20px 0;
}
.booking-card-section .specifications-card .about-host-section .host-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booking-card-section .specifications-card .about-host-section .host-info-wrapper .host-profile {
  display: flex;
  align-items: center;
  gap: 15px;
}
.booking-card-section .specifications-card .about-host-section .host-info-wrapper .host-profile .host-avatar .avatar-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #127664;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
}
.booking-card-section .specifications-card .about-host-section .host-info-wrapper .host-profile .host-details .host-name-rating {
  display: flex;
  gap: 5px;
}
.booking-card-section .specifications-card .about-host-section .host-info-wrapper .host-profile .host-details .host-name-rating .host-name {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
.booking-card-section .specifications-card .about-host-section .host-info-wrapper .host-profile .host-details .host-name-rating .host-rating {
  display: flex;
  align-items: center;
  gap: 6px;
}
.booking-card-section .specifications-card .about-host-section .host-info-wrapper .host-profile .host-details .host-name-rating .host-rating svg {
  width: 16px;
  height: 16px;
}
.booking-card-section .specifications-card .about-host-section .host-info-wrapper .host-profile .host-details .host-name-rating .host-rating .rating-value {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.booking-card-section .specifications-card .about-host-section .host-info-wrapper .host-profile .host-details .host-name-rating .host-rating .rating-count {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.booking-card-section .specifications-card .about-host-section .host-info-wrapper .host-details-link {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.booking-card-section .specifications-card .about-host-section .host-info-wrapper .host-details-link span {
  font-size: 14px;
  font-weight: 400;
  color: #828482;
}
.booking-card-section .specifications-card .about-host-section .host-info-wrapper .host-details-link .details-text {
  color: #127664;
  font-weight: 500;
}
.booking-card-section .specifications-card .about-host-section .host-info-wrapper .host-details-link svg {
  width: 8px;
  height: 14px;
}
.booking-card-section .specifications-card .specs-tabs-navigation {
  display: flex;
  gap: 10px;
  margin-bottom: 35px;
  overflow-x: auto;
  padding: 5px;
  max-width: min-content;
  border: 2px solid #B9B9BA;
  border-radius: 35px;
}
.booking-card-section .specifications-card .specs-tabs-navigation::-webkit-scrollbar {
  height: 3px;
}
.booking-card-section .specifications-card .specs-tabs-navigation::-webkit-scrollbar-thumb {
  background: #E8E8E8;
  border-radius: 3px;
}
.booking-card-section .specifications-card .specs-tabs-navigation .tab-btn {
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 700;
  color: #127664;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.booking-card-section .specifications-card .specs-tabs-navigation .tab-btn.active {
  color: #ffffff;
  background: #127652;
  font-weight: 600;
  border-radius: 35px;
}
.booking-card-section .specifications-card .specs-tabs-navigation .tab-btn:hover:not(.active) {
  color: #333333;
}
.booking-card-section .specifications-card .tab-content {
  display: none;
  opacity: 0;
  animation: fadeIn 0.3s ease-in-out forwards;
}
.booking-card-section .specifications-card .tab-content.active {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.booking-card-section .specifications-card .section-title.specs-title {
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 25px 0;
}
.booking-card-section .specifications-card .icon-placeholder {
  font-size: 20px;
  display: inline-block;
}
.booking-card-section .specifications-card .insurance-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
  border-radius: 12px;
  margin-bottom: 25px;
}
.booking-card-section .specifications-card .insurance-item .spec-icon {
  flex-shrink: 0;
}
.booking-card-section .specifications-card .insurance-item .spec-icon svg {
  width: 24px;
  height: 24px;
}
.booking-card-section .specifications-card .insurance-item .spec-text {
  font-size: 15px;
  font-weight: 800;
  color: #333333;
}
.booking-card-section .specifications-card .spec-section {
  margin-bottom: 30px;
}
.booking-card-section .specifications-card .spec-section .spec-section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
.booking-card-section .specifications-card .spec-section .spec-section-header svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.booking-card-section .specifications-card .spec-section .spec-section-header .spec-section-title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin: 0;
}
.booking-card-section .specifications-card .spec-section .spec-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 36px;
}
.booking-card-section .specifications-card .spec-section .spec-list li {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  line-height: 2;
  padding-right: 20px;
  position: relative;
}
.booking-card-section .specifications-card .spec-section .spec-list li:before {
  content: "•";
  position: absolute;
  right: 0;
  color: #666666;
  font-size: 18px;
}
.booking-card-section .specifications-card .reviews-placeholder,
.booking-card-section .specifications-card .location-placeholder,
.booking-card-section .specifications-card .terms-placeholder {
  padding: 20px 0;
}
.booking-card-section .specifications-card .reviews-placeholder p,
.booking-card-section .specifications-card .location-placeholder p,
.booking-card-section .specifications-card .terms-placeholder p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 2;
  margin: 0 0 15px 0;
}
.booking-card-section .specifications-card .reviews-placeholder ul,
.booking-card-section .specifications-card .location-placeholder ul,
.booking-card-section .specifications-card .terms-placeholder ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
  padding-right: 20px;
}
.booking-card-section .specifications-card .reviews-placeholder ul li,
.booking-card-section .specifications-card .location-placeholder ul li,
.booking-card-section .specifications-card .terms-placeholder ul li {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  line-height: 2;
  padding-right: 20px;
  position: relative;
  margin-bottom: 10px;
}
.booking-card-section .specifications-card .reviews-placeholder ul li:before,
.booking-card-section .specifications-card .location-placeholder ul li:before,
.booking-card-section .specifications-card .terms-placeholder ul li:before {
  content: "•";
  position: absolute;
  right: 0;
  color: #666666;
  font-size: 18px;
}
.booking-card-section .booking-card {
  border: 2px solid #E8E8E8;
  border-radius: 20px;
  padding: 25px;
  position: sticky;
  top: 20px;
}
.booking-card-section .booking-card .whatsapp-contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #3FD84B;
  border: none;
  border-radius: 6px;
  padding: 7px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.booking-card-section .booking-card .whatsapp-contact-btn svg {
  width: 20px;
  height: 20px;
}
.booking-card-section .booking-card .whatsapp-contact-btn span {
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
}
.booking-card-section .booking-card .whatsapp-contact-btn:hover {
  background: #20BA5A;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}
.booking-card-section .booking-card .price-section {
  margin-bottom: 25px;
}
.booking-card-section .booking-card .price-section .price-main {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.booking-card-section .booking-card .price-section .price-main .price-amount {
  font-size: 25px;
  font-weight: 700;
  color: #127664;
}
.booking-card-section .booking-card .price-section .price-main .price-currency {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.booking-card-section .booking-card .price-section .price-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  color: #666666;
}
.booking-card-section .booking-card .price-section .price-total .total-amount {
  font-weight: 600;
  color: #333333;
}
.booking-card-section .booking-card .date-selection-section {
  margin-bottom: 30px;
}
.booking-card-section .booking-card .date-selection-section .section-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.booking-card-section .booking-card .date-selection-section .section-label span {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.booking-card-section .booking-card .date-selection-section .section-label .date-modify-text {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.booking-card-section .booking-card .date-selection-section .date-picker-wrapper {
  display: flex;
  border: 2px solid #B9B9BA;
  border-radius: 12px;
  padding: 15px;
  gap: 15px;
  box-shadow: 0px 0px 0px 4px #DDDFEE;
}
.booking-card-section .booking-card .date-selection-section .date-picker-wrapper .date-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.booking-card-section .booking-card .date-selection-section .date-picker-wrapper .date-item .date-label {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.booking-card-section .booking-card .date-selection-section .date-picker-wrapper .date-item .date-value {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.booking-card-section .booking-card .date-selection-section .date-picker-wrapper .date-divider {
  width: 1px;
  background: #E8E8E8;
}
.booking-card-section .booking-card .time-selection-section {
  display: flex;
  gap: 28%;
  margin-bottom: 25px;
}
.booking-card-section .booking-card .time-selection-section .time-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.booking-card-section .booking-card .time-selection-section .time-item .time-label {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.booking-card-section .booking-card .time-selection-section .time-item .time-value {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.booking-card-section .booking-card .btn-confirm {
  width: 100%;
  background: #127652;
  border: none;
  border-radius: 40px;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 25px;
}
.booking-card-section .booking-card .btn-confirm:hover {
  background: #0F5F4E;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(18, 118, 100, 0.3);
}
.booking-card-section .booking-card .price-breakdown {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
.booking-card-section .booking-card .price-breakdown .breakdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
.booking-card-section .booking-card .price-breakdown .breakdown-item .breakdown-value {
  font-weight: 600;
}
.booking-card-section .booking-card .divider {
  height: 1px;
  background: #E8E8E8;
  margin: 20px 0;
}
.booking-card-section .booking-card .total-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.booking-card-section .booking-card .total-section .total-label {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.booking-card-section .booking-card .total-section .total-value {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.booking-card-section .booking-card .insurance-note {
  font-size: 12px;
  font-weight: 400;
  color: #6C6A6A;
  margin: 0 0 20px 0;
}
.booking-card-section .booking-card .payment-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.booking-card-section .booking-card .payment-options .payment-option {
  display: flex;
  gap: 15px;
  align-items: center;
  border: 1px solid #B9B9BA;
  border-radius: 10px;
  padding: 12px 15px;
  transition: all 0.3s ease;
}
.booking-card-section .booking-card .payment-options .payment-option span {
  font-size: 13px;
  font-weight: 400;
  color: #3c3c3c;
}
.booking-card-section .booking-card .payment-options .payment-option img {
  width: 65px;
  object-fit: contain;
}
.booking-card-section .booking-card .payment-options .payment-option:hover {
  border-color: #127664;
  box-shadow: 0 2px 8px rgba(18, 118, 100, 0.1);
}
@media (max-width: 1200px) {
  .booking-card-section .booking-card {
    position: relative;
    top: 0;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .booking-card-section .container-fluid {
    padding: 20px !important;
  }
  .booking-card-section .guarantee-card {
    padding: 20px;
    border-radius: 15px;
  }
  .booking-card-section .guarantee-card .guarantee-header .guarantee-icon svg {
    width: 40px;
    height: 40px;
  }
  .booking-card-section .guarantee-card .guarantee-header .guarantee-title h3 {
    font-size: 20px;
  }
  .booking-card-section .guarantee-card .guarantee-content p,
  .booking-card-section .guarantee-card .guarantee-content .guarantee-list li {
    font-size: 14px;
  }
  .booking-card-section .description-card {
    padding: 20px;
    border-radius: 15px;
  }
  .booking-card-section .description-card .section-title {
    font-size: 20px;
  }
  .booking-card-section .description-card .description-content p {
    font-size: 14px;
  }
  .booking-card-section .specifications-card {
    padding: 20px 0;
  }
  .booking-card-section .specifications-card .about-host-section .section-title {
    font-size: 20px;
  }
  .booking-card-section .specifications-card .about-host-section .host-info-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .booking-card-section .specifications-card .about-host-section .host-info-wrapper .host-profile .host-avatar .avatar-circle {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .booking-card-section .specifications-card .specs-tabs-navigation {
    gap: 5px;
  }
  .booking-card-section .specifications-card .specs-tabs-navigation .tab-btn {
    font-size: 13px;
    padding: 10px 15px;
  }
  .booking-card-section .specifications-card .section-title.specs-title {
    font-size: 20px;
  }
  .booking-card-section .specifications-card .insurance-item {
    padding: 12px 15px;
  }
  .booking-card-section .specifications-card .insurance-item .spec-text {
    font-size: 14px;
  }
  .booking-card-section .specifications-card .spec-section .spec-section-header .spec-section-title {
    font-size: 18px;
  }
  .booking-card-section .specifications-card .spec-section .spec-list li {
    font-size: 14px;
  }
  .booking-card-section .specifications-card .tab-content .reviews-placeholder,
  .booking-card-section .specifications-card .tab-content .location-placeholder,
  .booking-card-section .specifications-card .tab-content .terms-placeholder {
    padding: 15px 0;
  }
  .booking-card-section .specifications-card .tab-content .reviews-placeholder p,
  .booking-card-section .specifications-card .tab-content .location-placeholder p,
  .booking-card-section .specifications-card .tab-content .terms-placeholder p {
    font-size: 14px;
  }
  .booking-card-section .specifications-card .tab-content .reviews-placeholder ul li,
  .booking-card-section .specifications-card .tab-content .location-placeholder ul li,
  .booking-card-section .specifications-card .tab-content .terms-placeholder ul li {
    font-size: 14px;
  }
  .booking-card-section .booking-card {
    padding: 20px;
    border-radius: 15px;
  }
  .booking-card-section .booking-card .price-section .price-main .price-amount {
    font-size: 28px;
  }
  .booking-card-section .booking-card .date-selection-section .date-picker-wrapper {
    flex-direction: column;
    gap: 12px;
  }
  .booking-card-section .booking-card .date-selection-section .date-picker-wrapper .date-divider {
    width: 100%;
    height: 1px;
  }
  .booking-card-section .booking-card .time-selection-section {
    flex-direction: column;
    gap: 12px;
  }
  .booking-card-section .booking-card .btn-confirm {
    font-size: 16px;
    padding: 12px;
  }
}
@media (max-width: 576px) {
  .booking-card-section .whatsapp-contact-btn span {
    font-size: 14px;
  }
  .booking-card-section .price-section .price-main .price-amount {
    font-size: 24px !important;
  }
  .booking-card-section .price-section .price-main .price-currency {
    font-size: 14px;
  }
  .booking-card-section .payment-options .payment-option {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .booking-card-section .payment-options .payment-option span {
    font-size: 12px;
  }
}

.footer-section {
  color: #159265;
  padding: 80px 0 0 0;
}
.footer-section .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  padding: 0 1.5rem 30px;
  border-bottom: 1px solid #e0e0e0;
}
.footer-section .footer-brand {
  flex: 0 0 25%;
}
.footer-section .footer-brand .footer-logo {
  margin-bottom: 20px;
}
.footer-section .footer-brand .footer-logo img {
  height: 70px;
  width: auto;
}
.footer-section .footer-brand .footer-description {
  font-size: 24px;
  line-height: 1.5;
  color: #527853;
  margin: 0;
  font-weight: 400;
}
.footer-section .footer-links {
  display: flex;
  gap: 130px;
  flex: 0 0 70%;
}
.footer-section .footer-links .footer-column .footer-column-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: #159265;
}
.footer-section .footer-links .footer-column .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-section .footer-links .footer-column .footer-menu li {
  margin-bottom: 12px;
}
.footer-section .footer-links .footer-column .footer-menu li a {
  color: #159265;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  transition: color 0.3s ease;
}
.footer-section .footer-links .footer-column .footer-menu li a:hover {
  color: #159265;
}
.footer-section .footer-links .footer-column .contact-info .phone-number {
  font-size: 24px;
  font-weight: 600;
  color: #159265;
  display: block;
  margin-bottom: 20px;
}
.footer-section .footer-links .footer-column .contact-info .social-media {
  display: flex;
}
.footer-section .footer-links .footer-column .contact-info .social-media .social-link {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-section .footer-links .footer-column .contact-info .social-media .social-link i {
  color: #159265;
  font-size: 16px;
}
.footer-section .footer-links .footer-column .contact-info .social-media .social-link:hover {
  transform: scale(1.1);
}
.footer-section .footer-bottom {
  padding: 28px 0;
  background: #f9f9f9;
}
.footer-section .footer-bottom .footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .footer-section .footer-content {
    padding: 0 25px 30px;
  }
  .footer-section .footer-links {
    gap: 100px;
  }
  .footer-section .footer-bottom .footer-bottom-content {
    padding: 0 25px;
  }
}
@media (max-width: 1023px) {
  .footer-section .footer-content {
    padding: 0 20px 25px;
  }
  .footer-section .footer-links {
    gap: 70px;
  }
  .footer-section .footer-links .footer-column .footer-column-title {
    font-size: 17px;
  }
  .footer-section .footer-links .footer-column .footer-menu li a {
    font-size: 18px;
  }
  .footer-section .footer-links .footer-column .contact-info .phone-number {
    font-size: 22px;
  }
  .footer-section .footer-brand .footer-description {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .footer-section {
    padding: 60px 0 0 0;
  }
  .footer-section .footer-content {
    flex-direction: row;
    gap: 40px;
    padding: 0 20px 25px;
  }
  .footer-section .footer-brand {
    flex: 0 0 30%;
  }
  .footer-section .footer-brand .footer-logo img {
    height: 60px;
  }
  .footer-section .footer-brand .footer-description {
    font-size: 20px;
    line-height: 1.4;
  }
  .footer-section .footer-links {
    flex: 0 0 65%;
    gap: 40px;
    justify-content: flex-end;
  }
  .footer-section .footer-links .footer-column .footer-column-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .footer-section .footer-links .footer-column .footer-menu li {
    margin-bottom: 10px;
  }
  .footer-section .footer-links .footer-column .footer-menu li a {
    font-size: 16px;
  }
  .footer-section .footer-links .footer-column .contact-info .phone-number {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .footer-section .footer-links .footer-column .contact-info .social-media {
    gap: 10px;
  }
  .footer-section .footer-links .footer-column .contact-info .social-media .social-link {
    width: 36px;
    height: 36px;
  }
  .footer-section .footer-links .footer-column .contact-info .social-media .social-link i {
    font-size: 14px;
  }
  .footer-section .footer-bottom {
    padding: 25px 0;
  }
  .footer-section .footer-bottom .footer-bottom-content {
    padding: 0 20px;
  }
  .footer-section .footer-bottom .footer-bottom-content .auth-links .auth-link {
    font-size: 15px;
  }
  .footer-section .footer-bottom .footer-bottom-content .copyright {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .footer-section {
    padding: 50px 0 0 0;
  }
  .footer-section .footer-content {
    flex-direction: column;
    gap: 35px;
    padding: 0 20px 25px;
    text-align: center;
  }
  .footer-section .footer-brand {
    flex: none;
    width: 100%;
  }
  .footer-section .footer-brand .footer-logo img {
    height: 55px;
  }
  .footer-section .footer-brand .footer-description {
    font-size: 18px;
  }
  .footer-section .footer-links {
    flex: none;
    width: 100%;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-section .footer-links .footer-column {
    flex: 0 0 auto;
  }
  .footer-section .footer-links .footer-column .footer-column-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .footer-section .footer-links .footer-column .footer-menu li {
    margin-bottom: 8px;
  }
  .footer-section .footer-links .footer-column .footer-menu li a {
    font-size: 15px;
  }
  .footer-section .footer-links .footer-column .contact-info .phone-number {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .footer-section .footer-links .footer-column .contact-info .social-media {
    gap: 8px;
    justify-content: center;
  }
  .footer-section .footer-links .footer-column .contact-info .social-media .social-link {
    width: 35px;
    height: 35px;
  }
  .footer-section .footer-links .footer-column .contact-info .social-media .social-link i {
    font-size: 13px;
  }
  .footer-section .footer-bottom {
    padding: 20px 0;
  }
  .footer-section .footer-bottom .footer-bottom-content {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    padding: 0 20px;
  }
  .footer-section .footer-bottom .footer-bottom-content .auth-links .auth-link {
    font-size: 14px;
  }
  .footer-section .footer-bottom .footer-bottom-content .copyright {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .footer-section {
    padding: 40px 0 0 0;
  }
  .footer-section .footer-content {
    padding: 0 15px 20px;
    gap: 30px;
  }
  .footer-section .footer-brand .footer-logo img {
    height: 50px;
  }
  .footer-section .footer-brand .footer-description {
    font-size: 16px;
  }
  .footer-section .footer-links {
    gap: 40px;
    flex-direction: column;
    align-items: center;
  }
  .footer-section .footer-links .footer-column {
    width: 100%;
  }
  .footer-section .footer-links .footer-column .footer-column-title {
    font-size: 15px;
  }
  .footer-section .footer-links .footer-column .footer-menu li a {
    font-size: 14px;
  }
  .footer-section .footer-links .footer-column .contact-info .phone-number {
    font-size: 17px;
  }
  .footer-section .footer-links .footer-column .contact-info .social-media {
    gap: 6px;
  }
  .footer-section .footer-links .footer-column .contact-info .social-media .social-link {
    width: 34px;
    height: 34px;
  }
  .footer-section .footer-links .footer-column .contact-info .social-media .social-link i {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .footer-section {
    padding: 30px 0 0 0;
  }
  .footer-section .footer-content {
    padding: 0 12px 15px;
    gap: 25px;
  }
  .footer-section .footer-brand .footer-logo img {
    height: 45px;
  }
  .footer-section .footer-brand .footer-description {
    font-size: 15px;
  }
  .footer-section .footer-links {
    gap: 25px;
  }
  .footer-section .footer-links .footer-column .footer-column-title {
    font-size: 14px;
  }
  .footer-section .footer-links .footer-column .footer-menu li a {
    font-size: 13px;
  }
  .footer-section .footer-links .footer-column .contact-info .phone-number {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0 5px;
    word-break: break-word;
    font-size: 17px;
    letter-spacing: -0.5px;
  }
  .footer-section .footer-links .footer-column .contact-info .social-media {
    gap: 5px;
  }
  .footer-section .footer-links .footer-column .contact-info .social-media .social-link {
    width: 32px;
    height: 32px;
  }
  .footer-section .footer-links .footer-column .contact-info .social-media .social-link i {
    font-size: 11px;
  }
  .footer-section .footer-links .footer-bottom {
    padding: 15px 0;
  }
  .footer-section .footer-links .footer-bottom .footer-bottom-content {
    padding: 0 12px;
    gap: 12px;
  }
  .footer-section .footer-links .footer-bottom .footer-bottom-content .auth-links .auth-link {
    font-size: 13px;
  }
  .footer-section .footer-links .footer-bottom .footer-bottom-content .copyright {
    font-size: 11px;
  }
}

.header, .footer {
  background: #007bff;
  color: white;
  text-align: center;
  padding: 1.5rem 0;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: #007bff, 40%;
  padding: 3rem;
  border-radius: 12px;
  margin-bottom: 2rem;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1500px !important;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1440px !important;
  }
}
.btn-primary {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.btn-primary:hover {
  background-color: #007bff, 10%;
}

.card {
  background: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 1.5rem;
  margin: 1rem;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.text-center {
  text-align: center;
}

.mt-2 {
  margin-top: 1rem;
}

.border-width-2 {
  border-width: 2px !important;
}

.border-green {
  border: #127664 2px solid !important;
}

.border-radius-20 {
  border-radius: 20px;
}

.border-radius-25 {
  border-radius: 25px;
}

.max-width-230 {
  max-width: 230px;
}

.side-btn-padding {
  padding: 10px 20px !important;
}

.side-link-span {
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.padding-6-px {
  padding: 6px;
}

.cool-green-bg-color {
  background: rgba(21, 146, 101, 0.1019607843) !important;
}

.cool-gray-color {
  background: rgba(248, 248, 248, 0.2705882353) !important;
}

.bg-orange {
  background: #DF4D2D !important;
}

.primary-bg-green {
  background: #127652 !important;
}

.text-center {
  text-align: center;
}

.mt-2 {
  margin-top: 1rem;
}

.primary-green-color {
  color: #127664 !important;
}

.secondary-green-color {
  color: #2B956F !important;
}

.primary-blue-bg-color {
  color: #003366;
}

header {
  background-color: #e3f0e9;
  border: 2px solid #127664;
  border-radius: 2rem;
  padding: 0.3rem 1rem;
  margin: 1.5rem 1.5rem 3.8rem;
  font-family: "Tajwal", sans-serif;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 75px;
}
header .logo img {
  height: 55px;
  width: auto;
}
header .main-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: end;
  max-width: max-content;
}
header .main-nav > ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
  margin: 0;
  padding: 0;
}
header .main-nav > ul > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #127664;
  font-size: 0.9rem;
  text-decoration: none;
  background: transparent;
  transition: all 0.2s ease;
  padding: 6px;
  font-weight: 500;
}
header .main-nav > ul > li a:hover {
  color: #127664;
}
header .main-nav > ul > li:first-child a {
  font-weight: 700;
  text-underline-offset: 4px;
}
header .main-nav nav {
  margin-left: auto;
}
header .main-nav nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
header .main-nav nav ul li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
header .main-nav nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #127664;
  font-size: 0.9rem;
  text-decoration: none;
  background: transparent;
  transition: all 0.2s ease;
}
header .main-nav nav ul li a svg {
  margin-right: 0.25rem;
}
header .main-nav nav ul li a:hover {
  opacity: 0.8;
}
header .active-nav {
  color: #127664 !important;
  border-bottom: 1px solid #127664;
  padding: 10px;
}

.red-notification-circle {
  position: absolute;
  background: #EB5757;
  width: 8px;
  height: 8px;
  top: 6px;
  right: 6px;
  border-radius: 50%;
}

.menu-toggle {
  display: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.menu-toggle:hover {
  opacity: 0.8;
}

.side-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100vh;
  background-color: #e3f0e9;
  border-left: 2px solid #127664;
  padding: 2rem 1.5rem;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
  overflow-y: auto;
}
.side-nav.active {
  transform: translateX(0);
}
.side-nav .side-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.side-nav .side-nav-header h3 {
  color: #127664;
  font-size: 1.2rem;
  font-weight: 700;
}
.side-nav .close-btn {
  background: transparent;
  border: none;
  font-size: 2rem;
  color: #127664;
  cursor: pointer;
  line-height: 1;
}
.side-nav .side-nav-top-buttons {
  display: none;
  gap: 0.8rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #127664;
  align-items: center;
  justify-content: center;
}
.side-nav .side-nav-top-buttons .side-profile-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-nav ul li {
  margin-bottom: 1.5rem;
}
.side-nav ul li a {
  color: #127664;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding: 0.5rem 0;
  transition: color 0.2s ease;
}
.side-nav ul li a:hover {
  color: #0d5a4d;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1200px) {
  header .main-nav > ul {
    gap: 2rem;
  }
  header .main-nav > ul > li:nth-child(1), header .main-nav > ul > li:nth-child(2) {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
}
@media (max-width: 768px) {
  header {
    margin: 1rem;
    padding: 0.4rem 0.8rem;
  }
  header .logo img {
    height: 45px;
  }
  header .main-nav > ul {
    gap: 1rem;
  }
  header .main-nav > ul > li:nth-child(3), header .main-nav > ul > li:nth-child(4), header .main-nav > ul > li:nth-child(5) {
    display: none;
  }
  header .main-nav nav ul li {
    gap: 0.8rem;
  }
  .side-nav {
    width: 280px;
  }
}
@media (max-width: 480px) {
  header {
    padding: 0.4rem 0.6rem;
    margin: 0.5rem;
  }
  header .logo img {
    height: 40px;
  }
  header .main-nav > ul > li:last-child nav ul li .profile-link,
  header .main-nav > ul > li:last-child nav ul li .host-portal-link,
  header .main-nav > ul > li:last-child nav ul li .lang-link {
    display: none;
  }
  header .main-nav > ul > li:last-child nav ul li {
    gap: 0.5rem;
  }
  .side-nav {
    width: 100%;
    max-width: 300px;
  }
  .side-nav .side-nav-top-buttons {
    display: flex;
  }
}
