.elementor-487 .elementor-element.elementor-element-f519847{width:100%;max-width:100%;}.elementor-487 .elementor-element.elementor-element-466a0fe{--display:flex;}.elementor-487 .elementor-element.elementor-element-466a0fe:not(.elementor-motion-effects-element-type-background), .elementor-487 .elementor-element.elementor-element-466a0fe > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#11184F;}.elementor-487 .elementor-element.elementor-element-6a1992b{--display:flex;}.elementor-487 .elementor-element.elementor-element-2ca9ff7{width:100%;max-width:100%;}@media(min-width:768px){.elementor-487 .elementor-element.elementor-element-466a0fe{--content-width:1600px;}.elementor-487 .elementor-element.elementor-element-6a1992b{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-83051bd *//* ==========================================
   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 */