.price-large {
  font-size: 1.5rem;
  font-weight: 700;
}

.booking-card {
  border-radius: 12px;
  border: 1px solid #e0e0e0;
}

.pricing-card {
  transition: transform 0.2s;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.pricing-card .price {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
}

.pricing-card .currency {
  font-size: 1.25rem;
  vertical-align: super;
}

.pricing-card .period {
  font-size: 0.875rem;
  color: #666;
}

.project-entry .img {
  height: 250px;
  border-radius: 12px;
  overflow: hidden;
}

.project-entry .img:hover {
  opacity: 0.9;
}

.search-form {
  border-radius: 30px;
}

.rating {
  font-weight: 600;
}

.services-section .services .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f8f9fa;
}

.services-section .services .icon span {
  font-size: 2rem;
  color: #1a1a1a;
}
