/* LuckyQuaskGrid Widget Styles - ALWAYS LIGHT THEME */

/* Critical: Force Light Theme Override */
.elementor-widget-luckyquaskgrid {
    background: transparent !important;
    color: #1a2332 !important;
}

/* Elementor Icon Reset - Ensure proper icon rendering */
.elementor-widget-luckyquaskgrid .elementor-icon {
    line-height: 1 !important;
    vertical-align: middle !important;
}

.elementor-widget-luckyquaskgrid .elementor-icon i,
.elementor-widget-luckyquaskgrid .elementor-icon svg {
    vertical-align: middle !important;
}

/* Font Awesome fallback for toggle icons */
.elementor-widget-luckyquaskgrid .fa-plus:before {
    content: "\f067" !important;
}

.elementor-widget-luckyquaskgrid .fa-times:before {
    content: "\f00d" !important;
}

/* Final icon layout fix */
.elementor-widget-luckyquaskgrid .trust-feature-header {
    min-height: 24px;
    align-items: center !important;
}

.elementor-widget-luckyquaskgrid .trust-feature-header .elementor-icon,
.elementor-widget-luckyquaskgrid .trust-feature-header > i:first-child,
.elementor-widget-luckyquaskgrid .trust-feature-header > svg:first-child {
    min-width: 20px;
    min-height: 20px;
    max-width: 24px;
    max-height: 24px;
}

/* Force Light Theme - Override All Dark Themes */
.elementor-widget-luckyquaskgrid,
.elementor-widget-luckyquaskgrid *,
.elementor-widget-luckyquaskgrid *:before,
.elementor-widget-luckyquaskgrid *:after {
    /* Reset any dark theme styles */
}

