/**
 * Telorix Core â€” All Elementor Widgets
 *
 * Combined stylesheet for all custom Elementor widgets.
 *
 * @package Telorix_Core
 * @since   1.0.0
 */

/* ==========================================================================
   1. Feature Showcase Widget
   ========================================================================== */

.tlx-fsc,
.tlx-fsc *,
.tlx-fsc *::before,
.tlx-fsc *::after {
    box-sizing: border-box;
}

.tlx-fsc {
    padding: 60px 40px;
}

.tlx-fsc-wrap {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

.tlx-fsc-wrap .tlx-fsc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.tlx-fsc-wrap .tlx-fsc-left,
.tlx-fsc-wrap .tlx-fsc-right {
    min-width: 0;
    overflow: hidden;
}

.tlx-fsc-wrap .tlx-fsc-hero-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 16px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.tlx-fsc-wrap .tlx-fsc-hero-desc {
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 24px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.tlx-fsc-wrap .tlx-fsc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
}

.tlx-fsc-wrap .tlx-fsc-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
}

.tlx-fsc-wrap .tlx-fsc-tag i,
.tlx-fsc-wrap .tlx-fsc-tag svg {
    font-size: 14px;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.tlx-fsc-wrap .tlx-fsc-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 24px;
    transition: border-color 0.3s, transform 0.3s;
    overflow: hidden;
}

.tlx-fsc-wrap .tlx-fsc-card:hover {
    border-color: rgba(0, 200, 255, 0.25);
    transform: translateY(-3px);
}

.tlx-fsc-wrap .tlx-fsc-feat-top {
    display: flex;
    gap: 20px;
}

.tlx-fsc-wrap .tlx-fsc-feat-left {
    flex: 1;
    min-width: 0;
}

.tlx-fsc-wrap .tlx-fsc-feat-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.tlx-fsc-wrap .tlx-fsc-feat-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tlx-fsc-wrap .tlx-fsc-feat-head i,
.tlx-fsc-wrap .tlx-fsc-feat-head svg {
    color: #3B82F6;
    flex-shrink: 0;
}

.tlx-fsc-wrap .tlx-fsc-feat-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.tlx-fsc-wrap .tlx-fsc-feat-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 16px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.tlx-fsc-wrap .tlx-fsc-feat-img {
    flex: 0 0 45%;
    border-radius: 10px;
    overflow: hidden;
}

.tlx-fsc-wrap .tlx-fsc-feat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tlx-fsc-wrap .tlx-fsc-feat-img-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.tlx-fsc-wrap .tlx-fsc-feat-img-label::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #EF4444;
}

