.elementor-1002 .elementor-element.elementor-element-d2866bd:not(.elementor-motion-effects-element-type-background), .elementor-1002 .elementor-element.elementor-element-d2866bd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.antminer.sale/wp-content/uploads/2025/12/0fc0e00d-scaled.webp");background-position:center center;background-size:cover;}.elementor-1002 .elementor-element.elementor-element-d2866bd > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(-90deg, rgba(255,255,255,0.07) 3%, #000000 90%);opacity:0.92;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1002 .elementor-element.elementor-element-d2866bd{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:7em 0em 7em 0em;}.elementor-1002 .elementor-element.elementor-element-655728e{text-align:center;}.elementor-1002 .elementor-element.elementor-element-655728e .elementor-heading-title{color:#ffffff;}.elementor-1002 .elementor-element.elementor-element-5aa2dd7{--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-1002 .elementor-element.elementor-element-e428f19{--spacer-size:50px;}.elementor-1002 .elementor-element.elementor-element-66238eb{--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-1002 .elementor-element.elementor-element-7a1824a{--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-1002 .elementor-element.elementor-element-8864609{--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-1002 .elementor-element.elementor-element-c8ba73b{--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-1002 .elementor-element.elementor-element-30018ee{--spacer-size:25px;}.elementor-1002 .elementor-element.elementor-element-7c5bdc9{--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-1002 .elementor-element.elementor-element-d58cbf0{--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;}@media(min-width:768px){.elementor-1002 .elementor-element.elementor-element-8e1fea8{width:96.535%;}.elementor-1002 .elementor-element.elementor-element-5a5f380{width:3.367%;}}/* Start custom CSS for html, class: .elementor-element-067a710 *//* Six Card Section */
.six-card-section {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; /* reduced gap */
    justify-content: space-between;
    margin: 20px 0;
}

/* Card Styles */
.six-card-section .card {
    background-color: #ffffff;
    padding: 15px; /* reduced padding for less empty space */
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1); /* subtle shadow */
    flex: 1 1 calc(33.333% - 15px); /* 3 cards per row */
    min-width: 250px;
    text-align: center; /* center all content including logo */
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Card Logo */
.card-logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px; /* reduced spacing below logo */
}

/* Card Title */
.card-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px; /* reduced margin */
    color: #222;
}

/* Card Text */
.card-text {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .six-card-section .card {
        flex: 1 1 calc(50% - 15px); /* 2 cards per row */
    }
}

@media (max-width: 768px) {
    .six-card-section .card {
        flex: 1 1 100%; /* 1 card per row */
    }
    .card-title {
        font-size: 15px;
    }
    .card-text {
        font-size: 13px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-77065f8 *//* ============================================
   SUPPORT TICKET FORM CSS
   ============================================ */

/* RESET AND CENTERING CONTAINER */
.stf-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important; /* removed padding */
    box-sizing: border-box !important;
    font-family: -apple-system, BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif !important;
}


/* MAIN FORM - CENTERED */
.stf-form {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.1) !important;
    overflow: hidden !important;
}

/* HEADER - CENTERED CONTENT */
.stf-header {
    background: linear-gradient(135deg, #2563eb, #4f46e5) !important;
    color: white !important;
    padding: 40px 30px !important;
    text-align: center !important;
    border: none !important;
}

.stf-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin: 0 0 10px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    color: white !important;
    line-height: 1.3 !important;
}

.stf-title i {
    font-size: 30px !important;
    color: white !important;
}

.stf-subtitle {
    font-size: 16px !important;
    opacity: 0.95 !important;
    margin: 0 !important;
    font-weight: 400 !important;
    color: rgba(255,255,255,0.95) !important;
    line-height: 1.5 !important;
}

/* MESSAGES */
.stf-success,
.stf-error {
    display: none !important;
    padding: 20px !important;
    margin: 20px 30px 0 !important;
    border-radius: 8px !important;
    text-align: center !important;
    animation: stf-fadeIn 0.3s ease !important;
}

.stf-success {
    background: rgba(5,150,105,0.1) !important;
    border: 1px solid rgba(5,150,105,0.2) !important;
}

.stf-error {
    background: rgba(220,38,38,0.1) !important;
    border: 1px solid rgba(220,38,38,0.2) !important;
}

.stf-success.show,
.stf-error.show {
    display: block !important;
}

.stf-success i,
.stf-error i {
    font-size: 40px !important;
    margin-bottom: 15px !important;
}

