.top-bar {
  background-color: #00468b;
  color: white;
  text-align: center;
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
}

.navbar-brand img {
  height: 60px;
}

.nav-link {
  color: #6c757d !important;
  font-weight: 700;
}

.btn-quote {
  border: 1px solid #6c757d;
  border-radius: 5px;
}

.nav-item:hover .nav-link {
  color: #000 !important;
}

@media (max-width: 768px) {
  .btn-quote {
    width: 100%; /* Ensure full width for small screens */
  }
}

.quote-section {
  background-image: url("media/main.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 50px 20px;
  display: flex;
  align-items: center;
  min-height: 400px;
}

.quote-content {
  max-width: 600px;
}

.quote-section h1 {
  font-weight: bold;
  color: #000;
}

.quote-section p {
  color: #6c757d;
  font-size: 18px;
  margin-bottom: 30px;
}

.quote-button {
  display: flex;
  align-items: center;
  border: 1px solid #212529;
  padding: 20px;
  border-radius: 5px;
  text-align: left;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-bottom: 20px;
  cursor: pointer;
}

.quote-button i {
  font-size: 50px;
  color: #212529;
  margin-right: 20px;
}

.quote-button a {
  font-weight: 600;
  font-size: 20px;
  color: #00468b;
  text-decoration: none;
}

.quote-button:hover {
  background-color: #00468b;
  color: #fff;
}

.quote-button:hover a {
  color: #fff;
}

@media (max-width: 968px) {
  .quote-section {
    background-image: none;
    background-color: #e1e6e2;
  }
}

@media (max-width: 768px) {
  .quote-section {
    background-image: none;
    background-color: #e1e6e2;
  }

  .quote-content {
    max-width: 100%;
  }

  .quote-section h1 {
    font-size: 24px;
  }

  .quote-section p {
    font-size: 16px;
  }

  .quote-button {
    margin-bottom: 15px;
  }
}

.why-choose-us {
  padding-top: 60px;
  padding-bottom: 60px; /* Padding from the top */
}

.why-choose-us h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.service-card {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card h6 {
  font-weight: 600;
  font-size: 20px;
}

.shop-phone {
  background-color: #00468b; /* Dark blue background */
  color: #ffffff; /* White text color */
  padding: 50px 20px; /* Padding for spacing */
}

.shop-phone h2 {
  font-size: 36px; /* Larger font size for heading */
  margin-bottom: 20px; /* Space below the heading */
}

.shop-phone p {
  font-size: 18px; /* Readable text size */
}

.shop-phone .phone-number {
  font-weight: bold; /* Bold for emphasis */
  font-size: 22px; /* Larger font size for phone number */
  margin-top: 20px; /* Space above the phone number */
}

.shop-phone i {
  color: white; /* Icon color */
}

.faq-section .card-header .btn-link {
  color: #00468b; /* Color for the question titles */
  text-decoration: none; /* Optional: removes underline from links */
  font-size: 20px; /* Larger font size for readability */
  width: 100%;
  text-align: left; /* Aligns text to the left */
}

.faq-section .card-body {
  font-size: 16px; /* Suitable text size for the content */
}

.footer-section a {
  color: #ffffff; /* Ensures all links are white */
  text-decoration: none; /* Optional: removes underline from links */
}
.footer-section a:hover {
  text-decoration: underline; /* Adds underline on hover for better accessibility */
}
.footer-section ul {
  padding-left: 0; /* Removes default padding */
}
.footer-section ul li {
  padding-bottom: 0.5rem; /* Adds spacing between list items */
}
.footer-section .small {
  font-size: 0.8rem; /* Smaller font size for disclosure */
}

/* Life insurance Page */

.life-insurance-quote {
  background-color: #ffffff; /* White background */
}

.life-insurance-quote .btn-primary {
  background-color: #007bff; /* Blue background for the button */
  border-color: #007bff; /* Blue border color */
}

.life-insurance-quote .btn-primary:hover {
  background-color: #0056b3; /* Darker blue background on hover */
  border-color: #004085; /* Darker blue border on hover */
}

.life-insurance-quote .form-control {
  max-width: 200px; /* Specific width for the ZIP code input */
}
.life-insurance-info {
  background-color: #e2e5e2; /* White background for the section */
  color: #212529; /* Bootstrap's default text color for readability */
}

.life-insurance-info p {
  font-size: 16px; /* Suitable text size for the content */
  line-height: 1.6; /* Improved line spacing for readability */
}

.cta-section {
  background-color: #f8f9fa; /* Light gray background for contrast */
  color: #212529; /* Dark text for readability */
}

.cta-section p {
  color: #212529; /* Standard text color */
}

.cta-section .btn-primary {
  background-color: #007bff; /* Blue background for the button */
  border-color: #007bff; /* Blue border for the button */
}

.cta-section .btn-primary:hover {
  background-color: #0056b3; /* Darker blue on hover */
  border-color: #004085; /* Darker blue border on hover */
}

.cta-section a:hover {
  text-decoration: underline; /* Underline on hover for links */
}