.tlx-fsc-wrap .tlx-fsc-fi {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.tlx-fsc-wrap .tlx-fsc-fi>div {
    min-width: 0;
    flex: 1;
}

.tlx-fsc-wrap .tlx-fsc-check {
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 1px;
}

.tlx-fsc-wrap .tlx-fsc-fi-title {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.tlx-fsc-wrap .tlx-fsc-fi-desc {
    font-size: 13px;
    margin: 2px 0 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.tlx-fsc-wrap .tlx-fsc-ben-heading {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.tlx-fsc-wrap .tlx-fsc-ben-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tlx-fsc-wrap .tlx-fsc-ben-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: border-color 0.3s;
}

.tlx-fsc-wrap .tlx-fsc-ben-item:hover {
    border-color: rgba(0, 200, 255, 0.2);
}

.tlx-fsc-wrap .tlx-fsc-ben-item>div:not(.tlx-fsc-ben-icon) {
    min-width: 0;
    flex: 1;
}

.tlx-fsc-wrap .tlx-fsc-ben-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tlx-fsc-wrap .tlx-fsc-ben-icon i,
.tlx-fsc-wrap .tlx-fsc-ben-icon svg {
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.tlx-fsc-wrap .tlx-fsc-ben-item-title {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.tlx-fsc-wrap .tlx-fsc-ben-item-desc {
    font-size: 13px;
    margin: 2px 0 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.tlx-fsc-wrap .tlx-fsc-show-img {
    width: 100%;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

.tlx-fsc-wrap .tlx-fsc-show-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}

.tlx-fsc-wrap .tlx-fsc-card:hover .tlx-fsc-show-img img {
    transform: scale(1.05);
}

.tlx-fsc-wrap .tlx-fsc-show-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.tlx-fsc-wrap .tlx-fsc-show-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tlx-fsc-wrap .tlx-fsc-show-head i,
.tlx-fsc-wrap .tlx-fsc-show-head svg {
    color: #3B82F6;
    flex-shrink: 0;
}

.tlx-fsc-wrap .tlx-fsc-show-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.tlx-fsc-wrap .tlx-fsc-show-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
    margin: 0 0 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.tlx-fsc-wrap .tlx-fsc-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s, transform 0.25s;
}

.tlx-fsc-wrap .tlx-fsc-btn:hover {
    transform: translateY(-2px);
}

.tlx-fsc-wrap .tlx-fsc-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Feature Showcase â€” Tablet (max 991px) */
@media (max-width: 991px) {
    .tlx-fsc {
        padding: 40px 24px;
    }

    .tlx-fsc-wrap .tlx-fsc-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .tlx-fsc-wrap .tlx-fsc-hero-title {
        font-size: 34px;
    }

    .tlx-fsc-wrap .tlx-fsc-hero-desc {
        font-size: 15px;
    }

    .tlx-fsc-wrap .tlx-fsc-tags {
        gap: 8px;
    }

    .tlx-fsc-wrap .tlx-fsc-ben-heading {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .tlx-fsc-wrap .tlx-fsc-show-img {
        height: 180px;
    }

    .tlx-fsc-wrap .tlx-fsc-card {
        padding: 20px;
    }
}

/* Feature Showcase â€” Mobile (max 767px) */
@media (max-width: 767px) {
    .tlx-fsc {
        padding: 32px 16px;
    }

    .tlx-fsc-wrap .tlx-fsc-grid {
        gap: 20px;
    }

    .tlx-fsc-wrap .tlx-fsc-hero-title {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .tlx-fsc-wrap .tlx-fsc-hero-desc {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .tlx-fsc-wrap .tlx-fsc-tags {
        gap: 6px;
        margin-bottom: 20px;
    }

    .tlx-fsc-wrap .tlx-fsc-tag {
        padding: 6px 12px;
        font-size: 12px;
    }

    .tlx-fsc-wrap .tlx-fsc-feat-top {
        flex-direction: column;
        gap: 16px;
    }

    .tlx-fsc-wrap .tlx-fsc-feat-img {
        flex: none;
        width: 100%;
        max-height: 220px;
    }

    .tlx-fsc-wrap .tlx-fsc-feat-head {
        gap: 12px;
    }

    .tlx-fsc-wrap .tlx-fsc-feat-icon-box {
        width: 44px !important;
        height: 44px !important;
    }

    .tlx-fsc-wrap .tlx-fsc-feat-head i,
    .tlx-fsc-wrap .tlx-fsc-feat-head svg {
        font-size: 20px !important;
        width: 20px !important;
        height: 20px !important;
    }

    .tlx-fsc-wrap .tlx-fsc-feat-title {
        font-size: 16px;
    }

    .tlx-fsc-wrap .tlx-fsc-feat-desc {
        font-size: 13px;
    }

    .tlx-fsc-wrap .tlx-fsc-fi-title {
        font-size: 14px;
    }

    .tlx-fsc-wrap .tlx-fsc-fi-desc {
        font-size: 12px;
    }

    .tlx-fsc-wrap .tlx-fsc-ben-item {
        padding: 12px 14px;
        gap: 12px;
    }

    .tlx-fsc-wrap .tlx-fsc-ben-icon {
        width: 36px !important;
        height: 36px !important;
    }

    .tlx-fsc-wrap .tlx-fsc-ben-item-title {
        font-size: 14px;
    }

    .tlx-fsc-wrap .tlx-fsc-ben-item-desc {
        font-size: 12px;
    }

    .tlx-fsc-wrap .tlx-fsc-show-img {
        height: 160px;
    }

    .tlx-fsc-wrap .tlx-fsc-show-head {
        gap: 12px;
    }

    .tlx-fsc-wrap .tlx-fsc-show-icon-box {
        width: 44px !important;
        height: 44px !important;
    }

    .tlx-fsc-wrap .tlx-fsc-show-head i,
    .tlx-fsc-wrap .tlx-fsc-show-head svg {
        font-size: 20px !important;
        width: 20px !important;
        height: 20px !important;
    }

    .tlx-fsc-wrap .tlx-fsc-show-title {
        font-size: 18px;
    }

    .tlx-fsc-wrap .tlx-fsc-show-desc {
        font-size: 13px;
        margin-bottom: 16px;
    }

    .tlx-fsc-wrap .tlx-fsc-btn {
        padding: 12px 20px;
        font-size: 14px;
    }

    .tlx-fsc-wrap .tlx-fsc-card {
        border-radius: 12px;
        padding: 16px;
    }

    .tlx-fsc-wrap .tlx-fsc-right {
        gap: 16px;
    }
}

/* Feature Showcase â€” Small Mobile (max 480px) */
@media (max-width: 480px) {
    .tlx-fsc {
        padding: 24px 12px;
    }

    .tlx-fsc-wrap .tlx-fsc-hero-title {
        font-size: 22px;
    }

    .tlx-fsc-wrap .tlx-fsc-hero-desc {
        font-size: 13px;
    }

    .tlx-fsc-wrap .tlx-fsc-tag {
        padding: 5px 10px;
        font-size: 11px;
    }

    .tlx-fsc-wrap .tlx-fsc-tag i,
    .tlx-fsc-wrap .tlx-fsc-tag svg {
        font-size: 11px;
        width: 11px;
        height: 11px;
    }

    .tlx-fsc-wrap .tlx-fsc-ben-heading {
        font-size: 18px;
    }

    .tlx-fsc-wrap .tlx-fsc-show-img {
        height: 140px;
    }

    .tlx-fsc-wrap .tlx-fsc-btn {
        padding: 10px 16px;
        font-size: 13px;
    }

    .tlx-fsc-wrap .tlx-fsc-card {
        padding: 14px;
    }

    .tlx-fsc-wrap .tlx-fsc-ben-item {
        padding: 10px 12px;
        gap: 10px;
    }

    .tlx-fsc-wrap .tlx-fsc-feat-head {
        gap: 10px;
    }

    .tlx-fsc-wrap .tlx-fsc-show-head {
        gap: 10px;
    }
}


/* ==========================================================================
   2. Services Grid Widget
   ========================================================================== */

.tlx-svc-wrap {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

.tlx-svc-wrap .tlx-services-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.tlx-svc-wrap .tlx-services-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 14px;
}

.tlx-svc-wrap .tlx-services-desc {
    font-size: 16px;
    line-height: 1.6;
    max-width: 600px;
}

.tlx-svc-wrap .tlx-svc-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    transition: border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.tlx-svc-wrap .tlx-svc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.tlx-svc-wrap .tlx-svc-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.tlx-svc-wrap .tlx-svc-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.tlx-svc-wrap .tlx-svc-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.tlx-svc-wrap .tlx-svc-thumb {
    width: 100%;
    overflow: hidden;
}

.tlx-svc-wrap .tlx-svc-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.4s ease;
}

.tlx-svc-wrap .tlx-svc-card:hover .tlx-svc-thumb img {
    transform: scale(1.05);
}

.tlx-svc-wrap .tlx-svc-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
    flex: 1;
}

.tlx-svc-wrap .tlx-svc-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tlx-svc-wrap .tlx-svc-features li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.55;
}

.tlx-svc-wrap .tlx-svc-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.tlx-svc-wrap .tlx-svc-cta {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-top: auto;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
}

.tlx-svc-wrap .tlx-svc-cta:hover {
    letter-spacing: 0.5px;
}

/* Services â€” Responsive */
@media (max-width: 991px) {
    .tlx-svc-wrap .tlx-svc-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 600px) {
    .tlx-svc-wrap .tlx-svc-grid {
        grid-template-columns: 1fr !important;
    }

    .tlx-svc-wrap .tlx-services-title {
        font-size: 28px;
    }
}


/* ==========================================================================
   3. Hero Advanced Widget
   ========================================================================== */

.tlx-hero-adv {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    opacity: 0;
    animation: tlxFadeIn 0.4s ease forwards;
}

.tlx-hero-adv .tlx-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.tlx-hero-adv .tlx-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tlx-hero-adv .tlx-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 40px;
    width: 100%;
}

.tlx-hero-adv.tlx-layout-split .tlx-hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.tlx-hero-adv.tlx-layout-split .tlx-hero-content {
    min-width: 0;
    overflow: hidden;
}

.tlx-hero-adv.tlx-layout-centered .tlx-hero-content {
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
}

.tlx-hero-adv.tlx-layout-centered .tlx-hero-desc {
    margin-left: auto;
    margin-right: auto;
}

.tlx-hero-adv.tlx-layout-centered .tlx-hero-actions {
    justify-content: center;
}

.tlx-hero-adv.tlx-layout-centered .tlx-hero-tags {
    justify-content: center;
}

.tlx-hero-adv.tlx-layout-centered .tlx-hero-stats {
    justify-content: center;
}

.tlx-hero-adv.tlx-layout-centered .tlx-trust-bar {
    justify-content: center;
}

.tlx-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    animation: tlxPulse 3s ease-in-out infinite;
}

.tlx-hero-badge i,
.tlx-hero-badge svg {
    font-size: 18px;
    width: 18px;
    height: 18px;
    line-height: 1;
    flex-shrink: 0;
}

.tlx-hero-title {
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.5px;
}

.tlx-hero-desc {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 32px;
}

.tlx-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.tlx-btn-primary,
.tlx-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    white-space: nowrap;
}

.tlx-btn-primary i,
.tlx-btn-primary svg,
.tlx-btn-outline i,
.tlx-btn-outline svg {
    font-size: 16px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    line-height: 1;
}

.tlx-btn-primary {
    box-shadow: 0 4px 20px rgba(0, 85, 255, 0.35);
}

.tlx-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 85, 255, 0.45);
}

