#column-footer {
  padding: 60px 0;
  margin-top: 80px;
}
#block-20 {
	margin: 14px auto;
	background: #fff;
	border-radius: 8px;
	padding: 5px;
}
.MenuPageBody.container {
	padding: 40px 0;
}

.contact-luxury {
  background: linear-gradient(180deg, #f8f9fa, #ffffff);
  
}

.contact-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

.section-title h2 {
	font-size: 26px;
	font-weight: 800;
}

.section-title span {
  color: #0f75a7;
}

.section-title p {
  color: #777;
  margin-top: 6px;
}

.contact-list li {
  display: flex;
  gap: 15px;
  margin-bottom: 22px;
}

.contact-list i {
	font-size: 22px;
	color: #00a3a6;
	background: #eee;
	padding: 11px;
	border-radius: 22px;
}

.contact-list h6 {
  margin: 0;
  font-weight: 700;
  font-size: 15px;
}

.contact-list p {
  margin: 0;
  color: #666;
  font-size: 14px;
}

/* Social Cards */
.social-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  margin:7px;
}

.social-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.social-card:hover img {
  transform: scale(1.08);
}

.social-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.75));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  color: #fff;
}

.social-card i {
  font-size: 32px;
  margin-bottom: 10px;
}
.bg-overlay {
	background: #00a3a6;
	right: 0;
	position: absolute;
	padding: 15px 10px 15px 50px;
	border-radius: 10px 0px 0px 10px;
}
.social-card h5 {
	margin-bottom: 5px;
font-weight: 800;
}
.contact-list h6 {
	margin: 0;
	font-size: 15px;
	font-weight: 800;
}
.social-card p {
  margin: 0;
  opacity: .9;
}
.social-card p a{
  margin: 0;
  opacity: .9;
color:#fff;
}
.contact-luxury iframe{
	border-radius: 20px;
	margin-top: 20px;
}
.cat-list2 {
	background: #fafafa;
	padding: 7px;
	border-radius: 5px;
	margin: 4px;
	font-size: 14px;
}

.ata-post-tags a {
	background: #fafafa;
	padding: .5rem;
	color: #212526;
	font-size: 12px;
	border-radius: 9px;
	border: 1px solid #eee;
	margin: 5px;
	line-height: 2;
}