/* xl - DESKTOP STYLES */
.planning_expert_section {
  background-color: #0b2216;
  padding: 80px 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.planning_expert_section .container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.planning_expert_section .grid_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 991px) {
  .planning_expert_section .grid_wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.planning_expert_section .content_column {
  flex: 1;
  min-width: 320px;
  max-width: 580px;
}
@media (max-width: 991px) {
  .planning_expert_section .content_column {
    max-width: 100%;
  }
}
.planning_expert_section .content_column .tagline {
  display: block;
  color: #3b6b4c;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
.planning_expert_section .content_column h2 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  margin: 0 0 25px 0;
  letter-spacing: -0.5px;
}
@media (max-width: 767px) {
  .planning_expert_section .content_column h2 {
    font-size: 40px;
  }
}
.planning_expert_section .content_column .description {
  font-size: 16px;
  line-height: 1.6;
  color: #c4d1c9;
  margin-bottom: 35px;
}
.planning_expert_section .content_column .description p {
  margin: 0 0 15px 0;
}
.planning_expert_section .content_column .description p:last-child {
  margin-bottom: 0;
}
.planning_expert_section .content_column .includes_list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 40px;
}
.planning_expert_section .content_column .includes_list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
  font-size: 16px;
  color: #ffffff;
}
.planning_expert_section .content_column .includes_list li:last-child {
  margin-bottom: 0;
}
.planning_expert_section .content_column .includes_list li .checkmark {
  color: #a3cbb3;
  margin-right: 12px;
  font-weight: bold;
  flex-shrink: 0;
}
.planning_expert_section .content_column .includes_list li .text {
  line-height: 1.4;
}
.planning_expert_section .content_column .contact_call .call_text {
  font-size: 16px;
  color: #c4d1c9;
  margin: 0 0 8px 0;
}
.planning_expert_section .content_column .contact_call .phone_number {
  font-size: 48px;
  font-weight: 800;
  color: #ff5522;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
  line-height: 1;
}
.planning_expert_section .content_column .contact_call .phone_number:hover {
  color: #ff7347;
}
@media (max-width: 767px) {
  .planning_expert_section .content_column .contact_call .phone_number {
    font-size: 38px;
  }
}
.planning_expert_section .form_column {
  width: 100%;
  max-width: 520px;
}
@media (max-width: 991px) {
  .planning_expert_section .form_column {
    max-width: 100%;
  }
}
.planning_expert_section .contact_form_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
.planning_expert_section .w-100 {
  width: 100%;
}
.planning_expert_section div.contact_form_wrapper > div:nth-child(2) {
  padding: 0;
}
.planning_expert_section .contact_form_wrapper textarea.wpcf7-form-control.wpcf7-textarea {
  height: 100px;
}
.planning_expert_section .contact_form_wrapper p {
  margin: 0;
}
.planning_expert_section .form_card {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 40px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
@media (max-width: 479px) {
  .planning_expert_section .form_card {
    padding: 25px 20px;
  }
}
.planning_expert_section .form_card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 12px 0;
}
.planning_expert_section .form_card .form_desc {
  font-size: 14px;
  color: #666666;
  margin: 0 0 25px 0;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.planning_expert_section .form_card .form_desc::first-letter {
  color: #3b6b4c;
  font-weight: bold;
}
.planning_expert_section .form_card .form_embed form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.planning_expert_section .form_card .form_embed .w-50 {
  width: 50%;
  padding-right: 20px;
}
.planning_expert_section .form_card .form_embed .name_row, .planning_expert_section .form_card .form_embed .form-row-double {
  display: flex;
  gap: 15px;
}
@media (max-width: 479px) {
  .planning_expert_section .form_card .form_embed .name_row, .planning_expert_section .form_card .form_embed .form-row-double {
    flex-direction: column;
    gap: 16px;
  }
}
.planning_expert_section .form_card .form_embed .name_row > div, .planning_expert_section .form_card .form_embed .name_row > label, .planning_expert_section .form_card .form_embed .form-row-double > div, .planning_expert_section .form_card .form_embed .form-row-double > label {
  flex: 1;
  width: 100%;
}
.planning_expert_section .form_card .form_embed label, .planning_expert_section .form_card .form_embed .field-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}
.planning_expert_section .form_card .form_embed label span, .planning_expert_section .form_card .form_embed .field-label span {
  color: #111111;
}
.planning_expert_section .form_card .form_embed input[type="text"], .planning_expert_section .form_card .form_embed input[type="email"], .planning_expert_section .form_card .form_embed input[type="tel"], .planning_expert_section .form_card .form_embed select, .planning_expert_section .form_card .form_embed textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  color: #111111;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}
.planning_expert_section .form_card .form_embed input[type="text"]::placeholder, .planning_expert_section .form_card .form_embed input[type="email"]::placeholder, .planning_expert_section .form_card .form_embed input[type="tel"]::placeholder, .planning_expert_section .form_card .form_embed select::placeholder, .planning_expert_section .form_card .form_embed textarea::placeholder {
  color: #a0a0a0;
}
.planning_expert_section .form_card .form_embed input[type="text"]:focus, .planning_expert_section .form_card .form_embed input[type="email"]:focus, .planning_expert_section .form_card .form_embed input[type="tel"]:focus, .planning_expert_section .form_card .form_embed select:focus, .planning_expert_section .form_card .form_embed textarea:focus {
  outline: none;
  border-color: #0b2216;
}
.planning_expert_section .form_card .form_embed select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23777777' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px;
  padding-right: 40px;
  color: #666666;
}
.planning_expert_section .form_card .form_embed textarea {
  min-height: 100px;
  resize: vertical;
  font-family: inherit;
}
.planning_expert_section .form_card .form_embed input[type="submit"], .planning_expert_section .form_card .form_embed button[type="submit"] {
  width: 100%;
  background-color: #ff5522;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 25px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: background-color 0.2s ease, transform 0.1s ease;
  margin-top: 10px;
}
.planning_expert_section .form_card .form_embed input[type="submit"]:hover, .planning_expert_section .form_card .form_embed button[type="submit"]:hover {
  background-color: #ff440e;
}
.planning_expert_section .form_card .form_embed input[type="submit"]:active, .planning_expert_section .form_card .form_embed button[type="submit"]:active {
  transform: scale(0.99);
}
.planning_expert_section .form_card .form_embed .form_footer_meta {
  text-align: center;
  margin-top: 15px;
}
.planning_expert_section .form_card .form_embed .form_footer_meta .sub_ticks {
  font-size: 12px;
  color: #666666;
  margin-bottom: 15px;
}
.planning_expert_section .form_card .form_embed .form_footer_meta .sub_ticks span {
  color: #ff5522;
  font-weight: bold;
}
.planning_expert_section .form_card .form_embed .form_footer_meta .privacy_notice {
  font-size: 12px;
  line-height: 1.5;
  color: #888888;
  margin: 0;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F14808-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */