.elementor-15837 .elementor-element.elementor-element-e658e56{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-fa9e8c4 */.luxury-card {
  max-width: 900px;
  margin: 30px auto;
  padding: 28px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff, #fdfdfd);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  border: 1px solid rgba(212,175,55,0.5); /* Golden border */
  font-family: "Noto Sans Bengali", "Playfair Display", serif;
  color: #2c2c2c;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.luxury-card:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  padding: 2px;
  background: linear-gradient(90deg, #d4af37, #a67c00, #ffd700);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, 
                 linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.luxury-card h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #a67c00;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.luxury-card .intro {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 25px;
  color: #444;
}

.section {
  margin-bottom: 25px;
  padding: 20px;
  border-radius: 16px;
  background: #fdfcf8;
  border-left: 5px solid #d4af37;
}

.section h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #a67c00;
  font-weight: 600;
}

.section ul {
  margin: 0;
  padding-left: 18px;
}

.section ul li {
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 1.6;
  color: #333;
}

.section p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

/* 🔥 Responsive Media Queries */
@media (max-width: 768px) {
  .luxury-card {
    padding: 20px;
  }

  .luxury-card h2 {
    font-size: 22px;
  }

  .luxury-card .intro {
    font-size: 14px;
  }

  .section {
    padding: 15px;
  }

  .section h3 {
    font-size: 16px;
  }

  .section ul li,
  .section p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .luxury-card {
    padding: 16px;
  }

  .luxury-card h2 {
    font-size: 20px;
  }

  .luxury-card .intro {
    font-size: 13px;
  }

  .section {
    padding: 12px;
  }

  .section h3 {
    font-size: 15px;
  }

  .section ul li,
  .section p {
    font-size: 13px;
  }
}/* End custom CSS */