.why-kammanahalli-section {
  padding: 60px 20px;
  background-color: #f8f9fa;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 80px;
}

.why-kammanahalli-container {
  max-width: 900px;
  margin: 0 auto;
}

.why-kammanahalli-title {
  text-align: center;
  font-size: 32px;
  color: #2c3e50;
  margin-bottom: 40px;
}

.why-kammanahalli-block {
  margin-bottom: 30px;
}

.why-kammanahalli-subtitle {
  font-size: 24px;
  color: #1d3557;
  margin-bottom: 10px;
}

.why-kammanahalli-text {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}



/*services*/

.core-services-mini {
  padding: 60px 20px;
  background-color: #ffffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.core-services-mini-container {
  max-width: 1100px;
  margin: 0 auto;
}

.core-services-mini-title {
  text-align: center;
  font-size: 30px;
  color: #2c3e50;
  margin-bottom: 40px;
}

.core-services-mini-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.core-services-mini-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  flex: 1 1 220px;
  max-width: 250px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
}

.core-services-mini-card:hover {
  transform: translateY(-5px);
}

.core-services-mini-icon {
  font-size: 28px;
  color: #1d3557;
  margin-bottom: 10px;
}

.core-services-mini-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #1d3557;
}

.core-services-mini-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}



.covered-areas-listing {
  background-color: #f9f9f9;
  padding: 60px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.covered-areas-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.covered-areas-heading {
  font-size: 30px;
  text-align: center;
  color: #2c3e50;
  margin-bottom: 30px;
}

.covered-areas-ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.covered-areas-ul li {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.covered-areas-ul i {
  color: #1d3557;
  font-size: 18px;
}






.long-process-cards {
  background-color: #f5f7fa;
  padding: 60px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.long-process-container {
  max-width: 1100px;
  margin: 0 auto;
}

.long-process-title {
  text-align: center;
  font-size: 32px;
  color: #2c3e50;
  margin-bottom: 50px;
}

.long-process-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.long-process-card {
  background-color: #ffffff;
  display: flex;
  align-items: flex-start;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.long-process-card:hover {
  transform: translateY(-5px);
}

.process-icon {
  font-size: 28px;
  color: #1d3557;
  margin-right: 20px;
  min-width: 40px;
  margin-top: 5px;
}

.process-content h3 {
  font-size: 20px;
  margin: 0 0 10px;
  color: #1d3557;
}

.process-content p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}




.faq-kammanahalli {
  padding: 60px 20px;
  background-color: #f9f9f9;
  margin-top: 20px;
  font-family: Arial, sans-serif;
}

.faq-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.faq-heading {
  text-align: center;
  font-size: 32px;
  color: #2c3e50;
  margin-bottom: 40px;
}

.faq-item {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 15px;
}

.faq-item summary {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  color: #1d3557;
}

.faq-item p {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

