/* Main Background */
.mainFooterImg {
  background-image: url("../Images/services/serviceBgSec1.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 482px;
  width: 100%;
}

/* Header Overlay Gradient */
.headFooterImg {
  height: 100%;
  gap: 2rem;
}
.headFooterImg  p {
  font-weight: 700;
  font-size: 45px;
}

.refund-policy-container {
  width: 100%;
  padding: 24px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}

.intro-text {
  font-size: 24px;
  font-weight: 400;
}

.refund-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}


.refund-section p {
  font-size: 20px;
  font-weight: 400;
}

a {
  color: #0084b0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
.card-container {
  width: 100%;
    padding: 50px 200px;
    justify-content: space-evenly;
}
.refund-section-sub {
  width: 100%;
}
.refund-title-sub {
  font-weight: 700;
  font-size: 20px;
  background: linear-gradient(90deg, #01989b 0%, #00aa6c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for Firefox */
  color: transparent;
  display: inline-block;
}
.datahandle,
.termsDoc {
  width: 313px;
}
.datahandle img,.termsDoc img {
  width: 160px;
  height: 160px;
}
.heading {
  font-weight: 700;
  font-size: 32px;
  color: #00758e;
}
.headind-desc {
  font-weight: 400;
  font-size: 24px;
}

.custom-list {
  padding-left: 3.5rem !important;
  list-style-type: disc;
}
.custom-list li {
font-weight: 400;
font-size: 20px;
}


@media screen and (max-width: 1024px) and (min-width: 320px) and (max-height: 1366px) and (min-height: 300px) {
  .mainFooterImg {
    background-image: url("../Images/services/mainServiceSec1Mob.png");
  }

  .headFooterImg  p {
    font-weight: 700;
    font-size: 34px;
  }
  .refund-policy-container {
    gap: 2rem;
    padding: 40px;
  }
  .intro-text {
    font-size: 20px;
  }

  .refund-section p {
    font-size: 16px;
  }
  .card-container {
    padding: 0px;
    justify-content: center;
    flex-direction: column !important;
    gap: 3rem;
    align-items: center;

}
.datahandle, .termsDoc {
    width: 130px;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
}
.datahandle img, .termsDoc img {
    width: 56px;
    height: 56px;
}
.heading {
    font-size: 19px;
}
.headind-desc {
    font-size: 14px;
}
.refund-section div:nth-of-type(1){
    padding: 0px !important;
}
.custom-list {
    padding-left: 2.5rem !important;
}
.custom-list li {
    font-size: 16px;
}
}
