.elementor-424 .elementor-element.elementor-element-594c4c7{width:100%;max-width:100%;}.elementor-424 .elementor-element.elementor-element-ab09606{--display:flex;}.elementor-424 .elementor-element.elementor-element-453d6fd{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-47dae51 *//* ==========================================
   TENXTEL CALL ANALYTICS
   WHITE + BLUE
========================================== */

.tt-analytics {

    width: 100%;

    background: #ffffff !important;

    padding: 90px 20px;

    overflow: hidden;

    font-family:
        Inter,
        Arial,
        sans-serif;

    color: #0f172a;

}


.tt-analytics-container {

    max-width: 1180px;

    margin: auto;

}


/* ==========================================
   HEADING
========================================== */

.tt-analytics-heading {

    max-width: 700px;

    margin: 0 auto 50px;

    text-align: center;

}


.tt-analytics-heading > span {

    display: inline-block;

    margin-bottom: 12px;

    color: #2563eb;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 2.5px;

}


.tt-analytics-heading h2 {

    margin: 0 0 17px;

    font-size: 42px;

    line-height: 1.15;

    letter-spacing: -1.5px;

    font-weight: 750;

}


.tt-analytics-heading h2 strong {

    color: #2563eb;

}


.tt-analytics-heading p {

    max-width: 650px;

    margin: auto;

    color: #64748b;

    font-size: 16px;

    line-height: 1.7;

}


/* ==========================================
   STAT CARDS
========================================== */

.tt-analytics-stats {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 20px;

    margin-bottom: 25px;

}


.tt-stat-card {

    position: relative;

    padding: 27px 25px;

    min-height: 160px;

    background: #ffffff;

    border: 1px solid #e2e8f0;

    border-radius: 14px;

    overflow: hidden;

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;

}


.tt-stat-card::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

    height: 3px;

    background: #2563eb;

    transform: scaleX(0);

    transform-origin: left;

    transition: transform .4s ease;

}


.tt-stat-card:hover {

    transform: translateY(-6px);

    border-color: #bfdbfe;

    box-shadow:
        0 16px 35px rgba(15, 23, 42, .08);

}


.tt-stat-card:hover::after {

    transform: scaleX(1);

}


/* ==========================================
   STAT ICON
========================================== */

.tt-stat-icon {

    width: 38px;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 17px;

    border-radius: 10px;

    background: #eff6ff;

    color: #2563eb;

    font-size: 17px;

    font-weight: 800;

    animation: ttStatFloat 3s ease-in-out infinite;

}


.tt-stat-card:nth-child(2)
.tt-stat-icon {

    animation-delay: .4s;

}


.tt-stat-card:nth-child(3)
.tt-stat-icon {

    animation-delay: .8s;

}


.tt-stat-card:nth-child(4)
.tt-stat-icon {

    animation-delay: 1.2s;

}


@keyframes ttStatFloat {

    0%,
    100% {

        transform: translateY(0);

    }

    50% {

        transform: translateY(-4px);

    }

}


.tt-stat-card h3 {

    margin: 0 0 5px;

    color: #0f172a;

    font-size: 30px;

    line-height: 1;

    font-weight: 800;

}


.tt-stat-card h3 small {

    color: #64748b;

    font-size: 14px;

    font-weight: 700;

}


.tt-stat-card p {

    margin: 0;

    color: #64748b;

    font-size: 13px;

}


/* ==========================================
   MAIN ANALYTICS
========================================== */

.tt-analytics-main {

    display: grid;

    grid-template-columns:
        minmax(0, 1.8fr)
        minmax(280px, .8fr);

    gap: 22px;

}


/* ==========================================
   CHART BOX
========================================== */

.tt-chart-box {

    min-height: 350px;

    padding: 28px;

    background: #ffffff;

    border: 1px solid #e2e8f0;

    border-radius: 14px;

}


.tt-chart-header {

    display: flex;

    justify-content: space-between;

    align-items: flex-start;

    margin-bottom: 30px;

}


.tt-chart-header span {

    color: #2563eb;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.5px;

}


.tt-chart-header h3 {

    margin: 6px 0 0;

    font-size: 19px;

    font-weight: 750;

}


.tt-live-status {

    display: flex;

    align-items: center;

    gap: 7px;

    padding: 7px 11px;

    border: 1px solid #dbeafe;

    border-radius: 20px;

    color: #2563eb;

    font-size: 12px;

    font-weight: 700;

}


.tt-live-status i {

    width: 7px;

    height: 7px;

    border-radius: 50%;

    background: #2563eb;

    animation: ttPulse 1.5s infinite;

}


