.navbar {
  border-bottom: 1px solid #d0d5da;
  padding-bottom: 10px;
}
.navbar-brand {
  font-size: 2rem;
  font-weight: bold;
}
.navbar-brand img {
  max-width: 40px;
  margin-right: 10px;
}
.custom-button {
  background-color: #28a745;
  border-color: #28a745;
  color: white;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding-inline: 40px;
  padding-block: 10px;
  margin-bottom: 20px;
}
.custom-button:hover {
  background-color: #218838;
  border-color: #1e7e34;
  color: #fff;
}

/* Hero */
.section-container {
  background-color: #f8f9fa;
  padding: 40px 40px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.text-primary-custom {
  color: #1a3c5e;
}
.image-container {
  border-radius: 10px;
  overflow: hidden;
}
.image-container img {
  width: 100%;
  height: auto;
}

/* Next */
.section-info {
  background-color: #4a90e2;
  padding: 40px 20px;
  border-radius: 0 10px 10px 0;
  color: white;
}
.image-container {
  background-color: #e6f0fa;
  /* padding: 20px; */
  border-radius: 10px;
  text-align: center;
}
.image-container-ban {
  /* background-color: #e6f0fa; */
  border-radius: 10px;
  text-align: center;
}
.text-secondary-custom {
  color: #4a90e2;
}
.image-container img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

/* Rest */
.section-rest {
  background-color: #f8f9fa;
  padding: 40px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.text-primary-custom {
  color: #1a3c5e;
}
.image-container {
  border-radius: 10px;
  overflow: hidden;
}
.image-container img {
  width: 100%;
  height: auto;
}
.btn-outline-secondary {
  color: #6c757d;
  border: 1px solid #092f3d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 115px;
  padding: 7px 11px 8px;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* CTA */
.section-cta {
  background-color: #a3d8d3;
  padding: 60px 0;
  color: #1a3c5e;
}
.content-box {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.section-img {
  background-color: #f8f9fa;
  position: relative;
  overflow: hidden;
}
.text-overlay {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.text-overlay h1 {
  font-size: 2.5rem;
  font-weight: bold;
}
.image-container {
  width: 100%;
  height: auto;
  margin-block: 18px;
}
.image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Info2 */
.section-info2 {
  background-color: #f8f9fa;
  padding: 40px 20px;
  text-align: center;
}
.container-info2 {
  max-width: 600px;
  margin-inline: auto;
  font-weight: 700;
}
.text-primary-custom {
  color: #1a3c5e;
  font-weight: 600;
}

/* Cta2 */
.section-cta2 {
  background-color: #e6f0fa;
  padding: 40px 20px;
  text-align: center;
}
.text-primary-custom {
  color: #1a3c5e;
}
.agent-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}

/* FAQ */
.section-faq {
  background-color: #f8f9fa;
  padding: 40px 20px;
}
.section-faq .text-primary-custom {
  text-align: center;
  color: #1a3c5e;
}
.accordion-item {
  border: none;
  border-bottom: 1px solid #dee2e6;
}
.accordion-button {
  color: #1a3c5e;
  background-color: #fff;
  font-weight: 500;
}
.accordion-button:not(.collapsed) {
  color: #1a3c5e;
  background-color: #fff;
  box-shadow: none;
}
.accordion-button::after {
  filter: invert(20%) sepia(100%) saturate(500%) hue-rotate(120deg);
}

/* Footer */
.footer {
  background-color: #2c6e8b;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
.text-primary-custom-foot {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
}
.footer-text {
  color: #e6f0fa;
  font-size: 0.9rem;
}
.footer-links a {
  color: #e6f0fa;
  text-decoration: none;
  margin: 0 10px;
}
.footer-links a:hover {
  text-decoration: underline;
}
.logo-img {
  max-width: 40px;
  margin-right: 10px;
}
.text-muted-bt {
  color: #092f3d;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-block: 10px;
}

@media screen and (max-width: 768px) {
  .section-container, .section-faq, .section-rest, .section-info2, .section-cta2 {
    padding: 30px 10px;
  }
  
}

/* Box */
body.modal-open {
  overflow: hidden !important;
}
.step-box {
  max-width: 500px;
  /* margin: 50px auto; */
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.step-box h5 {
  margin-bottom: 20px;
}
.question {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.btn-group {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.btn-group .btn {
  border-radius: 18px;
  width: 45%;
  font-weight: 600;
  border-top-left-radius: 18px !important;
  border-bottom-left-radius: 18px !important;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 18px !important;
  border-bottom-right-radius: 18px !important;
}
.final-message {
  display: none;
  text-align: center;
}
.final-message h3 {
  margin-bottom: 10px;
  color: green;
}
