.elementor-733 .elementor-element.elementor-element-f9a7457{--display:flex;--margin-top:050px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-733 .elementor-element.elementor-element-f9a7457{--content-width:1300px;}}/* Start custom CSS for container, class: .elementor-element-f9a7457 *//* ===== Proposal Section ===== */
.ee-proposal-section{
  width:100%;
}

.ee-proposal-box{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:24px;
  align-items:stretch;
}

.ee-proposal-left,
.ee-proposal-form-card{
  background:#EDF0Ff;
  border:1px solid rgba(15,29,74,.10);
  border-radius:24px;
  padding:30px;
  box-shadow:0 12px 36px rgba(15,23,42,.06);
  height:100%;
}

/* ===== Left Side ===== */
.ee-proposal-left{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:24px;
}

.ee-proposal-top{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.ee-kicker{
  display:inline-block;
  font-size:13px;
  font-weight:700;
  line-height:1;
  color:#ff6b47;
  letter-spacing:.02em;
}

.ee-proposal-left h1{
  margin:0;
  font-size:clamp(42px,5vw,68px);
  line-height:.96;
  letter-spacing:-.03em;
  max-width:9ch;
}

.ee-lead{
  margin:0;
  font-size:18px;
  line-height:1.75;
  color:rgba(15,29,74,.72);
  max-width:34ch;
}

.ee-proposal-points{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.ee-point-item{
  display:grid;
  grid-template-columns:32px 1fr;
  gap:14px;
  align-items:start;
}

.ee-point-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border-radius:999px;
  background:rgba(255,107,71,.10);
  color:#ff6b47;
  font-size:12px;
  font-weight:700;
  line-height:1;
}

.ee-point-content{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.ee-point-content h3{
  margin:0;
  font-size:22px;
  line-height:1.15;
}

.ee-point-content p{
  margin:0;
  font-size:16px;
  line-height:1.72;
  color:rgba(15,29,74,.72);
  max-width:40ch;
}

.ee-proposal-contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.ee-contact-card{
  padding:18px;
  border-radius:18px;
  background:#fbfbfd;
  border:1px solid rgba(15,29,74,.08);
}

.ee-contact-label{
  display:inline-block;
  margin-bottom:8px;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#ff6b47;
}

.ee-contact-card h4{
  margin:0 0 8px;
  font-size:20px;
  line-height:1.2;
}

.ee-contact-card p{
  margin:0;
  font-size:15px;
  line-height:1.65;
  color:rgba(15,29,74,.72);
}

.ee-contact-card a,
.ee-contact-static{
  display:inline-block;
  margin-top:10px;
  font-size:15px;
  font-weight:700;
  color:#0f1d4a;
  text-decoration:none;
}

.ee-proposal-highlight{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.ee-highlight-quote{
  padding:18px;
  border-radius:18px;
  background:#f7f8fc;
  border-left:3px solid #ff6b47;
}

.ee-highlight-quote p{
  margin:0;
  font-size:16px;
  line-height:1.75;
  color:rgba(15,29,74,.78);
}

.ee-highlight-meta{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.ee-mini-stat{
  padding:15px 14px;
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(15,29,74,.08);
}

.ee-mini-stat strong{
  display:block;
  margin-bottom:6px;
  font-size:15px;
  line-height:1.2;
}

.ee-mini-stat span{
  display:block;
  font-size:14px;
  line-height:1.55;
  color:rgba(15,29,74,.68);
}

/* ===== Right Side ===== */
.ee-proposal-form-card{
  display:flex;
  flex-direction:column;
  gap:20px;
  justify-content:flex-start;
}

.ee-form-top{
  display:flex;
  flex-direction:column;
  gap:10px;
  padding-bottom:4px;
}

.ee-form-kicker{
  display:inline-block;
  font-size:12px;
  font-weight:700;
  line-height:1;
  color:#ff6b47;
  text-transform:uppercase;
  letter-spacing:.12em;
}

.ee-form-top h2{
  margin:0;
  font-size:32px;
  line-height:1.05;
  letter-spacing:-.02em;
}

.ee-form-top p{
  margin:0;
  font-size:15px;
  line-height:1.7;
  color:rgba(15,29,74,.70);
  max-width:44ch;
}

/* ===== CF7 Form ===== */
.ee-proposal-form-card .wpcf7{
  width:100%;
}

.ee-cf7-form{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.ee-cf7-grid{
  display:grid;
  gap:14px;
}

.ee-cf7-grid-2{
  grid-template-columns:1fr 1fr;
}

.ee-cf7-field{
  display:flex;
  flex-direction:column;
  gap:7px;
}

.ee-cf7-field label{
  margin:0;
  font-size:13px;
  font-weight:600;
  color:#23305d;
}

.ee-cf7-form input,
.ee-cf7-form select,
.ee-cf7-form textarea{
  width:100%;
  min-height:54px;
  padding:14px 16px;
  border:1px solid rgba(15,29,74,.14);
  border-radius:14px;
  background:#fff;
  color:#0f1d4a;
  font-size:15px;
  line-height:1.5;
  box-shadow:none;
  outline:none;
  transition:border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.ee-cf7-form textarea{
  min-height:160px;
  resize:vertical;
}

.ee-cf7-form input::placeholder,
.ee-cf7-form textarea::placeholder{
  color:rgba(15,29,74,.42);
}

.ee-cf7-form input:focus,
.ee-cf7-form select:focus,
.ee-cf7-form textarea:focus{
  border-color:#ff6b47;
  box-shadow:0 0 0 4px rgba(255,107,71,.10);
}

.ee-cf7-consent{
  font-size:13px;
  line-height:1.6;
  color:rgba(15,29,74,.74);
}

.ee-cf7-consent .wpcf7-list-item{
  margin:0;
}

.ee-cf7-consent label{
  display:flex;
  align-items:flex-start;
  gap:10px;
}

.ee-cf7-consent input[type="checkbox"]{
  width:16px;
  height:16px;
  min-height:16px;
  margin-top:2px;
  padding:0;
  border-radius:4px;
}

.ee-cf7-submit{
  display:flex;
  align-items:center;
  margin-top:4px;
}

.ee-cf7-submit .wpcf7-submit{
  width:100%;
  min-height:58px;
  padding:0 24px;
  border:none;
  border-radius:999px;
  background:#ff6b47;
  color:#fff;
  font-size:15px;
  font-weight:700;
  line-height:1;
  cursor:pointer;
  box-shadow:0 12px 26px rgba(255,107,71,.24);
  transition:transform .25s ease, box-shadow .25s ease, opacity .25s ease;
}

.ee-cf7-submit .wpcf7-submit:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 30px rgba(255,107,71,.28);
}

.ee-cf7-form .wpcf7-spinner{
  margin:12px 0 0 12px;
}

.ee-cf7-form .wpcf7-not-valid-tip{
  margin-top:6px;
  font-size:12px;
}

.ee-cf7-form .wpcf7-response-output{
  margin:16px 0 0 !important;
  padding:12px 14px !important;
  border-radius:14px;
  font-size:13px;
}

/* ===== Same Height Helper ===== */
.ee-proposal-box > *{
  min-height:100%;
}

/* ===== Tablet ===== */
@media (max-width:1024px){
  .ee-proposal-box{
    grid-template-columns:1fr;
  }
}

/* ===== Mobile ===== */
@media (max-width:767px){
  .ee-proposal-left,
  .ee-proposal-form-card{
    padding:22px 18px;
    border-radius:18px;
  }

  .ee-proposal-left h1{
    max-width:none;
    font-size:clamp(34px,10vw,48px);
  }

  .ee-lead,
  .ee-point-content p{
    font-size:16px;
  }

  .ee-point-content h3{
    font-size:18px;
  }

  .ee-proposal-contact-grid,
  .ee-highlight-meta,
  .ee-cf7-grid-2{
    grid-template-columns:1fr;
  }

  .ee-form-top h2{
    font-size:26px;
  }
}/* End custom CSS */