@keyframes ttPulse {

    0% {

        box-shadow: 0 0 0 0
        rgba(37, 99, 235, .4);

    }

    70% {

        box-shadow: 0 0 0 8px
        rgba(37, 99, 235, 0);

    }

    100% {

        box-shadow: 0 0 0 0
        rgba(37, 99, 235, 0);

    }

}


/* ==========================================
   FAKE LIVE CHART
========================================== */

.tt-chart {

    position: relative;

    height: 220px;

    overflow: hidden;

}


.tt-chart-grid {

    position: absolute;

    inset: 10px 0 30px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

}


.tt-chart-grid span {

    display: block;

    width: 100%;

    height: 1px;

    background: #edf2f7;

}


/* blue moving line */

.tt-chart-line {

    position: absolute;

    left: 0;

    width: 100%;

    height: 100px;

    bottom: 45px;

    border-top: 3px solid #2563eb;

    border-radius: 50%;

    transform-origin: left center;

}


.tt-line-one {

    clip-path: polygon(
        0 75%,
        12% 55%,
        23% 65%,
        34% 35%,
        47% 48%,
        59% 18%,
        72% 42%,
        83% 28%,
        100% 12%,
        100% 18%,
        83% 34%,
        72% 48%,
        59% 24%,
        47% 54%,
        34% 41%,
        23% 71%,
        12% 61%,
        0 81%
    );

    animation:
        ttChartMove 4s ease-in-out infinite alternate;

}


.tt-line-two {

    bottom: 30px;

    opacity: .35;

    border-color: #60a5fa;

    transform: scaleY(.65);

    animation:
        ttChartMove 5s ease-in-out .4s infinite alternate-reverse;

}


@keyframes ttChartMove {

    0% {

        transform:
            translateX(-10px)
            scaleX(.96);

    }

    100% {

        transform:
            translateX(10px)
            scaleX(1);

    }

}


.tt-chart-days {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    display: flex;

    justify-content: space-between;

    color: #94a3b8;

    font-size: 11px;

}


/* ==========================================
   PERFORMANCE
========================================== */

.tt-performance-box {

    padding: 30px;

    border: 1px solid #e2e8f0;

    border-radius: 14px;

    background: #ffffff;

}


.tt-performance-label {

    color: #2563eb;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.5px;

}


.tt-performance-box h3 {

    margin: 12px 0 28px;

    font-size: 22px;

    line-height: 1.35;

}


.tt-performance-box h3 strong {

    color: #2563eb;

}


.tt-performance-item {

    display: flex;

    justify-content: space-between;

    gap: 15px;

    padding: 15px 0;

    border-bottom: 1px solid #eef2f7;

}


.tt-performance-item:last-child {

    border-bottom: 0;

}


.tt-performance-item span {

    color: #64748b;

    font-size: 13px;

}


