.elementor-798 .elementor-element.elementor-element-f193d14{padding:80px 20px 80px 20px;}.elementor-798 .elementor-element.elementor-element-99826f4 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-798 .elementor-element.elementor-element-f4d3a0e .elementor-heading-title{color:#024802;font-family:"Montserrat", Sans-serif;font-size:35px;font-weight:700;line-height:40px;letter-spacing:0px;}.elementor-798 .elementor-element.elementor-element-f4d3a0e > .elementor-widget-container{padding:0px 0px 20px 0px;}.elementor-798 .elementor-element.elementor-element-80911d5 .pp-contact-form-7 .wpcf7-not-valid-tip{display:block !important;}.elementor-798 .elementor-element.elementor-element-80911d5 .pp-contact-form-7 .wpcf7-validation-errors{display:block !important;}.elementor-798 .elementor-element.elementor-element-80911d5 .pp-contact-form-7 .wpcf7-form p:not(:last-of-type) .wpcf7-form-control-wrap{margin-bottom:20px;}.elementor-798 .elementor-element.elementor-element-80911d5 .pp-contact-form-7 .wpcf7-form p:nth-last-of-type(1){text-align:left;}.elementor-798 .elementor-element.elementor-element-80911d5 .pp-contact-form-7 .wpcf7-form input[type="submit"]{display:inline-block;width:100px;}.elementor-798 .elementor-element.elementor-element-80911d5 > .elementor-widget-container{background-color:#FFFFFF;}.elementor-798 .elementor-element.elementor-element-672c41b .pp-contact-form-7 .wpcf7-not-valid-tip{display:block !important;}.elementor-798 .elementor-element.elementor-element-672c41b .pp-contact-form-7 .wpcf7-validation-errors{display:block !important;}.elementor-798 .elementor-element.elementor-element-672c41b .pp-contact-form-7 .wpcf7-form p:not(:last-of-type) .wpcf7-form-control-wrap{margin-bottom:20px;}.elementor-798 .elementor-element.elementor-element-672c41b .pp-contact-form-7 .wpcf7-form p:nth-last-of-type(1){text-align:left;}.elementor-798 .elementor-element.elementor-element-672c41b .pp-contact-form-7 .wpcf7-form input[type="submit"]{display:inline-block;width:100px;}@media(max-width:1024px){.elementor-798 .elementor-element.elementor-element-f4d3a0e .elementor-heading-title{font-size:30px;line-height:38px;}}@media(max-width:767px){.elementor-798 .elementor-element.elementor-element-f193d14{padding:50px 20px 50px 20px;}.elementor-798 .elementor-element.elementor-element-f4d3a0e .elementor-heading-title{font-size:26px;line-height:32px;}.elementor-798 .elementor-element.elementor-element-f4d3a0e > .elementor-widget-container{padding:0px 0px 0px 0px;}}/* Start custom CSS for pp-contact-form-7, class: .elementor-element-80911d5 */.form-pitch-us .elementor-widget-container {
        border-radius: 30px 30px 0 0;
}

.form-pitch-us input {
    width: 100% !important;
}

.form-pitch-us [type="checkbox"] {
    width: 40px !important;
    height: 40px !important;
    border-radius: 5px;
    border-color: #000;
}

.form-pitch-us h3, .form-pitch-us h4 {
  color: #0b3d2e;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 25px;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 40px;
}

.form-full-row,
.form-row {
    padding-top: 15px;
}

.wpcf7-list-item {
    margin: 0 !important;
}

.checkbox-wrp p,
.form-full-row p,
.form-row p {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  flex-wrap: nowrap;
  padding: 0 40px;
}

.form-pitch-us label {
    margin-bottom: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  color: #222;
  font-size: 20px;
  gap: 10px;
      font-family: "Lato", Sans-serif;
}

.form-pitch-us select,
.form-field,
textarea.form-field {
  margin-top: 6px;
  border: 1px solid #000;
  border-radius: 10px !important;
  padding: 10px !important;
  font-size: 14px;
  background: transparent !important;
  width: 100%;
  box-sizing: border-box;
  color: #333;
}
.form-pitch-us span {
    margin-top: 5px;
}

