.elementor-864 .elementor-element.elementor-element-9b6e75c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-864 .elementor-element.elementor-element-50a4bb3{width:var( --container-widget-width, 50% );max-width:50%;--container-widget-width:50%;--container-widget-flex-grow:0;text-align:justify;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-864 .elementor-element.elementor-element-7fe5766{width:var( --container-widget-width, 50% );max-width:50%;--container-widget-width:50%;--container-widget-flex-grow:0;}.elementor-864 .elementor-element.elementor-element-7fe5766 img{border-radius:33px 33px 33px 33px;}.elementor-864 .elementor-element.elementor-element-b79b8cd{--display:flex;}.elementor-864 .elementor-element.elementor-element-40cd582{text-align:justify;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-864 .elementor-element.elementor-element-50a4bb3{width:100%;max-width:100%;}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-864 .elementor-element.elementor-element-7fe5766{width:100%;max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5482091 */#reskar-contact-wrapper {
    font-family: 'Vazir', Tahoma, sans-serif;
    max-width: 900px;
    margin: 20px auto;
    padding: 25px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    border-radius: 33px;
    border: 1px solid rgba(111, 66, 193, 0.15);
    box-shadow: 
        0 8px 32px rgba(111, 66, 193, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        inset 0 -1px 0 rgba(111, 66, 193, 0.08);
    line-height: 1.7;
    color: #000000;
    position: relative;
    z-index: 1;
}

#reskar-contact-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(159, 122, 234, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(111, 66, 193, 0.05) 0%, transparent 50%);
    border-radius: 33px;
    z-index: -1;
    pointer-events: none;
}

.reskar-form-title {
    color: #6f42c1;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.reskar-info-text {
    margin-bottom: 20px;
    font-size: 0.95rem;
    color: #000000;
    line-height: 1.6;
}

.reskar-info-text p {
    margin: 6px 0;
}

.reskar-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .reskar-grid {
        grid-template-columns: 1fr;
    }
    
    #reskar-contact-wrapper {
        margin: 15px;
        padding: 20px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
}

@media (max-width: 480px) {
    #reskar-contact-wrapper {
        margin: 10px;
        padding: 18px;
        border-radius: 24px;
    }
}

.reskar-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #000000;
}

.reskar-input {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid rgba(111, 66, 193, 0.2);
    border-radius: 33px !important;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #000000;
}

.reskar-input::placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.reskar-input:focus {
    border-color: rgba(111, 66, 193, 0.6);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 
        0 0 0 3px rgba(111, 66, 193, 0.25),
        inset 0 1px 3px rgba(111, 66, 193, 0.1);
    outline: none;
}

.reskar-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

@media (max-width: 600px) {
    .reskar-buttons {
        flex-direction: column;
    }
}

.reskar-btn {
    flex: 1;
    padding: 16px;
    color: #000000;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 33px;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.reskar-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.7s ease;
}

.reskar-btn:hover::before {
    left: 100%;
}

.reskar-btn-whatsapp {
    background: linear-gradient(135deg, rgba(155, 89, 182, 0.85), rgba(142, 68, 173, 0.9));
    border: 1px solid rgba(155, 89, 182, 0.3);
    box-shadow: 
        0 4px 15px rgba(155, 89, 182, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.reskar-btn-telegram {
    background: linear-gradient(135deg, rgba(111, 66, 193, 0.85), rgba(90, 50, 163, 0.9));
    border: 1px solid rgba(111, 66, 193, 0.3);
    box-shadow: 
        0 4px 15px rgba(111, 66, 193, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.reskar-btn:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 6px 20px rgba(111, 66, 193, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

#reskar-success {
    display: none;
    margin-top: 20px;
    padding: 15px;
    background: rgba(111, 66, 193, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #000000;
    border-radius: 33px;
    border: 1px solid rgba(111, 66, 193, 0.2);
}

/* اضافه کردن پشتیبانی برای مرورگرهای مختلف */
@supports not (backdrop-filter: blur(12px)) {
    #reskar-contact-wrapper {
        background: rgba(255, 255, 255, 0.95);
    }
    
    .reskar-input {
        background: rgba(255, 255, 255, 0.9);
    }
    
    .reskar-btn {
        background: rgba(111, 66, 193, 0.9);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-62d7812 */:root {
    --primary-color: #ff7b00;
    --background-color: rgba(187, 0, 255, 1);
    --text-color: #ffffff;
    --hover-color: rgba(255, 255, 255, 0.3);
    --glass-effect: blur(10px);
}

.social-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--background-color);
    backdrop-filter: var(--glass-effect);
    -webkit-backdrop-filter: var(--glass-effect);
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
    padding: 12px 0;
    z-index: 9999;
    border-top: 1px solid rgba(255,255,255,0.2);
    animation: fadeInUp .5s ease-out;
}

.social-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    flex-wrap: wrap;
}

.social-icons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    flex: 1;
}

.social-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: transform .3s ease;
}
.social-item:hover { transform: translateY(-5px); }

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    transition: all .3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}
.social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    background: var(--hover-color);
}
.social-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.social-text {
    font-size: 11px;
    color: var(--text-color);
}

.order-section, .contact-section {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.15);
    padding: 8px 15px;
    border-radius: 30px;
    margin-left: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    text-decoration: none;
}
.contact-section:hover {
    background: rgba(255,255,255,0.25);
    transform: translateY(-2px);
}
.order-text, .contact-text {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 600;
    margin-left: 8px;
}

@media(max-width:768px){
    .social-container { flex-direction: column; gap: 15px; }
    .social-icons { gap: 10px; }
    .social-icon { width: 40px; height: 40px; }
    .social-icon img { width: 20px; height: 20px; }
    .social-text { font-size: 9px; }
    .order-section, .contact-section { margin-left: 0; order:-1; padding:6px 12px; }
}

@keyframes fadeInUp {
    from { opacity:0; transform:translateY(20px); }
    to { opacity:1; transform:translateY(0); }
}

.handwritten-text {
    font-weight: 600;
    font-size: 14px;
    color: var(--text-color);
    position: relative;
}
.handwritten-text::after {
    content:'';
    position:absolute;
    bottom:-2px;
    left:0;
    width:100%;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);
    animation: shimmer 2s infinite;
}
@keyframes shimmer {
    0%,100% { opacity:.6; transform:scaleX(.9); }
    50% { opacity:1; transform:scaleX(1); }
}/* End custom CSS */