.elementor-1271 .elementor-element.elementor-element-3d022be{--display:flex;}.elementor-1271 .elementor-element.elementor-element-467691a{--spacer-size:16px;}.elementor-1271 .elementor-element.elementor-element-cf752bc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1271 .elementor-element.elementor-element-45ac89b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-d39361c *//* Contact Us Widget - Elementor Compatible */
.contact-us-widget {
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.contact-container {
    max-width: 100%;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(127, 101, 209, 0.1);
    overflow: hidden;
    margin: 0 auto;
}

.contact-header {
    background: linear-gradient(135deg, #7F65D1 0%, #9B82E0 100%);
    padding: 40px 30px;
    text-align: center;
    color: white;
}

.contact-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    line-height: 1.2;
    color: #ffffff !important;
}

.contact-header p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin: 0;
    line-height: 1.4;
}

.contact-content {
    padding: 40px 30px;
}

.contact-section {
    margin-bottom: 35px;
}

.contact-section:last-child {
    margin-bottom: 0;
}

.contact-section h2 {
    color: #7F65D1;
    font-size: 1.5rem;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.3;
}

.section-icon {
    width: 24px;
    height: 24px;
    background: #FAB942;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: white;
    font-weight: bold;
}

.contact-info-box {
    background: #F7F5FF;
    padding: 25px;
    border-radius: 15px;
    border-left: 5px solid #7F65D1;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.item-icon {
    width: 40px;
    height: 40px;
    background: #FAB942;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    flex-shrink: 0;
}

.item-text {
    flex: 1;
    min-width: 0;
}

.item-label {
    font-weight: 600;
    color: #7F65D1;
    margin: 0 0 3px 0;
    font-size: 0.95rem;
}

.item-value {
    color: #666;
    font-size: 1rem;
    margin: 0;
    word-break: break-word;
}

.email-link {
    color: #7F65D1;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.email-link:hover {
    text-decoration: underline;
    color: #6B52B8;
}

.response-box {
    background: linear-gradient(135deg, #FAB942 0%, #FFD700 100%);
    padding: 25px;
    border-radius: 15px;
    color: #4821b2;
    text-align: center;
}

.response-box h3 {
    margin: 0 0 10px 0;
    font-size: 1.3rem;
    font-weight: 600;
}

.response-box p {
    line-height: 1.6;
    opacity: 0.95;
    margin: 0;
}

.contact-footer {
    text-align: center;
    padding: 30px;
    background: #F7F5FF;
    color: #7F65D1;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-container {
        border-radius: 15px;
    }
    
    .contact-header {
        padding: 30px 20px;
    }
    
    .contact-header h1 {
        font-size: 2rem;
    }
    
    .contact-header p {
        font-size: 1rem;
    }
    
    .contact-content {
        padding: 30px 20px;
    }
    
    .contact-section h2 {
        font-size: 1.3rem;
    }
    
    .contact-info-box {
        padding: 20px;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    
    .item-text {
        text-align: center;
    }
    
    .response-box {
        padding: 20px;
    }
    
    .response-box h3 {
        font-size: 1.2rem;
    }
    
    .contact-footer {
        padding: 25px 20px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .contact-header h1 {
        font-size: 1.8rem;
    }
    
    .contact-section h2 {
        font-size: 1.2rem;
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    
    .item-icon {
        width: 35px;
        height: 35px;
    }
    
    .item-value {
        font-size: 0.95rem;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-2dffa03 *//* Contact Form 7 Custom Styling for TeeOneShirt Brand */

/* Form Container */
.wpcf7-form {
    max-width: 100%;
    width: 100%;
    margin: 32px 0;
    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: 28px 24px 18px 24px;
    transition: box-shadow 0.3s, border-color 0.3s;
    box-sizing: border-box;
}

.wpcf7-form:hover {
    box-shadow: 0 8px 32px rgba(160, 132, 247, 0.18);
    border-color: #ffd600;
}

/* Form Fields Container */
.wpcf7-form p {
    margin-bottom: 20px;
    position: relative;
}

/* Labels */
.wpcf7-form label {
    display: block;
    font-weight: 600;
    color: #5539a0;
    margin-bottom: 8px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Segoe UI', Arial, sans-serif;
}

/* Input Fields */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #ffffff;
    color: #333333;
    box-sizing: border-box;
    font-family: 'Segoe UI', Arial, sans-serif;
}

/* Focus State */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: #a084f7;
    box-shadow: 0 0 0 3px rgba(160, 132, 247, 0.1);
    transform: translateY(-2px);
}

/* Textarea Specific */
.wpcf7-form textarea {
    min-height: 120px;
    resize: vertical;
    font-family: inherit;
}

/* Submit Button */
.wpcf7-form input[type="submit"] {
    background: linear-gradient(135deg, #a084f7 0%, #8b6ff0 100%);
    color: #ffffff !important;
    border: none;
    padding: 16px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    position: relative;
    overflow: hidden;
    font-family: 'Segoe UI', Arial, sans-serif;
}

/* Submit Button Hover */
.wpcf7-form input[type="submit"]:hover {
    background: linear-gradient(135deg, #8b6ff0 0%, #7a5de8 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(160, 132, 247, 0.3);
    border-color: #ffd600;
}

/* Submit Button Active */
.wpcf7-form input[type="submit"]:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(160, 132, 247, 0.3);
}

/* Loading Spinner */
.wpcf7-form .wpcf7-spinner {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: translateY(-50%) rotate(0deg); }
    100% { transform: translateY(-50%) rotate(360deg); }
}

/* Success/Error Messages */
.wpcf7-response-output {
    margin: 20px 0 0 0;
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    font-family: 'Segoe UI', Arial, sans-serif;
}

/* Success Message */
.wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

/* Error Message */
.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-mail-sent-ng {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Required Field Indicator */
.wpcf7-form .wpcf7-validates-as-required::after {
    content: " *";
    color: #ffd600;
    font-weight: bold;
}

/* Optional Field Styling */
.wpcf7-form textarea {
    border-color: #e0e0e0;
}

.wpcf7-form textarea:focus {
    border-color: #a084f7;
}

/* Form Header (Optional) */
.contact-form-header {
    text-align: center;
    margin-bottom: 30px;
}

.contact-form-header h2 {
    color: #5539a0;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.contact-form-header p {
    color: #666666;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Segoe UI', Arial, sans-serif;
}

/* Field Groups (Optional Enhancement) */
.field-group {
    display: flex;
    gap: 20px;
}

.field-group .wpcf7-form p {
    flex: 1;
}

/* Responsive Design */
@media (max-width: 600px) {
    .wpcf7-form {
        padding: 18px 8px 12px 8px;
        margin: 16px 0;
    }
    
    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="email"],
    .wpcf7-form textarea {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .wpcf7-form input[type="submit"] {
        padding: 14px 30px;
        font-size: 14px;
    }
    
    .wpcf7-form label {
        font-size: 13px;
    }
    
    .field-group {
        flex-direction: column;
        gap: 0;
    }
}/* End custom CSS */