.tlx-btn-outline {
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
}

.tlx-btn-outline:hover {
    transform: translateY(-2px);
}

.tlx-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 36px;
}

.tlx-service-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    transition: all 0.3s;
    cursor: default;
}

.tlx-service-tag:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.12);
}

.tlx-service-tag i,
.tlx-service-tag svg {
    font-size: 14px;
    width: 14px;
}

/* Trust Bar */
.tlx-trust-bar {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px 0;
    overflow: hidden;
    max-width: 100%;
}

.tlx-trust-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    white-space: nowrap;
    flex-shrink: 0;
    padding-left: 16px;
    padding-right: 24px;
}

.tlx-trust-divider {
    width: 1px;
    height: 24px;
    flex-shrink: 0;
}

.tlx-trust-scroll {
    overflow: hidden;
    flex: 1;
    position: relative;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.tlx-trust-track {
    display: flex;
    align-items: center;
    gap: 48px;
    width: max-content;
}

.tlx-brand-item {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    transition: opacity 0.3s;
}

.tlx-brand-item img {
    height: 24px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.6;
    transition: opacity 0.3s;
}

.tlx-brand-item:hover,
.tlx-brand-item:hover img {
    opacity: 1;
}

/* Stats */
.tlx-hero-stats {
    display: flex;
    gap: 0;
    margin-bottom: 36px;
    align-items: flex-start;
}

.tlx-stat-item {
    display: flex;
    flex-direction: column;
    padding: 0 28px;
    white-space: nowrap;
}

.tlx-stat-item+.tlx-stat-item {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.tlx-stat-item:first-child {
    padding-left: 0;
}

.tlx-stat-number {
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    display: inline;
}

.tlx-stat-suffix {
    font-size: 28px;
    font-weight: 700;
    display: inline;
}

.tlx-stat-label {
    font-size: 13px;
    margin-top: 6px;
    font-weight: 500;
}

/* Hero Image */
.tlx-hero-image {
    position: relative;
}

.tlx-hero-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.5s ease;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
}

.tlx-hero-image:hover img {
    transform: scale(1.04) translateY(-4px);
    filter: drop-shadow(0 30px 60px rgba(0, 85, 255, 0.2));
}

/* Hero Image Glow */
.tlx-hero-image.has-glow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    height: 85%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 85, 255, 0.15) 0%, transparent 70%);
    animation: tlxGlow 3s ease-in-out infinite alternate;
    z-index: -1;
}

/* Keyframes */
@keyframes tlxFloat {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-14px);
    }
}

@keyframes tlxBounce {

    0%,
    100% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-18px);
    }

    50% {
        transform: translateY(-4px);
    }

    70% {
        transform: translateY(-12px);
    }
}

@keyframes tlxImgPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }
}

@keyframes tlxGlow {
    0% {
        opacity: 0.4;
        transform: translate(-50%, -50%) scale(0.9);
    }

    100% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

@keyframes tlxPulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.75;
    }
}

@keyframes tlxFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes tlxMarquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Hero Advanced â€” Responsive */
@media (max-width: 991px) {
    .tlx-hero-adv.tlx-layout-split .tlx-hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .tlx-hero-adv.tlx-layout-split .tlx-hero-actions {
        justify-content: center;
    }

    .tlx-hero-adv.tlx-layout-split .tlx-hero-tags {
        justify-content: center;
    }

    .tlx-hero-adv.tlx-layout-split .tlx-hero-stats {
        justify-content: center;
    }

    .tlx-hero-adv.tlx-layout-split .tlx-hero-trust {
        justify-content: center;
    }

    .tlx-hero-adv.tlx-layout-split .tlx-hero-desc {
        margin: 0 auto 32px;
    }

    .tlx-hero-image {
        max-width: 480px;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .tlx-hero-adv .tlx-hero-container {
        padding: 60px 20px;
    }

    .tlx-hero-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .tlx-stat-item {
        padding: 0 !important;
    }

    .tlx-stat-item+.tlx-stat-item {
        border-left: none;
    }

    .tlx-stat-number {
        font-size: 28px;
    }
}


/* ==========================================================================
   4. Process & Results Widget
   ========================================================================== */

.tlx-proc-wrap {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

/* Header */
.tlx-proc-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 48px;
}

.tlx-proc-header-left {
    max-width: 640px;
}

.tlx-proc-title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin: 0 0 16px;
}

.tlx-proc-desc {
    font-size: 18px;
    line-height: 1.65;
    margin: 0;
}

/* Badge */
.tlx-proc-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgba(59, 130, 246, 0.3);
    background: rgba(59, 130, 246, 0.1);
    white-space: nowrap;
    flex-shrink: 0;
}

.tlx-proc-badge strong {
    font-weight: 700;
}

.tlx-proc-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: tlxProcPulse 2s ease-in-out infinite;
    flex-shrink: 0;
}

@keyframes tlxProcPulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

/* Timeline Steps */
.tlx-proc-steps {
    position: relative;
}

.tlx-proc-timeline-line {
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 0;
    display: none;
}

.tlx-proc-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    position: relative;
    z-index: 1;
}

.tlx-proc-step {
    cursor: pointer;
}

.tlx-proc-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid rgba(59, 130, 246, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.tlx-proc-step:hover .tlx-proc-circle {
    transform: scale(1.1);
    box-shadow: 0 0 0 8px rgba(59, 130, 246, 0.4);
}

.tlx-proc-step-content {
    padding-left: 8px;
    border-left: 2px solid rgba(59, 130, 246, 0.2);
}

.tlx-proc-step-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px;
    transition: color 0.3s ease;
}

