.bg-primary-custom {
  background-color: #dfaf62 !important;
}
.text-primary-custom {
  color: #dfaf62 !important;
}
.btn-primary-custom {
  background-color: #dfaf62;
  border-color: #dfaf62;
  color: #1a1a1a;
}
.btn-primary-custom:hover {
  background-color: #c99a4e;
  border-color: #c99a4e;
}

.bg-secondary-custom {
  background-color: #1a1a1a !important;
}
.text-secondary-custom {
  color: #1a1a1a !important;
}

.bg-background-custom {
  background-color: #f2e9da !important;
}
.text-background-custom {
  color: #f2e9da !important;
}

.text-text-custom {
  color: #2e2e2e !important;
}

.bg-cta-custom {
  background-color: #e67e22 !important;
}
.text-cta-custom {
  color: #e67e22 !important;
}
.btn-cta-custom {
  background-color: #e67e22;
  border-color: #e67e22;
  color: white;
}
.btn-cta-custom:hover {
  background-color: #bf6516;
  border-color: #bf6516;
}

.bg-highlight-custom {
  background-color: #1ba8a4 !important;
}
.text-highlight-custom {
  color: #1ba8a4 !important;
}

body {
  background-color: #f2e9da;
  color: #2e2e2e;
  font-family: "Vazir", "Tahoma", sans-serif;
  direction: rtl;
}

@media (max-width: 768px) {
  .mobile-logo-right {
    order: 2;
  }
  .mobile-hamburger-left {
    order: 1;
  }
}
.hover-text-primary-custom:hover {
  color: #dfaf62 !important;
  transition: all 0.3s ease;
}

.btn-outline-primary-custom {
  border: 2px solid #dfaf62;
  background: transparent;
  color: #dfaf62;
}

.btn-outline-primary-custom:hover {
  background: #dfaf62;
  color: #1a1a1a;
}

.nav-link {
  transition: all 0.3s ease;
}

.nav-link:hover {
  color: #dfaf62 !important;
  transform: translateY(-2px);
}

html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: "IRANSansX";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src:
    url("../fonts/IRANSansX-Bold.woff2") format("woff2"),
    url("../fonts/IRANSansX-Bold.woff") format("woff");
}

@font-face {
  font-family: "IRANSansX";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    url("../fonts/IRANSansX-Bold.woff2") format("woff2"),
    url("../fonts/IRANSansX-Bold.woff") format("woff");
}

* {
  font-family: "IRANSansX", "Tahoma", "Arial", sans-serif;
  font-weight: bold;
}

body {
  font-family: "IRANSansX", "Tahoma", sans-serif;
  font-weight: bold;
  background-color: #f2e9da;
  color: #2e2e2e;
  direction: rtl;
  text-align: right;
  line-height: 1.6;
}

.light-text,
p,
li,
span,
.small-text {
  font-family: "IRANSansX", "Tahoma", "Arial", sans-serif;
  font-weight: normal;
}

input,
textarea,
select,
button {
  font-family: "IRANSansX", "Tahoma", "Arial", sans-serif;
  font-weight: bold;
}

.hero-slider-modern {
  position: relative;
  height: 85vh;
  min-height: 600px;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1a1a 0%, #2e2e2e 100%);
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-slide.active {
  display: flex;
  opacity: 1;
}

.hero-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
  transform: scale(1);
  transition: transform 8s ease;
}

.hero-slide.active img {
  transform: scale(1.1);
}

.slide-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: white;
  max-width: 800px;
  padding: 0 20px;
  animation: slideUpFade 0.8s ease-out;
}

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

.slide-title {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  animation: fadeInUp 0.6s ease-out 0.2s both;
}

.slide-details {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.95;
  animation: fadeInUp 0.6s ease-out 0.4s both;
}

