.elementor-106 .elementor-element.elementor-element-47aaf31{--display:flex;}.elementor-106 .elementor-element.elementor-element-ffc27d9{--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;}/* Start custom CSS for html, class: .elementor-element-c93a8b6 *//* ========================= */
/* CONTACT PAGE */
/* ========================= */

.cf-contact-wrapper {
  background: #f6f7fb;
}

/* HERO */
.cf-contact-hero {
  padding: 100px 20px;
  text-align: center;
  background: linear-gradient(135deg, #e9ecff 0%, #f8f9ff 100%);
  border-radius: 24px;
  margin: 40px auto;
}

.cf-contact-hero h1 {
  font-size: 42px;
  margin-bottom: 15px;
}

.cf-contact-hero p {
  font-size: 18px;
  color: #555;
}

/* INFO CARDS */
.cf-contact-info {
  padding: 60px 0;
}

.cf-contact-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.cf-contact-card {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  text-align: center;
  transition: 0.3s ease;
}

.cf-contact-card:hover {
  transform: translateY(-5px);
}

.cf-contact-card h3 {
  margin-bottom: 15px;
  font-size: 20px;
}

.cf-contact-card p {
  font-size: 15px;
  color: #666;
}

/* CONTACT FORM + MAP */
.cf-contact-form-section {
  padding: 80px 0;
}

.cf-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  align-items: stretch;
}

.cf-contact-form-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.cf-contact-form-box h2 {
  margin-bottom: 25px;
  font-size: 28px;
}

.cf-contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cf-form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.cf-contact-form input,
.cf-contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #ddd;
  font-size: 14px;
  outline: none;
  transition: 0.3s ease;
}

.cf-form-row input {
  flex: 1 1 45%;
}

.cf-contact-form input:focus,
.cf-contact-form textarea:focus {
  border-color: #4f46e5;
}

.cf-contact-form button {
  padding: 16px;
  border-radius: 12px;
  border: none;
  background: #4f46e5;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.cf-contact-form button:hover {
  background: #3730a3;
}

/* MAP */
.cf-contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 24px;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media (max-width: 768px) {

  .cf-contact-hero h1 {
    font-size: 32px;
  }

  .cf-contact-hero p {
    font-size: 16px;
  }

  .cf-form-row {
    flex-direction: column;
  }

  .cf-form-row input {
    flex: 1 1 100%;
  }

}

@media (max-width: 480px) {

  .cf-contact-form-box {
    padding: 25px 20px;
  }

  .cf-contact-map iframe {
    min-height: 300px;
  }

}/* End custom CSS */