


.section-title {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.section-title .highlight {
  color: #f4a124;
}

.section-subtitle {
  color: #6c757d;
  font-size: 1.1rem;
  margin-top: 0.5rem;
}

.care-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 20px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.care-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.care-card h5 {

  font-weight: 600;
  margin-bottom: 10px;
}

.care-card p {
  
  font-size: 0.95rem;
  line-height: 1.5;
}
.app{
    display: flex;
    align-items: center;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-list li {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  color: #444;
  font-size: 1rem;
}

.benefits-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
width: 26px;
    height: 30px;
  background: url('data:image/svg+xml;utf8,<svg fill="%23f4a124" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M160 0C160 0 32 160 32 272c0 70.7 57.3 128 128 128s128-57.3 128-128C288 160 160 0 160 0z"/></svg>') no-repeat center;
  background-size: contain;
}


.why-choose-us-sec {

  position: relative;
  overflow: hidden;
}
p{
    text-align: justify;
}

.k{
    display: flex;
    justify-content: center;
}
.l{
    display: flex;
    justify-content: center;
}





.subtitle-text {
  font-size: 1.1rem;
  color: #6c757d;
  margin-top: 10px;
}

.why-card {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  padding: 30px 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  text-align: center;
  backdrop-filter: blur(12px);
  transition: all 0.3s ease;
  height: 100%;
}

.why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}


.why-card p {


  margin-top: 10px;
}


.icon-circle {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 42px;
  color: #fff;
  background: #ccc;
}

.bg1 { background: linear-gradient(135deg, #f4a124, #ffcc70); }
.bg2 { background: linear-gradient(135deg, #ff7e5f, #feb47b); }
.bg3 { background: linear-gradient(135deg, #6dd5ed, #2193b0); }
.bg4 { background: linear-gradient(135deg, #f7971e, #ffd200); }
.bg5 { background: linear-gradient(135deg, #8360c3, #2ebf91); }
.bg6 { background: linear-gradient(135deg, #76b852, #8DC26F); }

@media (max-width: 768px) {
  .title-head {
    font-size: 1.8rem;
  }
}




.cta-section {
  background-color: #f5f5f5;
  padding: 60px 20px;
  text-align: center;
  border-top: 3px solid #a3cf4d;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.cta-section h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}

.cta-section p {
  font-size: 18px;
  color: #555;
  max-width: 700px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

.cta-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #7bb31a;
  color: white;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #669e0f;
}


