.head-title {
  font-size: 40px !important;
}

.why-us {
  font-size: 30px !important;
}

.service-header {
  font-size: 65px !important;
}

.working-steps {
  padding-bottom: 50px !important;
}
.faq-spacing {
  padding-top: 0% !important;
}

.clients-area-container {
  margin: 0 !important;
}


/* Privacy Policy Page Styles */
.privacy-policy {
  padding: 40px 0;
  background-color: #f9f9f9;
}

.privacy-policy .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.privacy-policy-inner {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  line-height: 1.6;
}

.privacy-policy h1.section-title {
  font-size: 32px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.privacy-policy h2 {
  font-size: 26px;
  color: #333;
  margin-top: 30px;
  font-weight: 600;
}

.privacy-policy p {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
  text-align: justify;
}

.privacy-policy ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.privacy-policy ul li {
  font-size: 16px;
  color: #555;
  margin-bottom: 8px;
}

.privacy-policy ul li strong {
  color: #333;
}

.privacy-policy .section-content {
  font-family: 'Arial', sans-serif;
}

.privacy-policy a {
  color: #1e73be;
  text-decoration: none;
}

.privacy-policy a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .privacy-policy {
      padding: 20px 0;
  }

  .privacy-policy .container {
      padding: 0 10px;
  }

  .privacy-policy-inner {
      padding: 20px;
  }

  .privacy-policy h1.section-title {
      font-size: 28px;
  }

  .privacy-policy h2 {
      font-size: 22px;
  }

  .privacy-policy p,
  .privacy-policy ul li {
      font-size: 14px;
  }
}

/* General Page Styling */
.terms-conditions {
  background-color: #f9f9f9;
  padding: 60px 0;
}

.terms-conditions-inner {
  background-color: #fff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  padding: 40px;
  border-radius: 8px;
  margin-top: 30px;
}

.terms-conditions .section-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
  font-family: 'Arial', sans-serif;
}

.terms-conditions .section-content {
  max-width: 900px;
  margin: 0 auto;
  font-family: 'Arial', sans-serif;
  color: #555;
  line-height: 1.8;
}

.terms-conditions p {
  margin-bottom: 20px;
  font-size: 16px;
}

.terms-conditions ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.terms-conditions ul li {
  font-size: 16px;
  margin-bottom: 10px;
}

/* Headings Style */
.terms-conditions h2 {
  font-size: 26px;
  font-weight: bold;
  color: #222;
  margin-top: 40px;
  margin-bottom: 20px;
}

.terms-conditions h3 {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-top: 30px;
}

/* Links Styling */
.terms-conditions a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.terms-conditions a:hover {
  color: #0056b3;
}

/* Contact Info List */
.terms-conditions ul li strong {
  color: #333;
}

/* Responsive Design for Mobile */
@media (max-width: 767px) {
  .terms-conditions .section-title {
      font-size: 28px;
  }

  .terms-conditions .section-content {
      padding: 20px;
  }

  .terms-conditions p,
  .terms-conditions ul li {
      font-size: 14px;
  }

  .terms-conditions h2 {
      font-size: 24px;
  }
}



/* WhatsApp Button Styling */
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  background-color: #25D366; /* WhatsApp green color */
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.whatsapp-icon {
  width: 50px; /* Set the size of the icon */
  height: auto;
}

/* Optional: Add a hover effect */
.whatsapp-button:hover {
  background-color: #128C7E; /* Darker green for hover */
}


