.elementor-453 .elementor-element.elementor-element-17c220a{width:100%;max-width:100%;}.elementor-453 .elementor-element.elementor-element-b935fdf{--display:flex;}.elementor-453 .elementor-element.elementor-element-1d40f27{width:100%;max-width:100%;}@media(min-width:768px){.elementor-453 .elementor-element.elementor-element-b935fdf{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-10d2240 *//* ==========================================
   TENXTEL — CALL MANAGEMENT HERO
   WHITE + BLUE / NO GRADIENT
========================================== */

.tt-call-management {

    width: 100%;

    background: #ffffff !important;

    padding: 65px 20px 75px;

    overflow: hidden;

    font-family: Inter, Arial, sans-serif;

    color: #0b1538;

}


.tt-call-container {

    max-width: 1240px;

    min-height: 560px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 45% 55%;

    align-items: center;

    gap: 30px;

}


/* ==========================================
   LEFT CONTENT
========================================== */

.tt-call-content {

    position: relative;

    z-index: 10;

    max-width: 560px;

}


.tt-call-label {

    display: inline-block;

    margin-bottom: 15px;

    color: #2563eb;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 2.2px;

}


.tt-call-content h1 {

    margin: 0 0 22px;

    color: #0b1538;

    font-size: 58px;

    line-height: 1.04;

    font-weight: 750;

    letter-spacing: -2px;

}


.tt-call-content h1 span {

    display: block;

    color: #2563eb;

}


.tt-call-content p {

    max-width: 510px;

    margin: 0;

    color: #64748b;

    font-size: 17px;

    line-height: 1.7;

}


/* ==========================================
   BUTTONS
========================================== */

.tt-call-actions {

    display: flex;

    align-items: center;

    gap: 24px;

    margin-top: 32px;

}


.tt-call-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    min-height: 50px;

    padding: 0 24px;

    border-radius: 10px;

    background: #2563eb;

    border: 2px solid #2563eb;

    color: #ffffff !important;

    text-decoration: none;

    font-size: 14px;

    font-weight: 700;

    transition:
        transform .3s ease,
        background .3s ease,
        box-shadow .3s ease;

}


.tt-call-btn:hover {

    background: #1d4ed8;

    border-color: #1d4ed8;

    color: #ffffff !important;

    transform: translateY(-3px);

    box-shadow: 0 12px 25px rgba(37,99,235,.18);

}


.tt-call-btn i {

    font-size: 12px;

    transition: transform .3s ease;

}


.tt-call-btn:hover i {

    transform: translateX(4px);

}


.tt-call-link {

    color: #2563eb;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

    position: relative;

}


.tt-call-link::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: -5px;

    width: 0;

    height: 2px;

    background: #2563eb;

    transition: width .3s ease;

}


.tt-call-link:hover::after {

    width: 100%;

}


/* ==========================================
   RIGHT VISUAL
========================================== */

.tt-call-visual {

    position: relative;

    min-height: 550px;

    display: flex;

    align-items: center;

    justify-content: center;

}


.tt-call-visual img {

    position: relative;

    z-index: 5;

    width: 100%;

    max-width: 610px;

    height: auto;

    display: block;

    object-fit: contain;

    animation: ttCallFloat 5s ease-in-out infinite;

}


@keyframes ttCallFloat {

    0%,
    100% {

        transform: translateY(0);

    }

    50% {

        transform: translateY(-9px);

    }

}


/* ==========================================
   SOLID BLUE CIRCLES
========================================== */

.tt-call-circle {

    position: absolute;

    border-radius: 50%;

    z-index: 1;

}


.circle-main {

    width: 350px;

    height: 350px;

    background: #eff6ff;

    animation: ttCirclePulse 5s ease-in-out infinite;

}


.circle-small {

    width: 95px;

    height: 95px;

    background: #2563eb;

    right: 9%;

    top: 13%;

    opacity: .95;

    animation: ttSmallFloat 4s ease-in-out infinite;

}


@keyframes ttCirclePulse {

    0%,
    100% {

        transform: scale(1);

    }

    50% {

        transform: scale(1.06);

    }

}


