/*.services {*/
/*  padding: 6rem 0;*/
/*  background-color: #fff;*/
/*  color: #111;*/
/*}*/

/*.container {*/
/*  width: 95%;*/
/*  margin: 0 auto;*/
/*}*/

/*.section-title {*/
/*  font-size: 2rem;*/
/*  font-weight: 700;*/
/*  text-align: center;*/
/*  margin-bottom: 0.5rem;*/
/*  color: #000;*/
/*}*/

/*.section-subtitle {*/
/*  text-align: center;*/
/*  color: #555;*/
/*  margin-bottom: 3rem;*/
/*}*/

/*.service-grid {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));*/
/*  gap: 2rem;*/
/*}*/

/*.service-card {*/
/*  border: 1px solid #e0e0e0;*/
/*  border-radius: 12px;*/
/*  padding: 2rem;*/
/*  background-color: #fafafa;*/
/*  transition: all 0.3s ease;*/
/*}*/

/*.service-card:hover {*/
/*  background-color: #f0f0f0;*/
/*  transform: translateY(-5px);*/
/*}*/

/*.service-card h3 {*/
/*  font-size: 1.2rem;*/
/*  margin-bottom: 1rem;*/
/*  color: #111;*/
/*}*/

/*.service-card p {*/
/*  font-size: 0.95rem;*/
/*  line-height: 1.6;*/
/*  color: #555;*/
/*}*/
