.elementor-9 .elementor-element.elementor-element-76e2170{--display:flex;--margin-top:0px;--margin-bottom:45px;--margin-left:0px;--margin-right:0px;}.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-9 .elementor-element.elementor-element-b9639a4{margin:35px 0px calc(var(--kit-widget-spacing, 0px) + -12px) 0px;text-align:center;}.elementor-9 .elementor-element.elementor-element-b9639a4 .elementor-heading-title{font-family:"Times New Roman", Sans-serif;font-size:70px;font-weight:600;color:#333333;}.elementor-9 .elementor-element.elementor-element-16dff24{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 35px) 0px;text-align:center;}.elementor-9 .elementor-element.elementor-element-16dff24 .elementor-heading-title{font-family:"Times New Roman", Sans-serif;font-size:39px;font-weight:600;color:#5C5C5C;}@media(max-width:1024px){.elementor-9 .elementor-element.elementor-element-76e2170{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-9 .elementor-element.elementor-element-16dff24 .elementor-heading-title{font-size:27px;}}@media(max-width:767px){.elementor-9 .elementor-element.elementor-element-b9639a4 .elementor-heading-title{font-size:32px;}.elementor-9 .elementor-element.elementor-element-16dff24{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-9 .elementor-element.elementor-element-16dff24 .elementor-heading-title{font-size:18px;}}/* Start custom CSS */.catering-form {
  max-width: 800px;
  margin: 0 auto;
  font-family: inherit;
  font-size: 22px;
}

.catering-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 18px;
}

.row {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

.col {
  flex: 1;
}

.col.full {
  flex: 100%;
}

.catering-form input,
.catering-form select,
.catering-form textarea {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  background: #fff;
}

.catering-form input:focus,
.catering-form select:focus,
.catering-form textarea:focus {
  outline: none;
  border-color: #000;
}

.submit-btn {
  width: 100%;
  padding: 16px;
  font-size: 22px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s;
}

.submit-btn:hover, .submit-btn:active {
  background: #555;
}

@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }
}/* End custom CSS */