.elementor-16565 .elementor-element.elementor-element-b290990{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-8f40865 */@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');

.return-policy {
  font-family: 'Poppins', sans-serif;
  background: #fdfcf9;
  color: #4a2a1a;
  padding: 60px 20px;
}

.return-policy .container {
  max-width: 800px;
  margin: auto;
  background: #fff;
  border: 1px solid #e8e1d8;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  padding: 50px;
}

.return-policy h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8em;
  color: #4a2a1a;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.2;
  letter-spacing: 0.6px;
}

.return-policy h1::after {
  content: '';
  display: block;
  width: 80px;
  height: 2px;
  background: linear-gradient(to right, #6b4226, #a67c52);
  margin: 16px auto 0;
  border-radius: 1px;
  opacity: 0.8;
}

.return-policy .intro {
  font-size: 1.1em;
  color: #5a4a3b;
  text-align: center;
  font-style: italic;
  margin-bottom: 36px;
  line-height: 1.6;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

.policy-block {
  margin-bottom: 36px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #e8e1d8;
}

.policy-block h2 {
  font-size: 1.5em;
  color: #4a2a1a;
  margin-bottom: 12px;
  border-left: 4px solid #6b4226;
  padding-left: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.policy-block h2 i {
  color: #6b4226;
  font-size: 1.2em;
  margin-right: 8px;
  vertical-align: middle;
  transition: transform 0.3s ease, color 0.3s ease;
}

.policy-block h2:hover i {
  transform: scale(1.15);
  color: #a67c52;
  text-shadow: 0 0 4px rgba(166, 124, 82, 0.4);
}

.policy-block p {
  font-size: 1.05em;
  line-height: 1.7;
  color: #5a4a3b;
  margin-bottom: 10px;
}

a {
  color: #6b4226;
  text-decoration: none;
  font-weight: 500;
}

a:hover {
  text-decoration: underline;
  color: #4a2a1a;
}

a i {
  margin-right: 6px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .return-policy {
    padding: 40px 15px;
  }

  .return-policy .container {
    padding: 30px 20px;
    border-radius: 12px;
  }

  .return-policy h1 {
    font-size: 2.2em;
    margin-bottom: 30px;
  }

  .return-policy .intro {
    font-size: 1em;
    margin-bottom: 28px;
    padding: 0 5px;
  }

  .policy-block h2 {
    font-size: 1.2em;
    padding-left: 10px;
    gap: 8px;
  }

  .policy-block h2 i {
    font-size: 1em;
    margin-right: 6px;
  }

  .policy-block p {
    font-size: 0.95em;
    line-height: 1.6;
  }

  a {
    font-size: 0.95em;
  }
}/* End custom CSS */