.elementor-1084 .elementor-element.elementor-element-79ffa70{margin-top:73px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-acd8edc */body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(135deg, #eaf3ff, #f7fbff);
  color: #333;
}

.refund-section {
  padding: 80px 20px;
}

.refund-container {
  max-width: 850px;
  margin: auto;
  background: #ffffff;
  padding: 50px;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0,123,255,0.15);
  animation: slideUp 0.8s ease;
}

h1 {
  color: #007bff;
  font-size: 34px;
}

h2 {
  margin-top: 30px;
  color: #0a192f;
}

.updated {
  font-size: 14px;
  color: #666;
}

ul {
  padding-left: 20px;
}

li, p {
  font-size: 16px;
  line-height: 1.7;
}

@keyframes slideUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@media(max-width:768px){
  .refund-container {
    padding: 30px 20px;
  }
  h1 {
    font-size: 26px;
  }
}/* End custom CSS */