textarea.form-field {
  height: 100px;
  resize: vertical;
}

.checkbox-wrp .wpcf7-checkbox {
   border: none !important;
    column-count: 2;
    max-width: 490px;
    padding: 0 !important;
    width: 100%;
    display: block;
}

.upload-section {
  display: flex;
  gap: 15px;
}

.upload-box {
  background: #f8f8f8;
  border: 2px dashed #b5b5b5;
  border-radius: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.upload-box:hover {
  border-color: #1e5f42;
  background: #f2faf6;
}

.upload-inner {
  padding: 25px 15px;
  position: relative;
  z-index: 2;
}

.upload-icon {
  font-size: 30px;
  color: #1e5f42;
  margin-bottom: 10px;
}

.upload-inner p {
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 15px;
}

.upload-inner span {
  color: #777;
  font-size: 13px;
}

.file-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.submit-button {
  display: inline-block;
  background-color: #0b3d2e;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 35px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 25px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.submit-button:hover {
  background-color: #0e5f44;
}

@media (max-width: 900px) {
  .form-row {
    flex-wrap: wrap;
  }
}

.form-pitch-us {
    box-shadow: -4px -8px 10px rgba(0, 0, 0, 0.25), 4px 8px 10px rgba(0, 0, 0, 0.3);
border-radius: 30px;
padding: 20px 0 40px 0; 
}

.form-pitch-us h3 {
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding-top: 15px;
}

.wpcf7-list-item-label {
    padding-left: 15px;
    position: relative;
    top: -12px;
    margin-top: 0 !important;
}

.wpcf7-list-item {
    margin-bottom: 20px !important;
}

.wpcf7-list-item label {
    margin-bottom: 0 !important;
}

.form-pitch-us input[type="checkbox"]:checked::before {
        height: 3.75rem;
    width: 3.75rem;
    top: 3px;
}
.checkbox-wrp p {
    padding-top: 20px;
        font-family: "Lato", Sans-serif;
        font-size: 18px;
}

.form-pitch-us .wpcf7-form-control-wrap textarea {
    margin-top: 10px;
}

.form-pitch-us h4 {
    border: none;
}

.form-upload-wrp {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 30px 50px 40px;
}

.form-upload-wrp label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #000;
}

.form-upload-wrp .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

.form-upload-wrp .wpcf7-form-control.wpcf7-file {
  opacity: 0;
  width: 100%;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.form-upload-wrp .wpcf7-form-control-wrap::before {
  content: "";
  display: block;
  border: 1px solid #000;
  border-radius: 10px;
  height: 140px;
  transition: all 0.2s ease-in-out;
}

.form-upload-wrp .wpcf7-form-control-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  pointer-events: none;
}

.form-upload-wrp .upload-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #333;
  pointer-events: none;
}

.form-upload-wrp .upload-placeholder svg {
  display: block;
  margin: 0 auto 8px auto;
  width: 50px;
}

.form-upload-wrp .upload-placeholder p {
  margin: 0;
  line-height: 1.4;
}

.form-upload-wrp .upload-placeholder .title {
  font-weight: 500;
  font-size: 15px;
}

.form-upload-wrp .upload-placeholder .subtitle {
  font-size: 12px;
  color: #666;
}

.form-upload-wrp .wpcf7-form-control-wrap:hover::before {
  border-color: #999;
  background-color: #f5f5f5;
}

.form-upload-wrp .file-selected::before {
  border-style: solid;
  border-color: #28a745;
  background-color: #eaffea;
}

.form-upload-wrp .file-selected .upload-placeholder {
  color: #28a745;
}

.form-upload-wrp label {
    font-size: 18px;
    font-weight: 600;
}

.form-upload-wrp .title {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 0 5px;
    font-family: "Inter", sans-serif;
}

.form-upload-wrp .subtitle {
    font-weight: 400;
    font-size: 16px;
    color: #00000080;
    font-family: "Inter", sans-serif;
}


.bottom-flex-row {
        max-width: 640px;
    margin-left: auto;
}