/* Prevent Dark Mode Override */
@media (prefers-color-scheme: dark) {
    .elementor-widget-luckyquaskgrid .trust-section {
        background: transparent !important;
        color: #1a2332 !important;
    }
    
    .elementor-widget-luckyquaskgrid .trust-content {
        background: rgba(255, 255, 255, 0.98) !important;
        color: #1a2332 !important;
    }
    
    .elementor-widget-luckyquaskgrid .trust-feature {
        background: linear-gradient(135deg, #ffffff 0%, #fafbfc 100%) !important;
        color: #1a2332 !important;
    }
}

/* Main Section Styles - Always Light Theme */
.elementor-widget-luckyquaskgrid .trust-section {
    background: transparent !important;
    margin: 0;
    padding: 60px 0;
    font-family: 'Inter', sans-serif;
    position: relative;
    color: #1a2332 !important;
}

.elementor-widget-luckyquaskgrid .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.elementor-widget-luckyquaskgrid .trust-content {
    background: rgba(255, 255, 255, 0.98) !important;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    color: #1a2332 !important;
}

/* Header Styles */
.elementor-widget-luckyquaskgrid .trust-header {
    text-align: center;
    margin-bottom: 35px;
}

.elementor-widget-luckyquaskgrid .trust-header h1,
.elementor-widget-luckyquaskgrid .trust-header h2,
.elementor-widget-luckyquaskgrid .trust-header h3,
.elementor-widget-luckyquaskgrid .trust-header h4,
.elementor-widget-luckyquaskgrid .trust-header h5,
.elementor-widget-luckyquaskgrid .trust-header h6,
.elementor-widget-luckyquaskgrid .trust-header div.trust-header-title,
.elementor-widget-luckyquaskgrid .trust-header span.trust-header-title,
.elementor-widget-luckyquaskgrid .trust-header p.trust-header-title {
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    font-weight: 700;
    color: #1a2332 !important;
    margin-bottom: 16px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #1a2332 0%, #2c3e50 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.elementor-widget-luckyquaskgrid .trust-header p,
.elementor-widget-luckyquaskgrid .trust-header div.trust-header-description,
.elementor-widget-luckyquaskgrid .trust-header span.trust-header-description {
    font-size: clamp(0.9rem, 2.5vw, 1rem);
    color: #5a6c7d !important;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}

/* FAQ Grid Styles */
.elementor-widget-luckyquaskgrid .trust-features-grid {
    display: grid;
    /* Default fallback if Elementor controls not set */
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    /* Grid properties are controlled by Elementor controls */
}

.elementor-widget-luckyquaskgrid .trust-feature {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 16px;
    background: linear-gradient(135deg, #ffffff 0%, #fafbfc 100%) !important;
    border-radius: 14px;
    border-left: 4px solid #ff6b35;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(255, 107, 53, 0.08);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    color: #1a2332 !important;
}

.elementor-widget-luckyquaskgrid .trust-feature::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #ff6b35, #2196f3, #ff6b35);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.elementor-widget-luckyquaskgrid .trust-feature:hover::before {
    transform: translateX(0);
}

.elementor-widget-luckyquaskgrid .trust-feature:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border-left-color: #2196f3;
    border-color: rgba(33, 150, 243, 0.12);
    background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%) !important;
    color: #1a2332 !important;
}

.elementor-widget-luckyquaskgrid .trust-feature-header {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-bottom: 8px;
}

/* Icon container fix for Elementor */
.elementor-widget-luckyquaskgrid .trust-feature-header > .elementor-icon,
.elementor-widget-luckyquaskgrid .trust-feature-header > i:first-child,
.elementor-widget-luckyquaskgrid .trust-feature-header > svg:first-child {
    order: 1;
    flex-shrink: 0;
}

.elementor-widget-luckyquaskgrid .trust-feature-title {
    order: 2;
    flex: 1;
}

.elementor-widget-luckyquaskgrid .trust-feature-toggle {
    order: 3;
    flex-shrink: 0;
}

.elementor-widget-luckyquaskgrid .trust-feature i,
.elementor-widget-luckyquaskgrid .trust-feature svg {
    color: #ff6b35 !important;
    fill: #ff6b35 !important;
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    transition: all 0.3s ease;
    width: 20px !important;
    height: 20px !important;
    text-align: center;
    display: inline-block !important;
    flex-shrink: 0;
}

.elementor-widget-luckyquaskgrid .trust-feature:hover i,
.elementor-widget-luckyquaskgrid .trust-feature:hover svg {
    color: #2196f3 !important;
    fill: #2196f3 !important;
    transform: scale(1.1) rotate(5deg);
}

.elementor-widget-luckyquaskgrid .trust-feature-title {
    color: #1a2332 !important;
    font-weight: 600;
    font-size: clamp(0.8rem, 2vw, 0.9rem);
    letter-spacing: -0.01em;
    flex: 1;
    line-height: 1.3;
}

.elementor-widget-luckyquaskgrid .trust-feature-toggle {
    color: #ff6b35 !important;
    font-size: clamp(0.9rem, 2vw, 1rem);
    transition: all 0.3s ease;
    margin-left: auto;
    width: auto !important;
    height: auto !important;
    flex-shrink: 0;
}

.elementor-widget-luckyquaskgrid .trust-feature:hover .trust-feature-toggle {
    color: #2196f3 !important;
    transform: scale(1.1);
}

.elementor-widget-luckyquaskgrid .trust-feature.active .trust-feature-toggle {
    transform: rotate(45deg);
    color: #2196f3 !important;
}

.elementor-widget-luckyquaskgrid .trust-feature-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
}

.elementor-widget-luckyquaskgrid .trust-feature.active .trust-feature-content {
    max-height: 150px;
}

.elementor-widget-luckyquaskgrid .trust-feature-body {
    padding: 8px 0 0 0;
    color: #5a6c7d !important;
    font-size: clamp(0.75rem, 2vw, 0.85rem);
    line-height: 1.5;
}