.tlx-proc-step-desc {
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

/* Feature Cards */
.tlx-proc-feat-grid {
    display: grid;
    gap: 24px;
}

.tlx-proc-feat {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.tlx-proc-feat:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.tlx-proc-feat-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.tlx-proc-feat-icon i,
.tlx-proc-feat-icon svg {
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 1;
}

.tlx-proc-feat-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px;
}

.tlx-proc-feat-desc {
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

/* Process â€” Responsive */
@media (min-width: 1024px) {
    .tlx-proc-timeline-line {
        display: block;
    }

    .tlx-proc-step-content {
        border-left: none;
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .tlx-proc-steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tlx-proc-feat-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .tlx-proc-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .tlx-proc-title {
        font-size: 34px;
    }
}

@media (max-width: 600px) {
    .tlx-proc-steps-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .tlx-proc-step {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .tlx-proc-step .tlx-proc-circle {
        margin-bottom: 16px;
    }

    .tlx-proc-step-content {
        border-left: none;
        padding-left: 0;
        text-align: center;
        max-width: 280px;
        margin: 0 auto;
    }

    .tlx-proc-step-title {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .tlx-proc-step-desc {
        font-size: 13px;
        line-height: 1.7;
        color: rgba(255, 255, 255, 0.45);
    }

    .tlx-proc-feat-grid {
        grid-template-columns: 1fr !important;
    }

    .tlx-proc-title {
        font-size: 26px;
        text-align: center;
    }

    .tlx-proc-desc {
        font-size: 15px;
        text-align: center;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .tlx-proc-header {
        align-items: center;
        text-align: center;
        padding-bottom: 32px;
    }

    .tlx-proc-circle {
        width: 52px;
        height: 52px;
        font-size: 16px;
    }

    .tlx-proc-wrap {
        gap: 48px;
    }
}

/* ==========================================================================
   5. Testimonials Widget
   ========================================================================== */

.tlx-tst-section {
    position: relative;
}

.tlx-tst-wrap {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

/* Header */
.tlx-tst-header {
    margin-bottom: 56px;
}

.tlx-tst-title {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin: 0 0 12px;
}

.tlx-tst-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

/* Grid */
.tlx-tst-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, 1fr);
}

/* Card */
.tlx-tst-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.tlx-tst-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.tlx-tst-card-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tlx-tst-card-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* Quote Icon (SVG) */
.tlx-tst-quote {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    color: rgba(255, 255, 255, 0.15);
    fill: rgba(255, 255, 255, 0.15);
}

/* Stars (SVG) */
.tlx-tst-stars {
    display: flex;
    gap: 3px;
    align-items: center;
}

.tlx-tst-stars svg {
    width: 16px;
    height: 16px;
    fill: #F59E0B;
}

/* Text */
.tlx-tst-text {
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Author */
.tlx-tst-author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
}

.tlx-tst-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.tlx-tst-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tlx-tst-name {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 3px;
    line-height: 1.2;
}

.tlx-tst-role {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 1.3;
}

/* ── Responsive ── */

@media (max-width: 991px) {
    .tlx-tst-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .tlx-tst-grid {
        grid-template-columns: 1fr;
    }

    .tlx-tst-title {
        font-size: 24px;
    }

    .tlx-tst-subtitle {
        font-size: 16px;
    }
}

/* ==========================================================================
   6. FAQ / Accordion Widget
   ========================================================================== */

.tlx-faq-section {
    position: relative;
}

.tlx-faq-wrap {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
    width: 100%;
}

/* Header */
.tlx-faq-header {
    text-align: center;
    margin-bottom: 48px;
}

.tlx-faq-title {
    font-size: clamp(26px, 4vw, 40px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.4px;
    margin: 0 0 12px;
    color: #ffffff;
}

.tlx-faq-subtitle {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
}

/* List */
.tlx-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Item */
.tlx-faq-item {
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.tlx-faq-item.is-active {
    background-color: rgba(255, 255, 255, 0.06);
}

/* Trigger Button */
.tlx-faq-trigger {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 20px 24px;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    -webkit-appearance: none;
    appearance: none;
}

/* Icon on right (default) — question first, icon last */
.tlx-faq-trigger:not(.icon-left) {
    flex-direction: row-reverse;
}

.tlx-faq-trigger:not(.icon-left) .tlx-faq-question {
    flex: 1;
}

/* Icon on left */
.tlx-faq-trigger.icon-left .tlx-faq-question {
    flex: 1;
}

/* Question text */
.tlx-faq-question {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
    transition: color 0.3s ease;
}

.tlx-faq-item.is-active .tlx-faq-question {
    color: #60A5FA;
}

/* Toggle Icon */
.tlx-faq-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tlx-faq-icon svg {
    width: 20px;
    height: 20px;
    stroke: rgba(255, 255, 255, 0.5);
    transition: stroke 0.3s ease, transform 0.3s ease;
}

.tlx-faq-item.is-active .tlx-faq-icon svg {
    stroke: #60A5FA;
}

/* Plus → Minus animation: hide vertical line */
.tlx-faq-v {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.tlx-faq-item.is-active .tlx-faq-v {
    transform: rotate(90deg);
    opacity: 0;
}

/* Answer */
.tlx-faq-answer-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.tlx-faq-answer {
    padding: 0 24px 20px;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
}

.tlx-faq-answer p {
    margin: 0 0 12px;
}

.tlx-faq-answer p:last-child {
    margin-bottom: 0;
}

/* Hover */
.tlx-faq-trigger:hover .tlx-faq-question {
    color: #93C5FD;
}

/* ── Responsive ── */
@media (max-width: 600px) {
    .tlx-faq-title {
        font-size: 24px;
    }

    .tlx-faq-subtitle {
        font-size: 15px;
    }

    .tlx-faq-question {
        font-size: 15px;
    }

    .tlx-faq-trigger {
        padding: 16px 20px;
    }

    .tlx-faq-answer {
        padding: 0 20px 16px;
        font-size: 15px;
    }
}


/* ==========================================================================
   10. About Hero Widget
   ========================================================================== */

.tlx-abh {
    position: relative;
    overflow: hidden;
}

.tlx-abh-wrap {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

.tlx-abh-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.tlx-abh-content {
    min-width: 0;
}

.tlx-abh-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.tlx-abh-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 18px;
}

.tlx-abh-desc {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 32px;
    max-width: 520px;
}

.tlx-abh-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s, transform 0.25s, box-shadow 0.3s;
}

.tlx-abh-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

/* Image */
.tlx-abh-media {
    position: relative;
}

.tlx-abh-img-wrap {
    position: relative;
    overflow: hidden;
}

.tlx-abh-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.tlx-abh-img-wrap:hover img {
    transform: scale(1.03);
}

.tlx-abh-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
}

/* Floating Badge */
.tlx-abh-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 16px 22px;
    border-radius: 14px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    animation: tlxBadgeFloat 3s ease-in-out infinite;
}

.tlx-abh-badge-num {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.tlx-abh-badge-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

@keyframes tlxBadgeFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* Stats Bar */
.tlx-abh-stats {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
    padding: 28px 36px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
}

.tlx-abh-stat {
    display: flex;
    align-items: center;
    gap: 14px;
}

.tlx-abh-stat-icon {
    font-size: 22px;
    flex-shrink: 0;
}

.tlx-abh-stat-icon svg {
    width: 22px;
    height: 22px;
}

.tlx-abh-stat-info {
    display: flex;
    flex-direction: column;
}

.tlx-abh-stat-num {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}

.tlx-abh-stat-label {
    font-size: 13px;
    font-weight: 500;
}

/* Decorative Elements */
.tlx-abh-deco {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.tlx-abh-deco-1 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.12) 0%, transparent 70%);
    top: -80px;
    right: -60px;
}

.tlx-abh-deco-2 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(0, 200, 255, 0.1) 0%, transparent 70%);
    bottom: -40px;
    left: -40px;
}

/* About Hero — Responsive */
@media (max-width: 991px) {
    .tlx-abh-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .tlx-abh-title {
        font-size: 34px;
    }

    .tlx-abh-stats {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .tlx-abh-title {
        font-size: 28px;
    }

    .tlx-abh-desc {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .tlx-abh-btn {
        padding: 12px 24px;
        font-size: 14px;
    }

    .tlx-abh-stats {
        padding: 20px 24px;
        margin-top: 32px;
        flex-direction: column;
        gap: 16px;
    }

    .tlx-abh-stat-num {
        font-size: 20px;
    }

    .tlx-abh-badge {
        padding: 12px 16px;
        border-radius: 10px;
    }

    .tlx-abh-badge-num {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .tlx-abh-title {
        font-size: 24px;
    }

    .tlx-abh-desc {
        font-size: 14px;
    }
}


/* ==========================================================================
   11. Team Widget
   ========================================================================== */

.tlx-team-wrap {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

.tlx-team-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.tlx-team-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 14px;
}

.tlx-team-desc {
    font-size: 16px;
    line-height: 1.6;
    max-width: 600px;
}

.tlx-team-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    transition: border-color 0.35s, transform 0.35s, box-shadow 0.35s;
    overflow: hidden;
}

.tlx-team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.tlx-team-card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Photo */
.tlx-team-photo {
    border: 3px solid rgba(0, 200, 255, 0.3);
    overflow: hidden;
    margin-bottom: 18px;
    flex-shrink: 0;
    transition: border-color 0.35s;
}

.tlx-team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}

.tlx-team-card:hover .tlx-team-photo {
    border-color: rgba(0, 200, 255, 0.6);
}

.tlx-team-card:hover .tlx-team-photo img {
    transform: scale(1.08);
}

.tlx-team-photo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
}

.tlx-team-photo-placeholder i {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.2);
}

/* Name & Designation */
.tlx-team-name {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 4px;
    line-height: 1.35;
}

.tlx-team-desig {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.tlx-team-bio {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.55;
    margin: 0 0 14px;
}

/* Social Links */
.tlx-team-social {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: auto;
}

.tlx-team-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s, background 0.3s, transform 0.25s;
}

.tlx-team-social a svg {
    width: 14px;
    height: 14px;
}

.tlx-team-social a:hover {
    transform: translateY(-2px);
}

/* Team — Responsive */
@media (max-width: 991px) {
    .tlx-team-wrap .tlx-team-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .tlx-team-title {
        font-size: 34px;
    }
}

@media (max-width: 600px) {
    .tlx-team-wrap .tlx-team-grid {
        grid-template-columns: 1fr !important;
    }

    .tlx-team-title {
        font-size: 28px;
    }
}


/* ==========================================================================
   12. Timeline Widget
   ========================================================================== */

.tlx-tl-wrap {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

.tlx-tl-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.tlx-tl-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 14px;
}

.tlx-tl-desc {
    font-size: 16px;
    line-height: 1.6;
    max-width: 600px;
}

/* Track */
.tlx-tl-track {
    position: relative;
    padding: 0;
}

.tlx-tl-track::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    transform: translateX(-50%);
}

