body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #f9f9f9;
  color: #333;
}

header {
  background: #4b0082;
  color: white;
  padding: 1rem 0;
  text-align: center;
}
.chat-info {
  max-width: 800px;
  margin: 2rem auto;
  padding: 1rem;
  text-align: center;
  line-height: 1.6;
}

.chat-frame {
  max-width: 1000px;
  margin: 2rem auto;
  padding: 1rem;
}

iframe {
  border: 2px solid #ddd;
  border-radius: 10px;
}

.logo {
  height: 50px;
  vertical-align: middle;
  margin-right: 10px;
}

header h1 {
  display: inline;
  font-size: 2rem;
  vertical-align: middle;
}

main {
  padding: 2rem 1rem;
  max-width: 800px;
  margin: auto;
}

.hero {
  text-align: center;
  padding: 2rem 0;
}

.cta-btn {
  display: inline-block;
  margin-top: 1rem;
  background: #4b0082;
  color: white;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border-radius: 8px;
}

.features {
  margin-top: 2rem;
}

.features ul {
  list-style: none;
  padding: 0;
}

.features li {
  margin: 0.5rem 0;
  padding-left: 1rem;
}

.seo-text {
  margin-top: 2rem;
  line-height: 1.6;
}

footer {
  background: #222;
  color: #ccc;
  text-align: center;
  padding: 1rem 0;
  margin-top: 2rem;
}

footer a {
  color: #ccc;
  margin: 0 10px;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}
.legal-content {
  max-width: 800px;
  margin: 2rem auto;
  padding: 1rem;
  line-height: 1.7;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.legal-content h2 {
  text-align: center;
  margin-bottom: 1rem;
}

.legal-content h3 {
  margin-top: 1.5rem;
  color: #4b0082;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: auto;
  padding: 0 1rem;
}

.logo-container {
  display: flex;
  align-items: center;
}

.logo {
  height: 40px;
  margin-right: 10px;
}

.site-name {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
}

.nav-links a {
  color: white;
  margin-left: 1rem;
  text-decoration: none;
  font-weight: 500;
}

.nav-links a:hover {
  text-decoration: underline;
}
.contact-form-section {
  max-width: 600px;
  margin: 2rem auto;
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.contact-form-section h2 {
  text-align: center;
  margin-bottom: 1rem;
}

.contact-form-section p {
  text-align: center;
  margin-bottom: 2rem;
}

form {
  display: flex;
  flex-direction: column;
}

form label {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

form input, form textarea {
  margin-bottom: 1rem;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}

form button {
  background-color: #4b0082;
  color: white;
  padding: 0.75rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
}

form button:hover {
  background-color: #360062;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem;
  max-width: 1100px;
  margin: auto;
}

.footer-left {
  font-size: 0.9rem;
  color: #fff;
}

.footer-right a {
  margin-left: 1rem;
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
}

.footer-right a:hover {
  text-decoration: underline;
}
.hero {
  background: linear-gradient(135deg, #4b0082, #800080);
  color: white;
  padding: 3rem 1rem;
  text-align: center;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.cta-button {
  background-color: #ffffff;
  color: #4b0082;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
}

.cta-button:hover {
  background-color: #eee;
}

.features {
  max-width: 1000px;
  margin: 2rem auto;
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.feature h2 {
  margin-bottom: 0.5rem;
  color: #4b0082;
}

@media (min-width: 768px) {
  .features {
    grid-template-columns: 1fr 1fr;
  }
}
.about-section {
  max-width: 800px;
  margin: 2rem auto;
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.about-section h1, .about-section h2 {
  color: #4b0082;
}

.about-section ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.about-section li {
  margin-bottom: 0.5rem;
}
   .chat-redirect-images {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 2rem;
    }

    .chat-image {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      cursor: pointer;
    }

    .mobile-chat {
      display: none;
    }

    .desktop-chat {
      display: block;
    }

    @media (max-width: 768px) {
      .desktop-chat {
        display: none;
      }

      .mobile-chat {
        display: block;
      }
    }
	.chat-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 2rem auto;
  flex-wrap: wrap;
}

.chat-btn {
  background-color: #4b0082;
  color: #fff;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1rem;
  transition: background-color 0.3s;
}

.chat-btn:hover {
  background-color: #360062;
}
