.elementor-66852 .elementor-element.elementor-element-6d8bde0 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-66852 .elementor-element.elementor-element-6d8bde0:not(.elementor-motion-effects-element-type-background), .elementor-66852 .elementor-element.elementor-element-6d8bde0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.gaitbetter.com/wp-content/uploads/2025/07/page-title-img2.jpg");background-position:top center;background-repeat:no-repeat;}.elementor-66852 .elementor-element.elementor-element-6d8bde0 > .elementor-container{min-height:50px;}.elementor-66852 .elementor-element.elementor-element-6d8bde0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-200px;margin-bottom:0px;padding:100px 0px 0px 0px;}.elementor-66852 .elementor-element.elementor-element-6d8bde0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-66852 .elementor-element.elementor-element-72f9939{--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;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-66852 .elementor-element.elementor-element-5421eb6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-66852 .elementor-element.elementor-element-8ea68ed{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-66852 .elementor-element.elementor-element-56ad467 .elementor-heading-title{font-family:"Readex Pro", Sans-serif;font-size:24px;font-weight:600;color:var( --e-global-color-7c92570 );}.elementor-66852 .elementor-element.elementor-element-8477f7f .elementor-heading-title{font-family:"Readex Pro", Sans-serif;font-size:24px;font-weight:600;color:var( --e-global-color-7c92570 );}.elementor-66852 .elementor-element.elementor-element-dc34fea .elementor-heading-title{font-family:"Readex Pro", Sans-serif;font-size:24px;font-weight:600;color:var( --e-global-color-7c92570 );}.elementor-66852 .elementor-element.elementor-element-8ea68ed.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-66852 .elementor-element.elementor-element-493ba2c{--display:flex;--padding-top:0px;--padding-bottom:50px;--padding-left:20px;--padding-right:0px;}@media(min-width:768px){.elementor-66852 .elementor-element.elementor-element-8ea68ed{--width:60%;}.elementor-66852 .elementor-element.elementor-element-493ba2c{--width:40%;}}@media(max-width:1024px){.elementor-66852 .elementor-element.elementor-element-6d8bde0 > .elementor-container{min-height:50px;}.elementor-66852 .elementor-element.elementor-element-6d8bde0{margin-top:-200px;margin-bottom:0px;padding:50px 0px 50px 0px;}}@media(max-width:767px){.elementor-66852 .elementor-element.elementor-element-6d8bde0{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-66852 .elementor-element.elementor-element-493ba2c{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-b0d03d6 *//* ===== Case Study form — match old design exactly ===== */
.gb-form.case-form{
  display:block !important;              /* ensure parent isn't a grid from older CSS */
  max-width: 720px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid #e7ece8;
  border-radius: 16px;
  background: #fff;
}

/* Title */
.gb-form.case-form .form-title{
  margin: 0 0 14px;
  font-weight: 600;                      /* bold like old form */
  font-size: 32px;
  line-height: 1.15;
}

/* 2-column layout for the six fields, then full-width rows */
.gb-form.case-form .grid-2{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  column-gap: 24px;
  row-gap: 16px;
  align-items: start;
}
.gb-form.case-form .field{ display:block; min-width:0; }
.gb-form.case-form .field.full,
.gb-form.case-form .actions.full{ grid-column: 1 / -1; } /* Message, Turnstile, Button */

/* Inputs — same green outline & sizing as old form */
.gb-form.case-form input[type="text"],
.gb-form.case-form input[type="email"],
.gb-form.case-form select,
.gb-form.case-form textarea{
  width: 100%;
  box-sizing: border-box;
  height: 48px;                          /* consistent field height */
  padding: 12px 14px;
  border: 2px solid #38c172;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  line-height: 1.3;
}
.gb-form.case-form textarea{
  height: auto;                          /* let it grow */
  min-height: 180px;                     /* full-sized message box */
  resize: vertical;
}

/* Focus state */
.gb-form.case-form input:focus,
.gb-form.case-form select:focus,
.gb-form.case-form textarea:focus{
  outline: none;
  border-color: #2e9e5c;
  box-shadow: 0 0 0 3px rgba(46,158,92,.12);
}