.date-wrp {
    width: 50%;
}
.bottom-flex-row .form-upload-wrp {
    padding: 0 !important;
    width: 50%;
}

.bottom-flex-row .form-row {
    display: flex;
}

.form-row-upload {
    width: 100%;
}


.bottom-flex-row .form-upload-wrp p {
    padding-right: 0 !important;
    width: 100%;
}

.bottom-flex-row .form-upload-wrp .wpcf7-form-control-wrap::before {
        height: 45px;
}

.bottom-flex-row .form-upload-wrp .upload-placeholder .title {
    justify-content: center;
        padding: 0 !important;
    font-size: 10px;
}

.bottom-flex-row .subtitle {
    display: none;
}
.bottom-flex-row  svg {
    width: 16px !important;
    margin: 0 auto !important;
}

.bottom-flex-row .date-wrp p {
        padding-left: 14px;
}

.bottom-flex-row input {
    border-color: #000 !important;
}

.bottom-flex-row .form-upload-wrp p {
    padding-right: 8px !important;
}

.submit-main-btn {
  position: relative;
  display: inline-block;
   background-color: #024802;
  border: 2px solid #024802;
    border-radius: 90px;
}

.submit-main-btn .submit-button {
 background-color: transparent !important;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 40px 10px 22px;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
}

.submit-main-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 48px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7071 8.70711C15.0976 8.31658 15.0976 7.68342 14.7071 7.29289L8.34315 0.928932C7.95262 0.538408 7.31946 0.538408 6.92893 0.928932C6.53841 1.31946 6.53841 1.95262 6.92893 2.34315L12.5858 8L6.92893 13.6569C6.53841 14.0474 6.53841 14.6805 6.92893 15.0711C7.31946 15.4616 7.95262 15.4616 8.34315 15.0711L14.7071 8.70711ZM0 8V9H14V8V7H0V8Z' fill='%23024802'/%3E%3C/svg%3E") no-repeat center;
  background-size: 10px;
  pointer-events: none;
  transition: transform 0.3s ease, filter 0.3s ease;
  background-color: #fff;
  border-radius: 100%;
  padding: 10px;
}

.submit-main-btn .submit-button:hover {
  background-color: #024802;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.8;
}

.submit-main-btn:hover::after {
  transform: translate(4px, -50%);
}

.wpcf7-spinner {
    position: absolute;
}

