.faq {
  background-color: #f9fafb;
  color: #111; /* Dark text for better contrast */
  font-family: 'Poppins', sans-serif;
}

.faq h2 {
  font-weight: 700;
  color: #111;
  font-size: 2.2rem;
  line-height: 1.3;
}

.faq .accordion-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  margin-bottom: 1.2rem;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.faq .accordion-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.faq .accordion-button {
  background-color: #fff;
  color: #000;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 1.2rem 1.5rem;
  border: none;
  box-shadow: none !important;
  transition: all 0.3s ease;
}

.faq .accordion-button img {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.faq .accordion-button.collapsed img {
  transform: rotate(0deg);
}

.faq .accordion-button:not(.collapsed) img {
  transform: rotate(45deg);
}

.faq .accordion-button:not(.collapsed) {
  background-color: #eef4ff;
  color: #007bff;
}

.faq .accordion-body {
  background-color: #fff;
  padding: 1.8rem;
  border-top: 1px solid #e5e7eb;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #000; /* Set text color to black */
}

.faq .accordion-body h3.primary-text {
  color: #007bff;
  font-weight: 600;
  font-size: 1.15rem;
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
}

.faq .accordion-body p {
  color: #000; /* Ensures paragraph text is black */
}

.faq .accordion-body a {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}

.faq .accordion-body a:hover {
  text-decoration: underline;
}

.faq .accordion-body ul {
  margin: 1rem 0 1rem 1.5rem;
  padding: 0;
}

.faq .accordion-body ul li {
  margin-bottom: 0.4rem;
  line-height: 1.6;
  color: #000; /* Black list text */
  font-size: 1.05rem;
}

.faq .accordion-body ul.text-danger li {
  color: #dc3545;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .faq h2 {
    font-size: 1.7rem;
  }

  .faq .accordion-button {
    font-size: 1rem;
    padding: 1rem;
  }

  .faq .accordion-body {
    padding: 1rem;
    font-size: 1rem;
  }
}

.secondary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 10px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  background: #EF076A;
  border: 2px solid #EF076A;
  border-radius: 10px;
  height: 62px;
  max-height: 62px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  text-decoration:none;
}

.secondary-btn:hover {
  background: transparent;
  color: #EF076A !important;
  transition: all 0.3s ease-in-out;
}
.zip-code input[type=text] {
  border: 2px solid #007FE1;
  border-radius: 10px;
  letter-spacing: 18px;
  font-size: 18px;
  color: black;
  height: 62px;
  padding: 12px;
  width: 100%;
  max-width: 425px;
}

.zip-code input::placeholder {
  color: black;
}


.top-questions-section_five {
  background-color: #fff; /* Black background */
  color: #fff; /* White text */
  padding: 60px 0;
}

.top-questions-section_five h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 50px;
  color:#000;
}

.top-questions-section_five .tq-img img {
  width: 80px;
  height: auto;
  margin: 0 auto;
  transition: transform 0.3s ease;
}

.top-questions-section_five .tq-img img:hover {
  transform: scale(1.1);
}

.top-questions-section_five h6 {
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 15px;
}

.top-questions-section_five p {
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
}

.top-questions-section_five a {
  color: #000;
  text-decoration: underline;
}

.top-questions-section_five a:hover {
  color: #00bfff;
}


.top-questions {
  background-color: #000; /* Black background */
  color: #fff; /* White text */
  padding: 60px 0;
}

.top-questions h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.top-questions .tq-img img {
  width: 80px;
  height: auto;
  margin: 0 auto;
  transition: transform 0.3s ease;
}

.top-questions .tq-img img:hover {
  transform: scale(1.1);
}

.top-questions h6 {
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 15px;
}

.top-questions p {
  font-size: 1rem;
  line-height: 1.6;
  color: #ddd;
}

.top-questions a {
  color: #1e90ff;
  text-decoration: underline;
}

.top-questions a:hover {
  color: #00bfff;
}

/* Card-like styling for each item */
.top-questions .d-flex {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 30px 20px;
  transition: all 0.3s ease;
}

.top-questions .d-flex:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

/* Responsive Spacing */
@media (max-width: 992px) {
  .top-questions h2 {
    font-size: 1.75rem;
    margin-bottom: 40px;
  }

  .top-questions p {
    font-size: 0.95rem;
  }

  .top-questions .d-flex {
    padding: 25px 15px;
  }
}

@media (max-width: 768px) {
  .top-questions {
    padding: 40px 0;
  }

  .top-questions h2 {
    font-size: 1.5rem;
  }

  .top-questions .tq-img img {
    width: 70px;
  }

  .top-questions h6 {
    font-size: 1rem;
  }

  .top-questions p {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .top-questions h2 {
    font-size: 1.3rem;
  }

  .top-questions .tq-img img {
    width: 60px;
  }

  .top-questions .d-flex {
    padding: 20px 10px;
  }
}
.success-btn {
  background-color: #52bf0b; /* Green background */
  color: #ffffff !important; /* Force white text */
  font-size: 20px; /* Larger text */
  font-weight: 600;
  padding: 18px 48px; /* Bigger button */
  border: none;
  border-radius: 10px; /* Smooth rounded corners */
  text-transform: uppercase;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* Space between text and icon */
  transition: all 0.3s ease;
  cursor: pointer;
}

.success-btn:hover {
  background-color: #52bf0b; /* Darker green on hover */
  transform: translateY(-3px); /* Subtle lift effect */
  color: #ffffff !important; /* Keep white text on hover */
  text-decoration: none !important;
}

.success-btn iconify-icon {
  font-size: 24px; /* Larger icon */
  color: #ffffff; /* Icon white too */
  transition: color 0.3s ease;
}

.success-btn:hover iconify-icon {
  color: #ffffff;
}


.color-coded {
  background-color: #fff; /* Keep light background */
  padding: 80px 0;
}

.color-coded h2 {
  color: #000; /* Black heading */
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
}

.color-coded p {
  color: #000; /* Black text */
  font-size: 20px;
  line-height: 1.6;
}

/* ✅ Only target the small icons inside the text rows */
.color-coded .d-flex img {
  width: 50px;
  height: auto;
}

/* Keep the main image (girls.png) full width */
.color-coded .col-md-5 img {
  width: 100%;
  height: auto;
}

.color-coded .fs-25 {
  font-size: 22px !important;
  color: #000 !important;
}

@media (max-width: 768px) {
  .color-coded h2 {
    font-size: 32px;
  }
  .color-coded p {
    font-size: 18px;
  }
}
