.elementor-1873 .elementor-element.elementor-element-e9c4ef5{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3d129c4 *//* ===== Base Styles ===== */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background: #f9f9fb;
  color: #333;
}

section {
  padding: 50px 20px;
  max-width: 1100px;
  margin: auto;
}

h1, h2, h3 {
  color: #1a2b49;
  margin-bottom: 20px;
}

p {
  margin-bottom: 15px;
}

ul, ol {
  margin: 0 0 20px 20px;
}

a {
  text-decoration: none;
  color: #1a2b49;
  transition: 0.3s;
}

a:hover {
  color: #0046a3;
}

/* ===== Call-to-Action Buttons ===== */
.cta-btn {
  background: #007BFF;   /* Bright Blue for visibility */
  color: #fff;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
  font-weight: bold;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.cta-btn:hover {
  background: #0056b3;   /* Darker Blue */
  transform: translateY(-2px); /* Slight lift */
}

.cta-btn:active {
  background: #004494;   /* Even darker when clicked */
  transform: translateY(0);
}

/* ===== FAQ Accordion ===== */
details {
  margin-bottom: 12px;
  padding: 12px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ddd;
  cursor: pointer;
}

details summary {
  font-weight: bold;
  color: #1a2b49;
  cursor: pointer;
}

details[open] {
  background: #eef5ff;
  border-color: #0046a3;
}

/* ===== Testimonials ===== */
blockquote {
  border-left: 4px solid #1a2b49;
  padding-left: 15px;
  margin: 20px 0;
  font-style: italic;
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* ===== Responsive Layout ===== */
@media (max-width: 768px) {
  section {
    padding: 30px 15px;
  }
  h1, h2 {
    font-size: 1.4rem;
  }
  .cta-btn {
    display: block;
    text-align: center;
    margin: 20px auto;
  }
}




.nearby-links {
  background: #f4f8ff;
  padding: 40px 20px;
  border-radius: 8px;
  margin-top: 40px;
}

.nearby-links h2 {
  color: #1a2b49;
  margin-bottom: 15px;
}

.nearby-links ul {
  list-style: none;
  padding: 0;
}

.nearby-links ul li {
  margin: 8px 0;
}

.nearby-links a {
  color: #0046a3;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.nearby-links a:hover {
  color: #1a2b49;
  text-decoration: underline;
}/* End custom CSS */