.submit-main-btn {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

@media (max-width: 1025px) {
    .form-pitch-us h3 {
        font-size: 22px;
    }
    .form-pitch-us .wpcf7-list-item-label {
        font-size: 16px;
            top: -7px;

    }
    .form-pitch-us [type="checkbox"] {
    width: 30px !important;
    height: 30px !important;}
    .form-pitch-us input[type="checkbox"]:checked::before {
            top: -2px;
    right: -3px;
    }
    .checkbox-wrp .wpcf7-checkbox {
        max-width: 410px;
    }
}

@media (max-width: 767px) {
    .checkbox-wrp p, .form-full-row p, .form-row p {
        flex-direction: column;
        gap: 0 !important;
    }
    .form-pitch-us-main br {
        display: none;
    }
    .checkbox-wrp .wpcf7-checkbox {
        max-width: 100%;
        column-count: 1;
    }
    .checkbox-wrp .wpcf7-list-item {
        width: 100%;
        margin-bottom: 10px !important;
    }
    .form-pitch-us h3 {
        font-size: 18px;
        padding: 8px 20px;
    }
    .checkbox-wrp p, .form-full-row p, .form-row p {
        padding: 0 20px;
    }
    .form-pitch-us label {
        font-size: 16px;
        margin-bottom: 10px;

    }
    .form-full-row, .form-row {
        padding-top: 8px !important;
    }
    .checkbox-wrp {
        padding-top: 10px;
    }
    .checkbox-wrp p {
        font-size: 16px;
    }
    .form-upload-wrp {
        padding: 10px 20px 10px;
    }
    .form-upload-wrp label {
        margin-bottom: 20px !important;
    }
    .date-wrp,
    .bottom-flex-row .form-upload-wrp {
        width: 100% !important;
    }
    
    .ctm-checkbox .wpcf7-list-item label {
        display: flex;
        align-items: flex-start;
            flex-direction: row;
    }
     .ctm-checkbox .wpcf7-list-item input {
         flex: 0 0 8%;
     }
     .ctm-checkbox .wpcf7-list-item-label {
        font-size: 14px;
        top: 0;
        padding: 0;
    }
    
    .ctm-checkbox [type="checkbox"] {
                width: 20px !important;
        height: 20px !important;
    }
        .form-pitch-us input[type="checkbox"]:checked::before {
        top: -1px;
        right: -2px;
        width: 25px;
        height: 21px;
    }
    .form-pitch-us [type="checkbox"] {
        width: 20px !important;
        height: 20px !important;
    }
        .form-pitch-us .wpcf7-list-item-label {
        font-size: 16px;
        top: -3px;
        padding-left: 6px;
    }
.form-pitch-us h3, .form-pitch-us h4 {
    padding: 0 20px 10px 20px;
    margin: 10px 0 0 0;
}
.submit-main-btn {
    width: 180px;
    margin-top: 10px;
}
}


 .form-pitch-us .submit-main-btn {
    width: 221px !important;
    margin-top: 30px;
}

 .form-pitch-us .submit-main-btn .wpcf7-submit,
 .form-pitch-us .submit-main-btn .submit-button,
 .form-pitch-us .submit-main-btn p {
    width: 100% !important;
}

 .form-pitch-us .submit-main-btn .submit-button {
        padding-right: 50px;
}

.bottom-flex-row .form-upload-wrp .wpcf7-form-control.wpcf7-file {
        height: 46px;
}

.radio-group .checkbox-wrp {
        border: none !important;
    column-count: 2;
    max-width: 800px;
    padding: 0 !important;
    width: 100%;
    display: block;
}

/* Reset */
.radio-group input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 40px !important;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #fff;
  top: -5px;
}

.form-row-radio-groups input {
    margin-top: 13px !important;   
}

/* Hover effect */
.radio-group input[type="radio"]:hover {
  border-color: #555;
}

.radio-group .radio-detail {
   padding: 30px 40px !important;
}

.radio-group .checkbox-wrp p {
    padding: 0 !important;
}

/* Checked state — add SVG tick */
.radio-group input[type="radio"]:checked::before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M14.83 4.89l1.34.94-5.81 8.38H9.02L5.78 9.67l1.34-1.25 2.57 2.4z' fill='%23000000'/></svg>");
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
    height: 40px;
    width: 37px;
}

/* Align items horizontally */
.radio-group .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
}

.radio-group .wpcf7-list-item-label {
    top: 0 !important;
}

.radio-group .checkbox-wrp {
        padding: 0 40px !important;
}

.radio-group .wpcf7-form-control-wrap {
    margin: 0 !important;
}

@media (max-width: 1025px) {
    .radio-group input[type="radio"] {
            width: 30px !important;
    height: 30px;
    }
    .radio-group .checkbox-wrp {
            max-width: 610px;
    }
    .radio-group input[type="radio"]:checked::before {
            height: 30px;
    width: 27px;
    }
    .radio-group .wpcf7-list-item-label {
        padding: 0 !important;
    }
    .radio-group input[type="radio"] {
        top: 0 !important;
    }
}
@media (max-width: 767px) {
    .radio-group .checkbox-wrp {
        column-count: 1;
            padding: 0 20px !important;
    }
    .radio-group .radio-detail {
    padding: 20px 20px !important;
}
    .radio-group input[type="radio"] {
        width: 20px !important;
        height: 20px;
    }
        .radio-group input[type="radio"]:checked::before {
        height: 20px;
        width: 20px;
    }
    .radio-group .wpcf7-list-item-label {
    top: 3px !important;
}
}

.wpcf7-not-valid-tip {
     font-size: 14px;
     font-weight: 500;
}

.form-upload-wrp .wpcf7-not-valid-tip {
    font-size: 14px;
    position: absolute;
}/* End custom CSS */