.elementor-17 .elementor-element.elementor-element-4ebbef0{--display:flex;}.elementor-17 .elementor-element.elementor-element-f251dfe{--display:flex;}.elementor-17 .elementor-element.elementor-element-0135a36{--display:flex;}.elementor-17 .elementor-element.elementor-element-09b6026{--display:flex;}.elementor-17 .elementor-element.elementor-element-dfa272b{--display:flex;}.elementor-17 .elementor-element.elementor-element-ff2af65{--display:flex;}.elementor-17 .elementor-element.elementor-element-5347f7f{--display:flex;}.elementor-17 .elementor-element.elementor-element-4bd07f1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-36dde12 */.contact-info-section {
  background-color: #f8f9fa;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.contact-info-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}

.contact-details {
  flex: 1 1 45%;
}

.contact-details h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #222;
}

.contact-details p {
  font-size: 16px;
  margin-bottom: 12px;
  color: #333;
}

.contact-details a {
  color: #0073e6;
  text-decoration: none;
}

.contact-details a:hover {
  text-decoration: underline;
}

.map-embed {
  flex: 1 1 50%;
}

@media (max-width: 768px) {
  .contact-info-container {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-208d318 */.map-section {
  padding: 60px 20px;
  background-color: #f1f1f1;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.map-section h2 {
  margin-bottom: 25px;
  font-size: 28px;
  color: #222;
}

.map-container iframe {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-41a3e3f */.social-media-section {
  padding: 50px 20px;
  background-color: #fff;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.social-media-section h2 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #222;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.social-icons a {
  font-size: 24px;
  color: #444;
  background-color: #f1f1f1;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s;
}

.social-icons a:hover {
  background-color: #0073e6;
  color: #fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c26041 */.faq-accordion-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.faq-accordion-section h2 {
  font-size: 28px;
  margin-bottom: 30px;
  color: #222;
}

.accordion {
  max-width: 700px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-button {
  width: 100%;
  padding: 15px;
  text-align: left;
  font-size: 18px;
  background-color: #0073e6;
  color: #fff;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.accordion-button:hover {
  background-color: #005bb5;
}

.accordion-content {
  padding: 15px;
  display: none;
  background-color: #f1f1f1;
  color: #444;
}

.accordion-button.active + .accordion-content {
  display: block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-101bc3c */.cta-section {
  background-color: #0073e6;
  color: #fff;
  padding: 50px 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.cta-container h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

.cta-container p {
  font-size: 18px;
  margin: 10px 0;
}

.cta-container a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  transition: color 0.3s;
}

.cta-container a:hover {
  color: #ffdd57;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6df9add */.privacy-note-section {
  background-color: #f9f9f9;
  padding: 15px 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
  color: #444;
  border-top: 1px solid #ddd;
}

.privacy-note-section i {
  margin-right: 6px;
  color: #28a745;
}/* End custom CSS */