.elementor-1133 .elementor-element.elementor-element-7620dcc{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0em;--padding-bottom:0em;--padding-left:2em;--padding-right:2em;}/* Start custom CSS for html, class: .elementor-element-0f6ee33 */<style>
.places-section {
  padding: 90px 0;
  background: #f8fafc;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0A2A66;
  margin-bottom: 10px;
}

.section-header p {
  color: #64748b;
  font-size: 16px;
}

.place-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  transition: all 0.4s ease;
  height: 100%;
}

.place-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(10, 42, 102, 0.15);
}

.place-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.place-content {
  padding: 22px;
}

.place-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0A2A66;
  margin-bottom: 8px;
}

.place-content p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

.placesSwiper {
  padding-bottom: 50px;
}

/* Pagination Dots */
.swiper-pagination-bullet {
  background: #cbd5f5;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #0A2A66;
}

/* Responsive */
@media (max-width: 992px) {
  .place-card img {
    height: 200px;
  }
}

@media (max-width: 576px) {
  .section-header h2 {
    font-size: 26px;
  }
  .place-card img {
    height: 180px;
  }
}
</style>/* End custom CSS */