.elementor-widget-luckyquaskgrid .highlight {
    background: linear-gradient(135deg, #ff6b35 0%, #ff8f5a 100%);
    color: #ffffff;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
    font-size: clamp(0.7rem, 1.8vw, 0.85rem);
}

/* Responsive Design - Goldilocks Zone */
/* Grid layout is now controlled by Elementor controls */

/* Tablet responsive adjustments */
@media (max-width: 768px) {
    .elementor-widget-luckyquaskgrid .trust-section {
        padding: 40px 0;
    }
    
    .elementor-widget-luckyquaskgrid .trust-content {
        padding: 30px;
    }
}

/* Large Mobile (600px - 767px) */
@media (max-width: 767px) and (min-width: 600px) {
    .elementor-widget-luckyquaskgrid .trust-section {
        padding: 30px 0;
    }

    .elementor-widget-luckyquaskgrid .trust-content {
        padding: 25px;
    }

    .elementor-widget-luckyquaskgrid .trust-header {
        margin-bottom: 25px;
    }

    .elementor-widget-luckyquaskgrid .trust-feature {
        padding: 16px 14px;
    }
}

/* Standard Mobile (480px - 599px) */
@media (max-width: 599px) and (min-width: 480px) {
    .elementor-widget-luckyquaskgrid .trust-section {
        padding: 25px 0;
    }

    .elementor-widget-luckyquaskgrid .container {
        padding: 0 15px;
    }

    .elementor-widget-luckyquaskgrid .trust-content {
        padding: 20px;
        border-radius: 15px;
    }

    .elementor-widget-luckyquaskgrid .trust-header {
        margin-bottom: 20px;
    }

    .elementor-widget-luckyquaskgrid .trust-feature {
        padding: 14px 12px;
        border-radius: 12px;
    }

    .elementor-widget-luckyquaskgrid .trust-feature.active .trust-feature-content {
        max-height: 130px;
    }
}

/* Small Mobile (320px - 479px) - Compact Layout */
@media (max-width: 479px) {
    .elementor-widget-luckyquaskgrid .trust-section {
        padding: 20px 0;
    }

    .elementor-widget-luckyquaskgrid .container {
        padding: 0;
        margin: 0;
    }

    .elementor-widget-luckyquaskgrid .trust-content {
        padding: 0;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        background: transparent;
    }

    .elementor-widget-luckyquaskgrid .trust-header {
        margin-bottom: 20px;
        padding: 15px 8px;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 12px;
        margin: 0 8px 20px 8px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    .elementor-widget-luckyquaskgrid .trust-features-grid {
        padding: 0 8px;
    }

    .elementor-widget-luckyquaskgrid .trust-feature {
        padding: 12px 10px;
        border-radius: 10px;
    }

    .elementor-widget-luckyquaskgrid .trust-feature-header {
        gap: 10px;
        margin-bottom: 6px;
    }

    .elementor-widget-luckyquaskgrid .trust-feature i,
    .elementor-widget-luckyquaskgrid .trust-feature svg {
        width: 18px !important;
        height: 18px !important;
    }

    .elementor-widget-luckyquaskgrid .trust-feature-body {
        padding: 6px 0 0 0;
        line-height: 1.4;
    }

    .elementor-widget-luckyquaskgrid .trust-feature.active .trust-feature-content {
        max-height: 120px;
    }
}

/* Ultra Small Mobile (0 - 319px) - Maximum Compactness */
@media (max-width: 319px) {
    .elementor-widget-luckyquaskgrid .trust-section {
        padding: 15px 0;
    }

    .elementor-widget-luckyquaskgrid .trust-header {
        padding: 12px 6px;
        margin: 0 6px 15px 6px;
    }

    .elementor-widget-luckyquaskgrid .trust-features-grid {
        padding: 0 6px;
    }

    .elementor-widget-luckyquaskgrid .trust-feature {
        padding: 10px 8px;
    }

    .elementor-widget-luckyquaskgrid .trust-feature.active .trust-feature-content {
        max-height: 100px;
    }
}

/* ELEMENTOR ICON FIX: Ensure proper icon display */
.elementor-widget-luckyquaskgrid .trust-feature-header > i,
.elementor-widget-luckyquaskgrid .trust-feature-header > svg,
.elementor-widget-luckyquaskgrid .trust-feature-header [class*="fa-"],
.elementor-widget-luckyquaskgrid .trust-feature-header .elementor-icon {
    color: #ff6b35 !important;
    fill: #ff6b35 !important;
    font-size: clamp(1rem, 2.5vw, 1.2rem) !important;
    width: 20px !important;
    height: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.elementor-widget-luckyquaskgrid .trust-feature:hover .trust-feature-header > i,
.elementor-widget-luckyquaskgrid .trust-feature:hover .trust-feature-header > svg,
.elementor-widget-luckyquaskgrid .trust-feature:hover .trust-feature-header [class*="fa-"],
.elementor-widget-luckyquaskgrid .trust-feature:hover .trust-feature-header .elementor-icon {
    color: #2196f3 !important;
    fill: #2196f3 !important;
    transform: scale(1.1) rotate(5deg) !important;
}

/* Toggle icon specific styles - Force Font Awesome */
.elementor-widget-luckyquaskgrid .trust-feature-toggle {
    color: #ff6b35 !important;
    font-size: clamp(0.9rem, 2vw, 1rem) !important;
    transition: all 0.3s ease !important;
    margin-left: auto !important;
    width: auto !important;
    height: auto !important;
    flex-shrink: 0 !important;
    transform: none !important;
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome" !important;
    font-weight: 900 !important;
}

.elementor-widget-luckyquaskgrid .trust-feature-toggle::before {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome" !important;
    font-weight: 900 !important;
}

.elementor-widget-luckyquaskgrid .trust-feature:hover .trust-feature-toggle {
    color: #2196f3 !important;
    transform: scale(1.1) !important;
}

.elementor-widget-luckyquaskgrid .trust-feature.active .trust-feature-toggle {
    transform: rotate(45deg) !important;
    color: #2196f3 !important;
}

/* FINAL OVERRIDE: Force Light Theme in ALL cases */
.elementor-widget-luckyquaskgrid,
.elementor-widget-luckyquaskgrid .trust-section {
    background: transparent !important;
    color: #1a2332 !important;
}

.elementor-widget-luckyquaskgrid .trust-content {
    background: rgba(255, 255, 255, 0.98) !important;
}

.elementor-widget-luckyquaskgrid .trust-feature {
    background: linear-gradient(135deg, #ffffff 0%, #fafbfc 100%) !important;
}

.elementor-widget-luckyquaskgrid .trust-feature:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%) !important;
}

/* Override any dark theme styles */
html[data-theme="dark"] .elementor-widget-luckyquaskgrid,
[data-theme="dark"] .elementor-widget-luckyquaskgrid,
.dark .elementor-widget-luckyquaskgrid,
.dark-mode .elementor-widget-luckyquaskgrid {
    background: transparent !important;
    color: #1a2332 !important;
}

html[data-theme="dark"] .elementor-widget-luckyquaskgrid .trust-content,
[data-theme="dark"] .elementor-widget-luckyquaskgrid .trust-content,
.dark .elementor-widget-luckyquaskgrid .trust-content,
.dark-mode .elementor-widget-luckyquaskgrid .trust-content {
    background: rgba(255, 255, 255, 0.98) !important;
    color: #1a2332 !important;
}

html[data-theme="dark"] .elementor-widget-luckyquaskgrid .trust-feature,
[data-theme="dark"] .elementor-widget-luckyquaskgrid .trust-feature,
.dark .elementor-widget-luckyquaskgrid .trust-feature,
.dark-mode .elementor-widget-luckyquaskgrid .trust-feature {
    background: linear-gradient(135deg, #ffffff 0%, #fafbfc 100%) !important;
    color: #1a2332 !important;
} 