.elementor-40 .elementor-element.elementor-element-391cba5{--display:flex;}.elementor-40 .elementor-element.elementor-element-73de7a0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-87a370b */.hero-section {
  background: linear-gradient(135deg, #e8ecfb 0%, #ffffff 45%, #f5f0e6 75%, #eef4ec 100%);
  padding: 80px 40px;
  width: 100%;
  box-sizing: border-box;
}

.hero-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

/* Breadcrumb */
.breadcrumb {
  font-size: 15px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb-link {
  color: #6b7280;
  text-decoration: none;
}

.breadcrumb-link:hover {
  text-decoration: underline;
}

.breadcrumb-separator {
  color: #9ca3af;
}

.breadcrumb-current {
  color: #2b3a99;
  font-weight: 600;
}

/* Badge */
.hero-badge {
  display: inline-block;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #2b3a99;
  background: #ffffff;
  margin-bottom: 28px;
}

/* Title */
.hero-title {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.15;
  color: #1a1a2e;
  margin: 0 0 28px 0;
  letter-spacing: -1px;
}

/* Subtitle */
.hero-subtitle {
  font-size: 19px;
  line-height: 1.6;
  color: #6b7280;
  max-width: 700px;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section {
    padding: 50px 20px;
  }
  .hero-title {
    font-size: 32px;
  }
  .hero-subtitle {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dbfd79a */.contact-page-section {
  background: #ffffff;
  padding: 60px 40px;
  width: 100%;
  box-sizing: border-box;
}

.contact-page-container {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 28px;
  align-items: start;
}

/* Form card */
.contact-form-card {
  background: #ffffff;
  border: 1px solid #eef0f2;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.form-title {
  font-size: 26px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 10px 0;
}

.form-subtitle {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0 0 28px 0;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group.full {
  grid-column: 1 / -1;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 8px;
}

.required {
  color: #e8622c;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 14px;
  color: #1a1a2e;
  box-sizing: border-box;
  font-family: inherit;
}

.form-group textarea {
  resize: vertical;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #2b3a99;
}

.btn-submit {
  width: 100%;
  background: linear-gradient(135deg, #f5a623, #e8622c);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 16px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: opacity 0.2s ease;
}

.btn-submit:hover {
  opacity: 0.9;
}

/* Sidebar */
.contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sidebar-card,
.livechat-card {
  background: #ffffff;
  border: 1px solid #eef0f2;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.livechat-card {
  background: #f7f8f9;
}

.sidebar-title {
  font-size: 19px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 20px 0;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

.info-icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.info-label {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 2px;
}

.info-value {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
}

.btn-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 13px;
  border-radius: 999px;
  text-decoration: none;
  margin-top: 8px;
  margin-bottom: 10px;
}

.btn-consultation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ffffff;
  color: #2b3a99;
  font-weight: 700;
  font-size: 14px;
  padding: 13px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid #e5e7eb;
}

.map-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eef0f2;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.livechat-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 10px 0;
}

.livechat-text {
  font-size: 13px;
  line-height: 1.6;
  color: #6b7280;
  margin: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .contact-page-container {
    grid-template-columns: 1fr;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */