/* ===================================
   Hassan's ElementorPlus - Styles
   =================================== */

/* ── PRICING TABLE ── */
.hep-pricing-table {
    position: relative;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid #e5e7eb;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    font-family: inherit;
}
.hep-pricing-table:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}
.hep-pt-featured {
    border-color: #4f46e5;
    transform: scale(1.02);
}
.hep-pt-badge {
    position: absolute;
    top: 16px;
    right: -28px;
    background: #f59e0b;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 40px;
    transform: rotate(45deg);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.hep-pt-header {
    background: #4f46e5;
    color: #fff;
    padding: 32px 24px;
}
.hep-pt-name {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.hep-pt-desc {
    margin: 0 0 20px;
    font-size: 14px;
    opacity: 0.85;
    color: #fff;
}
.hep-pt-price {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    color: #fff;
}
.hep-pt-currency {
    font-size: 22px;
    font-weight: 600;
    margin-top: 8px;
}
.hep-pt-amount {
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
}
.hep-pt-period {
    font-size: 14px;
    align-self: flex-end;
    padding-bottom: 10px;
    opacity: 0.85;
}
.hep-pt-body {
    padding: 28px 28px 32px;
}
.hep-pt-features {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    text-align: left;
}
.hep-pt-feature {
    padding: 10px 0;
    font-size: 15px;
    color: #374151;
    border-bottom: 1px solid #f3f4f6;
    display: flex;
    align-items: center;
    gap: 10px;
}
.hep-pt-feature:last-child { border-bottom: none; }
.hep-pt-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}
.hep-pt-feature.included .hep-pt-icon {
    background: #d1fae5;
    color: #059669;
}
.hep-pt-feature.excluded {
    color: #9ca3af;
    text-decoration: line-through;
}
.hep-pt-feature.excluded .hep-pt-icon {
    background: #fee2e2;
    color: #dc2626;
}
.hep-pt-btn {
    display: block;
    background: #4f46e5;
    color: #fff;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: background 0.2s, transform 0.2s;
}
.hep-pt-btn:hover {
    background: #4338ca;
    color: #fff;
    transform: translateY(-1px);
}

/* ── TESTIMONIAL SLIDER ── */
.hep-testimonial-slider { padding: 10px 5px 40px; }
.hep-testimonial-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    margin: 8px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.hep-ts-stars { margin-bottom: 16px; }
.hep-ts-star {
    font-size: 20px;
    color: #d1d5db;
    margin-right: 2px;
}
.hep-ts-star.filled { color: #f59e0b; }
.hep-ts-content {
    font-size: 16px;
    line-height: 1.75;
    color: #374151;
    margin: 0 0 24px;
    font-style: italic;
}
.hep-ts-author {
    display: flex;
    align-items: center;
    gap: 14px;
}
.hep-ts-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e5e7eb;
}
.hep-ts-name {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #111827;
}
.hep-ts-position {
    font-size: 13px;
    color: #6b7280;
}
.hep-testimonial-slider .slick-dots li button:before {
    color: #4f46e5;
}
.hep-testimonial-slider .slick-dots li.slick-active button:before {
    color: #4f46e5;
}

/* ── TEAM MEMBER CARD ── */
.hep-team-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    text-align: center;
    padding: 36px 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hep-team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}
.hep-tm-layout-horizontal {
    display: flex;
    text-align: left;
    align-items: center;
    gap: 24px;
    padding: 28px;
}
.hep-tm-image-wrap { margin-bottom: 20px; }
.hep-tm-layout-horizontal .hep-tm-image-wrap { margin-bottom: 0; flex-shrink: 0; }
.hep-tm-image {
    width: 110px;
    height: 110px;
    object-fit: cover;
}
.hep-tm-shape-circle  { border-radius: 50%; }
.hep-tm-shape-rounded { border-radius: 12px; }
.hep-tm-shape-square  { border-radius: 0; }
.hep-tm-name {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 700;
    color: #111827;
}
.hep-tm-position {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #4f46e5;
    margin-bottom: 12px;
}
.hep-tm-bio {
    font-size: 14px;
    line-height: 1.65;
    color: #6b7280;
    margin: 0 0 18px;
}
.hep-tm-social {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.hep-tm-layout-horizontal .hep-tm-social { justify-content: flex-start; }
.hep-tm-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #e5e7eb;
    color: #6b7280;
    transition: all 0.2s ease;
    text-decoration: none;
}
.hep-tm-social-link svg {
    width: 16px;
    height: 16px;
}
.hep-tm-social-link:hover {
    background: #4f46e5;
    border-color: #4f46e5;
    color: #fff;
}

/* ── ANIMATED COUNTER ── */
.hep-animated-counter {
    display: grid;
    gap: 24px;
}
.hep-ac-cols-1 { grid-template-columns: repeat(1, 1fr); }
.hep-ac-cols-2 { grid-template-columns: repeat(2, 1fr); }
.hep-ac-cols-3 { grid-template-columns: repeat(3, 1fr); }
.hep-ac-cols-4 { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 768px) {
    .hep-ac-cols-3,
    .hep-ac-cols-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .hep-ac-cols-2,
    .hep-ac-cols-3,
    .hep-ac-cols-4 { grid-template-columns: 1fr; }
}

.hep-counter-item {
    background: #fff;
    border-radius: 16px;
    padding: 36px 24px;
    text-align: center;
    border: 1px solid #e5e7eb;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hep-counter-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}
.hep-ac-icon {
    font-size: 36px;
    color: #4f46e5;
    margin-bottom: 16px;
    line-height: 1;
}
.hep-ac-icon svg,
.hep-ac-icon i { font-size: 36px; }
.hep-ac-number-wrap {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
    margin-bottom: 10px;
}
.hep-ac-prefix,
.hep-ac-suffix {
    font-size: 28px;
    font-weight: 700;
    color: #4f46e5;
}
.hep-ac-number {
    font-size: 52px;
    font-weight: 800;
    color: #4f46e5;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}
.hep-ac-title {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #374151;
    letter-spacing: 0.3px;
}
