.elementor-30 .elementor-element.elementor-element-2786b50{--display:flex;}.elementor-30 .elementor-element.elementor-element-4e2e353{--display:flex;}.elementor-30 .elementor-element.elementor-element-e84516d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d510fa5 */.contact-info-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: #f6f6f6;
  padding: 40px;
  border-radius: 10px;
  flex-wrap: wrap;
}

.contact-box {
  flex: 1;
  min-width: 250px;
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.contact-box .icon {
  width: 60px;
  height: 60px;
  background: #eef2ff;
  color: #6c63ff;
  font-size: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.contact-box h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.contact-box p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-909a918 */.site-footer {
  background: #0f172a;
  color: #e5e7eb;
  padding-top: 50px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px 40px;
  flex-wrap: wrap;
}

.footer-box {
  flex: 1;
  min-width: 250px;
}

.footer-box h3 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 22px;
}

.footer-box h4 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-box p {
  font-size: 14px;
  line-height: 1.7;
  color: #cbd5f5;
}

.footer-box ul {
  list-style: none;
  padding: 0;
}

.footer-box ul li {
  margin-bottom: 10px;
}

.footer-box ul li a {
  color: #cbd5f5;
  text-decoration: none;
  font-size: 14px;
}

.footer-box ul li a:hover {
  color: #38bdf8;
}

.footer-bottom {
  background: #020617;
  text-align: center;
  padding: 15px;
  font-size: 13px;
  color: #94a3b8;
}/* End custom CSS */