/* style/index-why-choose-pg66.css */

.page-index-why-choose-pg66 {
  font-family: 'Arial', sans-serif;
  color: #e0e0e0; /* Light grey for general text on dark background */
  background-color: #0A2463; /* Main background color */
}

.page-index-why-choose-pg66 .highlight {
  color: #FFD700; /* Accent color for highlights */
}

.page-index-why-choose-pg66__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-why-choose-pg66__hero {
  background: linear-gradient(135deg, #0A2463 0%, #1a3a70 100%);
  padding: 80px 0 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-why-choose-pg66__hero-title {
  font-size: 3.5em;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-index-why-choose-pg66__hero-subtitle {
  font-size: 1.3em;
  color: #c0c0c0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-why-choose-pg66__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 10px;
  cursor: pointer;
}

.page-index-why-choose-pg66__btn--primary {
  background-color: #FFD700;
  color: #0A2463;
  border: 2px solid #FFD700;
}

.page-index-why-choose-pg66__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-index-why-choose-pg66__btn--secondary {
  background-color: #007bff; /* A bright blue for contrast */
  color: #ffffff;
  border: 2px solid #007bff;
}

.page-index-why-choose-pg66__btn--secondary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

.page-index-why-choose-pg66__btn--outline {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-index-why-choose-pg66__btn--outline:hover {
  background-color: #FFD700;
  color: #0A2463;
}

.page-index-why-choose-pg66__hero-image {
  max-width: 100%;
  height: auto;
  margin-top: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-index-why-choose-pg66__features,
.page-index-why-choose-pg66__cta-banner,
.page-index-why-choose-pg66__testimonials,
.page-index-why-choose-pg66__faq {
  padding: 60px 0;
  text-align: center;
}

.page-index-why-choose-pg66__section-title {
  font-size: 2.8em;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-why-choose-pg66__section-description {
  font-size: 1.1em;
  color: #c0c0c0;
  max-width: 900px;
  margin: 0 auto 50px;
  line-height: 1.6;
}

.page-index-why-choose-pg66__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.page-index-why-choose-pg66__feature-item {
  background-color: #1a3a70; /* Darker blue for feature cards */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-why-choose-pg66__feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.page-index-why-choose-pg66__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.7));
}

.page-index-why-choose-pg66__feature-heading {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-why-choose-pg66__feature-text {
  font-size: 1em;
  color: #e0e0e0;
  line-height: 1.7;
}

.page-index-why-choose-pg66__cta-banner {
  background: linear-gradient(90deg, #0A2463, #32CD32); /* Use a vibrant green for CTA */
  padding: 80px 0;
}

.page-index-why-choose-pg66__cta-title {
  font-size: 3em;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-why-choose-pg66__cta-description {
  font-size: 1.2em;
  color: #e0e0e0;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.page-index-why-choose-pg66__testimonials {
  background-color: #0A2463;
}

.page-index-why-choose-pg66__testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-why-choose-pg66__testimonial-item {
  background-color: #1a3a70;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.page-index-why-choose-pg66__testimonial-quote {
  font-size: 1.1em;
  font-style: italic;
  color: #e0e0e0;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-index-why-choose-pg66__testimonial-author {
  font-size: 1em;
  font-weight: bold;
  color: #FFD700;
}

.page-index-why-choose-pg66__faq {
  background-color: #0A2463;
  text-align: left;
}

.page-index-why-choose-pg66__faq-item {
  background-color: #1a3a70;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.page-index-why-choose-pg66__faq-question {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-index-why-choose-pg66__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-index-why-choose-pg66__faq-question.active::after {
  transform: rotate(45deg);
}

.page-index-why-choose-pg66__faq-answer {
  font-size: 1em;
  color: #e0e0e0;
  line-height: 1.6;
  display: none;
  padding-top: 10px;
}

.page-index-why-choose-pg66__faq-answer.active {
  display: block;
}

.page-index-why-choose-pg66__text-link {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-why-choose-pg66__text-link:hover {
  color: #e6c200;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-index-why-choose-pg66__hero-title {
    font-size: 2.5em;
  }

  .page-index-why-choose-pg66__hero-subtitle {
    font-size: 1.1em;
  }

  .page-index-why-choose-pg66__section-title {
    font-size: 2em;
  }

  .page-index-why-choose-pg66__cta-title {
    font-size: 2.2em;
  }

  .page-index-why-choose-pg66__feature-grid,
  .page-index-why-choose-pg66__testimonial-grid {
    grid-template-columns: 1fr;
  }

  .page-index-why-choose-pg66__feature-item,
  .page-index-why-choose-pg66__testimonial-item,
  .page-index-why-choose-pg66__faq-item {
    padding: 20px;
  }

  .page-index-why-choose-pg66__faq-question {
    font-size: 1.3em;
  }
}

@media (max-width: 480px) {
  .page-index-why-choose-pg66__hero-title {
    font-size: 2em;
  }

  .page-index-why-choose-pg66__hero-subtitle {
    font-size: 1em;
  }

  .page-index-why-choose-pg66__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-index-why-choose-pg66__section-title {
    font-size: 1.8em;
  }

  .page-index-why-choose-pg66__cta-title {
    font-size: 1.8em;
  }
}