.static-hero .slide-title h2
{
  color: #ffffff;  
}

@media (max-width: 991px) {
    .wpo-site-header .mobail-menu button span {
        background-color: #ffffff;
    }
}

@media (max-width: 767px) {
  .header-btn {
    display: none !important;
  }
  .static-hero .static-hero-right
  {
      top: 40%;
  }
  .slide-btn
   {
    display: none !important;
  }
}

.custom-logo-link
{
  padding-left: 15%; 
}

@media (max-width: 767px) {
    .static-hero .static-hero-right {
        top: 50%;
    }
}

@media (max-width: 500px) {
    .static-hero {
        height: 700px;
    }
}

.wpcf7 .form-group {
    margin-bottom: 24px;
}

.wpcf7 label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #0c1925;
    margin-bottom: 8px;
}

.wpcf7 label .required {
    color: #59c378;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    padding: 14px 18px;
    font-size: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    background: #f8f9fa;
    transition: all 0.3s ease;
    font-family: inherit;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
    outline: none;
    border-color: #59c378;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(89, 195, 120, 0.1);
}

.wpcf7 textarea {
    min-height: 120px;
    resize: vertical;
}

.wpcf7 .file-upload-wrapper {
    position: relative;
    border: 2px dashed #e0e0e0;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    background: #f8f9fa;
    transition: all 0.3s ease;
}

.wpcf7 .file-upload-wrapper:hover {
    border-color: #59c378;
    background: #f0fdf4;
}

.wpcf7 .file-upload-wrapper p {
    font-size: 14px;
    color: #666;
    margin: 10px 0 0;
}

.wpcf7 .file-upload-wrapper p strong {
    color: #59c378;
}

.wpcf7 .file-upload-wrapper .file-types {
    font-size: 12px;
    color: #999;
}

.wpcf7 input[type="file"] {
    margin-top: 10px;
}

.wpcf7 .submit-btn,
.wpcf7 input[type="submit"] {
    width: 100%;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff !important;
    background: #59c378 !important;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wpcf7 .submit-btn:hover,
.wpcf7 input[type="submit"]:hover {
    background: #4ab369 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(89, 195, 120, 0.3);
}

.wpcf7 .lgpd-notice {
    font-size: 12px;
    color: #888;
    text-align: center;
    margin-top: 20px;
    line-height: 1.5;
}

.wpcf7 .lgpd-notice a {
    color: #59c378;
    text-decoration: none;
}

.wpcf7 .lgpd-notice a:hover {
    text-decoration: underline;
}

.wpcf7-response-output {
    border-radius: 8px !important;
    padding: 15px 20px !important;
    margin: 20px 0 0 !important;
}

.wpcf7-mail-sent-ok {
    background: #f0fdf4 !important;
    border-color: #59c378 !important;
    color: #166534 !important;
}