/* Item */
.tlx-tl-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 48px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.tlx-tl-item.tlx-tl-visible {
    opacity: 1;
    transform: translateY(0);
}

.tlx-tl-item:last-child {
    margin-bottom: 0;
}

/* Left / Right alternate */
.tlx-tl-item--left {
    justify-content: flex-start;
    padding-right: calc(50% + 40px);
}

.tlx-tl-item--right {
    justify-content: flex-end;
    padding-left: calc(50% + 40px);
}

/* Dot */
.tlx-tl-dot {
    position: absolute;
    left: 50%;
    top: 8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid #3B82F6;
    transform: translateX(-50%);
    z-index: 2;
    transition: box-shadow 0.3s;
}

.tlx-tl-item:hover .tlx-tl-dot {
    box-shadow: 0 0 0 8px rgba(59, 130, 246, 0.25) !important;
}

/* Card */
.tlx-tl-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: border-color 0.35s, transform 0.35s, box-shadow 0.35s;
    width: 100%;
}

.tlx-tl-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.tlx-tl-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.tlx-tl-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    flex-shrink: 0;
}

.tlx-tl-year {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
}

.tlx-tl-card-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.35;
}

.tlx-tl-card-desc {
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

/* Timeline — Responsive */
@media (max-width: 991px) {
    .tlx-tl-title {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .tlx-tl-track::before {
        left: 20px;
    }

    .tlx-tl-item--left,
    .tlx-tl-item--right {
        padding-left: 56px;
        padding-right: 0;
        justify-content: flex-start;
    }

    .tlx-tl-dot {
        left: 20px;
    }

    .tlx-tl-title {
        font-size: 28px;
    }

    .tlx-tl-item {
        margin-bottom: 32px;
    }
}

@media (max-width: 480px) {
    .tlx-tl-title {
        font-size: 24px;
    }

    .tlx-tl-card {
        padding: 20px !important;
    }

    .tlx-tl-icon {
        width: 34px;
        height: 34px;
    }
}


/* ==========================================================================
   13. About CTA Widget
   ========================================================================== */

.tlx-acta {
    position: relative;
    overflow: hidden;
}

.tlx-acta-wrap {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

.tlx-acta-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.tlx-acta-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 16px;
}

.tlx-acta-desc {
    font-size: 16px;
    line-height: 1.7;
    max-width: 600px;
    margin-bottom: 36px;
}

/* Actions */
.tlx-acta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}

.tlx-acta-btn1 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s, transform 0.25s, box-shadow 0.3s;
}