.tt-performance-item strong {

    color: #0f172a;

    font-size: 13px;

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 900px) {

    .tt-analytics-stats {

        grid-template-columns:
            repeat(2, 1fr);

    }


    .tt-analytics-main {

        grid-template-columns: 1fr;

    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

    .tt-analytics {

        padding: 60px 16px;

    }


    .tt-analytics-heading {

        margin-bottom: 35px;

    }


    .tt-analytics-heading h2 {

        font-size: 30px;

    }


    .tt-analytics-heading p {

        font-size: 14px;

    }


    .tt-analytics-stats {

        grid-template-columns: 1fr;

        gap: 14px;

    }


    .tt-stat-card {

        min-height: 145px;

    }


    .tt-chart-box {

        padding: 20px;

    }


    .tt-chart-header h3 {

        font-size: 16px;

    }


    .tt-performance-box {

        padding: 23px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d73d61f *//* ==========================================
   TENXTEL - CALL SOLUTIONS
   WHITE + BLUE
   NO GRADIENT
========================================== */

.tt-call-solutions {

    width: 100%;

    background: #ffffff !important;

    padding: 95px 20px;

    overflow: hidden;

    font-family:
        Inter,
        Arial,
        sans-serif;

    color: #0f172a;

}


.tt-solutions-container {

    max-width: 1180px;

    margin: 0 auto;

}


/* ==========================================
   HEADING
========================================== */

.tt-solutions-heading {

    max-width: 720px;

    margin: 0 auto 55px;

    text-align: center;

}


.tt-solutions-heading > span {

    display: inline-block;

    margin-bottom: 13px;

    color: #2563eb;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 2.5px;

}


.tt-solutions-heading h2 {

    margin: 0 0 17px;

    color: #0f172a;

    font-size: 42px;

    line-height: 1.15;

    font-weight: 750;

    letter-spacing: -1.5px;

}


.tt-solutions-heading h2 strong {

    color: #2563eb;

}


.tt-solutions-heading p {

    max-width: 650px;

    margin: auto;

    color: #64748b;

    font-size: 16px;

    line-height: 1.7;

}


/* ==========================================
   GRID
========================================== */

.tt-solutions-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 18px;

}


/* ==========================================
   CARD
========================================== */

.tt-solution-card {

    position: relative;

    min-height: 315px;

    padding: 32px 25px 27px;

    background: #ffffff;

    border: 1px solid #e2e8f0;

    border-radius: 14px;

    overflow: hidden;

    transition:
        transform .4s ease,
        box-shadow .4s ease,
        border-color .4s ease;

}


/* Small animated blue line */

.tt-solution-card::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 0;

    height: 3px;

    background: #2563eb;

    transition: width .45s ease;

}


.tt-solution-card:hover {

    transform: translateY(-9px);

    border-color: #bfdbfe;

    box-shadow:
        0 20px 45px rgba(15, 23, 42, .09);

}


.tt-solution-card:hover::before {

    width: 100%;

}


/* ==========================================
   ICON
========================================== */

.tt-solution-icon {

    width: 54px;

    height: 54px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 22px;

    border-radius: 50%;

    background: #eff6ff;

    color: #2563eb;

    font-size: 23px;

    font-weight: 800;

    transition:
        transform .4s ease,
        background .4s ease,
        color .4s ease;

}


.tt-solution-card:hover
.tt-solution-icon {

    transform:
        translateY(-4px)
        rotate(-5deg);

    background: #2563eb;

    color: #ffffff;

}


/* ==========================================
   NUMBER
========================================== */

.tt-solution-number {

    position: absolute;

    top: 31px;

    right: 24px;

    color: #cbd5e1;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1px;

    transition:
        color .3s ease,
        transform .3s ease;

}


.tt-solution-card:hover
.tt-solution-number {

    color: #2563eb;

    transform: translateY(-2px);

}


/* ==========================================
   TITLE
========================================== */

.tt-solution-card h3 {

    margin: 0 0 13px;

    color: #0f172a;

    font-size: 19px;

    line-height: 1.3;

    font-weight: 750;

}


.tt-solution-card p {

    margin: 0 0 22px;

    color: #64748b;

    font-size: 13.5px;

    line-height: 1.7;

}


/* ==========================================
   LINK
========================================== */

.tt-solution-card a {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #2563eb;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

}


.tt-solution-card a span {

    display: inline-block;

    transition:
        transform .3s ease;

}


.tt-solution-card:hover
a span {

    transform: translateX(5px);

}


/* ==========================================
   SUBTLE FLOAT ANIMATION
========================================== */

.tt-solution-card:nth-child(1) {

    animation:
        ttSolutionFloat 5s ease-in-out infinite;

}


.tt-solution-card:nth-child(2) {

    animation:
        ttSolutionFloat 5s ease-in-out .7s infinite;

}


.tt-solution-card:nth-child(3) {

    animation:
        ttSolutionFloat 5s ease-in-out 1.4s infinite;

}


.tt-solution-card:nth-child(4) {

    animation:
        ttSolutionFloat 5s ease-in-out 2.1s infinite;

}


@keyframes ttSolutionFloat {

    0%,
    100% {

        transform: translateY(0);

    }

    50% {

        transform: translateY(-4px);

    }

}


/* Stop floating when user hovers */

.tt-solution-card:hover {

    animation-play-state: paused;

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 950px) {

    .tt-solutions-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

    .tt-call-solutions {

        padding: 65px 16px;

    }


    .tt-solutions-heading {

        margin-bottom: 38px;

    }


    .tt-solutions-heading h2 {

        font-size: 30px;

        letter-spacing: -1px;

    }


    .tt-solutions-heading p {

        font-size: 14px;

    }


    .tt-solutions-grid {

        grid-template-columns: 1fr;

        gap: 15px;

    }


    .tt-solution-card {

        min-height: auto;

        padding: 28px 23px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-db79d4e *//* ==========================================
   TENXTEL EMAIL CTA
========================================== */

.tt-email-cta {

    width: 100%;

    padding: 80px 20px;

    background: #ffffff !important;

    overflow: hidden;

}


/* ==========================================
   MAIN BOX
========================================== */

.tt-email-container {

    position: relative;

    max-width: 1180px;

    min-height: 390px;

    margin: 0 auto;

    padding: 60px 60px;

    display: grid;

    grid-template-columns: 52% 48%;

    align-items: center;

    overflow: hidden;

    border-radius: 18px;

    background: #101f4d;

    box-shadow:
        0 20px 50px rgba(16, 31, 77, .12);

}


/* ==========================================
   CONTENT
========================================== */

.tt-email-content {

    position: relative;

    z-index: 5;

    max-width: 590px;

}


.tt-email-label {

    display: inline-block;

    margin-bottom: 14px;

    color: #60a5fa;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 2.5px;

}


.tt-email-content h2 {

    margin: 0 0 17px;

    color: #ffffff;

    font-size: 44px;

    line-height: 1.1;

    letter-spacing: -1.5px;

    font-weight: 750;

}


.tt-email-content h2 span {

    color: #60a5fa;

}


.tt-email-content p {

    max-width: 540px;

    margin: 0 0 25px;

    color: #d7e1f2;

    font-size: 15px;

    line-height: 1.65;

}


/* ==========================================
   FORM
========================================== */

.tt-email-form {

    width: 100%;

    max-width: 510px;

    display: flex;

    align-items: stretch;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #ffffff;

    border-radius: 10px;

}


.tt-email-form input {

    flex: 1;

    min-width: 0;

    height: 54px;

    padding: 0 18px;

    border: 0 !important;

    outline: none !important;

    background: #ffffff !important;

    color: #111827 !important;

    font-size: 14px;

}


.tt-email-form input::placeholder {

    color: #7b8798;

}


.tt-email-form button {

    flex-shrink: 0;

    height: 54px;

    padding: 0 23px;

    border: 0;

    background: #2563eb;

    color: #ffffff;

    font-size: 14px;

    font-weight: 700;

    cursor: pointer;

    transition: .3s ease;

}


.tt-email-form button span {

    display: inline-block;

    margin-left: 7px;

    font-size: 18px;

    transition: transform .3s ease;

}


.tt-email-form button:hover {

    background: #1d4ed8;

}


.tt-email-form button:hover span {

    transform: translateX(5px);

}


.tt-email-content small {

    display: block;

    margin-top: 11px;

    color: #9fb1cd;

    font-size: 11px;

}


/* ==========================================
   IMAGE AREA
========================================== */

.tt-email-visual {

    position: relative;

    height: 330px;

    display: flex;

    align-items: center;

    justify-content: center;

}


.tt-email-image {

    position: relative;

    z-index: 4;

    width: 100%;

    display: flex;

    justify-content: center;

}


.tt-email-image img {

    display: block;

    width: 100%;

    max-width: 510px;

    height: auto;

    object-fit: contain;

    filter:
        drop-shadow(
            0 25px 30px rgba(0, 0, 0, .22)
        );

    animation:
        ttEmailFloat 5s ease-in-out infinite;

}


/* ==========================================
   MOVING ORBITS
========================================== */

.tt-email-orbit {

    position: absolute;

    z-index: 1;

    border: 1px solid rgba(96, 165, 250, .22);

    border-radius: 50%;

    pointer-events: none;

}


.orbit-1 {

    width: 300px;

    height: 300px;

    animation:
        ttEmailRotate 16s linear infinite;

}


.orbit-2 {

    width: 390px;

    height: 220px;

    border-color: rgba(255, 255, 255, .12);

    transform: rotate(-25deg);

    animation:
        ttEmailRotateReverse 20s linear infinite;

}


/* ==========================================
   ANIMATION
========================================== */

@keyframes ttEmailFloat {

    0%,
    100% {

        transform:
            translateY(0);

    }

    50% {

        transform:
            translateY(-9px);

    }

}


@keyframes ttEmailRotate {

    from {

        transform: rotate(0deg);

    }

    to {

        transform: rotate(360deg);

    }

}


@keyframes ttEmailRotateReverse {

    from {

        transform: rotate(0deg);

    }

    to {

        transform: rotate(-360deg);

    }

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .tt-email-cta {

        padding: 60px 20px;

    }

    .tt-email-container {

        grid-template-columns: 1fr;

        padding: 50px 45px;

        gap: 35px;

    }

    .tt-email-content {

        max-width: 650px;

    }

    .tt-email-visual {

        height: 300px;

    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

    .tt-email-cta {

        padding: 45px 15px;

    }

    .tt-email-container {

        padding: 38px 24px;

        min-height: auto;

        border-radius: 14px;

        gap: 30px;

    }

    .tt-email-content h2 {

        font-size: 32px;

        line-height: 1.12;

        letter-spacing: -.8px;

    }

    .tt-email-content p {

        font-size: 14px;

    }

    .tt-email-form {

        flex-direction: column;

        background: transparent;

        border: 0;

        overflow: visible;

        gap: 10px;

    }

    .tt-email-form input {

        width: 100%;

        border-radius: 9px !important;

    }

    .tt-email-form button {

        width: 100%;

        border-radius: 9px;

    }

    .tt-email-visual {

        height: 240px;

    }

    .tt-email-image img {

        max-width: 360px;

    }

    .orbit-1 {

        width: 230px;

        height: 230px;

    }

    .orbit-2 {

        width: 300px;

        height: 180px;

    }

}/* End custom CSS */