.elementor-11705 .elementor-element.elementor-element-69eb9f9{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-666d518 */.t3-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

@media (max-width: 768px) {
    .t3-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.t3-item {
    text-align: center;
    padding: 32px 16px;
    border-radius: 20px;
    transition: all 0.4s ease;
}

.t3-item:hover {
    background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
    transform: translateY(-8px);
}

.t3-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.t3-item:hover .t3-icon {
    border-radius: 28px;
    transform: rotate(-5deg) scale(1.05);
}

.t3-icon svg {
    width: 32px;
    height: 32px;
    stroke: white;
    fill: none;
    stroke-width: 1.5;
}

.t3-num {
    margin-top: 20px;
    font-size: 12px;
    color: #a5b4fc;
    font-weight: 700;
}

.t3-title {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

.t3-desc {
    margin-top: 8px;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}/* End custom CSS */