.slide-btn {
  display: inline-block;
  padding: 12px 32px;
  background: linear-gradient(135deg, #dfaf62 0%, #c99a4e 100%);
  color: #1a1a1a;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  transition: all 0.3s ease;
  animation: fadeInUp 0.6s ease-out 0.6s both;
}

.slide-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #c99a4e 0%, #b8893a 100%);
  color: #1a1a1a;
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-nav:hover {
  background: rgba(223, 175, 98, 0.9);
  transform: translateY(-50%) scale(1.1);
}

.slider-nav.prev {
  right: 30px;
}

.slider-nav.next {
  left: 30px;
}

.slider-indicators {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.slider-indicator {
  width: 40px;
  height: 4px;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-indicator.active {
  width: 60px;
  background: #dfaf62;
}

.slider-indicator:hover {
  background: #dfaf62;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.animate-on-scroll.animate-in {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .hero-slider-modern {
    height: 70vh;
    min-height: 500px;
  }

  .slide-title {
    font-size: 2rem;
  }

  .slide-details {
    font-size: 1rem;
  }

  .slider-nav {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .slider-nav.prev {
    right: 15px;
  }

  .slider-nav.next {
    left: 15px;
  }

  .slider-indicator {
    width: 30px;
  }

  .slider-indicator.active {
    width: 40px;
  }
}

@media (max-width: 480px) {
  .hero-slider-modern {
    height: 60vh;
    min-height: 400px;
  }

  .slide-title {
    font-size: 1.5rem;
  }
}

.search-card-modern {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  border-radius: 32px;
  padding: 32px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(223, 175, 98, 0.2);
  transition: all 0.3s ease;
}

.search-card-modern:hover {
  box-shadow: 0 30px 60px -12px rgba(223, 175, 98, 0.3);
  transform: translateY(-2px);
}

.search-header {
  position: relative;
}

.search-badge {
  display: inline-block;
  background: linear-gradient(
    135deg,
    rgba(223, 175, 98, 0.1),
    rgba(223, 175, 98, 0.05)
  );
  padding: 8px 20px;
  border-radius: 50px;
  color: #dfaf62;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 16px;
  border: 1px solid rgba(223, 175, 98, 0.2);
}

.search-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #1a1a1a, #dfaf62);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.search-subtitle {
  color: #666;
  font-size: 0.95rem;
}

.form-group-modern {
  position: relative;
  margin-bottom: 8px;
}

.form-label-modern {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.form-label-modern i {
  color: #dfaf62;
  margin-left: 8px;
}

.form-select-modern {
  width: 100%;
  padding: 14px 16px;
  font-size: 0.95rem;
  border: 2px solid #e0e0e0;
  border-radius: 16px;
  background: white;
  transition: all 0.3s ease;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23DFAF62' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
  background-repeat: no-repeat;
  background-position: left 16px center;
  background-size: 14px;
}

.form-select-modern:hover {
  border-color: #dfaf62;
  background-color: #fffaf5;
}

.form-select-modern:focus {
  outline: none;
  border-color: #dfaf62;
  box-shadow: 0 0 0 4px rgba(223, 175, 98, 0.1);
}

.price-range-modern {
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  padding: 20px;
  border-radius: 24px;
  margin-top: 8px;
}

.price-range-container {
  position: relative;
}

.price-slider-bg {
  position: relative;
  height: 6px;
  background: #e0e0e0;
  border-radius: 3px;
  margin-bottom: 30px;
  overflow: hidden;
}

.price-slider-fill {
  position: absolute;
  height: 100%;
  background: linear-gradient(90deg, #dfaf62, #e67e22);
  border-radius: 3px;
  width: 50%;
  transition: width 0.3s ease;
}

.price-inputs-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.price-input-group {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  background: white;
  border: 2px solid #e0e0e0;
  border-radius: 60px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.price-input-group:focus-within {
  border-color: #dfaf62;
  box-shadow: 0 0 0 4px rgba(223, 175, 98, 0.1);
  transform: translateY(-2px);
}

.price-icon {
  padding: 12px 16px;
  background: linear-gradient(135deg, #dfaf62, #e67e22);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-input-modern {
  flex: 1;
  border: none;
  padding: 14px 12px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  background: transparent;
  transition: all 0.3s ease;
}

.price-input-modern:focus {
  outline: none;
}

.price-unit {
  padding: 12px 16px;
  font-size: 0.8rem;
  color: #666;
  background: #f8f9fa;
  border-right: 1px solid #e0e0e0;
}

.price-separator {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #dfaf62, #e67e22);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(223, 175, 98, 0.4);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(223, 175, 98, 0);
  }
}

.price-quick-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.price-quick-btn {
  padding: 8px 16px;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
}

.price-quick-btn:hover {
  background: #dfaf62;
  border-color: #dfaf62;
  color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(223, 175, 98, 0.3);
}

.search-btn-modern {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, #dfaf62, #e67e22);
  border: none;
  border-radius: 60px;
  color: #1a1a1a;
  font-weight: 800;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  overflow: hidden;
}

.search-btn-modern::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}

.search-btn-modern:hover::before {
  left: 100%;
}

.search-btn-modern:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(223, 175, 98, 0.4);
}

.btn-text {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-icon {
  background: rgba(255, 255, 255, 0.2);
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.search-btn-modern:hover .btn-icon {
  transform: rotate(360deg);
}

.search-stats {
  display: flex;
  justify-content: space-around;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.stat-item i {
  font-size: 1.5rem;
  color: #dfaf62;
  transition: all 0.3s ease;
}

.stat-item:hover i {
  transform: scale(1.2) rotate(360deg);
}

.stat-item div {
  display: flex;
  flex-direction: column;
}

.stat-number {
  font-size: 1.2rem;
  font-weight: 800;
  color: #1a1a1a;
}

.stat-label {
  font-size: 0.75rem;
  color: #666;
}

@media (max-width: 768px) {
  .search-card-modern {
    padding: 20px;
    margin: 0 15px;
  }

  .search-title {
    font-size: 1.3rem;
  }

  .price-inputs-wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .price-separator {
    transform: rotate(90deg);
    width: 30px;
    height: 30px;
  }

  .price-input-group {
    width: 100%;
  }

  .price-quick-btn {
    font-size: 0.7rem;
    padding: 6px 12px;
  }

  .search-stats {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .stat-item {
    width: 100%;
    justify-content: center;
  }
}

.featured-properties-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #f2e9da 0%, #fff5e8 100%);
  position: relative;
  overflow: hidden;
}

.featured-properties-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 150%;
  background: radial-gradient(
    circle,
    rgba(223, 175, 98, 0.05) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

.featured-properties-section::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 40%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(230, 126, 34, 0.05) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

.featured-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.featured-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(223, 175, 98, 0.12);
  backdrop-filter: blur(10px);
  padding: 8px 24px;
  border-radius: 60px;
  margin-bottom: 20px;
  border: 1px solid rgba(223, 175, 98, 0.3);
}

.featured-badge i {
  color: #dfaf62;
  font-size: 0.9rem;
}

.featured-badge span {
  color: #dfaf62;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

.featured-title {
  font-size: 3rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.featured-title .highlight {
  background: linear-gradient(135deg, #dfaf62, #e67e22);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.featured-subtitle {
  color: #666;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}

.property-slider-container {
  position: relative;
  padding: 20px 50px;
}

.property-card-luxury {
  background: white;
  border-radius: 28px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.property-card-luxury:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(223, 175, 98, 0.2);
}

.card-media {
  position: relative;
  overflow: hidden;
  height: 260px;
  flex-shrink: 0;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.property-card-luxury:hover .card-media img {
  transform: scale(1.1);
}

.card-tag {
  position: absolute;
  top: 18px;
  right: 18px;
  background: linear-gradient(135deg, #dfaf62, #e67e22);
  color: #1a1a1a;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 800;
  z-index: 2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
}

.property-card-luxury:hover .card-overlay {
  opacity: 1;
}

.quick-view {
  background: white;
  color: #dfaf62;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.property-card-luxury:hover .quick-view {
  transform: translateY(0);
}

.quick-view:hover {
  background: #dfaf62;
  color: #1a1a1a;
}

.card-details {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-location {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  font-size: 0.75rem;
  color: #888;
}

.card-location i {
  color: #dfaf62;
  font-size: 0.7rem;
}

.card-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.4;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.property-card-luxury:hover .card-title {
  color: #dfaf62;
}

.card-price {
  background: linear-gradient(135deg, #fff8f0, #fff0e0);
  padding: 10px 16px;
  border-radius: 20px;
  margin-bottom: 18px;
  text-align: center;
  border: 1px solid rgba(223, 175, 98, 0.2);
}

.card-price .price {
  font-weight: 800;
  font-size: 1rem;
  color: #dfaf62;
}

.card-price .currency {
  font-size: 0.7rem;
  color: #666;
  margin-right: 4px;
}

.card-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.spec {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f8f9fa;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 0.7rem;
  color: #555;
  transition: all 0.3s ease;
}

.spec i {
  color: #dfaf62;
  font-size: 0.7rem;
}

.property-card-luxury:hover .spec {
  background: #fff8f0;
  transform: translateY(-2px);
}

.card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: transparent;
  border: 2px solid #dfaf62;
  color: #dfaf62;
  padding: 12px 20px;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  margin-top: auto;
}

.card-btn:hover {
  background: #dfaf62;
  color: #1a1a1a;
  gap: 18px;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(223, 175, 98, 0.3);
}

.slider-nav-modern {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 20;
  padding: 0 -20px;
}

.slider-nav-btn {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(223, 175, 98, 0.2);
}

.slider-nav-btn i {
  color: #dfaf62;
  font-size: 1.2rem;
}

.slider-nav-btn:hover {
  background: #dfaf62;
  transform: scale(1.1);
}

.slider-nav-btn:hover i {
  color: #1a1a1a;
}

.swiper-button-prev-modern {
  margin-right: -25px;
}

.swiper-button-next-modern {
  margin-left: -25px;
}

.swiper-pagination-modern {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 12px;
  z-index: 10;
}

.swiper-pagination-modern .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 0.8;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.swiper-pagination-modern .swiper-pagination-bullet-active {
  background: #dfaf62;
  width: 28px;
  border-radius: 5px;
}

.featured-footer {
  text-align: center;
  margin-top: 60px;
}

.view-all-properties {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #dfaf62, #e67e22);
  color: #1a1a1a;
  padding: 14px 36px;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 800;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(223, 175, 98, 0.3);
}

.view-all-properties:hover {
  transform: translateY(-3px);
  gap: 18px;
  box-shadow: 0 10px 30px rgba(223, 175, 98, 0.4);
  color: #1a1a1a;
}

.property-swiper-modern {
  overflow: visible;
  padding: 10px;
}

.property-swiper-modern .swiper-slide {
  height: auto;
}

@media (max-width: 1200px) {
  .slider-nav-btn {
    width: 45px;
    height: 45px;
  }

  .slider-nav-btn i {
    font-size: 1rem;
  }
}

@media (max-width: 992px) {
  .featured-properties-section {
    padding: 70px 0;
  }

  .featured-title {
    font-size: 2.5rem;
  }

  .property-slider-container {
    padding: 20px 30px;
  }

  .slider-nav-modern {
    display: none;
  }
}

@media (max-width: 768px) {
  .featured-properties-section {
    padding: 50px 0;
  }

  .featured-title {
    font-size: 2rem;
  }

  .featured-subtitle {
    font-size: 0.9rem;
    padding: 0 20px;
  }

  .property-slider-container {
    padding: 10px 15px;
  }

  .card-media {
    height: 220px;
  }

  .card-details {
    padding: 18px;
  }

  .card-title {
    font-size: 1rem;
  }

  .card-price .price {
    font-size: 0.85rem;
  }

  .spec {
    padding: 4px 10px;
    font-size: 0.6rem;
  }

  .card-btn {
    padding: 10px 16px;
    font-size: 0.8rem;
  }

  .view-all-properties {
    padding: 12px 28px;
    font-size: 0.9rem;
  }

  .swiper-pagination-modern {
    bottom: -20px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .card-media {
    height: 220px;
  }
}

.btn-primary-custom {
  background: linear-gradient(135deg, #dfaf62 0%, #c99a4e 100%);
  border: none;
  color: #1a1a1a;
  font-weight: 700;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-primary-custom:hover {
  background: linear-gradient(135deg, #c99a4e 0%, #b8893a 100%);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(223, 175, 98, 0.3);
  color: #1a1a1a;
}

.btn-primary-custom:active {
  transform: translateY(0);
}

.btn-primary-custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}

.btn-primary-custom:hover::before {
  left: 100%;
}

.btn-primary-custom.btn-sm {
  padding: 8px 20px;
  font-size: 0.85rem;
}

.btn-primary-custom.btn-lg {
  padding: 14px 32px;
  font-size: 1.1rem;
}

.btn-outline-primary-custom {
  border: 2px solid #dfaf62;
  background: transparent;
  color: #dfaf62;
  font-weight: 700;
  transition: all 0.3s ease;
}

.btn-outline-primary-custom:hover {
  background: #dfaf62;
  color: #1a1a1a;
  transform: translateY(-2px);
}

.modern-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(223, 175, 98, 0.15);
  transition: all 0.3s ease;
}

.modern-header.scrolled {
  background: #ffffff;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

.header-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 12px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.logo-area {
  flex-shrink: 0;
}

.logo-link {
  text-decoration: none;
  display: block;
  transition: transform 0.3s ease;
}

.logo-link:hover {
  transform: scale(1.02);
}

.logo-img {
  height: 50px;
  width: auto;
  max-height: 50px;
  object-fit: contain;
}

.nav-menu {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: block;
  padding: 10px 20px;
  color: #2e2e2e;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border-radius: 50px;
  position: relative;
}

.nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #dfaf62, #e67e22);
  border-radius: 3px;
  transition: width 0.3s ease;
}

.nav-link:hover {
  color: #dfaf62;
  background: rgba(223, 175, 98, 0.08);
}

.nav-link:hover::before {
  width: 70%;
}

.header-cta {
  flex-shrink: 0;
}

.hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 45px;
  height: 45px;
  background: rgba(223, 175, 98, 0.1);
  border: 1px solid rgba(223, 175, 98, 0.2);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1001;
}

.hamburger-line {
  width: 24px;
  height: 2px;
  background: #1a1a1a;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hamburger-menu.active {
  background: #dfaf62;
}

.hamburger-menu.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.hamburger-menu.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.nav-cta-mobile {
  display: none;
}

@media (max-width: 992px) {
  .header-container {
    padding: 12px 24px;
  }

  .logo-img {
    height: 40px;
    max-height: 40px;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
  }

  .nav-menu.active {
    right: 0;
  }

  .nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
  }

  .nav-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    max-width: 350px;
    height: 100%;
    background: #ffffff;
    padding: 80px 24px 40px;
    display: flex;
    flex-direction: column;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 30px;
  }

  .nav-link {
    padding: 14px 20px;
    font-size: 1rem;
    background: #f8f9fa;
    border-radius: 16px;
    text-align: center;
  }

  .nav-link::before {
    display: none;
  }

  .nav-link:hover {
    background: rgba(223, 175, 98, 0.1);
    transform: translateX(-5px);
  }

  .nav-cta-mobile {
    display: block;
    margin-top: auto;
  }

  .header-cta {
    display: none;
  }

  .hamburger-menu {
    display: flex;
  }
}

@media (max-width: 576px) {
  .header-container {
    padding: 10px 16px;
  }

  .logo-img {
    height: 35px;
    max-height: 35px;
  }

  .nav-container {
    width: 85%;
    padding: 70px 20px 30px;
  }

  .nav-link {
    padding: 12px 16px;
    font-size: 0.9rem;
  }
}

.modern-footer {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}

.modern-footer::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 150%;
  background: radial-gradient(
    circle,
    rgba(223, 175, 98, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
  animation: floatBg 20s ease-in-out infinite;
}

.modern-footer::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 40%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(230, 126, 34, 0.05) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
  animation: floatBg2 15s ease-in-out infinite;
}

@keyframes floatBg {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(20px, 20px) rotate(5deg);
  }
}

@keyframes floatBg2 {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-15px, -15px) rotate(-5deg);
  }
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 40px 30px;
  position: relative;
  z-index: 2;
}

.footer-top {
  margin-bottom: 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.footer-col {
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
}

.footer-col:nth-child(1) {
  animation-delay: 0.1s;
}
.footer-col:nth-child(2) {
  animation-delay: 0.2s;
}
.footer-col:nth-child(3) {
  animation-delay: 0.3s;
}
.footer-col:nth-child(4) {
  animation-delay: 0.4s;
}

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

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

.footer-logo-img {
  height: 50px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer-description {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  margin-bottom: 25px;
  font-size: 0.9rem;
}

.footer-social {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.social-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dfaf62;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icon:hover {
  background: #dfaf62;
  color: #1a1a1a;
  transform: translateY(-5px) rotate(360deg);
}

.footer-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  color: #dfaf62;
}

.footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #dfaf62, #e67e22);
  border-radius: 3px;
  transition: width 0.3s ease;
}

.footer-col:hover .footer-title::after {
  width: 80px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-links a::before {
  content: "←";
  opacity: 0;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #dfaf62;
  transform: translateX(-5px);
}

.footer-links a:hover::before {
  opacity: 1;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.contact-item i {
  width: 30px;
  height: 30px;
  background: rgba(223, 175, 98, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dfaf62;
  transition: all 0.3s ease;
}

.contact-item:hover {
  color: #dfaf62;
  transform: translateX(-5px);
}

.contact-item:hover i {
  background: #dfaf62;
  color: #1a1a1a;
  transform: scale(1.1);
}

.footer-bottom {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-copyright p,
.footer-developer p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  margin: 0;
}

.footer-copyright .highlight {
  color: #dfaf62;
}

.float-phone-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 65px;
  height: 65px;
  background: #dfaf62;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #1a1a1a;
  font-size: 1.8rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(223, 175, 98, 0.4);
  z-index: 1000;
  animation: phonePulse 2s infinite;
}

.float-phone-btn:hover {
  transform: scale(1.15);
  background: #c99a4e;
  box-shadow: 0 8px 30px rgba(223, 175, 98, 0.6);
  color: #1a1a1a;
}

.phone-tooltip {
  position: absolute;
  right: 80px;
  background: #1a1a1a;
  color: #dfaf62;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.phone-tooltip::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent #1a1a1a transparent transparent;
}

.float-phone-btn:hover .phone-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-5px);
}

@keyframes phonePulse {
  0%,
  100% {
    box-shadow: 0 5px 20px rgba(223, 175, 98, 0.4);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 5px 30px rgba(223, 175, 98, 0.8);
    transform: scale(1.05);
  }
}
@media (max-width: 768px) {
  .float-phone-btn {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .float-phone-btn {
    right: auto;
    left: 20px;
    bottom: 90px;
    width: 75px;
    height: 75px;
    font-size: 2rem;
  }

  .phone-tooltip {
    right: auto;
    left: 90px;
    font-size: 0.75rem;
    padding: 6px 12px;
  }

  .phone-tooltip::before {
    left: auto;
    right: -8px;
    border-color: transparent transparent transparent #1a1a1a;
  }

  .float-phone-btn:hover .phone-tooltip {
    transform: translateX(5px);
  }
}

@media (max-width: 480px) {
  .float-phone-btn {
    width: 85px;
    height: 85px;
    bottom: 85px;
    left: 15px;
    font-size: 2.2rem;
  }

  .phone-tooltip {
    left: 100px;
    font-size: 0.7rem;
    padding: 5px 10px;
  }
}

.bottom-nav-center {
  position: relative;
  margin-top: -25px;
}

.bottom-nav-center .call-btn {
  width: 65px;
  height: 65px;
  background: #dfaf62;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #1a1a1a;
  font-size: 1.6rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 25px rgba(223, 175, 98, 0.5);
  animation: callPulse 2s infinite;
  border: 3px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.bottom-nav-center .call-btn i {
  color: #1a1a1a;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

.bottom-nav-center .call-btn:hover {
  transform: scale(1.12) translateY(-5px);
  background: #c99a4e;
  box-shadow: 0 10px 35px rgba(223, 175, 98, 0.7);
}

.bottom-nav-center .call-btn:active {
  transform: scale(0.98);
}

@keyframes callPulse {
  0% {
    box-shadow: 0 5px 25px rgba(223, 175, 98, 0.4);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 8px 35px rgba(223, 175, 98, 0.9);
    transform: scale(1.05);
  }
  100% {
    box-shadow: 0 5px 25px rgba(223, 175, 98, 0.4);
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .bottom-nav-center {
    margin-top: -20px;
  }

  .bottom-nav-center .call-btn {
    width: 58px;
    height: 58px;
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .bottom-nav-center {
    margin-top: -18px;
  }

  .bottom-nav-center .call-btn {
    width: 62px;
    height: 62px;
    font-size: 1.5rem;
  }
}

.bottom-navbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transform: translateY(100%);
  animation: slideUpNav 0.5s ease-out 0.5s forwards;
  border-top: 1px solid rgba(223, 175, 98, 0.2);
}

@keyframes slideUpNav {
  to {
    transform: translateY(0);
  }
}

.bottom-nav-container {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 20px;
}

.bottom-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: #888;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 50px;
}

.nav-icon-wrapper {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.bottom-nav-item i {
  font-size: 1.3rem;
  transition: all 0.3s ease;
}

.nav-label {
  font-size: 0.7rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.bottom-nav-item:hover,
.bottom-nav-item.active {
  color: #dfaf62;
}

.bottom-nav-item.active .nav-icon-wrapper {
  transform: translateY(-5px);
}

.bottom-nav-item.active i {
  color: #dfaf62;
}

.bottom-nav-item.active .nav-label {
  color: #dfaf62;
}

@media (min-width: 769px) {
  .bottom-navbar {
    display: none;
  }
}

@media (max-width: 768px) {
  .bottom-navbar {
    display: block;
  }

  .modern-footer {
    margin-bottom: 70px;
  }
}

@media (max-width: 992px) {
  .footer-container {
    padding: 50px 30px 30px;
  }

  .footer-grid {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .footer-container {
    padding: 40px 20px 25px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .footer-title::after {
    right: 50%;
    transform: translateX(50%);
  }

  .footer-social {
    justify-content: center;
  }

  .contact-item {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .bottom-nav-container {
    padding: 8px 15px;
  }

  .nav-icon-wrapper {
    width: 30px;
    height: 30px;
  }

  .bottom-nav-item i {
    font-size: 1.1rem;
  }

  .nav-label {
    font-size: 0.6rem;
  }
}
.footer-bottom {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-copyright p,
.footer-developer p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  margin: 0;
}

.footer-copyright .highlight {
  color: #dfaf62;
}

.developer-name {
  color: #dfaf62;
  font-weight: 700;
  transition: all 0.3s ease;
  cursor: pointer;
}

.developer-name:hover {
  color: #e67e22;
  text-decoration: underline;
}

.single-property-header {
  margin-top: 80px;
}

.single-property-bg {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.single-property-bg::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 150%;
  background: radial-gradient(
    circle,
    rgba(223, 175, 98, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  animation: floatBg 20s ease-in-out infinite;
}

.single-property-bg::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 40%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(230, 126, 34, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  animation: floatBg2 15s ease-in-out infinite;
}

.breadcrumb-wrapper {
  margin-bottom: 30px;
}

.breadcrumb-inner {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 8px 10px 8px 20px;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.breadcrumb-inner:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.breadcrumb-icon {
  width: 35px;
  height: 35px;
  background: rgba(223, 175, 98, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}

.breadcrumb-icon i {
  color: #dfaf62;
  font-size: 0.9rem;
}

.breadcrumb-items {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.breadcrumb-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.breadcrumb-link span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.breadcrumb-link:hover span {
  color: #dfaf62;
}

.breadcrumb-sep {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.7rem;
}

.breadcrumb-current {
  color: #dfaf62;
  font-size: 0.85rem;
  font-weight: 600;
}

.property-header-info {
  text-align: center;
  position: relative;
  z-index: 2;
}

.property-header-badge {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.header-badge {
  display: inline-block;
  padding: 6px 18px;
  background: rgba(223, 175, 98, 0.15);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  color: #dfaf62;
  font-size: 0.75rem;
  font-weight: 600;
  border: 1px solid rgba(223, 175, 98, 0.3);
}

.header-badge.status {
  background: rgba(230, 126, 34, 0.15);
  color: #e67e22;
  border-color: rgba(230, 126, 34, 0.3);
}

.property-header-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.property-header-location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.3);
  padding: 8px 20px;
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
}

.property-header-location i {
  color: #dfaf62;
}

@keyframes floatBg {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(20px, 20px) rotate(5deg);
  }
}

@keyframes floatBg2 {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-15px, -15px) rotate(-5deg);
  }
}

.property-info-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 25px 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.property-price-section {
  text-align: center;
}

.price-amount {
  font-size: 2.2rem;
  font-weight: 800;
  color: #dfaf62;
}

.price-amount span {
  font-size: 0.9rem;
  font-weight: normal;
  color: #888;
}

.contact-agent-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 100px;
}

.agent-header {
  text-align: center;
  margin-bottom: 20px;
}

.agent-avatar {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #dfaf62, #e67e22);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.agent-avatar i {
  font-size: 2rem;
  color: #1a1a1a;
}

.agent-header h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.agent-header p {
  color: #666;
  font-size: 0.85rem;
}

.agent-contact-info {
  margin-bottom: 20px;
}

.agent-phone,
.agent-whatsapp {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.agent-phone {
  background: rgba(223, 175, 62, 0.1);
}

.agent-whatsapp {
  background: rgba(37, 211, 102, 0.1);
}

.agent-phone i,
.agent-whatsapp i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.agent-phone i {
  background: #dfaf62;
  color: #1a1a1a;
}

.agent-whatsapp i {
  background: #25d366;
  color: white;
}

.agent-phone div,
.agent-whatsapp div {
  flex: 1;
}

.agent-phone span,
.agent-whatsapp span {
  display: block;
  font-size: 0.7rem;
  color: #888;
}

.agent-phone a,
.agent-whatsapp a {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  color: #1a1a1a;
}

.agent-phone a:hover,
.agent-whatsapp a:hover {
  color: #dfaf62;
}

.contact-form-simple input,
.contact-form-simple textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.contact-form-simple input:focus,
.contact-form-simple textarea:focus {
  outline: none;
  border-color: #dfaf62;
  box-shadow: 0 0 0 3px rgba(223, 175, 98, 0.1);
}

@media (max-width: 768px) {
  .single-property-header {
    margin-top: 70px;
  }

  .single-property-bg {
    padding: 30px 0;
  }

  .property-header-title {
    font-size: 1.5rem;
  }

  .breadcrumb-inner {
    padding: 5px 8px 5px 15px;
  }

  .breadcrumb-icon {
    width: 28px;
    height: 28px;
  }

  .breadcrumb-icon i {
    font-size: 0.7rem;
  }

  .breadcrumb-link span,
  .breadcrumb-current {
    font-size: 0.75rem;
  }

  .price-amount {
    font-size: 1.5rem;
  }

  .contact-agent-card {
    position: static;
  }
}

.single-property-header {
  margin-top: 80px;
}

.single-property-bg {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  padding: 30px 0;
}

.single-property-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
}

.single-property-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.single-property-breadcrumb a:hover {
  color: #dfaf62;
}

.single-property-breadcrumb i {
  font-size: 0.7rem;
}

.single-property-main {
  padding: 60px 0;
  background: #f2e9da;
}

.property-gallery-main {
  margin-bottom: 30px;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
}

.gallery-slider {
  position: relative;
}

.propertyGallerySwiper {
  width: 100%;
  height: 500px;
}

.propertyGallerySwiper .swiper-slide {
  text-align: center;
}

.propertyGallerySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.propertyGallerySwiper .swiper-button-prev,
.propertyGallerySwiper .swiper-button-next {
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
}

.propertyGallerySwiper .swiper-button-prev::after,
.propertyGallerySwiper .swiper-button-next::after {
  font-size: 1rem;
}

.propertyGallerySwiper .swiper-pagination-bullet-active {
  background: #dfaf62;
}

.single-image {
  width: 100%;
}

.single-image img {
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.no-image {
  width: 100%;
  height: 400px;
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
}

.no-image i {
  font-size: 4rem;
  color: #ccc;
  margin-bottom: 15px;
}

.no-image p {
  color: #999;
}

.property-info-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.property-title-section {
  margin-bottom: 20px;
}

.property-single-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.property-badge-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.property-badge {
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
}

.property-badge.ad-type {
  background: #dfaf62;
  color: #1a1a1a;
}

.property-badge.status {
  background: #e67e22;
  color: #fff;
}

.property-price-box {
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.price-amount {
  font-size: 2rem;
  font-weight: 800;
  color: #dfaf62;
  margin-bottom: 10px;
}

.price-amount span {
  font-size: 0.9rem;
  font-weight: normal;
  color: #888;
}

.property-location {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 0.85rem;
}

.property-location i {
  color: #dfaf62;
}

.property-specs-card,
.property-amenities-card,
.property-description-card,
.property-map-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.section-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #dfaf62;
  display: inline-block;
}

.section-title i {
  color: #dfaf62;
  margin-left: 10px;
}

.specs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.spec-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.spec-item:hover {
  background: #fff8f0;
  transform: translateX(-5px);
}

.spec-item i {
  width: 45px;
  height: 45px;
  background: rgba(223, 175, 98, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dfaf62;
  font-size: 1.2rem;
}

.spec-item div {
  flex: 1;
}

.spec-label {
  display: block;
  font-size: 0.7rem;
  color: #888;
  margin-bottom: 4px;
}

.spec-value {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
}

.amenities-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.amenity-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8f9fa;
  padding: 8px 18px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.amenity-item i {
  color: #dfaf62;
  font-size: 0.8rem;
}

.amenity-item:hover {
  background: #dfaf62;
  color: #1a1a1a;
}

.amenity-item:hover i {
  color: #1a1a1a;
}

.description-content {
  line-height: 1.8;
  color: #555;
}

.description-content p {
  margin-bottom: 15px;
}

.map-container {
  border-radius: 16px;
  overflow: hidden;
}

.map-container iframe {
  width: 100%;
  height: 400px;
}

.contact-agent-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 100px;
}

.agent-header {
  text-align: center;
  margin-bottom: 20px;
}

.agent-header i {
  font-size: 2.5rem;
  color: #dfaf62;
  margin-bottom: 10px;
}

.agent-header h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}

.agent-text {
  color: #666;
  font-size: 0.85rem;
  text-align: center;
  margin-bottom: 20px;
}

.agent-contact-info {
  margin-bottom: 20px;
}

.agent-phone,
.agent-whatsapp {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.agent-phone {
  background: rgba(223, 175, 62, 0.1);
}

.agent-whatsapp {
  background: rgba(37, 211, 102, 0.1);
}

.agent-phone i,
.agent-whatsapp i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.agent-phone i {
  background: #dfaf62;
  color: #1a1a1a;
}

.agent-whatsapp i {
  background: #25d366;
  color: white;
}

.agent-phone div,
.agent-whatsapp div {
  flex: 1;
}

.agent-phone span,
.agent-whatsapp span {
  display: block;
  font-size: 0.7rem;
  color: #888;
}

.agent-phone a,
.agent-whatsapp a {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  color: #1a1a1a;
}

.agent-phone a:hover,
.agent-whatsapp a:hover {
  color: #dfaf62;
}

.contact-form-simple input,
.contact-form-simple textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.contact-form-simple input:focus,
.contact-form-simple textarea:focus {
  outline: none;
  border-color: #dfaf62;
  box-shadow: 0 0 0 3px rgba(223, 175, 98, 0.1);
}

.share-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.share-card h4 {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.share-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.share-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.share-btn.telegram {
  background: #0088cc;
  color: white;
}

.share-btn.whatsapp {
  background: #25d366;
  color: white;
}

.share-btn.instagram {
  background: #e4405f;
  color: white;
}

.share-btn.email {
  background: #666;
  color: white;
}

.share-btn:hover {
  transform: translateY(-3px) scale(1.1);
}

.similar-properties {
  background: #ffffff;
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.similar-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #dfaf62;
}

.similar-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.similar-item {
  transition: all 0.3s ease;
}

.similar-item:hover {
  transform: translateX(-5px);
}

.similar-link {
  display: flex;
  gap: 12px;
  text-decoration: none;
}

.similar-img {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.similar-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.similar-info {
  flex: 1;
}

.similar-info h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 5px;
}

.similar-price {
  font-size: 0.8rem;
  color: #dfaf62;
  font-weight: 600;
}

.no-similar {
  color: #888;
  text-align: center;
  padding: 20px;
}

@media (max-width: 992px) {
  .propertyGallerySwiper {
    height: 400px;
  }

  .specs-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }

  .contact-agent-card {
    position: static;
  }
}

@media (max-width: 768px) {
  .single-property-main {
    padding: 40px 0;
  }

  .propertyGallerySwiper {
    height: 300px;
  }

  .property-single-title {
    font-size: 1.4rem;
  }

  .price-amount {
    font-size: 1.5rem;
  }

  .specs-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 1.1rem;
  }

  .similar-link {
    flex-direction: column;
  }

  .similar-img {
    width: 100%;
    height: 150px;
  }
}

.single-property-header {
  margin-top: 80px;
}

.single-property-bg {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.single-property-bg::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 150%;
  background: radial-gradient(
    circle,
    rgba(223, 175, 98, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  animation: floatBg 20s ease-in-out infinite;
}

.single-property-bg::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 40%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(230, 126, 34, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  animation: floatBg2 15s ease-in-out infinite;
}

.breadcrumb-wrapper {
  margin-bottom: 30px;
}

.breadcrumb-inner {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 8px 10px 8px 20px;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.breadcrumb-inner:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.breadcrumb-icon {
  width: 35px;
  height: 35px;
  background: rgba(223, 175, 98, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}

.breadcrumb-icon i {
  color: #dfaf62;
  font-size: 0.9rem;
}

.breadcrumb-items {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.breadcrumb-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.breadcrumb-link span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.breadcrumb-link:hover span {
  color: #dfaf62;
}

.breadcrumb-sep {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.7rem;
}

.breadcrumb-current {
  color: #dfaf62;
  font-size: 0.85rem;
  font-weight: 600;
}

.property-header-info {
  text-align: center;
  position: relative;
  z-index: 2;
}

.property-header-badge {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.header-badge {
  display: inline-block;
  padding: 6px 18px;
  background: rgba(223, 175, 98, 0.15);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  color: #dfaf62;
  font-size: 0.75rem;
  font-weight: 600;
  border: 1px solid rgba(223, 175, 98, 0.3);
}

.header-badge.status {
  background: rgba(230, 126, 34, 0.15);
  color: #e67e22;
  border-color: rgba(230, 126, 34, 0.3);
}

.property-header-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.property-header-location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.3);
  padding: 8px 20px;
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
}

.property-header-location i {
  color: #dfaf62;
}

@keyframes floatBg {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(20px, 20px) rotate(5deg);
  }
}

@keyframes floatBg2 {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-15px, -15px) rotate(-5deg);
  }
}

.property-info-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 25px 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.property-price-section {
  text-align: center;
}

.price-amount {
  font-size: 2.2rem;
  font-weight: 800;
  color: #dfaf62;
}

.price-amount span {
  font-size: 0.9rem;
  font-weight: normal;
  color: #888;
}

.contact-agent-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 100px;
}

.agent-header {
  text-align: center;
  margin-bottom: 20px;
}

.agent-avatar {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #dfaf62, #e67e22);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.agent-avatar i {
  font-size: 2rem;
  color: #1a1a1a;
}

.agent-header h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.agent-header p {
  color: #666;
  font-size: 0.85rem;
}

.agent-contact-info {
  margin-bottom: 20px;
}

.agent-phone,
.agent-whatsapp {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.agent-phone {
  background: rgba(223, 175, 62, 0.1);
}

.agent-whatsapp {
  background: rgba(37, 211, 102, 0.1);
}

.agent-phone i,
.agent-whatsapp i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.agent-phone i {
  background: #dfaf62;
  color: #1a1a1a;
}

.agent-whatsapp i {
  background: #25d366;
  color: white;
}

.agent-phone div,
.agent-whatsapp div {
  flex: 1;
}

.agent-phone span,
.agent-whatsapp span {
  display: block;
  font-size: 0.7rem;
  color: #888;
}

.agent-phone a,
.agent-whatsapp a {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  color: #1a1a1a;
}

.agent-phone a:hover,
.agent-whatsapp a:hover {
  color: #dfaf62;
}

.contact-form-simple input,
.contact-form-simple textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.contact-form-simple input:focus,
.contact-form-simple textarea:focus {
  outline: none;
  border-color: #dfaf62;
  box-shadow: 0 0 0 3px rgba(223, 175, 98, 0.1);
}

@media (max-width: 768px) {
  .single-property-header {
    margin-top: 70px;
  }

  .single-property-bg {
    padding: 30px 0;
  }

  .property-header-title {
    font-size: 1.5rem;
  }

  .breadcrumb-inner {
    padding: 5px 8px 5px 15px;
  }

  .breadcrumb-icon {
    width: 28px;
    height: 28px;
  }

  .breadcrumb-icon i {
    font-size: 0.7rem;
  }

  .breadcrumb-link span,
  .breadcrumb-current {
    font-size: 0.75rem;
  }

  .price-amount {
    font-size: 1.5rem;
  }

  .contact-agent-card {
    position: static;
  }
}

.property-map-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.map-container {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.map-container #neshanMap {
  height: 400px;
  width: 100%;
  border-radius: 16px;
}

.leaflet-popup-content-wrapper {
  border-radius: 12px;
  font-family: "IRANSansX", sans-serif;
}

.leaflet-popup-tip {
  background: white;
}

@media (max-width: 768px) {
  .map-container #neshanMap {
    height: 300px;
  }
}

.property-map-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.map-container {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.map-container #propertySingleMap {
  height: 400px;
  width: 100%;
  border-radius: 16px;
}

.leaflet-popup-content-wrapper {
  border-radius: 12px;
  font-family: "IRANSansX", sans-serif;
  direction: rtl;
}

.leaflet-popup-tip {
  background: white;
}

.leaflet-control-locate {
  background: white;
  border-radius: 8px;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.leaflet-control-locate a {
  background: white;
  color: #dfaf62;
}

@media (max-width: 768px) {
  .map-container #propertySingleMap {
    height: 300px;
  }
}

.archive-header {
  margin-top: 80px;
}

.archive-header-bg {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.archive-header-bg::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 150%;
  background: radial-gradient(
    circle,
    rgba(223, 175, 98, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.archive-header-content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.archive-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
}

.archive-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}

.archive-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
}

.archive-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.archive-breadcrumb a:hover {
  color: #dfaf62;
}

.archive-breadcrumb i {
  font-size: 0.7rem;
}

.archive-main {
  padding: 60px 0;
  background: #f2e9da;
}

.filter-buttons-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.filter-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 28px;
  font-size: 1rem;
}

.desktop-filter-btn {
  display: inline-flex;
}

.mobile-filter-btn {
  display: none;
}

.filter-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.filter-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.filter-popup-container {
  background: #ffffff;
  border-radius: 32px;
  width: 90%;
  max-width: 550px;
  max-height: 85vh;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.filter-popup-overlay.active .filter-popup-container {
  transform: scale(1);
}

.filter-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.filter-popup-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0;
}

.filter-popup-title i {
  color: #dfaf62;
  margin-left: 10px;
}

.filter-popup-close {
  width: 40px;
  height: 40px;
  background: #f8f9fa;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-popup-close:hover {
  background: #dfaf62;
  transform: rotate(90deg);
}

.filter-popup-body {
  padding: 25px;
  max-height: calc(85vh - 80px);
  overflow-y: auto;
}

.filter-group-popup {
  margin-bottom: 25px;
}

.filter-label-popup {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.filter-label-popup i {
  color: #dfaf62;
  margin-left: 8px;
}

.filter-select-popup {
  width: 100%;
  padding: 14px 16px;
  font-size: 0.9rem;
  border: 2px solid #e0e0e0;
  border-radius: 16px;
  background: white;
  transition: all 0.3s ease;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23DFAF62' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
  background-repeat: no-repeat;
  background-position: left 16px center;
  background-size: 14px;
}

.filter-select-popup:hover,
.filter-select-popup:focus {
  border-color: #dfaf62;
  outline: none;
  box-shadow: 0 0 0 3px rgba(223, 175, 98, 0.1);
}

.price-range-popup,
.area-range-popup {
  display: flex;
  align-items: center;
  gap: 15px;
}

.price-range-popup input,
.area-range-popup input {
  flex: 1;
  padding: 14px;
  border: 2px solid #e0e0e0;
  border-radius: 16px;
  font-size: 0.9rem;
  text-align: center;
  transition: all 0.3s ease;
}

.price-range-popup input:focus,
.area-range-popup input:focus {
  outline: none;
  border-color: #dfaf62;
  box-shadow: 0 0 0 3px rgba(223, 175, 98, 0.1);
}

.range-sep {
  color: #888;
  font-size: 0.9rem;
}

.filter-popup-actions {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-filter-reset {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #f8f9fa;
  border: 2px solid #e0e0e0;
  border-radius: 60px;
  padding: 12px;
  text-decoration: none;
  color: #666;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-filter-reset:hover {
  background: #e0e0e0;
  color: #1a1a1a;
}

.filter-popup-actions .btn-primary-custom {
  flex: 1;
  padding: 12px;
  font-size: 0.9rem;
}

.results-toolbar-modern {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 15px 20px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.results-count-modern {
  font-size: 0.9rem;
  color: #666;
}

.results-count-modern i {
  color: #dfaf62;
  margin-left: 8px;
}

.sorting-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sort-label {
  font-size: 0.85rem;
  color: #666;
}

.sort-label i {
  color: #dfaf62;
  margin-left: 5px;
}

.sort-select-mobile {
  padding: 10px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  background: #ffffff;
  font-size: 0.85rem;
  cursor: pointer;
}

.sort-select-mobile:focus {
  outline: none;
  border-color: #dfaf62;
}

.properties-archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}

.property-card-luxury {
  background: white;
  border-radius: 28px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.property-card-luxury:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(223, 175, 98, 0.2);
}

.card-media {
  position: relative;
  overflow: hidden;
  height: 240px;
  flex-shrink: 0;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.property-card-luxury:hover .card-media img {
  transform: scale(1.1);
}

.card-tag {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #dfaf62, #e67e22);
  color: #1a1a1a;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 800;
  z-index: 2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.card-details {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-location {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  font-size: 0.75rem;
  color: #888;
}

.card-location i {
  color: #dfaf62;
}

.card-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.4;
}

.card-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.card-title a:hover {
  color: #dfaf62;
}

.card-price {
  background: linear-gradient(135deg, #fff8f0, #fff0e0);
  padding: 10px 14px;
  border-radius: 16px;
  margin-bottom: 16px;
  text-align: center;
  border: 1px solid rgba(223, 175, 98, 0.2);
}

.card-price .price {
  font-weight: 800;
  font-size: 1rem;
  color: #dfaf62;
}

.card-price .currency {
  font-size: 0.7rem;
  color: #666;
  margin-right: 4px;
}

.card-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.spec {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f8f9fa;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 0.7rem;
  color: #555;
  transition: all 0.3s ease;
}

.spec i {
  color: #dfaf62;
}

.property-card-luxury:hover .spec {
  background: #fff8f0;
  transform: translateY(-2px);
}

.card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: transparent;
  border: 2px solid #dfaf62;
  color: #dfaf62;
  padding: 12px 20px;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  margin-top: auto;
}

.card-btn:hover {
  background: #dfaf62;
  color: #1a1a1a;
  gap: 18px;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(223, 175, 98, 0.3);
}

.pagination-wrapper {
  margin-top: 30px;
  text-align: center;
}

.pagination-wrapper .pagination {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 60px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  list-style: none;
  margin: 0;
}

.pagination-wrapper .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  border-radius: 50%;
  text-decoration: none;
  color: #666;
  transition: all 0.3s ease;
}

.pagination-wrapper .page-numbers.current {
  background: #dfaf62;
  color: #1a1a1a;
}

.pagination-wrapper .page-numbers:hover:not(.current) {
  background: rgba(223, 175, 98, 0.1);
  color: #dfaf62;
}

.no-results {
  text-align: center;
  padding: 60px 20px;
  background: #ffffff;
  border-radius: 24px;
}

.no-results i {
  font-size: 4rem;
  color: #ccc;
  margin-bottom: 20px;
}

.no-results h3 {
  font-size: 1.5rem;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.no-results p {
  color: #666;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .properties-archive-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .archive-header-bg {
    padding: 40px 0;
  }

  .archive-title {
    font-size: 1.8rem;
  }

  .desktop-filter-btn {
    display: none;
  }

  .mobile-filter-btn {
    display: inline-flex;
  }

  .filter-popup-container {
    width: 95%;
    max-height: 90vh;
  }

  .filter-popup-body {
    padding: 20px;
  }

  .price-range-popup,
  .area-range-popup {
    flex-direction: column;
    gap: 10px;
  }

  .price-range-popup input,
  .area-range-popup input {
    width: 100%;
  }

  .range-sep {
    display: none;
  }

  .filter-popup-actions {
    flex-direction: column;
  }

  .results-toolbar-modern {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .sorting-wrapper {
    width: 100%;
    justify-content: space-between;
  }

  .sort-select-mobile {
    flex: 1;
    max-width: 200px;
  }

  .properties-archive-grid {
    grid-template-columns: 1fr;
  }

  .pagination-wrapper .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 0.8rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .price-range-popup,
  .area-range-popup {
    gap: 10px;
  }

  .price-range-popup input,
  .area-range-popup input {
    padding: 12px;
  }
}

@media (min-width: 1025px) {
  .price-range-popup,
  .area-range-popup {
    gap: 15px;
  }
}

.error-404-section {
  min-height: calc(100vh - 80px);
  background: linear-gradient(135deg, #f2e9da 0%, #fff5e8 100%);
  padding: 80px 20px 60px;
  margin-top: 80px;
}

.error-404-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.error-404-animation {
  position: relative;
  margin-bottom: 40px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-number {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 8rem;
  font-weight: 900;
  position: relative;
  z-index: 2;
}

.digit {
  background: linear-gradient(135deg, #dfaf62, #e67e22);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  animation: bounce 2s ease-in-out infinite;
}

.digit-1 {
  animation-delay: 0s;
}

.digit-2 {
  animation-delay: 0.3s;
}

.digit-3 {
  animation-delay: 0.6s;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.error-circle {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(223, 175, 98, 0.1);
  animation: pulse 2s ease-in-out infinite;
}

.error-circle2 {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(223, 175, 98, 0.05);
  animation: pulse 2s ease-in-out infinite 0.5s;
}

.error-circle3 {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(223, 175, 98, 0.03);
  animation: pulse 2s ease-in-out infinite 1s;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.1;
  }
}

.error-title {
  font-size: 2rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.error-message {
  font-size: 1rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 35px;
}

.error-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.btn-outline-primary-custom {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 2px solid #dfaf62;
  color: #dfaf62;
  padding: 12px 28px;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}

.btn-outline-primary-custom:hover {
  background: #dfaf62;
  color: #1a1a1a;
  transform: translateY(-3px);
  gap: 15px;
}

.error-search {
  background: #ffffff;
  border-radius: 60px;
  padding: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
}

.search-label {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 15px;
  text-align: center;
}

.error-search-form {
  display: flex;
  align-items: center;
  background: #f8f9fa;
  border-radius: 60px;
  overflow: hidden;
  border: 1px solid rgba(223, 175, 98, 0.2);
}

.search-input {
  flex: 1;
  padding: 16px 20px;
  border: none;
  background: transparent;
  font-size: 0.95rem;
}

.search-input:focus {
  outline: none;
}

.search-btn {
  width: 55px;
  height: 55px;
  background: #dfaf62;
  border: none;
  color: #1a1a1a;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-btn:hover {
  background: #e67e22;
  transform: scale(1.05);
}

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

.links-label {
  font-size: 0.9rem;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 20px;
}

.links-grid {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.link-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  color: #666;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.link-item i {
  color: #dfaf62;
  font-size: 0.9rem;
}

.link-item:hover {
  background: #dfaf62;
  color: #1a1a1a;
  transform: translateY(-3px);
}

.link-item:hover i {
  color: #1a1a1a;
}

.suggested-properties {
  background: #ffffff;
  padding: 60px 0;
  margin-top: 30px;
}

.suggested-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.suggested-subtitle {
  font-size: 0.95rem;
  color: #666;
  text-align: center;
  margin-bottom: 40px;
}

.suggested-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 25px;
}

.suggested-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}

.suggested-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(223, 175, 98, 0.15);
}

.suggested-card .card-media {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.suggested-card .card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.suggested-card:hover .card-media img {
  transform: scale(1.1);
}

.suggested-card .card-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background: linear-gradient(135deg, #dfaf62, #e67e22);
  color: #1a1a1a;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.65rem;
  font-weight: 700;
}

.suggested-card .card-content {
  padding: 18px;
}

.suggested-card .card-location {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 8px;
  font-size: 0.7rem;
  color: #888;
}

.suggested-card .card-location i {
  color: #dfaf62;
}

.suggested-card .card-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.suggested-card .card-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.suggested-card .card-title a:hover {
  color: #dfaf62;
}

.suggested-card .card-price {
  margin-bottom: 12px;
}

.suggested-card .card-price .price {
  font-size: 1rem;
  font-weight: 800;
  color: #dfaf62;
}

.suggested-card .card-price .currency {
  font-size: 0.65rem;
  color: #888;
}

.suggested-card .card-specs {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.suggested-card .spec {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #f8f9fa;
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 0.65rem;
  color: #555;
}

.suggested-card .spec i {
  color: #dfaf62;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #dfaf62;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.card-link:hover {
  gap: 12px;
  color: #e67e22;
}

.no-properties {
  text-align: center;
  color: #888;
  padding: 40px;
}

@media (max-width: 768px) {
  .error-404-section {
    padding: 60px 15px 40px;
  }

  .error-number {
    font-size: 5rem;
    gap: 10px;
  }

  .error-title {
    font-size: 1.5rem;
  }

  .error-message {
    font-size: 0.9rem;
  }

  .error-actions {
    gap: 15px;
  }

  .btn-primary-custom,
  .btn-outline-primary-custom {
    padding: 10px 20px;
    font-size: 0.85rem;
  }

  .suggested-title {
    font-size: 1.4rem;
  }

  .suggested-grid {
    grid-template-columns: 1fr;
    padding: 0 15px;
  }

  .links-grid {
    gap: 10px;
  }

  .link-item {
    padding: 8px 16px;
    font-size: 0.8rem;
  }
}

.phone-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.phone-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.phone-popup-container {
  background: #ffffff;
  border-radius: 32px;
  width: 90%;
  max-width: 450px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.phone-popup-overlay.active .phone-popup-container {
  transform: scale(1);
}

.phone-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background: linear-gradient(135deg, #dfaf62, #e67e22);
}

.phone-popup-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0;
}

.phone-popup-title i {
  margin-left: 10px;
}

.phone-popup-close {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #1a1a1a;
  font-size: 1.1rem;
}

.phone-popup-close:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: rotate(90deg);
}

.phone-popup-body {
  padding: 25px;
}

.phone-popup-text {
  text-align: center;
  color: #666;
  margin-bottom: 20px;
  font-size: 0.9rem;
}

.phone-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.phone-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  background: #f8f9fa;
  border-radius: 60px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}

.phone-item i {
  width: 40px;
  height: 40px;
  background: #dfaf62;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  font-size: 1.1rem;
}

.phone-item span:first-of-type {
  flex: 1;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
}

.phone-label {
  font-size: 0.7rem;
  color: #888;
  background: #e0e0e0;
  padding: 4px 10px;
  border-radius: 50px;
}

.phone-item:hover {
  background: #dfaf62;
  transform: translateX(-5px);
}

.phone-item:hover i {
  background: #1a1a1a;
  color: #dfaf62;
}

.phone-item:hover span:first-of-type {
  color: #1a1a1a;
}

.phone-item:hover .phone-label {
  background: rgba(255, 255, 255, 0.3);
  color: #1a1a1a;
}

.float-phone-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 65px;
  height: 65px;
  background: #dfaf62;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(223, 175, 98, 0.4);
  z-index: 1000;
  animation: phonePulse 2s infinite;
  transition: all 0.3s ease;
}

.float-phone-btn i {
  font-size: 1.8rem;
  color: #1a1a1a;
}

.float-phone-btn:hover {
  transform: scale(1.15);
  background: #c99a4e;
  box-shadow: 0 8px 30px rgba(223, 175, 98, 0.6);
}

.phone-tooltip {
  position: absolute;
  right: 80px;
  background: #1a1a1a;
  color: #dfaf62;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}

.float-phone-btn:hover .phone-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-5px);
}

@keyframes phonePulse {
  0%,
  100% {
    box-shadow: 0 5px 20px rgba(223, 175, 98, 0.4);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 5px 30px rgba(223, 175, 98, 0.8);
    transform: scale(1.05);
  }
}

@media (max-width: 768px) {
  .float-phone-btn {
    display: none;
  }
}
.social-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
  overflow: hidden;
}

.social-icon i {
  color: #dfaf62;
  font-size: 1.1rem;
}

.social-svg {
  width: 20px;
  height: 20px;
  display: block;
  filter: brightness(0) saturate(100%) invert(74%) sepia(53%) saturate(538%)
    hue-rotate(353deg) brightness(96%) contrast(92%);
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: #dfaf62;
  transform: translateY(-5px);
}

.social-icon:hover i {
  color: #1a1a1a;
}

.social-icon:hover .social-svg {
  filter: brightness(0) saturate(100%) invert(8%) sepia(89%) saturate(0%)
    hue-rotate(245deg) brightness(98%) contrast(85%);
}

.single-blog-header {
  margin-top: 80px;
}

.single-blog-bg {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}

.single-blog-bg::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 150%;
  background: radial-gradient(
    circle,
    rgba(223, 175, 98, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.single-blog-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  position: relative;
  z-index: 2;
}

.single-blog-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.single-blog-breadcrumb a:hover {
  color: #dfaf62;
}

.single-blog-breadcrumb i {
  font-size: 0.7rem;
}

.single-blog-main {
  padding: 60px 0;
  background: #f2e9da;
}

.blog-post {
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.post-featured-image {
  position: relative;
  overflow: hidden;
}

.post-featured-image .featured-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.post-category {
  position: absolute;
  top: 20px;
  right: 20px;
}

.category-badge {
  background: linear-gradient(135deg, #dfaf62, #e67e22);
  color: #1a1a1a;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
}

.post-header {
  padding: 30px 30px 0;
}

.post-title {
  font-size: 2rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.3;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: #666;
}

.meta-item i {
  color: #dfaf62;
}

.post-content {
  padding: 0 30px;
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
}

.post-content p {
  margin-bottom: 20px;
}

.post-content h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 35px 0 20px;
  padding-right: 15px;
  border-right: 4px solid #dfaf62;
}

.post-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 30px 0 15px;
}

.post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 20px 0;
}

.post-content ul,
.post-content ol {
  margin: 15px 0;
  padding-right: 20px;
}

.post-content li {
  margin-bottom: 8px;
}

.post-content blockquote {
  background: #f8f9fa;
  border-right: 4px solid #dfaf62;
  padding: 20px 25px;
  margin: 25px 0;
  border-radius: 16px;
  font-style: italic;
  color: #555;
}

.post-content code {
  background: #f0f0f0;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 0.9em;
}

.post-tags {
  padding: 20px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.tags-title {
  font-weight: 700;
  color: #1a1a1a;
}

.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-link {
  background: #f8f9fa;
  color: #666;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 0.75rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tag-link:hover {
  background: #dfaf62;
  color: #1a1a1a;
  transform: translateY(-2px);
}

.post-share {
  padding: 20px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.share-title {
  font-weight: 700;
  color: #1a1a1a;
}

.share-buttons {
  display: flex;
  gap: 12px;
}

.share-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.share-btn.telegram {
  background: #0088cc;
  color: white;
}

.share-btn.whatsapp {
  background: #25d366;
  color: white;
}

.share-btn.twitter {
  background: #1da1f2;
  color: white;
}

.share-btn.linkedin {
  background: #0077b5;
  color: white;
}

.share-btn:hover {
  transform: translateY(-3px) scale(1.1);
}

.post-author {
  padding: 25px 30px;
  background: #f8f9fa;
  margin: 20px 30px;
  border-radius: 20px;
  display: flex;
  gap: 20px;
}

.author-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.author-info {
  flex: 1;
}

.author-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.author-bio {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.6;
}

.post-navigation {
  padding: 25px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
}

.nav-previous a,
.nav-next a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #666;
  transition: all 0.3s ease;
}

.nav-previous a:hover,
.nav-next a:hover {
  color: #dfaf62;
  gap: 15px;
}

.post-comments {
  padding: 0 30px 30px;
}

.blog-sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-widget {
  background: #ffffff;
  border-radius: 24px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.widget-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #dfaf62;
  display: inline-block;
}

.sidebar-widget .search-form {
  display: flex;
  align-items: center;
  background: #f8f9fa;
  border-radius: 60px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.sidebar-widget .search-input {
  flex: 1;
  padding: 12px 18px;
  border: none;
  background: transparent;
  font-size: 0.85rem;
}

.sidebar-widget .search-input:focus {
  outline: none;
}

.sidebar-widget .search-btn {
  width: 45px;
  height: 45px;
  background: #dfaf62;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sidebar-widget .search-btn:hover {
  background: #e67e22;
}

.categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-list li {
  margin-bottom: 12px;
}

.categories-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 8px 0;
}

.categories-list a i {
  color: #dfaf62;
  width: 20px;
}

.categories-list a:hover {
  color: #dfaf62;
  transform: translateX(-5px);
}

.cat-count {
  margin-right: auto;
  font-size: 0.7rem;
  color: #aaa;
}

.recent-posts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.recent-post-item {
  display: flex;
  gap: 15px;
}

.recent-post-img {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
}

.recent-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent-post-info {
  flex: 1;
}

.recent-post-title {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.4;
}

.recent-post-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.recent-post-title a:hover {
  color: #dfaf62;
}

.recent-post-date {
  font-size: 0.7rem;
  color: #aaa;
  display: flex;
  align-items: center;
  gap: 5px;
}

.tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tags-cloud a {
  background: #f8f9fa;
  color: #666;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.75rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tags-cloud a:hover {
  background: #dfaf62;
  color: #1a1a1a;
  transform: translateY(-2px);
}

.sidebar-property-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.sidebar-property-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.property-img {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
}

.property-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-info {
  flex: 1;
}

.property-title {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.property-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.property-title a:hover {
  color: #dfaf62;
}

.property-price {
  font-size: 0.8rem;
  font-weight: 600;
  color: #dfaf62;
}

@media (max-width: 992px) {
  .blog-sidebar {
    position: static;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .single-blog-header {
    margin-top: 70px;
  }

  .single-blog-bg {
    padding: 20px 0;
  }

  .single-blog-main {
    padding: 40px 0;
  }

  .post-title {
    font-size: 1.5rem;
  }

  .post-meta {
    gap: 12px;
  }

  .post-content {
    padding: 0 20px;
  }

  .post-header {
    padding: 20px 20px 0;
  }

  .post-tags {
    padding: 15px 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .post-share {
    padding: 15px 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .post-author {
    flex-direction: column;
    text-align: center;
    margin: 15px 20px;
  }

  .post-navigation {
    padding: 20px;
    flex-direction: column;
    gap: 15px;
  }

  .post-comments {
    padding: 0 20px 20px;
  }

  .sidebar-widget {
    padding: 20px;
  }
}

.blog-archive-header {
  margin-top: 80px;
}

.blog-archive-bg {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.blog-archive-bg::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 150%;
  background: radial-gradient(
    circle,
    rgba(223, 175, 98, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.blog-archive-bg::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 40%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(230, 126, 34, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.blog-archive-content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.blog-archive-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
}

.blog-archive-title .highlight {
  background: linear-gradient(135deg, #dfaf62, #e67e22);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.blog-archive-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}

.blog-archive-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
}

.blog-archive-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-archive-breadcrumb a:hover {
  color: #dfaf62;
}

.blog-archive-breadcrumb i {
  font-size: 0.7rem;
}

.blog-archive-main {
  padding: 60px 0;
  background: #f2e9da;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.blog-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(223, 175, 98, 0.15);
}

.blog-card-image {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.05);
}

.blog-card-category {
  position: absolute;
  top: 15px;
  left: 15px;
  right: auto;
}

.category-badge {
  background: linear-gradient(135deg, #dfaf62, #e67e22);
  color: #1a1a1a;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
  display: inline-block;
}

.blog-card-content {
  padding: 22px 24px 28px;
}

.blog-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}

.meta-date,
.meta-author,
.meta-read {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  color: #888;
}

.meta-date i,
.meta-author i,
.meta-read i {
  color: #dfaf62;
  font-size: 0.65rem;
}

.blog-card-title {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.4;
}

.blog-card-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-card-title a:hover {
  color: #dfaf62;
}

.blog-card-excerpt {
  color: #666;
  font-size: 0.85rem;
  line-height: 1.7;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #dfaf62;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  transition: all 0.3s ease;
  padding: 8px 0;
}

.blog-card-link:hover {
  gap: 14px;
  color: #e67e22;
}

.blog-pagination {
  text-align: center;
  margin-top: 20px;
}

.blog-pagination .pagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  background: #ffffff;
  padding: 12px 24px;
  border-radius: 60px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  list-style: none;
  margin: 0;
}

.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  border-radius: 50%;
  text-decoration: none;
  color: #666;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.blog-pagination .page-numbers.current {
  background: #dfaf62;
  color: #1a1a1a;
}

.blog-pagination .page-numbers:hover:not(.current) {
  background: rgba(223, 175, 98, 0.1);
  color: #dfaf62;
  transform: translateY(-2px);
}

.blog-pagination .prev,
.blog-pagination .next {
  font-size: 0.8rem;
}

.no-blog-posts {
  text-align: center;
  padding: 60px 20px;
  background: #ffffff;
  border-radius: 24px;
}

.no-blog-posts i {
  font-size: 4rem;
  color: #ccc;
  margin-bottom: 20px;
}

.no-blog-posts h3 {
  font-size: 1.5rem;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.no-blog-posts p {
  color: #666;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .blog-archive-header {
    margin-top: 70px;
  }

  .blog-archive-bg {
    padding: 40px 0;
  }

  .blog-archive-title {
    font-size: 1.8rem;
  }

  .blog-archive-subtitle {
    font-size: 0.9rem;
    padding: 0 20px;
  }

  .blog-archive-main {
    padding: 40px 0;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }

  .blog-card-image {
    height: 200px;
  }

  .blog-card-content {
    padding: 18px 20px 22px;
  }

  .blog-card-title {
    font-size: 1.1rem;
  }

  .blog-card-meta {
    gap: 12px;
  }

  .blog-pagination .pagination {
    padding: 8px 16px;
  }

  .blog-pagination .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .blog-card-meta {
    flex-direction: column;
    gap: 8px;
  }

  .blog-card-excerpt {
    font-size: 0.8rem;
  }
}

.contact-header {
  margin-top: 80px;
}

.contact-header-bg {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.contact-header-bg::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 150%;
  background: radial-gradient(
    circle,
    rgba(223, 175, 98, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.contact-header-content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.contact-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
}

.contact-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}

.contact-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
}

.contact-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-breadcrumb a:hover {
  color: #dfaf62;
}

.contact-breadcrumb i {
  font-size: 0.7rem;
}

.contact-main {
  padding: 60px 0;
  background: #f2e9da;
}

.contact-info-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 35px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 100px;
}

.contact-info-header {
  text-align: center;
  margin-bottom: 30px;
}

.contact-info-header i {
  font-size: 3rem;
  color: #dfaf62;
  margin-bottom: 15px;
}

.contact-info-header h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.contact-info-header p {
  color: #666;
  font-size: 0.85rem;
}

.contact-info-items {
  margin-bottom: 30px;
}

.info-item {
  display: flex;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}

.info-item:last-child {
  border-bottom: none;
}

.info-icon {
  width: 50px;
  height: 50px;
  background: rgba(223, 175, 98, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.info-icon i {
  font-size: 1.3rem;
  color: #dfaf62;
}

.info-content {
  flex: 1;
}

.info-content h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.info-content a,
.info-content span {
  display: block;
  font-size: 0.85rem;
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
  margin-bottom: 4px;
}

.info-content a:hover {
  color: #dfaf62;
}

.contact-social {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}

.contact-social h4 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.social-link {
  width: 40px;
  height: 40px;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-link i {
  font-size: 1.1rem;
  color: #dfaf62;
}

.social-link img {
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(74%) sepia(53%) saturate(538%)
    hue-rotate(353deg) brightness(96%) contrast(92%);
}

.social-link:hover {
  background: #dfaf62;
  transform: translateY(-3px);
}

.social-link:hover i {
  color: #1a1a1a;
}

.social-link:hover img {
  filter: brightness(0) saturate(100%) invert(8%) sepia(89%) saturate(0%)
    hue-rotate(245deg) brightness(98%) contrast(85%);
}

.contact-form-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 35px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact-form-header {
  text-align: center;
  margin-bottom: 30px;
}

.contact-form-header i {
  font-size: 3rem;
  color: #dfaf62;
  margin-bottom: 15px;
}

.contact-form-header h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.contact-form-header p {
  color: #666;
  font-size: 0.85rem;
}

.contact-form {
  margin-top: 10px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.form-group .required {
  color: #e67e22;
}

.input-wrapper,
.textarea-wrapper {
  position: relative;
}

.input-wrapper i,
.textarea-wrapper i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  pointer-events: none;
}

.textarea-wrapper i {
  top: 18px;
  transform: none;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 45px 14px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 16px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  background: #ffffff;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #dfaf62;
  box-shadow: 0 0 0 4px rgba(223, 175, 98, 0.1);
}

.form-group textarea {
  resize: vertical;
  padding-top: 18px;
}

.captcha-group {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.captcha-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8f9fa;
  padding: 10px 18px;
  border-radius: 16px;
  border: 1px solid #e0e0e0;
}

.captcha-code {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a;
  direction: ltr;
}

.captcha-refresh {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #dfaf62;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.captcha-refresh:hover {
  transform: rotate(180deg);
  color: #e67e22;
}

.captcha-input-wrapper {
  flex: 1;
}

.captcha-input-wrapper input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 16px;
  text-align: center;
  direction: ltr;
}

.submit-btn {
  width: 100%;
  padding: 14px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.form-status {
  margin: 15px 0;
}

.alert {
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.alert-success {
  background: #e8f5e9;
  color: #2e7d32;
  border-right: 3px solid #4caf50;
}

.alert-error {
  background: #ffebee;
  color: #c62828;
  border-right: 3px solid #f44336;
}

@media (max-width: 992px) {
  .contact-info-card {
    position: static;
    margin-bottom: 30px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 768px) {
  .contact-header {
    margin-top: 70px;
  }

  .contact-header-bg {
    padding: 40px 0;
  }

  .contact-title {
    font-size: 1.8rem;
  }

  .contact-main {
    padding: 40px 0;
  }

  .contact-info-card,
  .contact-form-card {
    padding: 25px;
    margin: 0 15px;
  }

  .captcha-group {
    flex-direction: column;
    align-items: stretch;
  }

  .captcha-box {
    justify-content: center;
  }
}

.form-status {
  margin: 20px 0;
}

.alert {
  padding: 15px 20px;
  border-radius: 16px;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 12px;
  animation: slideIn 0.3s ease-out;
}

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

.alert-success {
  background: #e8f5e9;
  color: #2e7d32;
  border-right: 4px solid #4caf50;
}

.alert-success i {
  font-size: 1.2rem;
  color: #4caf50;
}

.alert-error {
  background: #ffebee;
  color: #c62828;
  border-right: 4px solid #f44336;
}

.alert-error i {
  font-size: 1.2rem;
  color: #f44336;
}

.alert-warning {
  background: #fff3e0;
  color: #e65100;
  border-right: 4px solid #ff9800;
}

.alert-warning i {
  font-size: 1.2rem;
  color: #ff9800;
}

.alert-info {
  background: #e3f2fd;
  color: #1565c0;
  border-right: 4px solid #2196f3;
}

.alert-info i {
  font-size: 1.2rem;
  color: #2196f3;
}

.faq-header {
  margin-top: 80px;
}

.faq-header-bg {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.faq-header-bg::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 150%;
  background: radial-gradient(
    circle,
    rgba(223, 175, 98, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.faq-header-content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.faq-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
}

.faq-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}

.faq-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
}

.faq-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.faq-breadcrumb a:hover {
  color: #dfaf62;
}

.faq-breadcrumb i {
  font-size: 0.7rem;
}

.faq-main {
  padding: 60px 0;
  background: #f2e9da;
}

.faq-categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 50px;
}

.faq-cat-btn {
  background: #ffffff;
  border: none;
  padding: 10px 28px;
  border-radius: 60px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.faq-cat-btn:hover {
  background: #dfaf62;
  color: #1a1a1a;
  transform: translateY(-2px);
}

.faq-cat-btn.active {
  background: #dfaf62;
  color: #1a1a1a;
  box-shadow: 0 5px 15px rgba(223, 175, 98, 0.3);
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.faq-category-group {
  margin-bottom: 40px;
  transition: all 0.3s ease;
}

.category-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 25px;
  padding-right: 15px;
  border-right: 4px solid #dfaf62;
}

.faq-item {
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-question:hover {
  background: #fff8f0;
}

.faq-icon {
  flex-shrink: 0;
}

.faq-icon i {
  font-size: 1.3rem;
  color: #dfaf62;
}

.faq-question h3 {
  flex: 1;
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}

.faq-toggle {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.faq-toggle i {
  font-size: 0.8rem;
  color: #dfaf62;
  transition: all 0.3s ease;
}

.faq-item.open .faq-toggle {
  background: #dfaf62;
}

.faq-item.open .faq-toggle i {
  color: #1a1a1a;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #f8f9fa;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.faq-answer p {
  padding: 20px 25px;
  margin: 0;
  color: #555;
  line-height: 1.7;
}

.faq-answer ul {
  padding: 0 25px 20px 25px;
  margin: 0;
  color: #555;
  line-height: 1.7;
}

.faq-answer li {
  margin-bottom: 8px;
}

.faq-answer li:last-child {
  margin-bottom: 0;
}

.faq-answer strong {
  color: #dfaf62;
}

.faq-contact {
  margin-top: 60px;
  padding: 0 20px;
}

.faq-contact-content {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  border-radius: 32px;
  padding: 50px 30px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.faq-contact-content::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 150%;
  background: radial-gradient(
    circle,
    rgba(223, 175, 98, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.faq-contact-content i {
  font-size: 3rem;
  color: #dfaf62;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.faq-contact-content h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.faq-contact-content p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

.faq-contact-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.btn-outline-primary-custom {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 2px solid #dfaf62;
  color: #dfaf62;
  padding: 12px 28px;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}

.btn-outline-primary-custom:hover {
  background: #dfaf62;
  color: #1a1a1a;
  transform: translateY(-3px);
  gap: 12px;
}

@media (max-width: 992px) {
  .faq-categories {
    gap: 10px;
    padding: 0 15px;
  }

  .faq-cat-btn {
    padding: 8px 20px;
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  .faq-header {
    margin-top: 70px;
  }

  .faq-header-bg {
    padding: 40px 0;
  }

  .faq-title {
    font-size: 1.8rem;
  }

  .faq-main {
    padding: 40px 0;
  }

  .faq-categories {
    gap: 8px;
    margin-bottom: 30px;
  }

  .faq-cat-btn {
    padding: 6px 16px;
    font-size: 0.8rem;
  }

  .category-title {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }

  .faq-question {
    padding: 15px 18px;
    gap: 10px;
  }

  .faq-question h3 {
    font-size: 0.9rem;
  }

  .faq-icon i {
    font-size: 1rem;
  }

  .faq-toggle {
    width: 28px;
    height: 28px;
  }

  .faq-answer p,
  .faq-answer ul {
    padding: 15px 20px;
  }

  .faq-contact-content {
    padding: 35px 20px;
  }

  .faq-contact-content h3 {
    font-size: 1.2rem;
  }

  .faq-contact-buttons {
    flex-direction: column;
    align-items: center;
  }

  .faq-contact-buttons .btn {
    width: 100%;
    max-width: 250px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .faq-categories {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 10px;
    white-space: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .faq-cat-btn {
    flex-shrink: 0;
  }
}

.rules-header {
  margin-top: 80px;
}

.rules-header-bg {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.rules-header-bg::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 150%;
  background: radial-gradient(
    circle,
    rgba(223, 175, 98, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.rules-header-content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.rules-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
}

.rules-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}

.rules-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
}

.rules-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.rules-breadcrumb a:hover {
  color: #dfaf62;
}

.rules-breadcrumb i {
  font-size: 0.7rem;
}

.rules-main {
  padding: 60px 0;
  background: #f2e9da;
}

.rules-content {
  max-width: 1000px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 32px;
  padding: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.rules-intro {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 2px solid #f2e9da;
}

.intro-icon {
  width: 80px;
  height: 80px;
  background: rgba(223, 175, 98, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.intro-icon i {
  font-size: 2.5rem;
  color: #dfaf62;
}

.rules-intro h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.rules-intro p {
  color: #666;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}

.rules-list {
  margin-bottom: 50px;
}

.rule-item {
  display: flex;
  gap: 25px;
  padding: 25px 0;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.rule-item:hover {
  background: #f8f9fa;
  padding-right: 20px;
}

.rule-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #dfaf62, #e67e22);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 800;
  color: #1a1a1a;
  flex-shrink: 0;
}

.rule-content {
  flex: 1;
}

.rule-content h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.rule-content p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 10px;
}

.rule-content ul {
  padding-right: 20px;
  margin: 10px 0 0;
}

.rule-content ul li {
  color: #555;
  line-height: 1.7;
  margin-bottom: 5px;
}

.rules-acceptance {
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  border-radius: 24px;
  padding: 40px;
  text-align: center;
  margin-bottom: 40px;
  border: 1px solid rgba(223, 175, 98, 0.2);
}

.acceptance-icon {
  width: 70px;
  height: 70px;
  background: rgba(223, 175, 98, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.acceptance-icon i {
  font-size: 2rem;
  color: #4caf50;
}

.rules-acceptance h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.rules-acceptance p {
  color: #666;
  margin-bottom: 20px;
}

.acceptance-date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f8f9fa;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.8rem;
  color: #888;
}

.acceptance-date i {
  color: #dfaf62;
}

.rules-faq {
  margin-bottom: 40px;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 24px;
}

.rules-faq h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 20px;
  padding-right: 15px;
  border-right: 4px solid #dfaf62;
}

.rules-faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.rules-faq-item {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.rules-faq-question {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.rules-faq-question:hover {
  background: #fff8f0;
}

.rules-faq-question i {
  color: #dfaf62;
  font-size: 1rem;
}

.rules-faq-question span {
  flex: 1;
  font-weight: 600;
  color: #1a1a1a;
}

.rules-faq-question::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.7rem;
  color: #dfaf62;
  transition: all 0.3s ease;
}

.rules-faq-item.open .rules-faq-question::after {
  transform: rotate(180deg);
}

.rules-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #f8f9fa;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.rules-faq-answer p {
  padding: 15px 20px;
  margin: 0;
  color: #666;
  line-height: 1.7;
}

.rules-back {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}

.rules-back .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
}

@media (max-width: 992px) {
  .rules-content {
    padding: 35px;
    margin: 0 20px;
  }
}

@media (max-width: 768px) {
  .rules-header {
    margin-top: 70px;
  }

  .rules-header-bg {
    padding: 40px 0;
  }

  .rules-title {
    font-size: 1.8rem;
  }

  .rules-main {
    padding: 40px 0;
  }

  .rules-content {
    padding: 25px;
    margin: 0 15px;
  }

  .rules-intro h2 {
    font-size: 1.4rem;
  }

  .rules-intro p {
    font-size: 0.9rem;
  }

  .rule-item {
    flex-direction: column;
    gap: 15px;
    padding: 20px 0;
  }

  .rule-number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .rule-content h3 {
    font-size: 1rem;
  }

  .rule-content p,
  .rule-content li {
    font-size: 0.85rem;
  }

  .rules-acceptance {
    padding: 25px;
  }

  .rules-acceptance h3 {
    font-size: 1.1rem;
  }

  .rules-faq {
    padding: 20px;
  }

  .rules-faq h3 {
    font-size: 1rem;
  }

  .rules-faq-question span {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .rules-content {
    padding: 20px;
  }

  .intro-icon {
    width: 60px;
    height: 60px;
  }

  .intro-icon i {
    font-size: 1.8rem;
  }

  .rules-intro h2 {
    font-size: 1.2rem;
  }

  .rule-number {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }

  .acceptance-icon {
    width: 55px;
    height: 55px;
  }

  .acceptance-icon i {
    font-size: 1.5rem;
  }
}

.privacy-header {
  margin-top: 80px;
}

.privacy-header-bg {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.privacy-header-bg::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 150%;
  background: radial-gradient(
    circle,
    rgba(223, 175, 98, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.privacy-header-content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.privacy-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
}

.privacy-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}

.privacy-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
}

.privacy-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.privacy-breadcrumb a:hover {
  color: #dfaf62;
}

.privacy-breadcrumb i {
  font-size: 0.7rem;
}

.privacy-main {
  padding: 60px 0;
  background: #f2e9da;
}

.privacy-content {
  max-width: 1000px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 32px;
  padding: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.privacy-intro {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 2px solid #f2e9da;
}

.intro-icon {
  width: 80px;
  height: 80px;
  background: rgba(223, 175, 98, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.intro-icon i {
  font-size: 2.5rem;
  color: #dfaf62;
}

.privacy-intro h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.privacy-intro p {
  color: #666;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}

.privacy-section {
  display: flex;
  gap: 25px;
  margin-bottom: 40px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 24px;
  transition: all 0.3s ease;
}

.privacy-section:hover {
  background: #fff8f0;
  transform: translateX(-5px);
}

.section-icon {
  flex-shrink: 0;
}

.section-icon i {
  width: 55px;
  height: 55px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #dfaf62;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.section-content {
  flex: 1;
}

.section-content h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.section-content p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 12px;
}

.section-content ul {
  padding-right: 20px;
  margin: 10px 0;
}

.section-content ul li {
  color: #555;
  line-height: 1.7;
  margin-bottom: 8px;
}

.section-content .note {
  background: #fff8e8;
  padding: 10px 15px;
  border-radius: 12px;
  margin-top: 15px;
  font-size: 0.85rem;
  color: #888;
}

.security-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #e8f5e9;
  padding: 10px 20px;
  border-radius: 50px;
  margin-top: 15px;
}

.security-badge i {
  color: #4caf50;
  font-size: 1rem;
}

.security-badge span {
  color: #2e7d32;
  font-size: 0.85rem;
  font-weight: 500;
}

.privacy-contact {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  border-radius: 24px;
  padding: 40px;
  text-align: center;
  margin: 30px 0;
  position: relative;
  overflow: hidden;
}

.privacy-contact::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 150%;
  background: radial-gradient(
    circle,
    rgba(223, 175, 98, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.contact-icon i {
  font-size: 2.5rem;
  color: #dfaf62;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.privacy-contact h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}

.privacy-contact p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.contact-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 24px;
  border-radius: 50px;
  color: #dfaf62;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-link:hover {
  background: #dfaf62;
  color: #1a1a1a;
  transform: translateY(-2px);
}

.privacy-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 20px;
  margin-bottom: 30px;
}

.update-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: #888;
}

.update-date i {
  color: #dfaf62;
}

.accept-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: #4caf50;
}

.accept-badge i {
  color: #4caf50;
}

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

.privacy-back .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
}

@media (max-width: 992px) {
  .privacy-content {
    padding: 35px;
    margin: 0 20px;
  }
}

@media (max-width: 768px) {
  .privacy-header {
    margin-top: 70px;
  }

  .privacy-header-bg {
    padding: 40px 0;
  }

  .privacy-title {
    font-size: 1.8rem;
  }

  .privacy-main {
    padding: 40px 0;
  }

  .privacy-content {
    padding: 25px;
    margin: 0 15px;
  }

  .privacy-intro h2 {
    font-size: 1.4rem;
  }

  .privacy-intro p {
    font-size: 0.9rem;
  }

  .privacy-section {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
  }

  .section-icon i {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }

  .section-content h3 {
    font-size: 1rem;
  }

  .section-content p,
  .section-content li {
    font-size: 0.85rem;
  }

  .privacy-contact {
    padding: 30px 20px;
  }

  .privacy-contact h3 {
    font-size: 1.1rem;
  }

  .contact-link {
    padding: 8px 18px;
    font-size: 0.85rem;
  }

  .privacy-footer {
    flex-direction: column;
    text-align: center;
  }

  .security-badge {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .privacy-content {
    padding: 20px;
  }

  .intro-icon {
    width: 60px;
    height: 60px;
  }

  .intro-icon i {
    font-size: 1.8rem;
  }

  .privacy-intro h2 {
    font-size: 1.2rem;
  }

  .contact-links {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-link {
    justify-content: center;
  }

  .security-badge {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
}

.jobs-header {
  margin-top: 80px;
}

.jobs-header-bg {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.jobs-header-bg::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 150%;
  background: radial-gradient(
    circle,
    rgba(223, 175, 98, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.jobs-header-content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.jobs-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
}

.jobs-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}

.jobs-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
}

.jobs-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.jobs-breadcrumb a:hover {
  color: #dfaf62;
}

.jobs-breadcrumb i {
  font-size: 0.7rem;
}

.jobs-main {
  padding: 60px 0;
  background: #f2e9da;
}

.jobs-intro {
  text-align: center;
  margin-bottom: 60px;
}

.intro-icon {
  width: 80px;
  height: 80px;
  background: rgba(223, 175, 98, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.intro-icon i {
  font-size: 2.5rem;
  color: #dfaf62;
}

.jobs-intro h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.jobs-intro p {
  color: #666;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}

.jobs-benefits {
  background: #ffffff;
  border-radius: 32px;
  padding: 40px;
  margin-bottom: 50px;
}

.benefits-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 35px;
  padding-right: 15px;
  border-right: 4px solid #dfaf62;
  display: inline-block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 25px;
}

.benefit-item {
  text-align: center;
  padding: 25px 20px;
  background: #f8f9fa;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.benefit-item:hover {
  background: #fff8f0;
  transform: translateY(-5px);
}

.benefit-icon {
  width: 60px;
  height: 60px;
  background: rgba(223, 175, 98, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.benefit-icon i {
  font-size: 1.5rem;
  color: #dfaf62;
}

.benefit-item h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.benefit-item p {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.6;
}

.jobs-list {
  background: #ffffff;
  border-radius: 32px;
  padding: 40px;
  margin-bottom: 50px;
}

.jobs-list-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 30px;
  padding-right: 15px;
  border-right: 4px solid #dfaf62;
}

.job-item {
  background: #f8f9fa;
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.job-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.job-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.job-header:hover {
  background: #fff8f0;
}

.job-icon {
  width: 60px;
  height: 60px;
  background: rgba(223, 175, 98, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.job-icon i {
  font-size: 1.5rem;
  color: #dfaf62;
}

.job-info {
  flex: 1;
}

.job-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.job-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: #888;
}

.job-meta span i {
  color: #dfaf62;
}

.job-action {
  flex-shrink: 0;
}

.btn-view-job {
  background: #dfaf62;
  border: none;
  color: #1a1a1a;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-view-job:hover {
  background: #e67e22;
  transform: translateY(-2px);
}

.job-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.job-details.open {
  max-height: 600px;
}

.job-details-inner {
  padding: 25px;
}

.job-details-inner h5 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 15px 0 10px;
}

.job-details-inner h5:first-child {
  margin-top: 0;
}

.job-details-inner ul {
  padding-right: 20px;
  margin: 0 0 15px;
}

.job-details-inner ul li {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 5px;
}

.btn-apply {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #dfaf62;
  color: #1a1a1a;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 15px;
  transition: all 0.3s ease;
}

.btn-apply:hover {
  background: #e67e22;
  transform: translateY(-2px);
  gap: 12px;
}

.jobs-spontaneous {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  border-radius: 32px;
  padding: 50px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.jobs-spontaneous::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 150%;
  background: radial-gradient(
    circle,
    rgba(223, 175, 98, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.spontaneous-icon i {
  font-size: 3rem;
  color: #dfaf62;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.jobs-spontaneous h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.jobs-spontaneous p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

.btn-spontaneous {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #dfaf62;
  color: #1a1a1a;
  padding: 14px 32px;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.btn-spontaneous:hover {
  background: #e67e22;
  transform: translateY(-3px);
  gap: 15px;
}

@media (max-width: 992px) {
  .jobs-benefits,
  .jobs-list {
    padding: 30px;
  }

  .benefits-grid {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}

@media (max-width: 768px) {
  .jobs-header {
    margin-top: 70px;
  }

  .jobs-header-bg {
    padding: 40px 0;
  }

  .jobs-title {
    font-size: 1.8rem;
  }

  .jobs-main {
    padding: 40px 0;
  }

  .jobs-intro h2 {
    font-size: 1.4rem;
  }

  .jobs-intro p {
    font-size: 0.9rem;
  }

  .benefits-title {
    font-size: 1.2rem;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .jobs-list-title {
    font-size: 1.2rem;
  }

  .job-header {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .job-meta {
    justify-content: center;
  }

  .job-details-inner {
    padding: 20px;
  }

  .jobs-spontaneous {
    padding: 35px 25px;
  }

  .jobs-spontaneous h3 {
    font-size: 1.2rem;
  }

  .btn-spontaneous {
    padding: 12px 24px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .intro-icon {
    width: 60px;
    height: 60px;
  }

  .intro-icon i {
    font-size: 1.8rem;
  }

  .benefit-item {
    padding: 20px;
  }

  .job-meta {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .btn-view-job {
    width: 100%;
    text-align: center;
  }

  .btn-apply {
    width: 100%;
    justify-content: center;
  }
}

.about-header {
  margin-top: 80px;
}

.about-header-bg {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.about-header-bg::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 150%;
  background: radial-gradient(
    circle,
    rgba(223, 175, 98, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.about-header-content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.about-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
}

.about-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}

.about-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
}

.about-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.about-breadcrumb a:hover {
  color: #dfaf62;
}

.about-breadcrumb i {
  font-size: 0.7rem;
}

.about-main {
  padding: 60px 0;
  background: #f2e9da;
}

.about-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.about-logo {
  margin-bottom: 20px;
}

.about-logo img {
  height: 80px;
  width: auto;
}

.about-intro h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.about-intro p {
  color: #666;
  line-height: 1.8;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 60px;
  padding: 0 20px;
}

.stat-box {
  background: #ffffff;
  border-radius: 24px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.stat-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(223, 175, 98, 0.15);
}

.stat-number {
  font-size: 2.2rem;
  font-weight: 800;
  color: #dfaf62;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 0.9rem;
  color: #666;
}

.about-values {
  text-align: center;
  margin-bottom: 60px;
}

.about-values h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 35px;
  display: inline-block;
  padding-right: 15px;
  border-right: 4px solid #dfaf62;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.value-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
  background: #fff8f0;
}

.value-card i {
  font-size: 2rem;
  color: #dfaf62;
  margin-bottom: 15px;
}

.value-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.value-card p {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.6;
}

.about-why {
  text-align: center;
  margin-bottom: 60px;
}

.about-why h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 35px;
  display: inline-block;
  padding-right: 15px;
  border-right: 4px solid #dfaf62;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  max-width: 600px;
  margin: 0 auto;
}

.why-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.why-item:hover {
  background: #fff8f0;
  transform: translateX(-5px);
}

.why-item i {
  color: #4caf50;
  font-size: 1.1rem;
}

.why-item span {
  font-size: 0.9rem;
  color: #555;
}

.about-cta {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  border-radius: 32px;
  padding: 50px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about-cta::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 150%;
  background: radial-gradient(
    circle,
    rgba(223, 175, 98, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.about-cta h3 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.about-cta p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.btn-outline-primary-custom {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 2px solid #dfaf62;
  color: #dfaf62;
  padding: 12px 28px;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}

.btn-outline-primary-custom:hover {
  background: #dfaf62;
  color: #1a1a1a;
  transform: translateY(-3px);
  gap: 12px;
}

@media (max-width: 992px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .about-header {
    margin-top: 70px;
  }

  .about-header-bg {
    padding: 40px 0;
  }

  .about-title {
    font-size: 1.8rem;
  }

  .about-main {
    padding: 40px 0;
  }

  .about-intro h2 {
    font-size: 1.4rem;
  }

  .about-intro p {
    font-size: 0.9rem;
    padding: 0 15px;
  }

  .about-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .stat-box {
    padding: 20px;
  }

  .stat-number {
    font-size: 1.8rem;
  }

  .values-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 15px;
  }

  .why-grid {
    grid-template-columns: 1fr;
    padding: 0 15px;
  }

  .about-cta {
    padding: 35px 25px;
    margin: 0 15px;
  }

  .about-cta h3 {
    font-size: 1.3rem;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-buttons .btn {
    width: 100%;
    max-width: 250px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .about-stats {
    grid-template-columns: 1fr;
  }

  .about-logo img {
    height: 60px;
  }
}

.blog-section {
  position: relative;
  overflow: hidden;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(223, 175, 98, 0.12);
  padding: 8px 20px;
  border-radius: 60px;
  color: #dfaf62;
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 15px;
  border: 1px solid rgba(223, 175, 98, 0.2);
}

.section-subtitle {
  color: #666;
  font-size: 1rem;
  max-width: 600px;
  margin: 10px auto 0;
}

.blog-card-modern {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card-modern:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(223, 175, 98, 0.15);
}

.blog-card-image {
  position: relative;
  overflow: hidden;
  height: 220px;
  flex-shrink: 0;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card-modern:hover .blog-card-image img {
  transform: scale(1.1);
}

.blog-category {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

.blog-category span {
  background: linear-gradient(135deg, #dfaf62, #e67e22);
  color: #1a1a1a;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
  display: inline-block;
}

.blog-card-content {
  padding: 22px 24px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}

.blog-date,
.blog-read-time {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  color: #888;
}

.blog-date i,
.blog-read-time i {
  color: #dfaf62;
  font-size: 0.65rem;
}

.blog-title {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.4;
}

.blog-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-title a:hover {
  color: #dfaf62;
}

.blog-excerpt {
  color: #666;
  font-size: 0.85rem;
  line-height: 1.7;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #dfaf62;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: auto;
}

.blog-read-more:hover {
  gap: 14px;
  color: #e67e22;
}

.no-blog-posts {
  text-align: center;
  padding: 60px 20px;
  background: #ffffff;
  border-radius: 24px;
}

.no-blog-posts i {
  font-size: 4rem;
  color: #ccc;
  margin-bottom: 20px;
}

.no-blog-posts h3 {
  font-size: 1.3rem;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.no-blog-posts p {
  color: #666;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .blog-card-image {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .blog-card-image {
    height: 200px;
  }

  .blog-card-content {
    padding: 18px 20px 22px;
  }

  .blog-title {
    font-size: 1rem;
  }

  .blog-excerpt {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .blog-meta {
    flex-direction: column;
    gap: 8px;
  }

  .blog-card-image {
    height: 180px;
  }
}

.testimonials-section {
  background: linear-gradient(135deg, #f2e9da 0%, #fff5e8 100%);
  position: relative;
  overflow: hidden;
}

.testimonials-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 150%;
  background: radial-gradient(
    circle,
    rgba(223, 175, 98, 0.05) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

.testimonial-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(223, 175, 98, 0.12);
  padding: 8px 20px;
  border-radius: 60px;
  color: #dfaf62;
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 15px;
  border: 1px solid rgba(223, 175, 98, 0.2);
}

.testimonial-subtitle {
  color: #666;
  font-size: 1rem;
  max-width: 600px;
  margin: 10px auto 0;
}

.testimonials-slider-container {
  position: relative;
  padding: 20px 0;
}

.testimonials-swiper {
  overflow: visible;
  padding: 20px 10px;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 35px 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 45px rgba(223, 175, 98, 0.15);
}

.testimonial-quote {
  position: absolute;
  top: 25px;
  left: 30px;
  opacity: 0.1;
}

.testimonial-quote i {
  font-size: 3rem;
  color: #dfaf62;
}

.testimonial-content {
  margin-bottom: 25px;
  padding-top: 10px;
}

.testimonial-text {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #555;
  font-style: italic;
  margin: 0;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #dfaf62;
  padding: 2px;
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.author-info {
  flex: 1;
}

.author-name {
  font-size: 1rem;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 5px;
}

.author-location {
  font-size: 0.7rem;
  color: #888;
  display: block;
  margin-bottom: 5px;
}

.author-rating {
  display: flex;
  gap: 3px;
}

.author-rating i {
  font-size: 0.7rem;
  color: #ffd700;
}

.testimonials-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 20;
}

.testimonial-prev,
.testimonial-next {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(223, 175, 98, 0.2);
}

.testimonial-prev i,
.testimonial-next i {
  color: #dfaf62;
  font-size: 1rem;
}

.testimonial-prev:hover,
.testimonial-next:hover {
  background: #dfaf62;
  transform: scale(1.1);
}

.testimonial-prev:hover i,
.testimonial-next:hover i {
  color: #1a1a1a;
}

.testimonial-prev {
  margin-right: -20px;
}

.testimonial-next {
  margin-left: -20px;
}

.testimonials-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.testimonials-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 0.8;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.testimonials-pagination .swiper-pagination-bullet-active {
  background: #dfaf62;
  width: 28px;
  border-radius: 5px;
}

@media (max-width: 992px) {
  .testimonial-prev,
  .testimonial-next {
    display: none;
  }
}

@media (max-width: 768px) {
  .testimonial-card {
    padding: 25px 20px;
  }

  .testimonial-text {
    font-size: 0.85rem;
  }

  .author-avatar {
    width: 50px;
    height: 50px;
  }

  .author-name {
    font-size: 0.9rem;
  }

  .author-location {
    font-size: 0.65rem;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

*:focus-visible {
  outline: 3px solid #dfaf62;
  outline-offset: 3px;
  border-radius: 4px;
}

.slider-nav:focus-visible,
.slider-indicator:focus-visible {
  outline: 3px solid #dfaf62;
  outline-offset: 4px;
  background: rgba(223, 175, 98, 0.3);
}

.nav-link,
.footer-links a,
.social-icon {
  transition: outline 0.2s ease;
}

.text-secondary-custom {
  color: #1a1a1a !important;
}

.skip-to-content-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #dfaf62;
  color: #1a1a1a;
  padding: 8px 16px;
  text-decoration: none;
  z-index: 10001;
  font-weight: bold;
  border-radius: 0 0 8px 0;
}

.skip-to-content-link:focus {
  top: 0;
}

.slider-indicator[aria-current="true"] {
  background: #dfaf62;
  width: 60px;
}

input:invalid,
select:invalid,
textarea:invalid {
  border-color: #e74c3c;
}

.error-message {
  color: #e74c3c;
  font-size: 0.75rem;
  margin-top: 5px;
  display: block;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.skip-to-content-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #dfaf62;
  color: #1a1a1a;
  padding: 8px 16px;
  text-decoration: none;
  z-index: 10001;
  font-weight: bold;
  border-radius: 0 0 8px 0;
}

.skip-to-content-link:focus {
  top: 0;
  outline: 3px solid #dfaf62;
}

*:focus-visible {
  outline: 3px solid #dfaf62;
  outline-offset: 3px;
  border-radius: 4px;
}

.slider-nav:focus-visible,
.slider-indicator:focus-visible {
  outline: 3px solid #dfaf62;
  outline-offset: 4px;
  background: rgba(223, 175, 98, 0.3);
}

.slider-indicator[aria-current="true"] {
  background: #dfaf62;
  width: 60px;
}

.hamburger-menu:focus-visible {
  outline: 3px solid #dfaf62;
  outline-offset: 3px;
}

.footer-links a:focus-visible,
.social-icon:focus-visible {
  outline: 3px solid #dfaf62;
  outline-offset: 3px;
  border-radius: 50%;
}

.contact-agent-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 100px;
}

.agent-header {
  text-align: center;
  margin-bottom: 20px;
}

.agent-avatar {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #dfaf62, #e67e22);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.agent-avatar i {
  font-size: 2rem;
  color: #1a1a1a;
}

.agent-header h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.agent-header p {
  color: #666;
  font-size: 0.85rem;
}

.messengers-buttons {
  margin-top: 15px;
}

.messenger-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.messenger-btn:last-child {
  margin-bottom: 0;
}

.messenger-btn img {
  width: 22px;
  height: 22px;
}

.messenger-btn.bale {
  background: rgba(0, 173, 239, 0.1);
  border: 1px solid rgba(0, 173, 239, 0.3);
  color: #00adef;
}

.messenger-btn.bale:hover {
  background: #00adef;
  color: white;
  transform: translateX(-5px);
}

.messenger-btn.rubika {
  background: rgba(139, 92, 246, 0.1);
  border: 1px solid rgba(139, 92, 246, 0.3);
  color: #8b5cf6;
}

.messenger-btn.rubika:hover {
  background: #8b5cf6;
  color: white;
  transform: translateX(-5px);
}
.footer-social {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.social-icon {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-icon i {
  font-size: 1.2rem;
  color: #dfaf62;
  transition: all 0.3s ease;
}

.social-svg-icon {
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(74%) sepia(53%) saturate(538%)
    hue-rotate(353deg) brightness(96%) contrast(92%);
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: #dfaf62;
  transform: translateY(-5px);
  border-color: #dfaf62;
}

.social-icon:hover i {
  color: #1a1a1a;
}

.social-icon:hover .social-svg-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(89%) saturate(0%)
    hue-rotate(245deg) brightness(98%) contrast(85%);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 768px) {
  .footer-social {
    justify-content: center;
  }

  .social-icon {
    width: 38px;
    height: 38px;
  }

  .social-icon i {
    font-size: 1rem;
  }

  .social-svg-icon {
    width: 18px;
    height: 18px;
  }
}
.property-description-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.description-content {
  line-height: 1.8;
  color: #444;
  font-size: 1rem;
}

.description-content p {
  margin-bottom: 15px;
}

.description-content h2,
.description-content h3,
.description-content h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.description-content ul,
.description-content ol {
  margin: 15px 0;
  padding-right: 20px;
}

.description-content li {
  margin-bottom: 8px;
}

.description-content img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 20px 0;
}

.description-content blockquote {
  background: #f8f9fa;
  border-right: 4px solid #dfaf62;
  padding: 20px 25px;
  margin: 25px 0;
  border-radius: 16px;
  font-style: italic;
  color: #555;
}

.location-search-container {
  position: relative;
  width: 100%;
}

.location-search-input {
  width: 100%;
  padding: 14px 16px;
  font-size: 0.9rem;
  border: 2px solid #e0e0e0;
  border-radius: 16px;
  background: white;
  transition: all 0.3s ease;
  font-family: "IRANSansX", sans-serif;
}

.location-search-input:focus {
  outline: none;
  border-color: #dfaf62;
  box-shadow: 0 0 0 4px rgba(223, 175, 98, 0.1);
}

.location-search-input::placeholder {
  color: #999;
  font-size: 0.85rem;
}

.location-options-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 2px solid #dfaf62;
  border-top: none;
  border-radius: 0 0 16px 16px;
  max-height: 250px;
  overflow-y: auto;
  z-index: 100;
  display: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.location-options-list.show {
  display: block;
}

.location-option {
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.9rem;
  color: #555;
  border-bottom: 1px solid #f0f0f0;
}

.location-option:last-child {
  border-bottom: none;
}

.location-option:hover {
  background: #fff8f0;
  color: #dfaf62;
}

.location-option.selected {
  background: #dfaf62;
  color: #1a1a1a;
  font-weight: 600;
}

.location-option.selected::before {
  content: "✓ ";
  margin-left: 8px;
}

.location-options-list::-webkit-scrollbar {
  width: 6px;
}

.location-options-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.location-options-list::-webkit-scrollbar-thumb {
  background: #dfaf62;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .location-search-input {
    padding: 12px 14px;
    font-size: 0.85rem;
  }

  .location-option {
    padding: 10px 14px;
    font-size: 0.85rem;
  }
}

.quick-categories .category-card {
  background: var(--white, #ffffff);
  border-radius: 28px;
  padding: 30px 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(223, 175, 98, 0.1);
}

.quick-categories .category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(223, 175, 98, 0.15);
  border-color: rgba(223, 175, 98, 0.3);
}

.category-icon-wrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(
    135deg,
    rgba(223, 175, 98, 0.12),
    rgba(230, 126, 34, 0.08)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.category-card:hover .category-icon-wrapper {
  background: linear-gradient(135deg, #dfaf62, #e67e22);
  transform: scale(1.05);
}

.category-icon {
  font-size: 2.2rem;
  color: #dfaf62;
  transition: all 0.3s ease;
}

.category-card:hover .category-icon {
  color: #1a1a1a;
}

.category-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.category-card:hover .category-title {
  color: #dfaf62;
}

.category-desc {
  font-size: 0.8rem;
  color: #888;
  margin: 0;
}

@media (max-width: 768px) {
  .category-icon-wrapper {
    width: 65px;
    height: 65px;
  }

  .category-icon {
    font-size: 1.8rem;
  }

  .category-title {
    font-size: 1rem;
  }

  .category-desc {
    font-size: 0.7rem;
  }
}
.faq-contact-modern {
  margin-top: 50px;
  padding: 0 20px;
}

.faq-contact-modern-content {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  border-radius: 32px;
  padding: 50px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.faq-contact-modern-content::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 150%;
  background: radial-gradient(
    circle,
    rgba(223, 175, 98, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

.faq-contact-modern-content::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 40%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(230, 126, 34, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

.faq-contact-icon {
  width: 80px;
  height: 80px;
  background: rgba(223, 175, 98, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
  z-index: 2;
}

.faq-contact-icon i {
  font-size: 2.2rem;
  color: #dfaf62;
}

.faq-contact-modern-content h3 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}

.faq-contact-modern-content p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.faq-contact-buttons-modern {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 28px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.contact-btn .btn-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-btn .btn-icon i {
  font-size: 1.1rem;
}

.contact-btn.btn-primary {
  background: linear-gradient(135deg, #dfaf62, #e67e22);
  color: #1a1a1a;
  border: none;
  box-shadow: 0 5px 15px rgba(223, 175, 98, 0.3);
}

.contact-btn.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(223, 175, 98, 0.5);
  gap: 15px;
}

.contact-btn.btn-outline {
  background: transparent;
  border: 2px solid rgba(223, 175, 98, 0.5);
  color: #dfaf62;
}

.contact-btn.btn-outline:hover {
  background: rgba(223, 175, 98, 0.1);
  border-color: #dfaf62;
  transform: translateY(-3px);
  gap: 15px;
}

@media (max-width: 768px) {
  .faq-contact-modern-content {
    padding: 35px 25px;
  }

  .faq-contact-icon {
    width: 65px;
    height: 65px;
  }

  .faq-contact-icon i {
    font-size: 1.8rem;
  }

  .faq-contact-modern-content h3 {
    font-size: 1.3rem;
  }

  .faq-contact-modern-content p {
    font-size: 0.85rem;
  }

  .contact-btn {
    padding: 10px 20px;
    font-size: 0.85rem;
  }

  .contact-btn .btn-icon {
    width: 20px;
    height: 20px;
  }

  .contact-btn .btn-icon i {
    font-size: 0.9rem;
  }
}

@media (max-width: 550px) {
  .faq-contact-buttons-modern {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-btn {
    justify-content: center;
  }
}

.empty-state-modern {
  text-align: center;
  padding: 60px 20px;
  background: #ffffff;
  border-radius: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  max-width: 550px;
  margin: 40px auto;
  position: relative;
  overflow: hidden;
}

.empty-state-modern::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -20%;
  width: 140%;
  height: 200%;
  background: radial-gradient(circle, rgba(223, 175, 98, 0.03), transparent);
  pointer-events: none;
}

.empty-state-icon {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.empty-state-icon i {
  font-size: 3.2rem;
  color: #dfaf62;
  z-index: 2;
  position: relative;
}

.empty-state-icon-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(223, 175, 98, 0.1);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.1);
    opacity: 0.3;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.6;
  }
}

.empty-state-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.empty-state-message {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.empty-state-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 28px;
  background: linear-gradient(135deg, #dfaf62, #e67e22);
  border-radius: 60px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  color: #1a1a1a;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(223, 175, 98, 0.2);
}

.empty-state-btn:hover {
  transform: translateY(-3px);
  gap: 16px;
  box-shadow: 0 10px 25px rgba(223, 175, 98, 0.4);
  color: #1a1a1a;
}

@media (max-width: 768px) {
  .empty-state-modern {
    padding: 40px 20px;
    margin: 30px 15px;
  }

  .empty-state-icon {
    width: 80px;
    height: 80px;
  }

  .empty-state-icon i {
    font-size: 2.5rem;
  }

  .empty-state-title {
    font-size: 1.3rem;
  }

  .empty-state-message {
    font-size: 0.8rem;
  }

  .empty-state-btn {
    padding: 10px 24px;
    font-size: 0.85rem;
  }
}

.property-card-luxury {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
