.elementor-72 .elementor-element.elementor-element-7584997{--display:flex;}.elementor-72 .elementor-element.elementor-element-0b311e2{--display:flex;}body.elementor-page-72:not(.elementor-motion-effects-element-type-background), body.elementor-page-72 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAF8F5;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-17b5e26 */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Montserrat:wght@400;500;600;700&display=swap');

.luxury-venue-section {
  background-color: #FAF7F2;
  padding: 4rem 5%;
  font-family: 'Montserrat', sans-serif;
  color: #111111;
  max-width: 1440px;
  margin: 0 auto;
}

/* Heading Styling */
.venue-hero-text {
  text-align: center;
  margin-bottom: 3rem;
}

.main-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 700;
  letter-spacing: 2px;
  color: #1A1A1A;
  margin-bottom: 0.5rem;
}

.gold-subtitle {
  color: #9E7942;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero-desc {
  color: #555555;
  font-size: 15px;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Filter Card Box */
.filter-card-wrapper {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
  border: 1px solid #ECE6DA;
  margin-bottom: 4rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.filter-card-wrapper:hover {
  box-shadow: 0 20px 50px rgba(158, 121, 66, 0.08);
}

/* Top Row Grid */
.filter-dropdowns-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
  margin-bottom: 1.5rem;
}

.filter-group {
  display: flex;
  flex-direction: column;
}

.filter-group label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 6px;
}

.filter-group select {
  width: 100%;
  padding: 10px 8px;
  font-size: 12px;
  border: 1px solid #E2D9C8;
  border-radius: 6px;
  background-color: #FFFFFF;
  color: #555555;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.filter-group select:hover,
.filter-group select:focus {
  border-color: #9E7942;
  color: #000000;
}

/* Bottom Action Row */
.filter-action-row {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.search-input-wrap {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.search-icon {
  position: absolute;
  left: 15px;
  font-size: 14px;
  color: #888;
}

.search-input-wrap input {
  width: 100%;
  padding: 14px 14px 14px 42px;
  font-size: 13px;
  border: 1px solid #E2D9C8;
  border-radius: 6px;
  outline: none;
  background: #FAFAFA;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.search-input-wrap input:focus {
  border-color: #9E7942;
  background: #FFFFFF;
}

.btn-more-filters {
  background: #FFFFFF;
  border: 1px solid #E2D9C8;
  padding: 14px 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #222222;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-more-filters:hover {
  border-color: #9E7942;
  color: #9E7942;
}

.btn-apply-filters {
  background: #1C1C1C;
  color: #FFFFFF;
  border: none;
  padding: 14px 28px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-apply-filters:hover {
  background: #9E7942;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(158, 121, 66, 0.3);
}

/* Explore Locations Section */
.loc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.loc-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #222222;
}

.view-all-loc {
  font-size: 12px;
  font-weight: 700;
  color: #9E7942;
  text-decoration: none;
  letter-spacing: 1px;
  transition: color 0.2s ease;
}

.view-all-loc:hover {
  color: #000000;
}

/* Circular Items List */
.location-circles-scroll {
  display: flex;
  gap: 1.8rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scrollbar-width: none;
}

.location-circles-scroll::-webkit-scrollbar {
  display: none;
}

.location-circle-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  min-width: 90px;
}

.img-frame {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
  border: 2px solid transparent;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}

.img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.location-circle-item span {
  font-size: 13px;
  font-weight: 600;
  color: #333333;
  transition: color 0.2s ease;
}

/* Circle Hover Animations */
.location-circle-item:hover .img-frame {
  transform: translateY(-6px) scale(1.05);
  border-color: #9E7942;
  box-shadow: 0 10px 20px rgba(158, 121, 66, 0.25);
}

.location-circle-item:hover img {
  transform: scale(1.15);
}

.location-circle-item:hover span {
  color: #9E7942;
}

/* Plus More Circle Button */
.plus-frame {
  background: #EFE9DD;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plus-frame span {
  font-size: 24px;
  color: #666666;
  font-weight: 400;
}

/* Responsive Handling */
@media (max-width: 1200px) {
  .filter-dropdowns-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .filter-dropdowns-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .filter-action-row {
    flex-direction: column;
  }
  .btn-more-filters, .btn-apply-filters {
    width: 100%;
  }
}/* End custom CSS */