.elementor-449 .elementor-element.elementor-element-8c395e3{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-449 .elementor-element.elementor-element-11ad0f5 img{width:100%;max-width:100%;height:100%;}.elementor-449 .elementor-element.elementor-element-c66ca26{--display:flex;--padding-top:20px;--padding-bottom:30px;--padding-left:0px;--padding-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-449 .elementor-element.elementor-element-3364a5b{text-align:center;}.elementor-449 .elementor-element.elementor-element-5a89ff7{--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;}@media(min-width:768px){.elementor-449 .elementor-element.elementor-element-8c395e3{--content-width:100%;}.elementor-449 .elementor-element.elementor-element-c66ca26{--content-width:98%;}}/* Start custom CSS for shortcode, class: .elementor-element-4a2e443 *//* Container styling */
.wpcf7 form {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #0F6742;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  font-family: Arial, sans-serif;
  max-width: 600px;
  margin: auto;
}

/* Form field layout */
.wpcf7-form p {
  margin-bottom: 20px;
}

/* Input and textarea fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="file"],
.wpcf7 textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f7f7f7;
  font-size: 16px;
  color: #08283a;
  transition: 0.3s;
  margin-top: 8px;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #0F6742;
  background-color: #fff;
  outline: none;
}

/* Labels */
.wpcf7 label {
  font-weight: 600;
  font-size: 16px;
  color: #08283a;
  margin-bottom: 8px;
  display: block;
}

/* Submit Button Styling */
.wpcf7 input[type="submit"] {
  background: linear-gradient(to right, #0F6742, #1f7f58);
  color: #fff;
  padding: 14px 32px;
  font-size: 16px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  transition: 0.3s background, 0.3s transform;
  width: 100%;
}

.wpcf7 input[type="submit"]:hover {
  background: linear-gradient(to right, #08283a, #0f3a50);
  transform: translateY(-2px);
}

/* Contact boxes with icons */
.contacts {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  gap: 10px;
  flex-wrap: wrap;
}

.contact-box {
  flex: 0 0 48%;
  padding: 12px;
  font-weight: bold;
  text-align: center;
  border: 2px solid;
  border-radius: 8px;
  font-size: 15px;
  background-color: #f7f7f7;
  color: #08283a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.contact-box img.contact-icon {
  width: 24px;
  height: auto;
  object-fit: contain;
}

.contact-box.easypaisa {
  border-color: #2e7d32;
}

.contact-box.jazzcash {
  border-color: #f44336;
}

/* Success / error messages */
.wpcf7-response-output {
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
  font-size: 15px;
}

.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.wpcf7-validation-errors {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .wpcf7-form {
    padding: 25px;
  }

  .contact-box {
    font-size: 14px;
  }

  .wpcf7 input,
  .wpcf7 input[type="submit"] {
    font-size: 15px;
  }
}/* End custom CSS */