.elementor-295 .elementor-element.elementor-element-77fd9d4{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-089d4a1 */.city-guide {
  max-width: 1200px;
  margin: auto;
}

/* Section Title */
.cg-title {
  font-size: 26px;
  margin: 60px 0 20px;
  font-weight: 600;
  border-left: 4px solid #c8a75a;
  padding-left: 14px;
}

/* Grid */
.cg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

/* Card */
.cg-card {
  display: block;
  background: #ffffff;
  padding: 22px;
  border-radius: 14px;
  text-decoration: none;
  color: #111;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  transition: all .35s ease;
}

.cg-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,.15);
}

/* Title */
.cg-card h3 {
  font-size: 18px;
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
}

.cg-card span {
  font-size: 14px;
  color: #c8a75a;
}

/* Text */
.cg-card p {
  font-size: 14px;
  color: #666;
  margin: 6px 0;
}

.cg-card small {
  font-size: 13px;
  color: #999;
}

/* Premium */
.cg-card.premium {
  background: linear-gradient(135deg, #111, #2a2a2a);
  color: #fff;
}

.cg-card.premium p,
.cg-card.premium small {
  color: #ccc;
}

/* Mobile */
@media (max-width: 600px) {
  .cg-title {
    font-size: 22px;
  }
}/* End custom CSS */