@keyframes ttSmallFloat {

    0%,
    100% {

        transform: translateY(0);

    }

    50% {

        transform: translateY(-15px);

    }

}


/* ==========================================
   ANIMATED RINGS
========================================== */

.tt-call-ring {

    position: absolute;

    border: 1px solid #bfdbfe;

    border-radius: 50%;

    z-index: 2;

}


.ring-one {

    width: 430px;

    height: 430px;

    animation: ttRingRotate 16s linear infinite;

}


.ring-two {

    width: 500px;

    height: 500px;

    border-color: #dbeafe;

    animation: ttRingRotate 22s linear infinite reverse;

}


@keyframes ttRingRotate {

    from {

        transform: rotate(0deg);

    }

    to {

        transform: rotate(360deg);

    }

}


/* ==========================================
   MOVING DOTS
========================================== */

.tt-call-dot {

    position: absolute;

    width: 8px;

    height: 8px;

    border-radius: 50%;

    background: #2563eb;

    z-index: 7;

    box-shadow: 0 0 0 5px #eff6ff;

}


.call-dot-1 {

    top: 17%;

    left: 18%;

    animation: ttDot1 4s ease-in-out infinite;

}


.call-dot-2 {

    top: 30%;

    right: 8%;

    animation: ttDot2 5s ease-in-out infinite;

}


.call-dot-3 {

    bottom: 19%;

    left: 17%;

    animation: ttDot3 4.5s ease-in-out infinite;

}


.call-dot-4 {

    bottom: 12%;

    right: 22%;

    animation: ttDot4 5s ease-in-out infinite;

}


@keyframes ttDot1 {

    0%,
    100% {
        transform: translate(0,0);
    }

    50% {
        transform: translate(14px,-16px);
    }

}


@keyframes ttDot2 {

    0%,
    100% {
        transform: translate(0,0);
    }

    50% {
        transform: translate(-12px,14px);
    }

}


@keyframes ttDot3 {

    0%,
    100% {
        transform: translate(0,0);
    }

    50% {
        transform: translate(12px,-12px);
    }

}


@keyframes ttDot4 {

    0%,
    100% {
        transform: translate(0,0);
    }

    50% {
        transform: translate(-15px,-10px);
    }

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .tt-call-management {

        padding: 60px 20px 70px;

    }


    .tt-call-container {

        grid-template-columns: 1fr;

        gap: 35px;

    }


    .tt-call-content {

        max-width: 700px;

        margin: 0 auto;

        text-align: center;

    }


    .tt-call-content p {

        margin: auto;

    }


    .tt-call-actions {

        justify-content: center;

    }


    .tt-call-visual {

        min-height: 470px;

    }


    .tt-call-visual img {

        max-width: 570px;

    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

    .tt-call-management {

        padding: 45px 18px 55px;

    }


    .tt-call-container {

        min-height: auto;

        gap: 25px;

    }


    .tt-call-label {

        font-size: 11px;

        letter-spacing: 1.7px;

    }


    .tt-call-content h1 {

        font-size: 38px;

        line-height: 1.08;

        letter-spacing: -1.2px;

    }


    .tt-call-content p {

        font-size: 15px;

        line-height: 1.6;

    }


    .tt-call-actions {

        flex-direction: column;

        gap: 18px;

        margin-top: 27px;

    }


    .tt-call-btn {

        width: 100%;

        max-width: 250px;

    }


    .tt-call-visual {

        min-height: 330px;

    }


    .tt-call-visual img {

        max-width: 390px;

    }


    .circle-main {

        width: 250px;

        height: 250px;

    }


    .circle-small {

        width: 60px;

        height: 60px;

    }


    .ring-one {

        width: 300px;

        height: 300px;

    }


    .ring-two {

        width: 340px;

        height: 340px;

    }

}


/* ==========================================
   REDUCE MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

    .tt-call-visual img,
    .tt-call-circle,
    .tt-call-ring,
    .tt-call-dot {

        animation: none !important;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec83087 *//* ==========================================
   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 */