/* Button — full width, old dark-green style */
.gb-form.case-form .actions input[type="submit"]{
  width: 100%;
  padding: 16px 20px;
  border: 0;
  border-radius: 10px;
  background: #1d3a27;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  cursor: pointer;
  transition: background .2s, transform .05s, box-shadow .2s;
}
.gb-form.case-form .actions input[type="submit"]:hover{
  background: #17301f;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}
.gb-form.case-form .actions input[type="submit"]:active{
  transform: translateY(1px);
}

/* Mobile: stack everything */
@media (max-width: 768px){
  .gb-form.case-form .grid-2{ grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-b0d03d6 *//* ===== Case Study form — match old design exactly ===== */
.gb-form.case-form{
  display:block !important;              /* ensure parent isn't a grid from older CSS */
  max-width: 720px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid #e7ece8;
  border-radius: 16px;
  background: #fff;
}

/* Title */
.gb-form.case-form .form-title{
  margin: 0 0 14px;
  font-weight: 600;                      /* bold like old form */
  font-size: 32px;
  line-height: 1.15;
}

/* 2-column layout for the six fields, then full-width rows */
.gb-form.case-form .grid-2{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  column-gap: 24px;
  row-gap: 16px;
  align-items: start;
}
.gb-form.case-form .field{ display:block; min-width:0; }
.gb-form.case-form .field.full,
.gb-form.case-form .actions.full{ grid-column: 1 / -1; } /* Message, Turnstile, Button */

/* Inputs — same green outline & sizing as old form */
.gb-form.case-form input[type="text"],
.gb-form.case-form input[type="email"],
.gb-form.case-form select,
.gb-form.case-form textarea{
  width: 100%;
  box-sizing: border-box;
  height: 48px;                          /* consistent field height */
  padding: 12px 14px;
  border: 2px solid #38c172;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  line-height: 1.3;
}
.gb-form.case-form textarea{
  height: auto;                          /* let it grow */
  min-height: 180px;                     /* full-sized message box */
  resize: vertical;
}

/* Focus state */
.gb-form.case-form input:focus,
.gb-form.case-form select:focus,
.gb-form.case-form textarea:focus{
  outline: none;
  border-color: #2e9e5c;
  box-shadow: 0 0 0 3px rgba(46,158,92,.12);
}

/* Button — full width, old dark-green style */
.gb-form.case-form .actions input[type="submit"]{
  width: 100%;
  padding: 16px 20px;
  border: 0;
  border-radius: 10px;
  background: #1d3a27;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  cursor: pointer;
  transition: background .2s, transform .05s, box-shadow .2s;
}
.gb-form.case-form .actions input[type="submit"]:hover{
  background: #17301f;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}
.gb-form.case-form .actions input[type="submit"]:active{
  transform: translateY(1px);
}

/* Mobile: stack everything */
@media (max-width: 768px){
  .gb-form.case-form .grid-2{ grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-b0d03d6 *//* ===== Case Study form — match old design exactly ===== */
.gb-form.case-form{
  display:block !important;              /* ensure parent isn't a grid from older CSS */
  max-width: 720px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid #e7ece8;
  border-radius: 16px;
  background: #fff;
}

/* Title */
.gb-form.case-form .form-title{
  margin: 0 0 14px;
  font-weight: 600;                      /* bold like old form */
  font-size: 32px;
  line-height: 1.15;
}

/* 2-column layout for the six fields, then full-width rows */
.gb-form.case-form .grid-2{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  column-gap: 24px;
  row-gap: 16px;
  align-items: start;
}
.gb-form.case-form .field{ display:block; min-width:0; }
.gb-form.case-form .field.full,
.gb-form.case-form .actions.full{ grid-column: 1 / -1; } /* Message, Turnstile, Button */

/* Inputs — same green outline & sizing as old form */
.gb-form.case-form input[type="text"],
.gb-form.case-form input[type="email"],
.gb-form.case-form select,
.gb-form.case-form textarea{
  width: 100%;
  box-sizing: border-box;
  height: 48px;                          /* consistent field height */
  padding: 12px 14px;
  border: 2px solid #38c172;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  line-height: 1.3;
}
.gb-form.case-form textarea{
  height: auto;                          /* let it grow */
  min-height: 180px;                     /* full-sized message box */
  resize: vertical;
}

/* Focus state */
.gb-form.case-form input:focus,
.gb-form.case-form select:focus,
.gb-form.case-form textarea:focus{
  outline: none;
  border-color: #2e9e5c;
  box-shadow: 0 0 0 3px rgba(46,158,92,.12);
}

/* Button — full width, old dark-green style */
.gb-form.case-form .actions input[type="submit"]{
  width: 100%;
  padding: 16px 20px;
  border: 0;
  border-radius: 10px;
  background: #1d3a27;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  cursor: pointer;
  transition: background .2s, transform .05s, box-shadow .2s;
}
.gb-form.case-form .actions input[type="submit"]:hover{
  background: #17301f;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}
.gb-form.case-form .actions input[type="submit"]:active{
  transform: translateY(1px);
}

/* Mobile: stack everything */
@media (max-width: 768px){
  .gb-form.case-form .grid-2{ grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-b0d03d6 *//* ===== Case Study form — match old design exactly ===== */
.gb-form.case-form{
  display:block !important;              /* ensure parent isn't a grid from older CSS */
  max-width: 720px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid #e7ece8;
  border-radius: 16px;
  background: #fff;
}

/* Title */
.gb-form.case-form .form-title{
  margin: 0 0 14px;
  font-weight: 600;                      /* bold like old form */
  font-size: 32px;
  line-height: 1.15;
}

/* 2-column layout for the six fields, then full-width rows */
.gb-form.case-form .grid-2{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  column-gap: 24px;
  row-gap: 16px;
  align-items: start;
}
.gb-form.case-form .field{ display:block; min-width:0; }
.gb-form.case-form .field.full,
.gb-form.case-form .actions.full{ grid-column: 1 / -1; } /* Message, Turnstile, Button */

/* Inputs — same green outline & sizing as old form */
.gb-form.case-form input[type="text"],
.gb-form.case-form input[type="email"],
.gb-form.case-form select,
.gb-form.case-form textarea{
  width: 100%;
  box-sizing: border-box;
  height: 48px;                          /* consistent field height */
  padding: 12px 14px;
  border: 2px solid #38c172;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  line-height: 1.3;
}
.gb-form.case-form textarea{
  height: auto;                          /* let it grow */
  min-height: 180px;                     /* full-sized message box */
  resize: vertical;
}

/* Focus state */
.gb-form.case-form input:focus,
.gb-form.case-form select:focus,
.gb-form.case-form textarea:focus{
  outline: none;
  border-color: #2e9e5c;
  box-shadow: 0 0 0 3px rgba(46,158,92,.12);
}

/* Button — full width, old dark-green style */
.gb-form.case-form .actions input[type="submit"]{
  width: 100%;
  padding: 16px 20px;
  border: 0;
  border-radius: 10px;
  background: #1d3a27;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  cursor: pointer;
  transition: background .2s, transform .05s, box-shadow .2s;
}
.gb-form.case-form .actions input[type="submit"]:hover{
  background: #17301f;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}
.gb-form.case-form .actions input[type="submit"]:active{
  transform: translateY(1px);
}

/* Mobile: stack everything */
@media (max-width: 768px){
  .gb-form.case-form .grid-2{ grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-b0d03d6 *//* ===== Case Study form — match old design exactly ===== */
.gb-form.case-form{
  display:block !important;              /* ensure parent isn't a grid from older CSS */
  max-width: 720px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid #e7ece8;
  border-radius: 16px;
  background: #fff;
}

/* Title */
.gb-form.case-form .form-title{
  margin: 0 0 14px;
  font-weight: 600;                      /* bold like old form */
  font-size: 32px;
  line-height: 1.15;
}

/* 2-column layout for the six fields, then full-width rows */
.gb-form.case-form .grid-2{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  column-gap: 24px;
  row-gap: 16px;
  align-items: start;
}
.gb-form.case-form .field{ display:block; min-width:0; }
.gb-form.case-form .field.full,
.gb-form.case-form .actions.full{ grid-column: 1 / -1; } /* Message, Turnstile, Button */

/* Inputs — same green outline & sizing as old form */
.gb-form.case-form input[type="text"],
.gb-form.case-form input[type="email"],
.gb-form.case-form select,
.gb-form.case-form textarea{
  width: 100%;
  box-sizing: border-box;
  height: 48px;                          /* consistent field height */
  padding: 12px 14px;
  border: 2px solid #38c172;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  line-height: 1.3;
}
.gb-form.case-form textarea{
  height: auto;                          /* let it grow */
  min-height: 180px;                     /* full-sized message box */
  resize: vertical;
}

/* Focus state */
.gb-form.case-form input:focus,
.gb-form.case-form select:focus,
.gb-form.case-form textarea:focus{
  outline: none;
  border-color: #2e9e5c;
  box-shadow: 0 0 0 3px rgba(46,158,92,.12);
}

/* Button — full width, old dark-green style */
.gb-form.case-form .actions input[type="submit"]{
  width: 100%;
  padding: 16px 20px;
  border: 0;
  border-radius: 10px;
  background: #1d3a27;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  cursor: pointer;
  transition: background .2s, transform .05s, box-shadow .2s;
}
.gb-form.case-form .actions input[type="submit"]:hover{
  background: #17301f;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}
.gb-form.case-form .actions input[type="submit"]:active{
  transform: translateY(1px);
}

/* Mobile: stack everything */
@media (max-width: 768px){
  .gb-form.case-form .grid-2{ grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-b0d03d6 *//* ===== Case Study form — match old design exactly ===== */
.gb-form.case-form{
  display:block !important;              /* ensure parent isn't a grid from older CSS */
  max-width: 720px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid #e7ece8;
  border-radius: 16px;
  background: #fff;
}

/* Title */
.gb-form.case-form .form-title{
  margin: 0 0 14px;
  font-weight: 600;                      /* bold like old form */
  font-size: 32px;
  line-height: 1.15;
}

/* 2-column layout for the six fields, then full-width rows */
.gb-form.case-form .grid-2{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  column-gap: 24px;
  row-gap: 16px;
  align-items: start;
}
.gb-form.case-form .field{ display:block; min-width:0; }
.gb-form.case-form .field.full,
.gb-form.case-form .actions.full{ grid-column: 1 / -1; } /* Message, Turnstile, Button */

/* Inputs — same green outline & sizing as old form */
.gb-form.case-form input[type="text"],
.gb-form.case-form input[type="email"],
.gb-form.case-form select,
.gb-form.case-form textarea{
  width: 100%;
  box-sizing: border-box;
  height: 48px;                          /* consistent field height */
  padding: 12px 14px;
  border: 2px solid #38c172;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  line-height: 1.3;
}
.gb-form.case-form textarea{
  height: auto;                          /* let it grow */
  min-height: 180px;                     /* full-sized message box */
  resize: vertical;
}

/* Focus state */
.gb-form.case-form input:focus,
.gb-form.case-form select:focus,
.gb-form.case-form textarea:focus{
  outline: none;
  border-color: #2e9e5c;
  box-shadow: 0 0 0 3px rgba(46,158,92,.12);
}

/* Button — full width, old dark-green style */
.gb-form.case-form .actions input[type="submit"]{
  width: 100%;
  padding: 16px 20px;
  border: 0;
  border-radius: 10px;
  background: #1d3a27;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  cursor: pointer;
  transition: background .2s, transform .05s, box-shadow .2s;
}
.gb-form.case-form .actions input[type="submit"]:hover{
  background: #17301f;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}
.gb-form.case-form .actions input[type="submit"]:active{
  transform: translateY(1px);
}

/* Mobile: stack everything */
@media (max-width: 768px){
  .gb-form.case-form .grid-2{ grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-b0d03d6 *//* ===== Case Study form — match old design exactly ===== */
.gb-form.case-form{
  display:block !important;              /* ensure parent isn't a grid from older CSS */
  max-width: 720px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid #e7ece8;
  border-radius: 16px;
  background: #fff;
}

/* Title */
.gb-form.case-form .form-title{
  margin: 0 0 14px;
  font-weight: 600;                      /* bold like old form */
  font-size: 32px;
  line-height: 1.15;
}

/* 2-column layout for the six fields, then full-width rows */
.gb-form.case-form .grid-2{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  column-gap: 24px;
  row-gap: 16px;
  align-items: start;
}
.gb-form.case-form .field{ display:block; min-width:0; }
.gb-form.case-form .field.full,
.gb-form.case-form .actions.full{ grid-column: 1 / -1; } /* Message, Turnstile, Button */

/* Inputs — same green outline & sizing as old form */
.gb-form.case-form input[type="text"],
.gb-form.case-form input[type="email"],
.gb-form.case-form select,
.gb-form.case-form textarea{
  width: 100%;
  box-sizing: border-box;
  height: 48px;                          /* consistent field height */
  padding: 12px 14px;
  border: 2px solid #38c172;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  line-height: 1.3;
}
.gb-form.case-form textarea{
  height: auto;                          /* let it grow */
  min-height: 180px;                     /* full-sized message box */
  resize: vertical;
}

/* Focus state */
.gb-form.case-form input:focus,
.gb-form.case-form select:focus,
.gb-form.case-form textarea:focus{
  outline: none;
  border-color: #2e9e5c;
  box-shadow: 0 0 0 3px rgba(46,158,92,.12);
}

/* Button — full width, old dark-green style */
.gb-form.case-form .actions input[type="submit"]{
  width: 100%;
  padding: 16px 20px;
  border: 0;
  border-radius: 10px;
  background: #1d3a27;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  cursor: pointer;
  transition: background .2s, transform .05s, box-shadow .2s;
}
.gb-form.case-form .actions input[type="submit"]:hover{
  background: #17301f;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}
.gb-form.case-form .actions input[type="submit"]:active{
  transform: translateY(1px);
}

/* Mobile: stack everything */
@media (max-width: 768px){
  .gb-form.case-form .grid-2{ grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-b0d03d6 *//* ===== Case Study form — match old design exactly ===== */
.gb-form.case-form{
  display:block !important;              /* ensure parent isn't a grid from older CSS */
  max-width: 720px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid #e7ece8;
  border-radius: 16px;
  background: #fff;
}

/* Title */
.gb-form.case-form .form-title{
  margin: 0 0 14px;
  font-weight: 600;                      /* bold like old form */
  font-size: 32px;
  line-height: 1.15;
}

/* 2-column layout for the six fields, then full-width rows */
.gb-form.case-form .grid-2{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  column-gap: 24px;
  row-gap: 16px;
  align-items: start;
}
.gb-form.case-form .field{ display:block; min-width:0; }
.gb-form.case-form .field.full,
.gb-form.case-form .actions.full{ grid-column: 1 / -1; } /* Message, Turnstile, Button */

/* Inputs — same green outline & sizing as old form */
.gb-form.case-form input[type="text"],
.gb-form.case-form input[type="email"],
.gb-form.case-form select,
.gb-form.case-form textarea{
  width: 100%;
  box-sizing: border-box;
  height: 48px;                          /* consistent field height */
  padding: 12px 14px;
  border: 2px solid #38c172;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  line-height: 1.3;
}
.gb-form.case-form textarea{
  height: auto;                          /* let it grow */
  min-height: 180px;                     /* full-sized message box */
  resize: vertical;
}

/* Focus state */
.gb-form.case-form input:focus,
.gb-form.case-form select:focus,
.gb-form.case-form textarea:focus{
  outline: none;
  border-color: #2e9e5c;
  box-shadow: 0 0 0 3px rgba(46,158,92,.12);
}

/* Button — full width, old dark-green style */
.gb-form.case-form .actions input[type="submit"]{
  width: 100%;
  padding: 16px 20px;
  border: 0;
  border-radius: 10px;
  background: #1d3a27;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  cursor: pointer;
  transition: background .2s, transform .05s, box-shadow .2s;
}
.gb-form.case-form .actions input[type="submit"]:hover{
  background: #17301f;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}
.gb-form.case-form .actions input[type="submit"]:active{
  transform: translateY(1px);
}

/* Mobile: stack everything */
@media (max-width: 768px){
  .gb-form.case-form .grid-2{ grid-template-columns: 1fr; }
}/* End custom CSS */