/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 20 2026 | 12:19:47 */
/* .form-container {
      margin: auto;
      padding: 30px;
       background: linear-gradient(135deg, #1e3c72, #2a5298);
  padding: 40px;
      border-radius: 20px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    } */

    .form-container h2 {
      text-align: center;
      margin-bottom: 25px;
      color: #003366;
      font-weight: 600;
    }

    .enquiry-field input,
    .enquiry-field textarea {
        width: 100%;
    padding: 6px 2px 6px 40px !important;
    border: 1px solid #ccc;
    border-radius: 0px  !important;
    font-size: 16px;
    transition: 0.3s;
    outline: none;
    background: #fff !important;
		    margin-top: -8px  !important;
    }

    .enquiry-field input:focus,
    .enquiry-field textarea:focus {
      border-color: #007acc;
      box-shadow: 0 0 5px rgba(0, 122, 204, 0.3);
    }
.enquiry-field p, .enquiry-container p{
	margin:0;
}
.rc-anchor-normal {
    height: 74px;
    width: 300px;
    margin-top: 20px !important;
}

    .form-container button {
      width: 100%;
      padding: 14px;
      background-color: #003366;
      color: #fff;
      font-size: 18px;
      font-weight: 500;
      border: none;
      border-radius: 12px;
      cursor: pointer;
      transition: background 0.3s;
    }

    .form-container button:hover {
      background-color: #00509e;
    }

    .g-recaptcha {
      margin: 15px 0;
      transform: scale(1.05);
      transform-origin: left;
    }

.imp-links img {
    width: 80px;
    padding-bottom: 10px;
}
.imp-links h3 {
    font-size: 18px !important;
    color: #000 !important;
}
.imp-links h3 a {
color: #000 !important;
    text-decoration: none !important;
    font-family: Roboto Slab;
}

.entry-title.section-title{
	display:none;
}
#primary-search-wrapper{
	display:none;
}

    @media (max-width: 767) {

      .form-container {
        padding: 20px;
      }

      .form-container h2 {
        font-size: 20px;
      }

      .form-container button {
        font-size: 16px;
      }
    }