.tlx-acta-btn1:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.tlx-acta-btn-icon {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    transition: transform 0.3s;
}

.tlx-acta-btn1:hover .tlx-acta-btn-icon {
    transform: translateX(4px);
}

.tlx-acta-btn-icon svg {
    width: 14px;
    height: 14px;
}

.tlx-acta-btn2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s, transform 0.25s;
}

.tlx-acta-btn2:hover {
    transform: translateY(-2px);
}

/* Floating Shapes */
.tlx-acta-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.tlx-acta-shape-1 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
    top: -100px;
    right: -80px;
    animation: tlxShapeFloat 6s ease-in-out infinite;
}

.tlx-acta-shape-2 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(0, 200, 255, 0.12) 0%, transparent 70%);
    bottom: -60px;
    left: -40px;
    animation: tlxShapeFloat 5s ease-in-out infinite 1s;
}

.tlx-acta-shape-3 {
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
    top: 50%;
    left: 60%;
    animation: tlxShapeFloat 7s ease-in-out infinite 2s;
}

@keyframes tlxShapeFloat {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(15px, -15px);
    }
}

/* CTA — Responsive */
@media (max-width: 767px) {
    .tlx-acta-title {
        font-size: 28px;
    }

    .tlx-acta-desc {
        font-size: 15px;
    }

    .tlx-acta-btn1,
    .tlx-acta-btn2 {
        padding: 12px 24px;
        font-size: 14px;
    }

    .tlx-acta-actions {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .tlx-acta-title {
        font-size: 24px;
    }

    .tlx-acta-desc {
        font-size: 14px;
    }
}


/* ==========================================================================
   14. Contact Hero Widget
   ========================================================================== */

.tlx-cth {
    position: relative;
    overflow: hidden;
}

.tlx-cth-wrap {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

.tlx-cth-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.tlx-cth-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 16px;
}

.tlx-cth-desc {
    font-size: 16px;
    line-height: 1.7;
    max-width: 600px;
    margin-bottom: 0;
}

.tlx-cth-deco {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.tlx-cth-deco-1 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.12) 0%, transparent 70%);
    top: -100px;
    right: -80px;
}

.tlx-cth-deco-2 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(0, 200, 255, 0.1) 0%, transparent 70%);
    bottom: -60px;
    left: -40px;
}

@media (max-width: 767px) {
    .tlx-cth-title {
        font-size: 30px;
    }

    .tlx-cth-desc {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .tlx-cth-title {
        font-size: 26px;
    }
}


/* ==========================================================================
   15. Contact Form Widget
   ========================================================================== */

.tlx-ctf-wrap {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

.tlx-ctf-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 36px;
    align-items: start;
}

/* Form Card */
.tlx-ctf-form-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 40px;
}

.tlx-ctf-form-title {
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 8px;
    line-height: 1.3;
}

.tlx-ctf-form-desc {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 28px;
}

/* CF7 Input Overrides */
.tlx-ctf-cf7 .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 16px;
}

.tlx-ctf-form-card input:not([type=submit]),
.tlx-ctf-form-card textarea,
.tlx-ctf-form-card select {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    font-family: inherit;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
    -webkit-appearance: none;
    appearance: none;
}

.tlx-ctf-form-card input:focus,
.tlx-ctf-form-card textarea:focus {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.tlx-ctf-form-card textarea {
    min-height: 130px;
    resize: vertical;
}

.tlx-ctf-form-card input[type=submit],
.tlx-ctf-form-card .wpcf7-submit {
    width: 100%;
    padding: 15px 32px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    margin-top: 8px;
    transition: background 0.3s, transform 0.25s, box-shadow 0.3s;
}

.tlx-ctf-form-card input[type=submit]:hover,
.tlx-ctf-form-card .wpcf7-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.tlx-ctf-form-card .wpcf7-response-output {
    border-radius: 10px;
    margin-top: 16px;
    font-size: 13px;
}

.tlx-ctf-form-card label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 6px;
}

/* Sidebar */
.tlx-ctf-sidebar {
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 36px;
    position: sticky;
    top: 100px;
}

.tlx-ctf-sidebar-title {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 6px;
    line-height: 1.3;
}

.tlx-ctf-sidebar-desc {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 28px;
}

/* Info Items */
.tlx-ctf-info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 28px;
}

.tlx-ctf-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.tlx-ctf-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    flex-shrink: 0;
    font-size: 16px;
}

.tlx-ctf-info-icon svg {
    width: 16px;
    height: 16px;
}

.tlx-ctf-info-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.tlx-ctf-info-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tlx-ctf-info-value {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    word-break: break-word;
    transition: color 0.3s;
}

a.tlx-ctf-info-value:hover {
    color: #3B82F6 !important;
}

/* Business Hours */
.tlx-ctf-hours {
    margin-bottom: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tlx-ctf-hours-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 14px;
}

.tlx-ctf-hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.tlx-ctf-hours-row:last-child {
    border-bottom: 0;
}

.tlx-ctf-hours-day {
    font-size: 14px;
    font-weight: 500;
}

.tlx-ctf-hours-time {
    font-size: 14px;
    font-weight: 600;
}

/* Social Links */
.tlx-ctf-social {
    display: flex;
    gap: 10px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 24px;
}

.tlx-ctf-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 15px;
    text-decoration: none;
    transition: background 0.3s, color 0.3s, transform 0.25s;
}

.tlx-ctf-social a svg {
    width: 15px;
    height: 15px;
}

.tlx-ctf-social a:hover {
    transform: translateY(-2px);
}

