.terms-condition-style h3{
	font-size:20px;
	margin:15px 0px;
	font-weight:600;
}
.terms-condition-style h1{
	font-size:40px;
	margin:0px 0px 30px 0px;
	font-weight:700;
	text-align:center;
}
.terms-condition-style p{
	margin:5px 0px
}
/* new section */
.trust-section {
  background-color: #fff;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  letter-spacing: 1px;
}

.feature-box {
  border: 1px solid #eee;
  border-radius: 16px;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.icon i {
  font-size: 2.5rem;
  color: #bfa14a; /* elegant gold tone */
}

.feature-box h5 {
  margin-bottom: 10px;
  font-weight: 600;
  color: #000;
}

.feature-box p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}