@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap");

/* ===== GLOBAL ===== */
body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  background: #f9fafb;
  color: #111;
}

.ecd-web-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 24px;
}

/* ===== HERO ===== */
.ecd-web-hero {
  padding: 100px 20px 60px;
  text-align: center;
}

.ecd-web-title {
  font-size: 56px;
  font-weight: 800;
  letter-spacing: -1px;
  margin: 0;
}

/* ===== ICONS ===== */
.ecd-web-icons {
  padding: 40px 0 80px;
}

.ecd-web-flex {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.ecd-web-flex-3 > div {
  flex: 1;
  min-width: 260px;
}

.ecd-web-icon-box {
  background: #fff;
  border-radius: 16px;
  padding: 40px 25px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.ecd-web-icon-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.ecd-web-icon-box i {
  font-size: 42px;
  color: #70af69;
  margin-bottom: 15px;
}

.ecd-web-icon-box h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.ecd-web-icon-box p {
  font-size: 14px;
  color: #666;
  margin: 4px 0;
}

/* ===== MAP ===== */
.ecd-web-map iframe {
  width: 100%;
  height: 500px;
  border: 0;
}

/* ===== APPOINTMENT ===== */
.ecd-web-appointment {
  padding: 100px 0;
  background: #fff;
}

.ecd-web-appointment-wrap {
  display: flex;
  gap: 60px;
  align-items: center;
  flex-wrap: wrap;
}

.ecd-web-appointment-info {
  flex: 1;
}

.ecd-web-appointment-info h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

.ecd-web-appointment-info p {
  color: #555;
  margin-bottom: 20px;
}

.ecd-web-appointment-info ul {
  padding-left: 0;
  list-style: none;
}

.ecd-web-appointment-info li {
  margin-bottom: 10px;
  font-weight: 500;
}

.ecd-web-appointment-calendar {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

/* ===== CONTACT ===== */
.ecd-web-contact {
  padding: 100px 0;
}

.ecd-web-contact-wrap {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}

.ecd-web-contact-info {
  flex: 1;
}

.ecd-web-contact-info h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.ecd-web-contact-info p {
  color: #555;
  margin-bottom: 10px;
}

.ecd-web-contact-form {
  flex: 1;
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

/* ===== FORM ===== */
.ecd-web-contact-form input,
.ecd-web-contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  transition: all 0.2s ease;
}

.ecd-web-contact-form input:focus,
.ecd-web-contact-form textarea:focus {
  border-color: #70af69;
  outline: none;
  box-shadow: 0 0 0 3px rgba(112, 175, 105, 0.15);
}

.ecd-web-contact-form textarea {
  min-height: 120px;
}

.ecd-web-contact-form label {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

/* BUTTON */
.ecd-web-contact-form button {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg, #70af69, #4e8d53);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ecd-web-contact-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .ecd-web-title {
    font-size: 36px;
  }

  .ecd-web-appointment-wrap,
  .ecd-web-contact-wrap {
    flex-direction: column;
  }
}

.ecd-web-appointment-calendar {
  flex: 1;
  min-width: 320px;
}

/* THIS IS THE KEY FIX */
.calendly-inline-widget {
  width: 100% !important;
  height: 700px !important;
  min-height: 700px;
}

.ecd-web-appointment-wrap {
  align-items: stretch;
}

.ecd-web-appointment-calendar {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}

.book-call-btn {
  padding: 10px;
  background: #70af69;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  width: 150px;
  text-align: center;
}

.appointment-section {
  padding: 80px 10%;
}

.appointment-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: center;
}

.appointment-info h2 {
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.appointment-info p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.appointment-info ul {
  list-style: none;
  padding: 0;
}

.appointment-info ul li {
  margin-bottom: 12px;
  font-size: 15px;
}

@media (max-width: 900px) {
  .appointment-container {
    grid-template-columns: 1fr;
  }

  .appointment-info {
    text-align: center;
    padding-left: 10px;
  }
}

.bold-let {
  font-weight: bold;
}

.timezone-note {
  font-size: 14px;
  color: #666;
  margin: 10px 0 20px;
}

.appointment-section a.book-call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 16px;
  background-color: #70af69;
  color: #ffffff;

  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  width: 150px;
}

/* SECTION */
.ecd-web-icons {
  padding: 80px 0;
}

/* GRID */
.ecd-web-flex {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.ecd-web-flex-3 > div {
  flex: 1;
  min-width: 260px;
}

/* CARD */
.ecd-web-icon-box {
  text-align: center;
  padding: 50px 30px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #eee;
  transition: all 0.35s ease;
  position: relative;
}

.ecd-web-icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}

/* ICON CIRCLE */
.ecd-web-icon-circle {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: #70af69;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  /* 🔥 KEY FIXES */
  line-height: 0;
  padding-top: 7px;
}

.ecd-web-icon-circle i {
  font-size: 26px;
  color: #fff;

  /* 🔥 FORCE PERFECT CENTER */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* TEXT */
.ecd-web-icon-box h4 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}

.ecd-web-icon-box p {
  color: #666;
  font-size: 15px;
  margin: 5px 0;
  line-height: 1.6;
}

/* LINKS */
.ecd-web-link {
  display: inline-block;
  margin-top: 15px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  position: relative;
}

.ecd-web-link span {
  margin-left: 6px;
  color: #70af69;
  transition: transform 0.3s ease;
}

/* underline animation */
.ecd-web-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #111;
  transform: scaleX(1);
}

/* hover */
.ecd-web-link:hover span {
  transform: translateX(6px);
}

/* MOBILE */
@media (max-width: 768px) {
  .ecd-web-icon-box {
    padding: 40px 20px;
  }
}

.ecd-web-icon-circle i {
  transform: translateY(1px);
}

/* ===== SECTION ===== */
.ecd-contact-section {
  padding: 100px 20px;
  background: #f9fafb;
}

.ecd-contact-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 80px;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* ===== LEFT SIDE ===== */
.ecd-contact-info {
  flex: 1;
}

.ecd-contact-eyebrow {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #777;
  font-weight: 600;
}

.ecd-contact-title {
  font-size: 52px;
  font-weight: 800;
  margin: 20px 0;
  line-height: 1.1;
  letter-spacing: -1px;
}

.ecd-contact-description {
  font-size: 18px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* CONTACT DETAILS */
.ecd-contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ecd-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  color: #333;
}

.ecd-contact-item i {
  width: 40px;
  height: 40px;
  background: #eaf6ea;
  color: #70af69;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.num-text {
  color: #222;
  text-decoration: none;
}

/* ===== RIGHT SIDE FORM ===== */
.ecd-contact-form {
  flex: 1;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
}

/* GRID */
.ecd-form-grid {
  display: flex;
  gap: 20px;
}

.ecd-form-grid .ecd-input {
  flex: 1;
}

/* INPUT WRAPPER */
.ecd-input {
  position: relative;
  margin-bottom: 20px;
}

.ecd-input i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #70af69;
  font-size: 14px;
}