/* Map */
.tlx-ctf-map {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.tlx-ctf-map iframe {
    display: block;
    filter: grayscale(0.3) brightness(0.85);
}

/* Contact Form — Responsive */
@media (max-width: 991px) {
    .tlx-ctf-grid {
        grid-template-columns: 1fr;
    }

    .tlx-ctf-sidebar {
        position: static;
    }
}

@media (max-width: 767px) {
    .tlx-ctf-form-card {
        padding: 28px 24px;
    }

    .tlx-ctf-form-title {
        font-size: 22px;
    }

    .tlx-ctf-sidebar {
        padding: 28px 24px;
    }
}

@media (max-width: 480px) {
    .tlx-ctf-form-card {
        padding: 22px 18px;
    }

    .tlx-ctf-sidebar {
        padding: 22px 18px;
    }

    .tlx-ctf-form-title {
        font-size: 20px;
    }
}


/* ==========================================================================
   16. Contact CTA Widget
   ========================================================================== */

.tlx-ccta {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.tlx-ccta-wrap {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

.tlx-ccta-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.tlx-ccta-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 16px;
}

.tlx-ccta-desc {
    font-size: 16px;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto 36px;
}

.tlx-ccta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 34px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s, transform 0.25s, box-shadow 0.3s;
}

.tlx-ccta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.tlx-ccta-btn-icon {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    transition: transform 0.3s;
}

.tlx-ccta-btn:hover .tlx-ccta-btn-icon {
    transform: translateX(4px);
}

.tlx-ccta-btn-icon svg {
    width: 14px;
    height: 14px;
}

/* Floating Shapes */
.tlx-ccta-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.tlx-ccta-shape-1 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
    top: -100px;
    right: -80px;
    animation: tlxShapeFloat 6s ease-in-out infinite;
}

.tlx-ccta-shape-2 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(0, 200, 255, 0.12) 0%, transparent 70%);
    bottom: -60px;
    left: -40px;
    animation: tlxShapeFloat 5s ease-in-out infinite 1s;
}

.tlx-ccta-shape-3 {
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
    top: 50%;
    left: 60%;
    animation: tlxShapeFloat 7s ease-in-out infinite 2s;
}

@media (max-width: 767px) {
    .tlx-ccta-title {
        font-size: 28px;
    }

    .tlx-ccta-desc {
        font-size: 15px;
    }

    .tlx-ccta-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .tlx-ccta-title {
        font-size: 24px;
    }

    .tlx-ccta-desc {
        font-size: 14px;
    }
}


/* ==========================================================================
   17. Services Hero Widget
   ========================================================================== */

.tlx-svh {
    position: relative;
    overflow: hidden;
}

.tlx-svh-wrap {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

.tlx-svh-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.tlx-svh-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 16px;
}

.tlx-svh-desc {
    font-size: 16px;
    line-height: 1.7;
    max-width: 600px;
    margin-bottom: 0;
}

.tlx-svh-deco {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.tlx-svh-deco-1 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.12) 0%, transparent 70%);
    top: -100px;
    right: -80px;
}

.tlx-svh-deco-2 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(0, 200, 255, 0.1) 0%, transparent 70%);
    bottom: -60px;
    left: -40px;
}

/* Stats Bar */
.tlx-svh-stats {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-top: 48px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.tlx-svh-stat {
    flex: 1;
    text-align: center;
    padding: 28px 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.tlx-svh-stat:last-child {
    border-right: 0;
}

.tlx-svh-stat-num {
    display: block;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 4px;
}

.tlx-svh-stat-label {
    display: block;
    font-size: 13px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .tlx-svh-title {
        font-size: 30px;
    }

    .tlx-svh-stats {
        flex-wrap: wrap;
    }

    .tlx-svh-stat {
        flex: 1 1 50%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .tlx-svh-stat:nth-child(even) {
        border-right: 0;
    }

    .tlx-svh-stat-num {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .tlx-svh-title {
        font-size: 26px;
    }
}


/* ==========================================================================
   18. Service Detail Widget
   ========================================================================== */

.tlx-svd-wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.tlx-svd-img-right .tlx-svd-img-col {
    order: 2;
}

.tlx-svd-img-right .tlx-svd-content-col {
    order: 1;
}

.tlx-svd-img {
    position: relative;
}

.tlx-svd-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.5s;
}

.tlx-svd-img:hover img {
    transform: scale(1.03);
}

.tlx-svd-img::after {
    content: '';
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    border-radius: 50%;
    z-index: -1;
    filter: blur(60px);
    opacity: 0.5;
}

.tlx-svd-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    font-size: 22px;
    margin-bottom: 16px;
}

.tlx-svd-badge svg {
    width: 22px;
    height: 22px;
}

.tlx-svd-tag {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.tlx-svd-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 14px;
}

.tlx-svd-desc {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 24px;
}

.tlx-svd-feat {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tlx-svd-feat li {
    position: relative;
    padding-left: 28px;
    font-size: 15px;
    line-height: 1.5;
}

.tlx-svd-feat li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    font-size: 15px;
}

.tlx-svd-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s, transform 0.25s, box-shadow 0.3s;
}

.tlx-svd-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.tlx-svd-btn-icon {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    transition: transform 0.3s;
}

.tlx-svd-btn:hover .tlx-svd-btn-icon {
    transform: translateX(4px);
}

.tlx-svd-btn-icon svg {
    width: 14px;
    height: 14px;
}

@media (max-width: 991px) {
    .tlx-svd-wrap {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .tlx-svd-img-right .tlx-svd-img-col {
        order: 0;
    }

    .tlx-svd-img-right .tlx-svd-content-col {
        order: 0;
    }
}

@media (max-width: 767px) {
    .tlx-svd-title {
        font-size: 26px;
    }
}


/* ==========================================================================
   19. Why Choose Us Widget
   ========================================================================== */

.tlx-wcu-wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.tlx-wcu-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 16px;
}

.tlx-wcu-title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 14px;
}

.tlx-wcu-desc {
    font-size: 16px;
    line-height: 1.7;
    max-width: 600px;
}

.tlx-wcu-grid {
    display: grid;
    gap: 24px;
}

.tlx-wcu-card {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 32px 28px;
    overflow: hidden;
    transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.tlx-wcu-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
}

.tlx-wcu-num {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
}

.tlx-wcu-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    font-size: 20px;
    margin-bottom: 18px;
}

.tlx-wcu-icon svg {
    width: 20px;
    height: 20px;
}

.tlx-wcu-card-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.3;
}

.tlx-wcu-card-desc {
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 991px) {
    .tlx-wcu-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 767px) {
    .tlx-wcu-title {
        font-size: 28px;
    }

    .tlx-wcu-grid {
        grid-template-columns: 1fr !important;
    }
}


/* ==========================================================================
   20. Services CTA Widget
   ========================================================================== */

