/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 14 2025 | 10:56:29 */
/* Hide the native file input in the contactform */
#contactform #form-field-field_8939435 {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
#contactform .custom-upload-box img {
  
    background: #005F9E;
    border-radius: 4px;
}
#qcontactform .custom-upload-box img {
background: #005F9E;
    border-radius: 4px;
}
/* Style the custom file upload box */
#contactform .custom-upload-box {
  border: 2px dashed #ccc;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
      font-family: "DM Sans", Sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  width: 100%;
  background-color: #f9f9f9;
}

#contactform .custom-upload-box:hover {
  border-color: #005F9E;
  background-color: #005f9e0d;
}

/* Icon styling */
#contactform .custom-upload-box img {
  width: 40px;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}

#contactform .custom-upload-box:hover img {
  transform: scale(1.1);
}

/* Heading */
#contactform .custom-upload-box strong {
  font-size: 18px;
  color: #222;
}

/* Subtext */
#contactform .custom-upload-box p {
  font-size: 14px;
  color: #666;
  margin: 5px 0 10px;
  text-align: center;
}

/* File name text */
#contactform .custom-upload-box .file-name {
  font-size: 13px;
  color: #333;

  margin-top: 8px;
  word-break: break-all;
}

/* Hide the native file input in the contactform */
#qcontactform #form-field-field_1f75904 {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

/* Style the custom file upload box */
#qcontactform .custom-upload-box {
  border: 2px dashed #ccc;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
      font-family: "DM Sans", Sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  width: 100%;
  background-color: #f9f9f9;
}

#qcontactform .custom-upload-box:hover {
  border-color: #005F9E;
  background-color: #005f9e0d;
}

/* Icon styling */
#qcontactform .custom-upload-box img {
  width: 40px;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}

#qcontactform .custom-upload-box:hover img {
  transform: scale(1.1);
}

/* Heading */
#qcontactform .custom-upload-box strong {
  font-size: 18px;
  color: #222;
}

/* Subtext */
#qcontactform .custom-upload-box p {
  font-size: 14px;
  color: #666;
  margin: 5px 0 10px;
  text-align: center;
}

/* File name text */
#qcontactform .custom-upload-box .file-name {
  font-size: 13px;
  color: #333;

  margin-top: 8px;
  word-break: break-all;
}






@media only screen and (max-width: 767px){
	.new_gw_services {
    height: 500px;
}
}