.elementor-437 .elementor-element.elementor-element-f94af99{width:100%;max-width:100%;}.elementor-437 .elementor-element.elementor-element-995009d{--display:flex;}.elementor-437 .elementor-element.elementor-element-33c99e6{width:100%;max-width:100%;}@media(min-width:768px){.elementor-437 .elementor-element.elementor-element-995009d{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-ee250df *//* ==========================================
   TENXTEL CALL TRACKING HERO
   WHITE + BLUE
   NO GRADIENT
========================================== */

.tt-tracking-hero {

    width: 100%;
    background: #ffffff !important;

    padding: 75px 20px 85px;

    overflow: hidden;

    font-family: Inter, Arial, sans-serif;

    color: #0d1538;

}


.tt-tracking-container {

    max-width: 1200px;

    min-height: 590px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 48% 52%;

    align-items: center;

    gap: 20px;

}


/* ==========================================
   LEFT CONTENT
========================================== */

.tt-tracking-content {

    position: relative;

    z-index: 5;

    padding-left: 10px;

}


.tt-tracking-label {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 18px;

    color: #2563eb;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 2.5px;

}


.tt-tracking-label::before {

    content: "";

    width: 28px;

    height: 2px;

    background: #2563eb;

}


/* ==========================================
   HEADING
========================================== */

.tt-tracking-content h1 {

    max-width: 570px;

    margin: 0 0 24px;

    color: #0d1538;

    font-size: 58px;

    line-height: 1.06;

    font-weight: 750;

    letter-spacing: -2.5px;

}


.tt-tracking-content h1 strong {

    color: #2563eb;

    font-weight: 750;

}


/* ==========================================
   DESCRIPTION
========================================== */

.tt-tracking-content > p {

    max-width: 540px;

    margin: 0;

    color: #64748b;

    font-size: 17px;

    line-height: 1.7;

}


/* ==========================================
   BUTTONS
========================================== */

.tt-tracking-actions {

    display: flex;

    align-items: center;

    gap: 13px;

    margin-top: 32px;

}


.tt-track-primary,
.tt-track-secondary {

    height: 50px;

    padding: 0 25px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    border-radius: 8px;

    font-size: 14px;

    font-weight: 750;

    text-decoration: none;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background .3s ease;

}


.tt-track-primary {

    gap: 12px;

    background: #2563eb;

    color: #ffffff;

    border: 2px solid #2563eb;

}


.tt-track-primary span {

    font-size: 18px;

    transition: transform .3s ease;

}


.tt-track-primary:hover {

    background: #1d4ed8;

    color: #ffffff;

    transform: translateY(-3px);

    box-shadow:
        0 12px 25px rgba(37, 99, 235, .20);

}


.tt-track-primary:hover span {

    transform: translateX(5px);

}


.tt-track-secondary {

    color: #2563eb;

    background: #ffffff;

    border: 2px solid #2563eb;

}


.tt-track-secondary:hover {

    background: #2563eb;

    color: #ffffff;

    transform: translateY(-3px);

}


/* ==========================================
   STATS
========================================== */

.tt-tracking-stats {

    display: flex;

    align-items: center;

    gap: 22px;

    margin-top: 42px;

}


.tt-track-stat {

    display: flex;

    flex-direction: column;

    gap: 4px;

}


.tt-track-stat strong {

    color: #0d1538;

    font-size: 16px;

    font-weight: 800;

}


.tt-track-stat span {

    color: #64748b;

    font-size: 11px;

}


.tt-track-divider {

    width: 1px;

    height: 35px;

    background: #dbe3ef;

}


/* ==========================================
   RIGHT VISUAL
========================================== */

.tt-tracking-visual {

    position: relative;

    height: 590px;

    display: flex;

    align-items: center;

    justify-content: center;

}


/* ==========================================
   BLUE BACKGROUND SHAPE
   SOLID - NO GRADIENT
========================================== */

.tt-tracking-blue-shape {

    position: absolute;

    width: 410px;

    height: 410px;

    right: 40px;

    top: 85px;

    border-radius: 50%;

    background: #eff6ff;

    border: 1px solid #dbeafe;

    z-index: 1;

    animation:
        ttBlueFloat 6s ease-in-out infinite;

}


@keyframes ttBlueFloat {

    0%,
    100% {

        transform:
            translateY(0)
            scale(1);

    }

    50% {

        transform:
            translateY(-12px)
            scale(1.025);

    }

}


/* ==========================================
   IMAGE
========================================== */

.tt-tracking-image {

    position: relative;

    z-index: 3;

    width: 100%;

    height: 100%;

    display: flex;

    justify-content: flex-end;

    align-items: center;

}


.tt-tracking-image img {

    width: 100%;

    max-width: 600px;

    height: auto;

    display: block;

    object-fit: contain;

    animation:
        ttImageFloat 5s ease-in-out infinite;

}


@keyframes ttImageFloat {

    0%,
    100% {

        transform:
            translateY(0);

    }

    50% {

        transform:
            translateY(-8px);

    }

}


/* ==========================================
   ORBIT LINES
========================================== */

.tt-tracking-orbit {

    position: absolute;

    border: 1px solid #bfdbfe;

    border-radius: 50%;

    z-index: 0;

    pointer-events: none;

}


.tt-orbit-one {

    width: 470px;

    height: 220px;

    right: 20px;

    top: 185px;

    transform: rotate(-20deg);

    animation:
        ttOrbitOne 9s linear infinite;

}


.tt-orbit-two {

    width: 410px;

    height: 190px;

    right: 45px;

    top: 200px;

    transform: rotate(18deg);

    animation:
        ttOrbitTwo 11s linear infinite reverse;

}


@keyframes ttOrbitOne {

    from {

        transform:
            rotate(-20deg);

    }

    to {

        transform:
            rotate(340deg);

    }

}


@keyframes ttOrbitTwo {

    from {

        transform:
            rotate(18deg);

    }

    to {

        transform:
            rotate(-342deg);

    }

}


/* ==========================================
   FLOATING LIVE CARD
========================================== */

.tt-live-card {

    position: absolute;

    left: 15px;

    bottom: 95px;

    z-index: 6;

    display: flex;

    align-items: center;

    gap: 11px;

    padding: 13px 17px;

    background: #ffffff;

    border: 1px solid #e2e8f0;

    border-radius: 10px;

    box-shadow:
        0 15px 35px rgba(15, 23, 42, .10);

    animation:
        ttLiveFloat 4s ease-in-out infinite;

}


.tt-live-dot {

    width: 9px;

    height: 9px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #2563eb;

    box-shadow:
        0 0 0 5px #dbeafe;

    animation:
        ttPulse 1.8s ease-in-out infinite;

}


.tt-live-card div {

    display: flex;

    flex-direction: column;

    gap: 3px;

}


.tt-live-card strong {

    color: #0f172a;

    font-size: 12px;

}


.tt-live-card small {

    color: #64748b;

    font-size: 10px;

}


@keyframes ttLiveFloat {

    0%,
    100% {

        transform:
            translateY(0);

    }

    50% {

        transform:
            translateY(-9px);

    }

}


@keyframes ttPulse {

    0% {

        box-shadow:
            0 0 0 4px #dbeafe;

    }

    50% {

        box-shadow:
            0 0 0 8px #dbeafe;

    }

    100% {

        box-shadow:
            0 0 0 4px #dbeafe;

    }

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .tt-tracking-container {

        grid-template-columns: 1fr;

        min-height: auto;

        gap: 40px;

    }


    .tt-tracking-content {

        padding-left: 0;

        text-align: center;

    }


    .tt-tracking-content h1,
    .tt-tracking-content > p {

        margin-left: auto;

        margin-right: auto;

    }


    .tt-tracking-actions {

        justify-content: center;

    }


    .tt-tracking-stats {

        justify-content: center;

    }


    .tt-tracking-visual {

        height: 500px;

    }


    .tt-tracking-image {

        justify-content: center;

    }


    .tt-tracking-blue-shape {

        right: 50%;

        transform: translateX(50%);

    }


    .tt-live-card {

        left: 12%;

    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

    .tt-tracking-hero {

        padding: 55px 18px 65px;

    }


    .tt-tracking-content h1 {

        font-size: 40px;

        line-height: 1.08;

        letter-spacing: -1.5px;

    }


    .tt-tracking-content > p {

        font-size: 15px;

    }


    .tt-tracking-actions {

        flex-direction: column;

        width: 100%;

    }


    .tt-track-primary,
    .tt-track-secondary {

        width: 100%;

    }


    .tt-tracking-stats {

        gap: 12px;

    }


    .tt-track-stat {

        text-align: center;

    }


    .tt-track-stat strong {

        font-size: 13px;

    }


    .tt-track-stat span {

        font-size: 9px;

    }


    .tt-track-divider {

        height: 28px;

    }


    .tt-tracking-visual {

        height: 390px;

    }


    .tt-tracking-blue-shape {

        width: 280px;

        height: 280px;

        top: 55px;

    }


    .tt-orbit-one {

        width: 320px;

        height: 150px;

        top: 120px;

    }


    .tt-orbit-two {

        width: 280px;

        height: 130px;

        top: 135px;

    }


    .tt-live-card {

        left: 0;

        bottom: 35px;

        padding: 10px 13px;

    }


    .tt-live-card strong {

        font-size: 11px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-de2d1ee *//* ==========================================
   TENXTEL CALL TRACKING PROCESS
   WHITE + BLUE
========================================== */

.tt-call-flow {

    width: 100%;

    background: #ffffff !important;

    padding: 95px 20px 105px;

    font-family: Inter, Arial, sans-serif;

    color: #0d1538;

    overflow: hidden;

}


.tt-call-flow-container {

    max-width: 1180px;

    margin: 0 auto;

}


/* ==========================================
   HEADING
========================================== */

.tt-call-flow-heading {

    max-width: 720px;

    margin: 0 auto 60px;

    text-align: center;

}


.tt-call-flow-heading > span {

    display: inline-block;

    margin-bottom: 13px;

    color: #2563eb;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 2.5px;

}


.tt-call-flow-heading h2 {

    margin: 0 0 18px;

    color: #0d1538;

    font-size: 46px;

    line-height: 1.12;

    font-weight: 750;

    letter-spacing: -1.8px;

}


.tt-call-flow-heading h2 strong {

    color: #2563eb;

    font-weight: 750;

}


.tt-call-flow-heading p {

    max-width: 650px;

    margin: 0 auto;

    color: #64748b;

    font-size: 16px;

    line-height: 1.7;

}


/* ==========================================
   GRID
========================================== */

.tt-call-flow-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 22px;

}


/* ==========================================
   CARD
========================================== */

.tt-flow-card {

    position: relative;

    min-height: 265px;

    padding: 34px 32px;

    background: #ffffff;

    border: 1px solid #e2e8f0;

    border-radius: 14px;

    overflow: hidden;

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;

    animation:
        ttFlowAppear .7s ease both;

}


.tt-flow-card:nth-child(1) {
    animation-delay: .05s;
}

.tt-flow-card:nth-child(2) {
    animation-delay: .12s;
}

.tt-flow-card:nth-child(3) {
    animation-delay: .19s;
}

.tt-flow-card:nth-child(4) {
    animation-delay: .26s;
}

.tt-flow-card:nth-child(5) {
    animation-delay: .33s;
}

.tt-flow-card:nth-child(6) {
    animation-delay: .40s;
}


@keyframes ttFlowAppear {

    from {

        opacity: 0;

        transform:
            translateY(25px);

    }

    to {

        opacity: 1;

        transform:
            translateY(0);

    }

}


/* ==========================================
   CARD HOVER
========================================== */

.tt-flow-card:hover {

    transform:
        translateY(-8px);

    border-color: #bfdbfe;

    box-shadow:
        0 18px 45px rgba(37, 99, 235, .10);

}


/* ==========================================
   BLUE CORNER EFFECT
========================================== */

.tt-flow-card::after {

    content: "";

    position: absolute;

    width: 90px;

    height: 90px;

    right: -45px;

    bottom: -45px;

    border-radius: 50%;

    background: #eff6ff;

    transition:
        transform .4s ease;

}


.tt-flow-card:hover::after {

    transform:
        scale(2.1);

}


/* ==========================================
   ICON
========================================== */

.tt-flow-icon {

    width: 52px;

    height: 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 25px;

    border-radius: 50%;

    background: #eff6ff;

    color: #2563eb;

    font-size: 19px;

    transition:
        transform .35s ease,
        background .35s ease,
        color .35s ease;

}


.tt-flow-card:hover .tt-flow-icon {

    background: #2563eb;

    color: #ffffff;

    transform:
        rotate(-8deg)
        scale(1.08);

}


/* ==========================================
   NUMBER
========================================== */

.tt-flow-number {

    position: absolute;

    top: 27px;

    right: 28px;

    color: #dbeafe;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 1px;

}


/* ==========================================
   TITLE
========================================== */

.tt-flow-card h3 {

    position: relative;

    z-index: 2;

    margin: 0 0 12px;

    color: #0d1538;

    font-size: 19px;

    line-height: 1.3;

    font-weight: 750;

}


/* ==========================================
   DESCRIPTION
========================================== */

.tt-flow-card p {

    position: relative;

    z-index: 2;

    margin: 0;

    color: #64748b;

    font-size: 14px;

    line-height: 1.65;

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .tt-call-flow {

        padding:
            75px 20px 85px;

    }


    .tt-call-flow-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }


    .tt-call-flow-heading h2 {

        font-size: 40px;

    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

    .tt-call-flow {

        padding:
            60px 18px 70px;

    }


    .tt-call-flow-heading {

        margin-bottom: 40px;

    }


    .tt-call-flow-heading h2 {

        font-size: 34px;

        letter-spacing: -1px;

    }


    .tt-call-flow-heading p {

        font-size: 15px;

    }


    .tt-call-flow-grid {

        grid-template-columns: 1fr;

        gap: 16px;

    }


    .tt-flow-card {

        min-height: auto;

        padding: 28px 25px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c71f36f *//* ==========================================
   TENXTEL — CALL INTELLIGENCE SECTION
   WHITE + BLUE / NO GRADIENT
========================================== */

.tt-call-control {

    width: 100%;

    background: #ffffff !important;

    padding: 100px 20px;

    overflow: hidden;

    font-family: Inter, Arial, sans-serif;

    color: #0d1538;

}


.tt-call-control-wrap {

    max-width: 1180px;

    margin: auto;

    display: grid;

    grid-template-columns: 48% 52%;

    align-items: center;

    gap: 55px;

}


/* ==========================================
   IMAGE SIDE
========================================== */

.tt-call-control-image {

    position: relative;

    min-height: 500px;

    display: flex;

    align-items: center;

    justify-content: center;

}


.tt-call-control-image img {

    position: relative;

    z-index: 5;

    width: 100%;

    max-width: 535px;

    height: auto;

    display: block;

    object-fit: contain;

    animation: ttCallFloat 5s ease-in-out infinite;

}


@keyframes ttCallFloat {

    0%,
    100% {

        transform: translateY(0);

    }

    50% {

        transform: translateY(-10px);

    }

}


/* ==========================================
   IMAGE BACKGROUND — SOLID BLUE
========================================== */

.tt-call-image-glow {

    position: absolute;

    width: 330px;

    height: 330px;

    border-radius: 50%;

    background: #eff6ff;

    z-index: 1;

    animation: ttCallPulse 4s ease-in-out infinite;

}


@keyframes ttCallPulse {

    0%,
    100% {

        transform: scale(.92);

        opacity: .8;

    }

    50% {

        transform: scale(1.08);

        opacity: 1;

    }

}


/* ==========================================
   MOVING CIRCLES
========================================== */

.tt-call-orbit {

    position: absolute;

    border: 1px solid #bfdbfe;

    border-radius: 50%;

    z-index: 2;

    pointer-events: none;

}


.orbit-one {

    width: 390px;

    height: 390px;

    animation:
        ttOrbitOne 10s linear infinite;

}


.orbit-two {

    width: 470px;

    height: 470px;

    border-color: #dbeafe;

    animation:
        ttOrbitTwo 14s linear infinite reverse;

}


@keyframes ttOrbitOne {

    from {

        transform:
            rotate(0deg)
            scale(.96);

    }

    to {

        transform:
            rotate(360deg)
            scale(.96);

    }

}


@keyframes ttOrbitTwo {

    from {

        transform:
            rotate(0deg)
            scale(.94);

    }

    to {

        transform:
            rotate(360deg)
            scale(.94);

    }

}


/* ==========================================
   CONTENT
========================================== */

.tt-call-control-content {

    position: relative;

    z-index: 10;

}


.tt-call-control-label {

    display: inline-block;

    margin-bottom: 14px;

    color: #2563eb;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 2.5px;

}


.tt-call-control-content h2 {

    margin: 0 0 20px;

    color: #0d1538;

    font-size: 48px;

    line-height: 1.12;

    font-weight: 750;

    letter-spacing: -1.8px;

}


.tt-call-control-content h2 strong {

    display: block;

    color: #2563eb;

    font-weight: 750;

}


.tt-call-control-description {

    max-width: 600px;

    margin: 0 0 32px;

    color: #64748b;

    font-size: 16px;

    line-height: 1.7;

}


/* ==========================================
   FEATURES
========================================== */

.tt-call-control-features {

    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 25px 28px;

}


.tt-call-feature {

    display: flex;

    align-items: flex-start;

    gap: 14px;

    transition:
        transform .3s ease;

}


.tt-call-feature:hover {

    transform:
        translateX(5px);

}


/* ==========================================
   FEATURE ICON
========================================== */

.tt-feature-icon {

    flex: 0 0 42px;

    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #eff6ff;

    color: #2563eb;

    font-size: 15px;

    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease;

}


.tt-call-feature:hover .tt-feature-icon {

    background: #2563eb;

    color: #ffffff;

    transform:
        scale(1.08);

}


.tt-call-feature h3 {

    margin: 1px 0 7px;

    color: #0d1538;

    font-size: 17px;

    line-height: 1.3;

    font-weight: 750;

}


.tt-call-feature p {

    margin: 0;

    color: #64748b;

    font-size: 13px;

    line-height: 1.55;

}


/* ==========================================
   BUTTON
========================================== */

.tt-call-control-btn {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-top: 35px;

    padding: 14px 23px;

    border-radius: 8px;

    background: #2563eb;

    color: #ffffff !important;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none !important;

    transition:
        transform .3s ease,
        background .3s ease,
        box-shadow .3s ease;

}


.tt-call-control-btn:hover {

    background: #1d4ed8;

    color: #ffffff !important;

    transform:
        translateY(-3px);

    box-shadow:
        0 12px 25px rgba(37, 99, 235, .18);

}


.tt-call-control-btn i {

    transition:
        transform .3s ease;

}


.tt-call-control-btn:hover i {

    transform:
        translateX(4px);

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .tt-call-control {

        padding: 80px 20px;

    }


    .tt-call-control-wrap {

        grid-template-columns: 1fr;

        gap: 50px;

    }


    .tt-call-control-image {

        min-height: 430px;

    }


    .tt-call-control-image img {

        max-width: 500px;

    }


    .tt-call-control-content {

        max-width: 700px;

        margin: auto;

    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

    .tt-call-control {

        padding: 65px 18px;

    }


    .tt-call-control-image {

        min-height: 320px;

    }


    .tt-call-control-image img {

        max-width: 390px;

    }


    .tt-call-image-glow {

        width: 240px;

        height: 240px;

    }


    .orbit-one {

        width: 290px;

        height: 290px;

    }


    .orbit-two {

        width: 340px;

        height: 340px;

    }


    .tt-call-control-content h2 {

        font-size: 36px;

        letter-spacing: -1px;

    }


    .tt-call-control-description {

        font-size: 15px;

    }


    .tt-call-control-features {

        grid-template-columns: 1fr;

        gap: 22px;

    }


    .tt-call-control-btn {

        width: 100%;

        justify-content: center;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7a54a4a *//* ==========================================
   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 */