.tlx-scta {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.tlx-scta-wrap {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

.tlx-scta-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.tlx-scta-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 16px;
}

.tlx-scta-desc {
    font-size: 16px;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto 36px;
}

.tlx-scta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 34px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s, transform 0.25s, box-shadow 0.3s;
}

.tlx-scta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.tlx-scta-btn-icon {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    transition: transform 0.3s;
}

.tlx-scta-btn:hover .tlx-scta-btn-icon {
    transform: translateX(4px);
}

.tlx-scta-btn-icon svg {
    width: 14px;
    height: 14px;
}

.tlx-scta-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.tlx-scta-shape-1 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
    top: -100px;
    right: -80px;
    animation: tlxShapeFloat 6s ease-in-out infinite;
}

.tlx-scta-shape-2 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(0, 200, 255, 0.12) 0%, transparent 70%);
    bottom: -60px;
    left: -40px;
    animation: tlxShapeFloat 5s ease-in-out infinite 1s;
}

.tlx-scta-shape-3 {
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
    top: 50%;
    left: 60%;
    animation: tlxShapeFloat 7s ease-in-out infinite 2s;
}

@media (max-width: 767px) {
    .tlx-scta-title {
        font-size: 28px;
    }

    .tlx-scta-desc {
        font-size: 15px;
    }

    .tlx-scta-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .tlx-scta-title {
        font-size: 24px;
    }

    .tlx-scta-desc {
        font-size: 14px;
    }
}


/* ==========================================================================
   Founder Widget
   ========================================================================== */

.tlx-founder,
.tlx-founder *,
.tlx-founder *::before,
.tlx-founder *::after {
    box-sizing: border-box;
}

.tlx-founder {
    padding: 80px 40px;
}

.tlx-founder-wrap {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

.tlx-founder-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* ── Photo Column ──────────────────────────────────────── */

.tlx-founder-left {
    position: relative;
}

.tlx-founder-photo-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.tlx-founder-photo {
    width: 100%;
    height: 520px;
    border-radius: 16px;
    overflow: hidden;
}

.tlx-founder-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tlx-founder-badge {
    position: absolute;
    bottom: 24px;
    right: 24px;
    background: #5B4FC4;
    color: #fff;
    border-radius: 12px;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    box-shadow: 0 8px 24px rgba(91, 79, 196, 0.35);
}

.tlx-founder-badge-val {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.tlx-founder-badge-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 1.3;
}

/* ── Content Column ────────────────────────────────────── */

.tlx-founder-right {
    display: flex;
    flex-direction: column;
}

.tlx-founder-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5B4FC4;
    border: 1.5px solid #5B4FC4;
    border-radius: 30px;
    padding: 6px 18px;
    margin-bottom: 20px;
    align-self: flex-start;
}

.tlx-founder-name {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 6px;
    color: #1a1a2e;
}

.tlx-founder-desig {
    font-size: 16px;
    color: #666;
    margin: 0 0 28px;
    font-weight: 400;
}

.tlx-founder-bio p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin: 0 0 16px;
}

.tlx-founder-bio p:last-child {
    margin-bottom: 0;
}

.tlx-founder-bio {
    margin-bottom: 32px;
}

/* ── Stats ─────────────────────────────────────────────── */

.tlx-founder-stats {
    display: flex;
    gap: 0;
    margin-bottom: 32px;
}

.tlx-founder-stat {
    display: flex;
    flex-direction: column;
    padding: 0 32px;
}

.tlx-founder-stat:first-child {
    padding-left: 0;
}

.tlx-founder-stat + .tlx-founder-stat {
    border-left: 1px solid #e0e0e0;
}

.tlx-founder-stat-val {
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.tlx-founder-stat-label {
    font-size: 14px;
    color: #888;
    font-weight: 400;
}

/* ── Footer: Social + CTA ────────────────────────────── */

.tlx-founder-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 8px;
}

.tlx-founder-social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tlx-founder-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ddd;
    color: #666;
    text-decoration: none;
    transition: border-color 0.3s, color 0.3s;
}

.tlx-founder-social a svg {
    fill: #666;
    transition: fill 0.3s;
}

.tlx-founder-social a:hover {
    border-color: #5B4FC4;
}

.tlx-founder-social a:hover svg {
    fill: #5B4FC4;
}

.tlx-founder-cta {
    display: inline-block;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #1a1a2e;
    border-radius: 30px;
    text-decoration: none;
    transition: background 0.3s, transform 0.25s;
    white-space: nowrap;
}

.tlx-founder-cta:hover {
    background: #5B4FC4;
    transform: translateY(-2px);
    color: #fff;
}

/* ── Responsive: Tablet (max 991px) ────────────────────── */

@media (max-width: 991px) {
    .tlx-founder {
        padding: 60px 24px;
    }

    .tlx-founder-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .tlx-founder-photo {
        height: 420px;
    }

    .tlx-founder-name {
        font-size: 36px;
    }
}

/* ── Responsive: Mobile (max 767px) ────────────────────── */

@media (max-width: 767px) {
    .tlx-founder {
        padding: 40px 16px;
    }

    .tlx-founder-grid {
        gap: 28px;
    }

    .tlx-founder-photo {
        height: 360px;
    }

    .tlx-founder-name {
        font-size: 30px;
    }

    .tlx-founder-desig {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .tlx-founder-bio p {
        font-size: 14px;
    }

    .tlx-founder-bio {
        margin-bottom: 24px;
    }

    .tlx-founder-stats {
        margin-bottom: 24px;
    }

    .tlx-founder-stat {
        padding: 0 20px;
    }

    .tlx-founder-stat-val {
        font-size: 28px;
    }

    .tlx-founder-stat-label {
        font-size: 13px;
    }

    .tlx-founder-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .tlx-founder-badge {
        padding: 12px 18px;
    }

    .tlx-founder-badge-val {
        font-size: 26px;
    }

    .tlx-founder-badge-label {
        font-size: 10px;
    }
}

/* ── Responsive: Small Mobile (max 480px) ──────────────── */

@media (max-width: 480px) {
    .tlx-founder {
        padding: 28px 12px;
    }

    .tlx-founder-photo {
        height: 300px;
        border-radius: 12px;
    }

    .tlx-founder-name {
        font-size: 26px;
    }

    .tlx-founder-stats {
        flex-wrap: wrap;
        gap: 16px;
    }

    .tlx-founder-stat {
        padding: 0;
        border-left: none !important;
    }

    .tlx-founder-stat + .tlx-founder-stat {
        border-left: none;
    }

    .tlx-founder-stat-val {
        font-size: 24px;
    }

    .tlx-founder-cta {
        width: 100%;
        text-align: center;
    }
}