.elementor-1160 .elementor-element.elementor-element-27fe9eb{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-7610ef4 *//* Sherry Bros Contact Form Styling - Blue & #52265F Theme */
#nf-form-1-cont {
    max-width: 900px;
    margin: 40px auto;
    padding: 0;
    position: relative;
}

/* Form Title */
.nf-form-title h3 {
    font-family: 'Rubik Wet Paint', system-ui;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
    color: #fff;
    position: relative;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.nf-form-title h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #52265F);
    border-radius: 2px;
}

/* Form Container */
.nf-form-wrap {
    background: rgba(82, 38, 47, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
}

/* Add decorative elements */
.nf-form-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #52265F);
    z-index: 1;
}

/* Required Fields Notice */
.nf-form-fields-required {
    color: #e0e0e0;
    font-size: 14px;
    margin-bottom: 25px;
    padding: 10px 15px;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 8px;
    border-left: 3px solid #3b82f6;
}

.ninja-forms-req-symbol {
    color: #3b82f6;
    font-weight: bold;
}

/* Field Containers */
.nf-field-container {
    margin-bottom: 25px;
    position: relative;
}

/* Field Labels */
.nf-field-label label {
    display: block;
    color: #e0e0e0;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 16px;
    transition: color 0.3s ease;
}

.nf-field-container:hover .nf-field-label label {
    color: #3b82f6;
}

/* Form Fields */
.ninja-forms-field.nf-element {
    width: 100%;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.ninja-forms-field.nf-element:focus {
    outline: none;
    border-color: #3b82f6;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

/* Dropdown Styling */
select.ninja-forms-field.nf-element {
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 50px;
}

/* Textarea */
textarea.ninja-forms-field.nf-element {
    min-height: 150px;
    resize: vertical;
    font-family: inherit;
}

/* Submit Button */
#nf-field-4.ninja-forms-field.nf-element[type="submit"] {
    background: linear-gradient(90deg, #3b82f6, #52265F);
    color: white;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    padding: 18px 30px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    width: 100%;
    margin-top: 10px;
}

#nf-field-4.ninja-forms-field.nf-element[type="submit"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(59, 130, 246, 0.4);
}

#nf-field-4.ninja-forms-field.nf-element[type="submit"]:active {
    transform: translateY(-1px);
}

/* Button Shine Effect */
#nf-field-4.ninja-forms-field.nf-element[type="submit"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

#nf-field-4.ninja-forms-field.nf-element[type="submit"]:hover::before {
    left: 100%;
}

/* Error Messages */
.nf-error-wrap.nf-error {
    color: #ff4d4d;
    font-size: 14px;
    margin-top: 8px;
    padding: 8px 12px;
    background: rgba(255, 77, 77, 0.1);
    border-radius: 6px;
    border-left: 3px solid #ff4d4d;
}

/* Success Message */
.nf-response-msg {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    color: #3b82f6;
    font-weight: 500;
    text-align: center;
}

/* Form Background Pattern */
.nf-form-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(59, 130, 246, 0.05) 0%, transparent 20%),
        radial-gradient(circle at 80% 60%, rgba(82, 38, 95, 0.07) 0%, transparent 20%),
        radial-gradient(circle at 40% 80%, rgba(59, 130, 246, 0.05) 0%, transparent 20%);
    pointer-events: none;
    z-index: 0;
}

/* Ensure form content is above background pattern */
.nf-form-title, .nf-field-container, .nf-form-fields-required, .nf-response-msg {
    position: relative;
    z-index: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
    #nf-form-1-cont {
        margin: 20px 15px;
    }
    
    .nf-form-wrap {
        padding: 25px 20px;
    }
    
    .nf-form-title h3 {
        font-size: 2rem;
    }
    
    .ninja-forms-field.nf-element {
        padding: 14px 16px;
        font-size: 16px;
    }
    
    #nf-field-4.ninja-forms-field.nf-element[type="submit"] {
        font-size: 16px;
        padding: 16px 25px;
    }
}

@media (max-width: 480px) {
    .nf-form-wrap {
        padding: 20px 15px;
    }
    
    .nf-form-title h3 {
        font-size: 1.8rem;
    }
    
    .ninja-forms-field.nf-element {
        padding: 12px 15px;
        font-size: 15px;
    }
    
    #nf-field-4.ninja-forms-field.nf-element[type="submit"] {
        font-size: 15px;
        padding: 14px 20px;
    }
}

/* Form Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nf-field-container {
    animation: fadeInUp 0.5s ease forwards;
    opacity: 0;
}

/* Staggered animations */
.nf-field-container:nth-child(1) { animation-delay: 0.1s; }
.nf-field-container:nth-child(2) { animation-delay: 0.2s; }
.nf-field-container:nth-child(3) { animation-delay: 0.3s; }
.nf-field-container:nth-child(4) { animation-delay: 0.4s; }
.nf-field-container:nth-child(5) { animation-delay: 0.5s; }
.nf-field-container:nth-child(6) { animation-delay: 0.6s; }/* End custom CSS */