.elementor-444 .elementor-element.elementor-element-32438b2{width:100%;max-width:100%;}.elementor-444 .elementor-element.elementor-element-550de6f{--display:flex;}.elementor-444 .elementor-element.elementor-element-4b1d9de{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-444 .elementor-element.elementor-element-05ba383{width:100%;max-width:100%;}@media(min-width:768px){.elementor-444 .elementor-element.elementor-element-550de6f{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-d4e92ff *//* ==========================================
   TENXTEL — TOLL FREE NUMBER HERO
   WHITE + BLUE / NO GRADIENT
========================================== */

.tt-tollfree-hero {

    width: 100%;

    background: #ffffff !important;

    padding: 75px 20px 90px;

    overflow: hidden;

    font-family: Inter, Arial, sans-serif;

    color: #0d1538;

}


.tt-tollfree-wrap {

    max-width: 1240px;

    margin: auto;

    display: grid;

    grid-template-columns: 48% 52%;

    align-items: center;

    gap: 25px;

}


/* ==========================================
   LEFT CONTENT
========================================== */

.tt-tollfree-content {

    position: relative;

    z-index: 5;

}


.tt-tollfree-label {

    display: inline-block;

    margin-bottom: 15px;

    color: #2563eb;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 2.5px;

}


.tt-tollfree-content h1 {

    max-width: 610px;

    margin: 0 0 22px;

    color: #0d1538;

    font-size: 57px;

    line-height: 1.08;

    font-weight: 750;

    letter-spacing: -2px;

}


.tt-tollfree-content h1 strong {

    display: block;

    color: #2563eb;

    font-weight: 750;

}


.tt-tollfree-content > p {

    max-width: 570px;

    margin: 0;

    color: #64748b;

    font-size: 17px;

    line-height: 1.7;

}


/* ==========================================
   POINTS
========================================== */

.tt-tollfree-points {

    display: flex;

    flex-direction: column;

    gap: 11px;

    margin-top: 25px;

}


.tt-tollfree-points span {

    display: flex;

    align-items: center;

    gap: 10px;

    color: #334155;

    font-size: 14px;

    font-weight: 600;

}


.tt-tollfree-points i {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 21px;

    height: 21px;

    border-radius: 50%;

    background: #2563eb;

    color: #ffffff;

    font-size: 10px;

}


/* ==========================================
   BUTTONS
========================================== */

.tt-tollfree-actions {

    display: flex;

    align-items: center;

    gap: 25px;

    margin-top: 32px;

}


.tt-tollfree-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 11px;

    min-height: 50px;

    padding: 0 25px;

    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-tollfree-btn:hover {

    background: #1d4ed8;

    color: #ffffff !important;

    transform: translateY(-3px);

    box-shadow:
        0 12px 25px rgba(37,99,235,.18);

}


.tt-tollfree-btn i {

    transition: transform .3s ease;

}


.tt-tollfree-btn:hover i {

    transform: translateX(5px);

}


.tt-tollfree-link {

    color: #2563eb;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

}


.tt-tollfree-link:hover {

    text-decoration: underline;

}


/* ==========================================
   RIGHT VISUAL
========================================== */

.tt-tollfree-visual {

    position: relative;

    min-height: 500px;

    display: flex;

    align-items: center;

    justify-content: center;

}


.tt-tollfree-visual img {

    position: relative;

    z-index: 5;

    display: block;

    width: 100%;

    max-width: 650px;

    height: auto;

    object-fit: contain;

    animation:
        ttTollFreeFloat 5s ease-in-out infinite;

}


@keyframes ttTollFreeFloat {

    0%,
    100% {

        transform: translateY(0);

    }

    50% {

        transform: translateY(-10px);

    }

}


/* ==========================================
   MOVING SOLID BLUE CIRCLES
========================================== */

.tt-tollfree-circle {

    position: absolute;

    border: 1px solid #bfdbfe;

    border-radius: 50%;

    z-index: 1;

}


.circle-one {

    width: 400px;

    height: 400px;

    animation:
        ttTollOrbitOne 12s linear infinite;

}


.circle-two {

    width: 510px;

    height: 510px;

    border-color: #dbeafe;

    animation:
        ttTollOrbitTwo 17s linear infinite reverse;

}


@keyframes ttTollOrbitOne {

    from {

        transform: rotate(0deg);

    }

    to {

        transform: rotate(360deg);

    }

}


@keyframes ttTollOrbitTwo {

    from {

        transform: rotate(0deg);

    }

    to {

        transform: rotate(360deg);

    }

}


/* ==========================================
   FLOATING DOTS
========================================== */

.tt-tollfree-dot {

    position: absolute;

    z-index: 3;

    width: 9px;

    height: 9px;

    border-radius: 50%;

    background: #2563eb;

    box-shadow:
        0 0 0 5px #eff6ff;

}


.dot-one {

    top: 15%;

    right: 16%;

    animation:
        ttDotOne 4s ease-in-out infinite;

}


.dot-two {

    bottom: 18%;

    left: 14%;

    animation:
        ttDotTwo 5s ease-in-out infinite;

}


.dot-three {

    top: 48%;

    right: 4%;

    animation:
        ttDotThree 4.5s ease-in-out infinite;

}


@keyframes ttDotOne {

    0%,
    100% {

        transform: translateY(0);

    }

    50% {

        transform: translateY(-15px);

    }

}


@keyframes ttDotTwo {

    0%,
    100% {

        transform: translate(0,0);

    }

    50% {

        transform: translate(10px,-12px);

    }

}


@keyframes ttDotThree {

    0%,
    100% {

        transform: translateX(0);

    }

    50% {

        transform: translateX(-13px);

    }

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .tt-tollfree-hero {

        padding:
            70px 20px 75px;

    }


    .tt-tollfree-wrap {

        grid-template-columns: 1fr;

        gap: 45px;

    }


    .tt-tollfree-content {

        max-width: 720px;

        margin: auto;

        text-align: center;

    }


    .tt-tollfree-content h1 {

        margin-left: auto;

        margin-right: auto;

    }


    .tt-tollfree-content > p {

        margin-left: auto;

        margin-right: auto;

    }


    .tt-tollfree-points {

        align-items: center;

    }


    .tt-tollfree-actions {

        justify-content: center;

    }


    .tt-tollfree-visual {

        min-height: 430px;

    }


    .tt-tollfree-visual img {

        max-width: 600px;

    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

    .tt-tollfree-hero {

        padding:
            55px 18px 65px;

    }


    .tt-tollfree-content h1 {

        font-size: 38px;

        line-height: 1.12;

        letter-spacing: -1px;

    }


    .tt-tollfree-content > p {

        font-size: 15px;

    }


    .tt-tollfree-actions {

        flex-direction: column;

        gap: 17px;

    }


    .tt-tollfree-btn {

        width: 100%;

    }


    .tt-tollfree-visual {

        min-height: 310px;

    }


    .tt-tollfree-visual img {

        max-width: 390px;

    }


    .circle-one {

        width: 280px;

        height: 280px;

    }


    .circle-two {

        width: 340px;

        height: 340px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f052f1 *//* ==========================================
   TENXTEL — TOLL FREE SOLUTIONS
   WHITE + BLUE / NO GRADIENT
========================================== */

.tt-tfn-solutions {

    width: 100%;

    background: #ffffff !important;

    padding: 85px 20px 95px;

    overflow: hidden;

    font-family: Inter, Arial, sans-serif;

    color: #0b1538;

}


.tt-tfn-container {

    max-width: 1240px;

    margin: 0 auto;

}


/* ==========================================
   HEADING
========================================== */

.tt-tfn-heading {

    max-width: 720px;

    margin: 0 auto 65px;

    text-align: center;

}


.tt-tfn-eyebrow {

    display: inline-block;

    margin-bottom: 12px;

    color: #2563eb;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 2.4px;

}


.tt-tfn-heading h2 {

    margin: 0 0 18px;

    color: #0b1538;

    font-size: 48px;

    line-height: 1.12;

    font-weight: 750;

    letter-spacing: -1.8px;

}


.tt-tfn-heading h2 span {

    display: block;

    color: #2563eb;

}


.tt-tfn-heading p {

    max-width: 650px;

    margin: 0 auto;

    color: #64748b;

    font-size: 17px;

    line-height: 1.65;

}


/* ==========================================
   MAIN LAYOUT
========================================== */

.tt-tfn-layout {

    display: grid;

    grid-template-columns: 54% 46%;

    align-items: center;

    gap: 30px;

}


/* ==========================================
   FEATURES
========================================== */

.tt-tfn-features {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 42px 38px;

}


.tt-tfn-feature {

    display: flex;

    gap: 17px;

    align-items: flex-start;

    padding: 8px 5px;

    transition:
        transform .35s ease;

}


.tt-tfn-feature:hover {

    transform: translateY(-5px);

}


.tt-tfn-icon {

    flex: 0 0 48px;

    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 14px;

    background: #eff6ff;

    color: #2563eb;

    font-size: 18px;

    border: 1px solid #dbeafe;

    transition:
        transform .35s ease,
        background .35s ease,
        color .35s ease;

}


.tt-tfn-feature:hover .tt-tfn-icon {

    background: #2563eb;

    color: #ffffff;

    transform: rotate(-6deg) scale(1.08);

}


.tt-tfn-feature h3 {

    margin: 2px 0 9px;

    color: #0b1538;

    font-size: 19px;

    line-height: 1.25;

    font-weight: 700;

}


.tt-tfn-feature p {

    margin: 0;

    color: #64748b;

    font-size: 14px;

    line-height: 1.65;

}


/* ==========================================
   IMAGE AREA
========================================== */

.tt-tfn-visual {

    position: relative;

    min-height: 470px;

    display: flex;

    align-items: center;

    justify-content: center;

}


.tt-tfn-visual img {

    position: relative;

    z-index: 5;

    width: 100%;

    max-width: 570px;

    height: auto;

    display: block;

    object-fit: contain;

    animation:
        ttTfnFloat 5s ease-in-out infinite;

}


@keyframes ttTfnFloat {

    0%,
    100% {

        transform: translateY(0);

    }

    50% {

        transform: translateY(-9px);

    }

}


/* ==========================================
   BLUE ORBITS
========================================== */

.tt-tfn-orbit {

    position: absolute;

    border: 1px solid #bfdbfe;

    border-radius: 50%;

    z-index: 1;

}


.orbit-one {

    width: 390px;

    height: 390px;

    animation:
        ttTfnRotate 14s linear infinite;

}


.orbit-two {

    width: 480px;

    height: 480px;

    border-color: #dbeafe;

    animation:
        ttTfnRotate 20s linear infinite reverse;

}


@keyframes ttTfnRotate {

    from {

        transform: rotate(0deg);

    }

    to {

        transform: rotate(360deg);

    }

}


/* ==========================================
   MOVING BLUE POINTS
========================================== */

.tt-tfn-pulse {

    position: absolute;

    z-index: 4;

    width: 9px;

    height: 9px;

    border-radius: 50%;

    background: #2563eb;

    box-shadow:
        0 0 0 5px #eff6ff;

}


.pulse-one {

    top: 17%;

    right: 18%;

    animation:
        ttPulseOne 4s ease-in-out infinite;

}


.pulse-two {

    bottom: 16%;

    left: 16%;

    animation:
        ttPulseTwo 5s ease-in-out infinite;

}


.pulse-three {

    top: 48%;

    right: 4%;

    animation:
        ttPulseThree 4.5s ease-in-out infinite;

}


@keyframes ttPulseOne {

    0%,
    100% {

        transform: translateY(0);

    }

    50% {

        transform: translateY(-16px);

    }

}


@keyframes ttPulseTwo {

    0%,
    100% {

        transform: translate(0,0);

    }

    50% {

        transform: translate(13px,-12px);

    }

}


@keyframes ttPulseThree {

    0%,
    100% {

        transform: translateX(0);

    }

    50% {

        transform: translateX(-14px);

    }

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .tt-tfn-solutions {

        padding: 70px 20px 80px;

    }


    .tt-tfn-heading {

        margin-bottom: 50px;

    }


    .tt-tfn-heading h2 {

        font-size: 42px;

    }


    .tt-tfn-layout {

        grid-template-columns: 1fr;

        gap: 45px;

    }


    .tt-tfn-features {

        max-width: 760px;

        margin: auto;

    }


    .tt-tfn-visual {

        min-height: 420px;

    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 650px) {

    .tt-tfn-solutions {

        padding: 55px 18px 65px;

    }


    .tt-tfn-heading {

        margin-bottom: 40px;

    }


    .tt-tfn-eyebrow {

        font-size: 11px;

        letter-spacing: 2px;

    }


    .tt-tfn-heading h2 {

        font-size: 34px;

        letter-spacing: -1px;

    }


    .tt-tfn-heading p {

        font-size: 15px;

    }


    .tt-tfn-features {

        grid-template-columns: 1fr;

        gap: 28px;

    }


    .tt-tfn-feature {

        gap: 14px;

    }


    .tt-tfn-feature h3 {

        font-size: 18px;

    }


    .tt-tfn-feature p {

        font-size: 14px;

    }


    .tt-tfn-visual {

        min-height: 310px;

    }


    .tt-tfn-visual img {

        max-width: 400px;

    }


    .orbit-one {

        width: 280px;

        height: 280px;

    }


    .orbit-two {

        width: 350px;

        height: 350px;

    }

}


/* ==========================================
   REDUCE MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

    .tt-tfn-visual img,
    .tt-tfn-orbit,
    .tt-tfn-pulse {

        animation: none !important;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b1d9de *//* ==========================================
   TENXTEL — TOLL FREE PROCESS
   WHITE + BLUE / NO GRADIENT
========================================== */

.tt-tfn-process {

    width: 100%;

    background: #ffffff !important;

    padding: 95px 20px;

    overflow: hidden;

    font-family: Inter, Arial, sans-serif;

    color: #0b1538;

}


.tt-tfn-process-container {

    max-width: 1180px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 48% 52%;

    align-items: center;

    gap: 65px;

}


/* ==========================================
   IMAGE
========================================== */

.tt-tfn-process-visual {

    position: relative;

    min-height: 500px;

    display: flex;

    align-items: center;

    justify-content: center;

}


.tt-tfn-process-visual img {

    position: relative;

    z-index: 3;

    width: 100%;

    max-width: 560px;

    height: auto;

    display: block;

    object-fit: contain;

    animation: ttProcessFloat 5s ease-in-out infinite;

}


@keyframes ttProcessFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

}


/* ==========================================
   IMAGE DECORATION
========================================== */

.tt-process-ring {

    position: absolute;

    width: 390px;

    height: 390px;

    border: 1px solid #dbeafe;

    border-radius: 50%;

    z-index: 1;

    animation: ttProcessRotate 18s linear infinite;

}


.tt-process-ring::before {

    content: "";

    position: absolute;

    width: 12px;

    height: 12px;

    border-radius: 50%;

    background: #2563eb;

    top: 12px;

    left: 50%;

    transform: translateX(-50%);

}


@keyframes ttProcessRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}


.tt-process-dot {

    position: absolute;

    width: 8px;

    height: 8px;

    border-radius: 50%;

    background: #2563eb;

    z-index: 4;

    box-shadow: 0 0 0 6px #eff6ff;

}


.dot-1 {

    top: 18%;

    right: 13%;

    animation: ttDotMove1 4s ease-in-out infinite;

}


.dot-2 {

    bottom: 18%;

    left: 12%;

    animation: ttDotMove2 4.5s ease-in-out infinite;

}


@keyframes ttDotMove1 {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-12px, 15px);
    }

}


@keyframes ttDotMove2 {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(14px, -12px);
    }

}


/* ==========================================
   CONTENT
========================================== */

.tt-tfn-process-content {

    max-width: 560px;

}


.tt-process-label {

    display: inline-block;

    margin-bottom: 12px;

    color: #2563eb;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 2px;

}


.tt-tfn-process-content h2 {

    margin: 0 0 18px;

    color: #0b1538;

    font-size: 46px;

    line-height: 1.12;

    letter-spacing: -1.6px;

    font-weight: 750;

}


.tt-tfn-process-content h2 span {

    display: block;

    color: #2563eb;

}


.tt-process-intro {

    margin: 0 0 35px;

    max-width: 520px;

    color: #64748b;

    font-size: 16px;

    line-height: 1.7;

}


/* ==========================================
   STEPS
========================================== */

.tt-process-steps {

    display: flex;

    flex-direction: column;

}


.tt-process-step {

    position: relative;

    display: grid;

    grid-template-columns: 48px 1fr;

    column-gap: 18px;

    padding-bottom: 28px;

}


.tt-process-step:last-child {

    padding-bottom: 0;

}


.tt-step-number {

    width: 48px;

    height: 48px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #2563eb;

    color: #ffffff;

    font-size: 13px;

    font-weight: 800;

    position: relative;

    z-index: 3;

    box-shadow: 0 8px 22px rgba(37, 99, 235, .18);

    transition:
        transform .3s ease,
        box-shadow .3s ease;

}


.tt-process-step:hover .tt-step-number {

    transform: scale(1.1);

    box-shadow: 0 10px 28px rgba(37, 99, 235, .28);

}


/* Connecting line */

.tt-step-line {

    position: absolute;

    left: 23px;

    top: 48px;

    width: 2px;

    height: calc(100% - 48px);

    background: #dbeafe;

}


.tt-process-step:last-child .tt-step-line {

    display: none;

}


/* ==========================================
   STEP CONTENT
========================================== */

.tt-step-content {

    padding-top: 2px;

}


.tt-step-content h3 {

    margin: 0 0 7px;

    color: #0b1538;

    font-size: 18px;

    line-height: 1.3;

    font-weight: 700;

}


.tt-step-content p {

    margin: 0;

    color: #64748b;

    font-size: 14px;

    line-height: 1.65;

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .tt-tfn-process {

        padding: 75px 20px;

    }


    .tt-tfn-process-container {

        grid-template-columns: 1fr;

        gap: 45px;

    }


    .tt-tfn-process-visual {

        min-height: 420px;

        order: 1;

    }


    .tt-tfn-process-content {

        max-width: 700px;

        margin: 0 auto;

        order: 2;

    }


    .tt-tfn-process-content h2 {

        font-size: 42px;

    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

    .tt-tfn-process {

        padding: 60px 18px;

    }


    .tt-tfn-process-container {

        gap: 30px;

    }


    .tt-tfn-process-visual {

        min-height: 300px;

    }


    .tt-tfn-process-visual img {

        max-width: 390px;

    }


    .tt-process-ring {

        width: 270px;

        height: 270px;

    }


    .tt-tfn-process-content h2 {

        font-size: 34px;

        letter-spacing: -1px;

    }


    .tt-process-intro {

        font-size: 15px;

        margin-bottom: 30px;

    }


    .tt-process-step {

        grid-template-columns: 42px 1fr;

        column-gap: 14px;

        padding-bottom: 25px;

    }


    .tt-step-number {

        width: 42px;

        height: 42px;

        font-size: 11px;

    }


    .tt-step-line {

        left: 20px;

        top: 42px;

    }


    .tt-step-content h3 {

        font-size: 17px;

    }


    .tt-step-content p {

        font-size: 13px;

    }

}


/* ==========================================
   ACCESSIBILITY
========================================== */

@media (prefers-reduced-motion: reduce) {

    .tt-tfn-process-visual img,
    .tt-process-ring,
    .tt-process-dot {

        animation: none !important;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c038cd9 *//* ==========================================
   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 */