/* INPUT */
.ecd-input input,
.ecd-input textarea {
  width: 100%;
  padding: 14px 14px 14px 40px;
  border: none;
  border-bottom: 1px solid #ddd;
  background: transparent;
  font-size: 15px;
  transition: all 0.3s ease;
}

.ecd-input textarea {
  min-height: 120px;
  resize: none;
}

/* FOCUS EFFECT */
.ecd-input input:focus,
.ecd-input textarea:focus {
  outline: none;
  border-bottom: 1px solid #70af69;
}

/* ===== CHECKBOX ===== */
.ecd-checkbox {
  margin: 20px 0;
}

.ecd-checkbox label {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ecd-checkbox input {
  width: 16px;
  height: 16px;
}

/* ===== BUTTON ===== */
.ecd-submit-btn {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 50px;
  background: linear-gradient(135deg, #70af69, #4e8d53);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ecd-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .ecd-contact-container {
    flex-direction: column;
    gap: 50px;
  }

  .ecd-contact-title {
    font-size: 36px;
  }

  .ecd-form-grid {
    flex-direction: column;
  }
}

/* FIX ONLY FOR TEXTAREA ICON */
.ecd-textarea i {
  top: 20px;
  /* push icon to top */
  transform: none;
  /* remove vertical centering */
}

.ecd-textarea textarea {
  padding-top: 16px;
}

:root {
  --nav-height: 100px; /* increased from 96px */
}
