/*Refund Return*/
.refund-head .col{
	padding:0px;
}
.refund-head .col .col-inner{
	position: relative;
  overflow: hidden;
  padding: 80px 24px 100px;
  text-align: center;
}
.refund-head .col .col-inner .blob{
	position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, .10);
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  
  50% {
    transform: translateY(-14px);
  }
}
.refund-head .col .col-inner .blob-1{
	width: 180px;
  height: 180px;
  top: -40px;
  right: -40px;
  animation-delay: 0s;
}
.refund-head .col .col-inner .blob-2{
	width: 80px;
  height: 80px;
  top: 30px;
  right: 60px;
  animation-delay: 1s;
  background: rgba(255, 255, 255, .07);
}
.refund-head .col .col-inner .blob-3{
	width: 120px;
  height: 120px;
  bottom: -30px;
  left: -30px;
  animation-delay: 2s;
}
.refund-head .col .col-inner .blob-4{
	width: 50px;
  height: 50px;
  bottom: 60px;
  left: 80px;
  animation-delay: .5s;
  background: rgba(255, 255, 255, .07);
}
.refund-head .col .col-inner .refund-badge{
	display: inline-block;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .35);
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 999px;
  margin-bottom: 22px;
  backdrop-filter: blur(6px);
}
.refund-head .col .col-inner h1.refund-title{
	font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(42px, 8vw, 76px);
  font-weight: 300;
  color: #fff;
  line-height: 1.05;
	margin-bottom:20px;
}
.refund-head .col .col-inner .refund-sub{
	font-size: 15px;
  color: rgba(255, 255, 255, .78);
  max-width: 460px;
  margin-inline: auto;
  line-height: 1.6;
  font-weight: 300;
}
.refund-head .col .col-inner .refund-tagline{
	margin-top: 20px;
	margin-bottom:0px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 15px;
  color: rgba(255, 255, 255, .6);
  letter-spacing: .06em;
}
.refund-head .col .col-inner .refund-wave{
	position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.refund-card .col-inner{
	background: #fff;
  border-radius: 20px;
  padding: 40px 44px;
  border: 1px solid rgba(201, 96, 122, .10);
  box-shadow: 0 4px 32px rgba(201, 96, 122, .06);
}
.refund-card .card-header{
	display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(201, 96, 122, .12);
}
.refund-card .card-header .card-icon{
	width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #F5E8EC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.refund-card .card-header .card-num{
	font-size: 11px;
  color: #6B5C56;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 2px;
}
.refund-card .card-header .card-title{
	font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  color: #C8506A;
  line-height: 1.2;
}
.refund-card .body-text p{
	font-size: 14.5px;
  line-height: 1.75;
  color: #1C1410;
  margin-bottom: 14px;
}
.refund-card .refund-alert{
	background: #FAF1F4;
  border-left: 3px solid #C8506A;
  border-radius: 0 10px 10px 0;
  padding: 12px 16px;
  font-size: 13.5px;
  color: #6B5C56;
  font-style: italic;
  line-height: 1.65;
  margin-top: 14px;
}
.refund-card .refund-elig-box .col-inner{
  padding:0px;
	border-radius:0px;
	border:none;
	background:none;
	box-shadow:none;
}
.refund-card .refund-elig-box .elig-box .col-inner{
	border-radius: 14px;
  padding: 20px 22px;
  border: 1.5px solid;
}
.refund-card .refund-elig-box .elig-box.yes .col-inner{
	background: #EDFBF1;
  border-color: #7ECDA0;
}
.refund-card .refund-elig-box .elig-box.no .col-inner{
	background: #FFF4F4;
  border-color: #E88080;
}
.refund-card .refund-elig-box .elig-head{
	display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 14px;
  letter-spacing: .03em;
}
.refund-card .refund-elig-box .elig-head.yes{
	color:#2E7D4F;
}
.refund-card .refund-elig-box .elig-head.no{
	color:#B83232;
}
.refund-card .refund-elig-box .elig-icon{
	width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}
.refund-card .refund-elig-box .elig-icon.no{
	background: #B83232;
  color: #fff;
}
.refund-card .refund-elig-box .elig-icon.yes{
	background: #2E7D4F;
  color: #fff;
}
.refund-card .refund-elig-box .elig-list{
	list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
	margin-bottom:0px
}
.refund-card .refund-elig-box .elig-list li{
	font-size: 13.5px;
  line-height: 1.6;
  color: #1C1410;
  padding-left: 16px;
  position: relative;
}
.refund-card .refund-elig-box .elig-list li:before{
	content: '–';
  position: absolute;
  left: 0;
  color: #6B5C56;
}
.refund-card .refund-elig-box .elig-list li i{
	display: block;
  font-size: 12px;
  color: #6B5C56;
  margin-top: 3px;
  font-style: italic;
}
.refund-card .refund-steps{
	display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 14px;
}
.refund-card .refund-steps .step{
	display: flex;
  gap: 16px;
  position: relative;
}
.refund-card .refund-steps .step .step-num{
	width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #FAF1F4;
  border: 1.5px solid #C8506A;
  color: #C8506A;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.refund-card .refund-steps .step .step-body{
	padding: 12px 0 20px;
  font-size: 14px;
  line-height: 1.65;
  color: #1C1410;
}
.refund-card .refund-steps .step:not(:last-child)::after{
	content: '';
  position: absolute;
  left: 14px;
  top: 34px;
  width: 1px;
  bottom: 0;
  background: #C8506A;
}
.refund-contact-bar{
	background: linear-gradient(135deg, #C9607A 0%, #E8849A 100%);
  border-radius: 14px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}
.refund-contact-bar .contact-bar-icon{
	font-size: 22px;
}
.refund-contact-bar .contact-bar-text{
	font-size: 13.5px;
  color: rgba(255, 255, 255, .85);
  line-height: 1.5;
}
.refund-contact-bar .contact-bar-text a{
	color: #fff;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, .45);
}
.refund-info-pills{
	display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.refund-info-pills .pill{
	display: flex;
  align-items: center;
  gap: 8px;
  background: #FDF0F3;
  border: 1px solid rgba(201, 96, 122, .15);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  color: #2B1018;
}
.refund-info-pills .pill .pill-dot{
	width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #C9607A;
  flex-shrink: 0;
}
.refund-timeline .tl-card .col-inner{
	border-radius: 12px;
  padding: 18px 20px;
  border: 1.5px solid;
}
.refund-timeline .tl-card.ok .col-inner{
	background: #FFF8F5;
  border-color: #F2A7BB;
}
.refund-timeline .tl-card.nok .col-inner{
	background: #FFF4F4;
  border-color: #E88080;
}
.refund-timeline .tl-card .tl-time{
	font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 6px;
}
.refund-timeline .tl-card.nok .tl-time{
	color:#B83232;
}
.refund-timeline .tl-card.ok .tl-time{
	color:#C9607A;
}
.refund-timeline .tl-card .tl-label{
	font-size: 12px;
  color: #7A5560;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 500;
}
.refund-timeline .tl-card .tl-desc{
	margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
  color: #4A3038;
}
.scroll-to-bullets a{
	background-color:#8B2D42;
}
.scroll-to-bullets a.active{
	border-color:#C8506A;
}
.refund-footer .brand{
	font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 26px;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  display: block;
  margin-bottom: 6px;
}
.refund-footer{
	color: rgba(255, 255, 255, .8);
	font-size:13px;
}
.refund-footer a{
	color: rgba(255, 255, 255, .9);
}
/*End Refund Return*/