.elementor-1624 .elementor-element.elementor-element-7e29b9d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0ce4525 *//* Custom Design Submission Page Styles */

/* Main Container */
.custom-design-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #ffffff;
}

/* Header Section */
.design-header {
    margin-bottom: 60px;
}

.header-banner {
    position: relative;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(160, 132, 247, 0.15);
    overflow: hidden;
    margin-bottom: 40px;
    animation: slideInDown 0.8s ease-out;
}

.orange-bar {
    height: 6px;
    background: linear-gradient(90deg, #FAB942 0%, #ffd600 100%);
    animation: expandWidth 1.2s ease-out 0.3s both;
}

.design-title {
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #5539a0;
    text-align: center;
    padding: 30px 20px 10px 20px;
    margin: 0;
    background: linear-gradient(135deg, #5539a0 0%, #a084f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: fadeInUp 1s ease-out 0.5s both;
    position: relative;
    letter-spacing: -0.5px;
}

.design-subtitle {
    font-size: 1.2rem;
    color: #666;
    text-align: center;
    margin: 0 0 20px 0;
    animation: fadeInUp 1s ease-out 0.7s both;
}

/* Form Section */
.design-form-section {
    margin-bottom: 60px;
}

.form-container {
    background: linear-gradient(90deg, #f7f3ff 0%, #fffbe7 100%);
    border: 2px solid #a084f7;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(160, 132, 247, 0.10);
    padding: 40px;
    transition: box-shadow 0.3s, border-color 0.3s;
}

.form-container:hover {
    box-shadow: 0 8px 32px rgba(160, 132, 247, 0.18);
    border-color: #ffd600;
}

.section-title {
    font-size: 2rem;
    font-weight: 600;
    color: #5539a0;
    margin-bottom: 16px;
    text-align: center !important;
    display: block;
    width: 100%;
}

.form-description {
    font-size: 1.1rem;
    color: #666;
    text-align: left;
    margin-bottom: 40px;
    line-height: 1.6;
    display: block;
    width: 100%;
}

/* Center only the section title */
.section-title {
    text-align: center !important;
}

/* Contact Form 7 Styling - FIXED */
.custom-design-form {
    display: block;
}

/* Contact Form 7 Form Elements */
.custom-design-form .wpcf7-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 100%;
}

.custom-design-form .wpcf7-form p:nth-child(3),
.custom-design-form .wpcf7-form p:nth-child(4),
.custom-design-form .wpcf7-form p:nth-child(5),
.custom-design-form .wpcf7-form p:nth-child(6),
.custom-design-form .wpcf7-form p:nth-child(7),
.custom-design-form .wpcf7-form p:nth-child(8),
.custom-design-form .wpcf7-form p:nth-child(9) {
    grid-column: 1 / -1;
}

.custom-design-form .wpcf7-form p {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.custom-design-form .wpcf7-form label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 1rem;
}

.custom-design-form .wpcf7-form input,
.custom-design-form .wpcf7-form select,
.custom-design-form .wpcf7-form textarea {
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    font-family: 'Segoe UI', Arial, sans-serif;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background: white;
    width: 100%;
    box-sizing: border-box;
    min-height: 48px;
}

.custom-design-form .wpcf7-form input:focus,
.custom-design-form .wpcf7-form select:focus,
.custom-design-form .wpcf7-form textarea:focus {
    outline: none;
    border-color: #a084f7;
    box-shadow: 0 0 0 3px rgba(160, 132, 247, 0.1);
}

.custom-design-form .wpcf7-form textarea {
    resize: vertical;
    min-height: 100px;
}

/* Fix for select dropdowns */
.custom-design-form .wpcf7-form select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 40px;
}

/* File Upload Styling for CF7 */
.custom-design-form .wpcf7-form input[type="file"] {
    position: relative;
    opacity: 1;
    cursor: pointer;
    padding: 40px 20px;
    border: 2px dashed #a084f7;
    border-radius: 8px;
    background: rgba(160, 132, 247, 0.05);
    text-align: center;
    transition: all 0.3s ease;
    min-height: auto;
}

.custom-design-form .wpcf7-form input[type="file"]:hover {
    border-color: #ffd600;
    background: rgba(255, 214, 0, 0.05);
}

/* Submit Button Styling */
.custom-design-form .wpcf7-form .wpcf7-submit {
    background: linear-gradient(135deg, #FAB942 0%, #ffd600 100%);
    color: #000000;
    border: none;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(250, 185, 66, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    grid-column: 1 / -1;
    justify-self: center;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.custom-design-form .wpcf7-form .wpcf7-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(250, 185, 66, 0.4);
    background: linear-gradient(135deg, #ffd600 0%, #FAB942 100%);
}

/* CF7 Response Messages */
.custom-design-form .wpcf7-response-output {
    margin: 20px 0 0 0;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 600;
}

.custom-design-form .wpcf7-mail-sent-ok {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.custom-design-form .wpcf7-validation-errors {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

/* Fix validation error styling */
.custom-design-form .wpcf7-form .wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 4px;
    font-weight: 500;
}

.custom-design-form .wpcf7-form .wpcf7-not-valid {
    border-color: #dc3545 !important;
}

/* Process Section */
.process-section {
    background: linear-gradient(90deg, #f7f3ff 0%, #fffbe7 100%);
    border: 2px solid #a084f7;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(160, 132, 247, 0.10);
    padding: 40px;
    margin-top: 40px;
}

.process-section .section-title {
    text-align: center;
    margin-bottom: 40px;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.step {
    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.step:hover {
    transform: translateY(-4px);
}

.step-icon {
    margin-bottom: 16px;
    display: block;
    text-align: center;
}

.step-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(160, 132, 247, 0.15));
    transition: transform 0.3s ease, filter 0.3s ease;
}

.step:hover .step-icon img {
    transform: scale(1.1);
    filter: drop-shadow(0 4px 12px rgba(160, 132, 247, 0.25));
}

.step h3 {
    color: #5539a0;
    font-size: 1.3rem;
    margin-bottom: 12px;
    font-weight: 600;
}

.step p {
    color: #666;
    line-height: 1.5;
    font-size: 0.95rem;
}

/* Animations */
@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .custom-design-container {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
    
    .form-container {
        margin: 0 0 40px 0;
        border-radius: 0;
        border-left: none;
        border-right: none;
        padding: 20px 16px;
    }
    
    .process-section {
        margin: 0;
        border-radius: 0;
        border-left: none;
        border-right: none;
        padding: 20px 16px;
    }
    
    .custom-design-form .wpcf7-form {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .design-title {
        font-size: 2.2rem;
        padding: 25px 15px 10px 15px;
    }
    
    .process-steps {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .form-container {
        padding: 16px 12px;
    }
    
    .process-section {
        padding: 16px 12px;
    }
    
    .design-title {
        font-size: 1.8rem;
        padding: 20px 10px 10px 10px;
    }
    
    .section-title {
        font-size: 1.6rem;
    }
    
    .custom-design-form .wpcf7-form .wpcf7-submit {
        width: 100%;
        padding: 14px 20px;
        font-size: 1rem;
    }
}/* End custom CSS */