/*Payment*/
.payment-head{
	background: linear-gradient(135deg, #2a1f1a 0%, #4a3328 60%, #6b4a3e 100%);
}
.payment-head:before{
	content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(212, 167, 120, 0.12);
}
.payment-head:after{
	content: '';
  position: absolute;
  bottom: -80px;
  left: -40px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(212, 167, 120, 0.08);
}
.payment-head .payment-tags{
	display: inline-block;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #d4a778;
  border: 1px solid rgba(212, 167, 120, 0.4);
  padding: 6px 18px;
  border-radius: 20px;
  margin-bottom: 24px;
}
.payment-head h1{
	font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 6vw, 58px);
  font-weight: 400;
  color: #fdf9f6;
  line-height: 1.15;
  margin-bottom: 16px;
}
.payment-head h1 em{
	color: #d4a778;
}
.payment-head p{
	font-size: 15px;
  color: rgba(253, 249, 246, 0.65);
  max-width: 420px;
  margin: 0 auto;
  line-height: 1.7;
  font-weight: 300;
}
.payment-steps{
	padding-bottom:0px !important;
}
.payment-steps .payment-label{
	font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #b08060;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.payment-steps .payment-label:after{
	content: '';
  flex: 1;
  height: 1px;
  background: rgba(176, 128, 96, 0.25);
}
.payment-steps .payment-title{
	font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 4vw, 30px);
  font-weight: 400;
  color: #2a1f1a;
  margin-bottom: 32px;
  line-height: 1.3;
}
.payment-card .col-inner{
	background: #fff;
  border: 1px solid rgba(42, 31, 26, 0.1);
  border-radius: 16px;
  padding: 28px 24px;
  transition: border-color 0.2s;
}
.payment-card .col-inner:hover{
	border-color: #d4a778;
}
.payment-card .pay-icon{
	width: 48px;
  height: 48px;
  background: #fdf3e8;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.payment-card .pay-icon svg{
	width: 24px;
  height: 24px;
}
.payment-card h3{
	font-size: 16px;
  font-weight: 500;
  color: #2a1f1a;
  margin-bottom: 8px;
}
.payment-card p{
	font-size: 13px;
  color: #7a6458;
  line-height: 1.6;
  font-weight: 300;
}
.payment-card .pay-badge{
	display: inline-block;
  font-size: 11px;
  background: #fdf3e8;
  color: #b08060;
  padding: 3px 10px;
  border-radius: 20px;
  margin-top: 10px;
  font-weight: 500;
}
.payment-security-bar .col-inner{
	background: #2a1f1a;
  border-radius: 16px;
  padding: 32px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 30px;
}
.payment-security-bar .security-icon{
	width: 56px;
  height: 56px;
  background: rgba(212, 167, 120, 0.15);
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-security-bar .security-icon svg{
	width: 28px;
  height: 28px;
}
.payment-security-bar h3{
	font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: #fdf9f6;
  font-weight: 400;
  margin-bottom: 6px;
}
.payment-security-bar p{
	font-size: 13px;
  color: rgba(253, 249, 246, 0.55);
  line-height: 1.65;
  font-weight: 300;
}
.payment-security-bar .features-row{
	display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 16px;
}
.payment-security-bar .features-row .feat{
	display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(253, 249, 246, 0.65);
}
.payment-security-bar .features-row .feat .feat-dot{
	width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d4a778;
  flex-shrink: 0;
}
.payment-wholesale-card .col-inner{
	background: #fff;
  border: 1px solid rgba(42, 31, 26, 0.1);
  border-radius: 16px;
  padding: 40px 36px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  margin-bottom: 30px;
}
.payment-wholesale-card h3{
	font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 400;
  color: #2a1f1a;
  margin-bottom: 10px;
}
.payment-wholesale-card p{
	font-size: 13px;
  color: #7a6458;
  line-height: 1.7;
  font-weight: 300;
  max-width: 380px;
}
.payment-wholesale-card .tag-row{
	display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.payment-wholesale-card .tag-row .tag{
	font-size: 11px;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid rgba(42, 31, 26, 0.15);
  color: #6b4a3e;
  font-weight: 400;
}
.payment-wholesale-card .btn-contact{
	background: #2a1f1a;
  color: #fdf9f6;
  padding: 14px 28px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
  letter-spacing: 0.5px;
  font-family: 'DM Sans', sans-serif;
  text-decoration: none;
  display: inline-block;
}
.payment-wholesale-card .btn-contact:hover{
	background: #4a3328;
}
.payment-refund-banner .col-inner{
	background: #fdf3e8;
  border-radius: 14px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.payment-refund-banner h3{
	font-size: 15px;
  font-weight: 500;
  color: #2a1f1a;
  margin-bottom: 4px;
}
.payment-refund-banner p{
	font-size: 13px;
  color: #7a6458;
  font-weight: 300;
}
.payment-refund-banner .btn-link{
	background: transparent;
  color: #b08060;
  border: 1px solid #d4a778;
  padding: 10px 22px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s;
  letter-spacing: 0.5px;
  font-family: 'DM Sans', sans-serif;
  text-decoration: none;
  display: inline-block;
}
.payment-refund-banner .btn-link:hover{
	background: rgba(212, 167, 120, 0.1);
}
/*End Payment*/