/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 05 2026 | 09:46:55 */
.project-item.project-style-1 {
    background-color: #6EC1E4;
}
.blog #page {
    background: #eef0f3;
}

/* =====================================
   Contact Form Typography + Color
   Target: #contactform
   ===================================== */

/* Base font + color */
#contactform,
#contactform * {
    font-family: "Mona Sans", sans-serif !important;
    font-weight: 400 !important;
    color: #C4C4C4 !important;
     font-size:16px !important;
}

/* Inputs, textarea, select */
#contactform input,
#contactform textarea,
#contactform select {
    font-family: "Mona Sans", sans-serif !important;
    font-weight: 400 !important;
    color: #C4C4C4 !important;
     font-size:16px !important;
}

/* Placeholder text */
#contactform input::placeholder,
#contactform textarea::placeholder {
    font-family: "Mona Sans", sans-serif !important;
    font-weight: 400 !important;
    color: #C4C4C4 !important;
  
}

/* Select dropdown options */
#contactform select option {
    font-family: "Mona Sans", sans-serif !important;
    font-weight: 400 !important;
    color: #C4C4C4 !important;
    font-size:16px !important;
}

/* Acceptance checkbox text */
#contactform .elementor-field-type-acceptance label,
#contactform .elementor-acceptance-field + label {
    font-family: "Mona Sans", sans-serif !important;
    font-weight: 400 !important;
    color: #C4C4C4 !important;
}

/* Upload field text */
#contactform .upload-label,
#contactform .upload-subtext {
    font-family: "Mona Sans", sans-serif !important;
    font-weight: 400 !important;
    color: #C4C4C4 !important;
     font-size:16px !important;
}

/* Button text */
#contactform button,
#contactform .elementor-button-text {
    font-family: "Mona Sans", sans-serif !important;
    font-weight: 400 !important;
    color: #C4C4C4 !important;
     font-size:16px !important;
}




/* upload box base */
#contactform .elementor-field-type-upload {
  position: relative;
  border: 2px solid #fff;
  border-radius: 20px;
  background: #FFF;
  padding: 25px 15px;
  text-align: center;
  transition: all 0.3s ease;
  margin-bottom: 20px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* hover */
#contactform .elementor-field-type-upload:hover {
  background: #FFFFFF;
}
#contactform .select-caret-down-wrapper {
    display: none;
}
/* hide default elementor label */
#contactform .elementor-field-type-upload label {
  display: none !important;
}

/* file input clickable full area */
#contactform .elementor-field-type-upload input[type="file"] {
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 5;
}

/* inner wrapper */
#contactform .upload-box-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* SVG icon container (uses currentColor) */
#contactform .upload-box-icon {
  font-size: 34px;       /* fallback for any text icons */
  color: #2c2c2c;        /* icon color */
  margin-bottom: 10px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* size the injected svg */
#contactform .upload-box-icon svg {
  width: 40px;
  height: 40px;
  display: block;
  fill: currentColor;    /* so svg inherits .upload-box-icon color */
}

/* main label */
#contactform .upload-label {
  font-size: 16px;
  font-weight: 600;
  color: #2c2c2c;
  text-align: center;
}

/* subtext / filename */
#contactform .upload-subtext {
  font-size: 13px;
  color: #444;
  margin-top: 6px;
  text-align: center;
  max-width: 95%;
  word-break: break-word;
}
#contactform #form-field-message {
    border-radius: 20px;
}