.header-right-container{

}
.footer-menu-grid{
    max-width: 1120px;
    margin: 0 auto;
}
.header-search{
    display: none;
}
.page-id-39 .header-search ,.page-id-1960 .header-search {
    display: block !important;
}
.page-id-39 .header-menu-inline ,.page-id-1960 .header-menu-inline {
    display: none !important;
}








/* Custom File Upload Styling */
.custom-form-wrapper .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.custom-form-wrapper input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    top:0;
}

.custom-form-wrapper .file-upload-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #47a448 !important;
    border-radius: 0px !important;
    padding: 1.1rem !important;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-form-wrapper .file-upload-wrapper:hover {
    border-color: #38B2AC;
    box-shadow: 0 2px 8px rgba(79, 209, 197, 0.2);
}

.custom-form-wrapper .file-upload-label {
    color: #A0AEC0;
    font-size: 15px;
    font-weight: 400;
    pointer-events: none;
}

.custom-form-wrapper .file-upload-label.has-file {
    color: #2D3748;
}

.custom-form-wrapper .file-upload-icon {
    width: 24px;
    height: 24px;
    pointer-events: none;
}

.custom-form-wrapper .file-upload-icon svg {
    width: 100%;
    height: 100%;
    stroke: #4FD1C5;
    stroke-width: 2;
    fill: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .custom-form-wrapper .file-upload-wrapper {
        padding: 10px 16px;
    }
    
    .custom-form-wrapper .file-upload-label {
        font-size: 14px;
    }
   
}
