.header-container {
  padding: 10px 20px;
  background: linear-gradient(to right, #00a3e0, #00b4a0);
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  font-size: 24px;
  font-weight: bold;
  color: #00a3e0;
  background: white;
  padding: 5px 10px;
  border-radius: 5px;
}
.nav-links a {
  color: #fff;
  margin-left: 15px;
  text-decoration: none;
  font-size: 16px;
}
.nav-links a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  .support-btn {
    font-size: 12px;
    padding: 3px 10px;
  }
  .header-container {
    flex-direction: column;
    text-align: center;
  }
  .logo {
    margin-bottom: 10px;
  }
}

.support-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 40px 20px;
  background-color: #fff;
  flex-wrap: wrap;
}
.text-content {
  max-width: 50%;
  text-align: left;
}
.text-content h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 45px;
}
.text-content p {
  color: #6c757d;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.support-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 50px;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}
.support-btn:hover {
  background-color: #0056b3;
}
.image-content img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .text-content {
    max-width: 100% !important;
    text-align: center;
  }
  .image-content {
    margin-top: 20px;
  }
  .text-content h1 {
    font-size: 2rem;
  }
}

.new-customer-container {
  background-color: #e6f0fa;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  /* margin: 20px; */
}
.new-customer-container h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.new-customer-container p {
  color: #6c757d;
  margin-bottom: 20px;
}
.main-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 50px;
  border-radius: 25px;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
.main-btn:hover {
  background-color: #0056b3;
}
.options-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.option-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 150px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.option-card p {
  font-size: 1.2rem;
  font-weight: 600;
}
.option-card img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.option-card a {
  color: #007bff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
}
.option-card a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .new-customer-container h1 {
    font-size: 2rem;
  }
  .main-btn {
    font-size: 1rem;
    padding: 8px 15px;
  }
  .option-card {
    width: 120px;
  }
  .option-card img {
    width: 30px;
    height: 30px;
  }
}

.new-customers-container {
  background: linear-gradient(90deg, #007bff, #0056b3);
  color: white;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  margin: 20px;
  position: relative;
}
.new-customers-container h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.new-customers-container h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.new-customers-container p {
  margin-bottom: 20px;
}
.call-btn {
  background-color: #fff;
  color: #007bff;
  border: none;
  padding: 10px 50px;
  border-radius: 25px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
.call-btn:hover {
  background-color: #e9ecef;
}
.footer-line {
  height: 5px;
  background: linear-gradient(to right, #00a3e0, #00b4a0);
  margin-top: 20px;
}
.footer {
  background-color: #f8f9fa;
  text-align: center;
  padding: 10px 0;
  font-size: 0.9rem;
  color: #6c757d;
}
.footer a {
  color: #6c757d;
  margin: 0 10px;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .new-customers-container h1 {
    font-size: 1.5rem;
  }
  .new-customers-container h2 {
    font-size: 1.2rem;
  }
  .call-btn {
    font-size: 1rem;
    padding: 8px 15px;
  }
}

.difference-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px;
  background-color: #fff;
  flex-wrap: wrap;
}
.difference-container .text-content {
  max-width: 50%;
}
.difference-container .text-content h2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.text-content ul {
  list-style: none;
  padding: 0;
}
.text-content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.text-content ul li img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.call-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
}
.call-btn:hover {
  background-color: #0056b3;
}
@media (max-width: 768px) {
  .text-content {
    max-width: 100%;
    text-align: center;
  }
  .image-content {
    margin-top: 20px;
  }
  .text-content h1 {
    font-size: 2rem;
  }
}

.plan-container {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 20px 0;
  -webkit-overflow-scrolling: touch;
}
.plan-card {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 20px;
  max-width: 300px;
  min-width: 300px;
  text-align: center;
  flex: 0 0 300px;
  transition: transform 0.2s;
}
.plan-card:hover {
  transform: scale(1.05);
}
.btn-custom {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
}
.btn-custom:hover {
  background-color: #0056b3;
}
.recommended {
  border: 2px solid #007bff;
}
