/* 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: 24px;
  font-weight: 400;
}

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

a:hover {
  text-decoration: underline;
}

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

.workflow-table {
  width: 100%;
  border-collapse: collapse;

  text-align: left;
  border-radius: 8px;
  overflow: hidden;
}

.workflow-table th {
 background: linear-gradient(84.47deg, #00AA6C 0%, #00758E 99.44%);
  color: white;
  padding: 12px 18px;
    font-weight: 700;
  font-size: 28px;

}
.workflow-table th:nth-of-type(1){
  position: relative;
    left: -6px;
}
.workflow-table td:nth-of-type(1){
    left: -6px;
}
.workflow-table th:nth-of-type(2){
      position: relative;
    left: -3px;
}
.workflow-table td:nth-of-type(2){
    left: -3px;
}

.workflow-table td {
  padding: 12px 16px;
  vertical-align: top;
    font-weight: 400;
  font-size: 24px;

  position: relative;
  
}
.workflow-table tr:nth-of-type(1){
    position: relative;
  top: 3px;
}
.workflow-table tr:nth-of-type(2){
     position: relative;
  top: 6px;
}
.workflow-table tr:nth-of-type(3){
     position: relative;
  top: 9px;
}
.workflow-table tr:nth-of-type(4){
     position: relative;
  top: 12px;
}

.workflow-table tbody tr:nth-child(even) {
  background-color: #e6f9f2;
}

.workflow-table tbody tr:nth-child(odd) {
  background-color: #eaf7ff;
}


@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: 14px;
  }
  .refund-section div:nth-of-type(1) {
    padding: 0px !important;
    flex-wrap: wrap;
    width: 100%;
  }
  .custom-list {
    padding-left: 2.5rem !important;
  }
  .custom-list li {
    font-size: 16px;
  }
  .workflow-table {
        overflow: scroll;
  }
  .workflow-table th {
    padding: 12px;
    font-size: 19px;
}
.workflow-table td {
    padding: 12px;
    font-size: 16px;
}
}
