body {
  background-color: #000 !important;
  font-family: 'Inter', sans-serif;
}

a {
  text-decoration: none;
  color: white !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  margin-left: 20px;
}

.banner-heading {
  font-size: 50px;
}

.header-section {
  background-color: #111;
  padding: 36px 0;
  position: relative;
  background-image: url('images/backgound-banner.png');
  /* <-- your uploaded image */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.policy-section {
  position: relative;
  background-image: url('images/image2.png');
  /* <-- your uploaded image */
  background-repeat: no-repeat;
  background-size: 100%;
}

.header-section h1 {
  background: -webkit-linear-gradient(#FF5F15, #FFA802);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.section-heading {
  background: -webkit-linear-gradient(#FF5F15, #FFA802);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 24px;
}

.wallet-image {
  width: 400px;
}

.breadcrumb-custom {
  color: #ccc;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.image-outer-banner {
  display: flex;
  justify-content: center;
}

.text-paregraph {
  font-size: 16px;
}

/* Section Background */
.refund-section {

  padding: 3rem 0;
}

/* Card Container */
.refund-card {
  background-color: #2b2b2b;
  border-radius: 1rem;
  padding: 3rem 2rem;
  position: relative;
  /* Needed for absolute positioning */
  overflow: hidden;
}

.refund-bg-corner {
  position: absolute;
  top: 0;
  left: -11px;
  width: 180px;
  height: auto;
  z-index: 0;
  opacity: 0.3;
  /* Optional: fade effect */
}

/* Heading Style */
.refund-heading {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 28px;
}

/* Subtext Style */
.refund-text {
  color: rgb(255, 255, 255);
  margin-bottom: 0;
}

/* Icon Size */
.refund-icon {
  width: 167px;
  height: 167px;
  object-fit: contain;
  margin-right: 1rem;
}

/* Vertical Divider */
.refund-divider {
  width: 2px;
  height: 238px;
  background-color: #fd7e14;
  /* Bootstrap orange */
}

.policy-section {
  color: white;
  padding: 3rem 2rem;
  padding-top: 0px !important;
}

.policy-container {
  max-width: 1000px;
  margin: auto;
}

.policy-container h3 {
  color: orange;
  /* margin-top: 2rem; */
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.policy-container p,
.policy-container ul {
  color: #ccc;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.policy-container ul {
  padding-left: 1.2rem;
}

.policy-container ul li {
  margin-bottom: 0.5rem;
}

.safety-section {
  padding: 3rem 2rem;
  text-align: center;
}

.safety-section h2 {
  color: #FFA500;
  font-size: 34px;
  margin-bottom: 15px;
}

.safety-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 350px;
  max-width: 1000px;
  margin: 0 auto;
}

.safety-card {
  padding: 1.5rem;
  border-radius: 12px;
  text-align: left;
}

.safety-card img {
  width: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.safety-card h3 {
  color: #ff6600;
  font-size: 26px;
  margin-bottom: 0.5rem;
  text-align: center !important;
}

.safety-card p {
  font-size: 15px;
  text-align: left;
}

/* Footer */
.footer {
  background-color: #000;
  color: white;
  position: relative;
  border-top: 8px solid #fd7e14;
  /* Top border in orange */
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  margin-top: 100px;
  padding-top: 60px;
  overflow: hidden;
  /* Ensures rounded corners clip the border nicely */
}

.footer::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #1a1a1a;
  /* Or match with body background */
  z-index: -1;
}


.footer p,
.footer a {
  color: #ccc;
  font-size: 14px;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer h5,
.footer h6 {
  color: #fff;
}

.footer .social-icons a {
  color: white;
  font-size: 20px;
  margin-right: 10px;
  display: inline-block;
  transition: 0.3s;
}

.footer .social-icons a:hover {
  color: #f1c40f;
}

.footer hr {
  border-color: #333;
}

.button-footer {
  background-color: #fd7e14;
  color: white;
}

@media (max-width: 768px) {
  .wallet-image {
    position: static;
    width: 200px;
    margin: 20px auto;
    display: block;
  }

  /* Heading Style */
  .refund-heading {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 24px;
  }

  /* Subtext Style */
  .refund-text {
    color: rgb(255, 255, 255);
    margin-bottom: 0;
  }

  .footer {
    background-color: #000;
    color: white;
    position: relative;
    border-top: 8px solid #fd7e14;
    /* Top border in orange */
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: 100px;
    padding-top: 60px;
    overflow: hidden;
    /* Ensures rounded corners clip the border nicely */
  }
}

/* Generic fade-in elements */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.show {
  opacity: 1;
  transform: translateY(0);
}

.typing-container {
  width: 16ch;
  /* length of "Contact Us" */
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid #fded0d;
  font-family: monospace;
  animation: typing 2s steps(16) infinite alternate,
    blink 0.5s step-end infinite;
}

@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 15ch;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.slide-in-right {
  opacity: 0;
  transform: translateX(100px);
  /* starts from right */
  transition: opacity 0.1s ease, transform 0.8s ease;
}

.slide-in-right.show {
  opacity: 1;
  transform: translateX(0);
  /* ends in original position */
}