.stf-success i { color: #059669 !important; }
.stf-error i { color: #dc2626 !important; }

.stf-success h3,
.stf-error h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 0 8px 0 !important;
    color: #1f2937 !important;
}

.stf-success p,
.stf-error p {
    font-size: 14px !important;
    color: #4b5563 !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

@keyframes stf-fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* SECTIONS - WITH VISIBLE BORDERS */
.stf-section {
    padding: 30px !important;
    border-bottom: 1px solid #e5e7eb !important;
}

.stf-section:last-child { border-bottom: none !important; }
.stf-submit-section { background: #f9fafb !important; }

/* ==============================
   SECTION TITLES ICON + TEXT FIX
   ============================== */
.stf-section-title {
    display: flex !important;
    align-items: center !important; /* vertical align icon + text */
    gap: 10px !important;           /* space between icon and text */
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    margin-bottom: 24px !important;
    line-height: 1.2 !important;
}

.stf-section-title i {
    font-size: 22px !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    color: #2563eb !important;
}

/* GRID - CENTERED LAYOUT */
.stf-grid {
    display: grid !important;
    grid-template-columns: repeat(2,1fr) !important;
    gap: 24px !important;
    width: 100% !important;
}

.stf-full { grid-column: 1 / -1 !important; }

/* FIELDS */
.stf-field {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}

.stf-field label {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #1f2937 !important;
    margin-bottom: 8px !important;
    line-height: 1 !important;
}

.stf-required {
    color: #dc2626 !important;
    font-weight: 600 !important;
}

/* INPUTS */
.stf-input,
.stf-textarea {
    display: block !important;
    width: 100% !important;
    padding: 12px 16px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-family: inherit !important;
    color: #1f2937 !important;
    background: white !important;
    line-height: 1.5 !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
}

.stf-input:focus,
.stf-textarea:focus,
.stf-select:focus {
    outline: none !important;
    border-color: #2563eb !important;
    box-shadow: 0 0 0 3px rgba(37,99,235,0.1) !important;
}

.stf-input::placeholder,
.stf-textarea::placeholder { color: #9ca3af !important; }

/* TEXTAREA */
.stf-textarea { min-height: 120px !important; resize: vertical !important; }
.stf-hint { font-size: 12px !important; color: #6b7280 !important; margin-top: 6px !important; font-style: italic !important; }

/* SELECT FIXES */
.stf-select-box { position: relative !important; width: 100% !important; min-height: 46px !important; }
.stf-select {
    display: block !important;
    width: 100% !important;
    height: 46px !important;
    padding: 12px 40px 12px 16px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-family: inherit !important;
    color: black !important;
    background: white !important;
    line-height: 1.5 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    max-width: 100% !important;
    position: relative !important;
    z-index: 2 !important;
}

.stf-select-placeholder {
    position: absolute !important;
    top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
    padding: 12px 16px !important;
    font-size: 15px !important;
    color: #9ca3af !important;
    background: white !important;
    border-radius: 8px !important;
    line-height: 1.5 !important;
    pointer-events: none !important;
    z-index: 1 !important;
    overflow: visible !important;
    white-space: nowrap !important;
    text-overflow: unset !important;
    max-width: 100% !important;
}

.stf-select:valid + .stf-arrow + .stf-select-placeholder { display: none !important; }
.stf-select:valid { color: #1f2937 !important; background: white !important; }
.stf-arrow { position: absolute !important; right: 16px !important; top: 50% !important; transform: translateY(-50%) !important; font-size: 12px !important; color: #6b7280 !important; pointer-events: none !important; z-index: 3 !important; }

.stf-select option { padding: 10px 12px !important; color: #1f2937 !important; background: white !important; font-size: 14px !important; line-height: 1.4 !important; }
.stf-select option[value=""][disabled] { color: #9ca3af !important; display: none !important; }

/* TERMS */
.stf-terms { text-align: center !important; }
.stf-checkbox { margin-bottom: 25px !important; }
.stf-terms-label {
    display: inline-flex !important;
    flex-direction: row !important;  /* keep checkbox + text in one line */
    align-items: center !important;  /* vertical align */
    gap: 10px !important;
    cursor: pointer !important;
    max-width: 600px !important;
    text-align: left !important;
    line-height: 1.5 !important;
}
.stf-terms-label input { display: none !important; }
.stf-check {
    display: inline-block !important;
    width: 18px !important; height: 18px !important;
    border: 2px solid #9ca3af !important;
    border-radius: 4px !important;
    position: relative !important;
    flex-shrink: 0 !important;
    margin-top: 0 !important;  /* align with text */
    transition: all 0.2s ease !important;
}
.stf-terms-label input:checked + .stf-check { background: #2563eb !important; border-color: #2563eb !important; }
.stf-terms-label input:checked + .stf-check::after {
    content: "" !important;
    position: absolute !important;
    left: 5px !important;
    top: 2px !important;
    width: 4px !important; height: 8px !important;
    border: solid white !important; border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
}
.stf-terms-text { font-size: 14px !important; color: #1f2937 !important; line-height: 1.5 !important; }


/* SUBMIT BUTTON */
.stf-footer { display: flex !important; flex-direction: column !important; align-items: center !important; gap: 15px !important; }
.stf-button-container { position: relative !important; width: 100% !important; max-width: 300px !important; }
.stf-btn {
    display: inline-flex !important; align-items: center !important; justify-content: center !important;
    gap: 10px !important; width: 100% !important; padding: 14px 30px !important;
    background: linear-gradient(135deg, #2563eb, #1d4ed8) !important; color: white !important;
    border: none !important; border-radius: 8px !important; font-size: 16px !important; font-weight: 600 !important;
    line-height: 1.5 !important; cursor: pointer !important; transition: all 0.2s ease !important;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1) !important; text-decoration: none !important;
}
.stf-btn:hover:not(:disabled) { transform: translateY(-2px) !important; box-shadow: 0 6px 12px -2px rgba(37,99,235,0.3) !important; background: linear-gradient(135deg, #1d4ed8, #1e40af) !important; }
.stf-btn:disabled { opacity: 0.7 !important; cursor: not-allowed !important; transform: none !important; }
.stf-btn i { font-size: 16px !important; }

/* LOADING */
.stf-loading { display: none !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; gap: 10px !important; position: absolute !important; top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; background: rgba(255,255,255,0.95) !important; border-radius: 8px !important; z-index: 10 !important; }
.stf-loading.show { display: flex !important; }
.stf-spinner { width: 30px !important; height: 30px !important; border: 3px solid #e5e7eb !important; border-top-color: #2563eb !important; border-radius: 50% !important; animation: stf-spin 1s linear infinite !important; }
@keyframes stf-spin { to { transform: rotate(360deg); } }
.stf-loading span { font-size: 14px !important; font-weight: 500 !important; color: #374151 !important; }

/* ERROR STATES */
.stf-field.error .stf-input,
.stf-field.error .stf-select,
.stf-field.error .stf-textarea { border-color: #dc2626 !important; background: rgba(220,38,38,0.05) !important; }
.stf-field .stf-error-msg { color: #dc2626 !important; font-size: 12px !important; margin-top: 5px !important; }
.stf-terms-label.error .stf-terms-text { color: #dc2626 !important; }

/* ====================
   RESPONSIVE DESIGN
   ==================== */

/* Tablet */
@media (max-width:1024px){
    .stf-container{padding:15px !important;}
    .stf-form{max-width:900px !important;}
    .stf-header{padding:35px 25px !important;}
    .stf-title{font-size:26px !important;}
    .stf-section{padding:25px !important;}
    .stf-grid{gap:20px !important;}
    .stf-select,.stf-select-placeholder{font-size:14px !important;padding:11px 35px 11px 14px !important;}
}

/* Mobile Landscape */
@media (max-width:768px){
    .stf-grid{grid-template-columns:1fr !important; gap:15px !important;}
    .stf-header{padding:30px 20px !important;}
    .stf-title{font-size:24px !important; flex-direction: column !important; gap:8px !important;}
    .stf-section{padding:20px !important;}
    .stf-section-title{font-size:18px !important; flex-direction: row !important; align-items: center !important; gap:8px !important;}
    .stf-success,.stf-error{margin:15px 20px 0 !important;}
    .stf-select,.stf-select-placeholder{font-size:15px !important;padding:12px 38px 12px 12px !important;}
    .stf-arrow{right:12px !important;}
}

/* Mobile Portrait */
@media (max-width:480px){
    .stf-container{padding:10px !important;}
    .stf-header{padding:25px 15px !important;}
    .stf-title{font-size:22px !important;}
    .stf-subtitle{font-size:14px !important;}
    .stf-section{padding:15px !important;}
    .stf-section-title{font-size:17px !important; flex-direction: row !important; align-items: center !important; gap:6px !important;}
    .stf-success,.stf-error{margin:10px 15px 0 !important;padding:15px !important;}
    
    /* FIX: Keep checkbox and text on one line */
    .stf-terms-label{
        flex-direction: row !important;
        align-items: center !important;
        gap:10px !important;
    }

    .stf-btn{padding:12px 20px !important; font-size:15px !important;}
    .stf-select,.stf-select-placeholder{font-size:14px !important;padding:10px 35px 10px 10px !important;}
    .stf-arrow{right:10px !important; font-size:10px !important;}
}

/* Very small screens */
@media (max-width:360px){
    .stf-title{font-size:20px !important;}
    .stf-section-title{font-size:16px !important;}
    .stf-input,.stf-textarea{font-size:14px !important; padding:10px 14px !important;}
    .stf-select,.stf-select-placeholder{font-size:13px !important; padding:9px 30px 9px 9px !important; height:42px !important;}
    .stf-arrow{right:8px !important; font-size:9px !important;}

    /* FIX: Keep checkbox and text on one line */
    .stf-terms-label{
        flex-direction: row !important;
        align-items: center !important;
        gap:10px !important;
    }
}/* End custom CSS */