﻿/* ================================
   GENTEXT MIDDLE SECTION (STRIPE STYLE)
   ================================ */

/* Clean modern section */
.gtx-section-clean {
    background: #FFFFFF;
    padding: 60px 20px;
    max-width: 900px;
    margin: 60px auto;
    border-radius: 12px;
}

/* Main header */
.gtx-clean-h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 40px;
    color: #0A2540;
    margin-bottom: 20px;
    text-transform: lowercase;
}

/* Subheaders */
.gtx-clean-h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 26px;
    color: #1877F2;
    margin-top: 32px;
    margin-bottom: 10px;
}

.gtx-clean-h3a {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 26px;
    color: darkgrey;
    margin-top: 32px;
    margin-bottom: 10px;
}

/* Body text */
.gtx-clean-body {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.55;
    color: #3A3F4B;
    margin-bottom: 10px;
}

.gtx-clean-strong {
    font-weight: 700;
    color: #0A2540;
}

.gtx-h1 {
    text-align: center;
    margin-bottom: 20px;
}

h3 {
    margin: 0 0 6px 0 !important;
    padding: 0 !important;
}

.gtx-middle {
    background: #FFFFFF;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px 80px 20px;
}

.gtx-block {
    margin-bottom: 40px;
}

/* Headers */

/* fix heading cutoff */
.gtx-chat h1,
.gtx-chat .gtx-h1,
.gtx-chat h2 {
    padding-top: 20px !important;
    margin-top: 0 !important;
}
.gtx-h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 24px;
    letter-spacing: -0.4px;
    color: darkgray;
    text-transform: lowercase;
    margin-bottom: 20px;
    text-align: left;
}

.gtx-h2-blue {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 42px;
    letter-spacing: -0.4px;
    color: dodgerblue;
    text-transform: lowercase;
    margin-bottom: 20px;
    text-align: left;
}

.gtx-h2-black {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 42px;
    letter-spacing: -0.4px;
    color: black;
    text-transform: lowercase;
    margin-bottom: 20px;
    text-align: left;
}

.gtx-h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 32px;
    letter-spacing: -0.4px;
    color: black;
    text-transform: lowercase;
    margin-bottom: 10px;
}

.gtx-h3-proper {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 32px;
    letter-spacing: -0.4px;
    color: black;
    margin-bottom: 10px;
}

.gtx-h3-proper-alt {
    font-family: 'Inter', sans-serif !important;
    font-weight: 900 !important;
    font-size: 32px !important;
    letter-spacing: -0.4px !important;
    color: black !important;
    text-transform: none !important;
}

.gtx-bubble.gtx-block-out h3 {
    color: black !important;
}

.gtx-h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 26px;
    letter-spacing: -0.4px;
    color: black;
    text-transform: lowercase;
    margin-bottom: 10px;
}

.phone {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: -0.4px;
    color: black;
    text-transform: lowercase;
    margin-bottom: 20px;
    text-align: left;
}

.gtx-sub {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    color: #5A5F6D;
    margin-bottom: 25px;
}

.gtx-body {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.55;
    color: #1A1A1A;
    margin-bottom: 10px;
}

.gtx-strong {
    font-weight: 700;
    color: #3A3F4B;
}

/* Feature blocks */
.gtx-feature {
    margin-bottom: 40px;
}

    .gtx-feature h3 {
        font-family: 'Outfit', sans-serif;
        font-size: 26px;
        font-weight: 700;
        color: #3A3F4B;
        margin-bottom: 10px;
    }

    .gtx-feature p {
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        line-height: 1.55;
        color: #1A1A1A;
    }

/* Quote */
.gtx-quote {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #3A3F4B;
    border-left: 4px solid #3A3F4B;
    padding-left: 18px;
    margin-top: 40px;
    line-height: 1.4;
}

/* Footer */
.footer-contact {
    padding: 40px 0;
    font-family: "Inter", "Helvetica Neue", sans-serif;
    color: #1a3d7c;
}

    .footer-contact h3 {
        font-size: 1.6rem;
        margin-bottom: 20px;
        color: #1a3d7c;
        font-weight: 600;
    }

    .footer-contact a {
        color: #1a3d7c;
        text-decoration: none;
        font-weight: 500;
    }

    .footer-contact .phone {
        color: #1a3d7c;
        opacity: 0.85;
    }

.contact-line {
    margin-bottom: 0px;
}

/* ============================
   CLEAN, CONSOLIDATED CHAT BLOCK
   ============================ */

.gtx-chat {
    width: 100%;
    max-width: 900px;
    /* pull the whole section UP */
    margin: 80px auto 40px auto !important;
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 0 20px;
    position: relative;
    z-index: 10;
    max-height: calc(100vh - 260px);
    overflow-y: auto;
    overflow-x: hidden;
   }

    .gtx-chat::-webkit-scrollbar {
        width: 6px;
    }

    .gtx-chat::-webkit-scrollbar-track {
        background: transparent;
    }

    .gtx-chat::-webkit-scrollbar-thumb {
        background: #b8b8b8;
        border-radius: 10px;
    }

        .gtx-chat::-webkit-scrollbar-thumb:hover {
            background: #9a9a9a;
        }

/* Bubbles */
.gtx-bubble {
    padding: 22px 26px;
    border-radius: 20px;
    max-width: 75%;
    position: relative;
    box-shadow: 0 2px 5px gray;
    background: white;
    color: black;
}

    .gtx-bubble.gtx-block-center {
        align-self: flex-end;
    }

        .gtx-bubble.gtx-block-center::after {
            content: "";
            position: absolute;
            bottom: -12px;
            right: 40px;
            width: 22px;
            height: 22px;
            background: white;
            transform: rotate(45deg);
            border-bottom-right-radius: 6px;
        }

    /* Typography inside bubbles */
    .gtx-bubble h2,
    .gtx-bubble h3,
    .gtx-bubble p,
    .gtx-bubble blockquote {
        margin: 0 0 14px 0;
        color: inherit;
    }

    .gtx-bubble blockquote {
        font-style: italic;
        opacity: 0.9;
    }

/* ============================
   FIXED LEFT BOX
   ============================ */

.gtx-left-box {
    position: fixed;
    top: 160px;
    left: 20px;
    width: 240px;
    background: #FFFFFF;
    border: 1px solid #E0E4EA;
    border-radius: 12px;
    padding: 18px 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    font-family: 'Inter', sans-serif;
    z-index: 1;
}

.gtx-left-title {
    font-size: 20px;
    font-weight: 900;
    color: #0A2540;
    margin-bottom: 12px;
    text-transform: lowercase;
}

.gtx-left-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .gtx-left-list li {
        font-size: 16px;
        color: #3A3F4B;
        padding: 6px 0;
        border-bottom: 1px solid #F0F2F5;
    }

        .gtx-left-list li:hover {
            background: #F3F7FF;
            padding-left: 6px;
            transition: all 0.15s ease;
        }

        .gtx-left-list li:last-child {
            border-bottom: none;
        }

@media (max-width: 900px) {
    .gtx-left-box {
        display: none;
    }
}

/* ============================
   RIGHT TINCAN IMAGE
   ============================ */

.gtx-right-tincan {
    position: fixed;
    top: 160px;
    right: 20px;
    z-index: 1;
}

    .gtx-right-tincan img {
        height: 300px;
        width: auto;
        opacity: 0.95;
        pointer-events: none;
    }

@media (max-width: 900px) {
    .gtx-right-tincan {
        display: none;
    }
}

/* ============================
   RIGHT CONTACT BOX
   ============================ */

.gtx-right-contact {
    position: fixed;
    top: 160px;
    right: 20px;
    z-index: 1;
    background: #FFFFFF;
    border: 1px solid #E0E4EA;
    border-radius: 12px;
    padding: 18px 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    width: 240px;
}

.gtx-right-contact-inner {
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
    width: auto;
    font-family: 'Inter', sans-serif;
}

    .gtx-right-contact-inner .contact-line {
        margin: 6px 0;
    }

@media (max-width: 900px) {
    .gtx-right-contact {
        display: none;
    }
}

/* ============================
   SUBTEXT
   ============================ */

.gtx-subtext {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: darkslategrey;
    margin-top: 2px;
    margin-bottom: 20px;
    max-width: 520px;
    line-height: 1.32;
}

/* ============================
   MEDIA QUERIES (CLEANED)
   ============================ */

@media (max-width: 1500px) {
    .gtx-left-box {
        width: 180px;
    }

    .gtx-chat {
        margin-top: 150px !important; /* REQUIRED */
        margin-left: 200px;
        margin-right: 180px;
        max-width: 650px;
    }

    .bottom-banner {
        transform: scale(0.85);
        transform-origin: bottom left;
    }

    .trusted-by-fixed {
        font-size: 12px;
    }

    img[src*="phones-bg"] {
        height: 220px !important;
        top: 150px !important;
        opacity: 0.7;
    }

    .gtx-right-tincan {
        right: 10px;
        transform: scale(0.85);
    }
}

@media (max-width: 1350px) {
    .gtx-left-box {
        width: 150px;
    }

    .gtx-chat {
        margin-left: 170px;
        margin-right: 150px;
        max-width: 600px;
    }

    img[src*="phones-bg"] {
        height: 200px !important;
        top: 160px !important;
    }

    .gtx-right-tincan {
        transform: scale(0.75);
        right: 10px;
    }

    .bottom-banner {
        transform: scale(0.75);
    }
}

@media (max-width: 1200px) {
    .gtx-left-box {
        display: none;
    }

    .gtx-chat {
        margin-left: 40px;
        margin-right: 40px;
        max-width: 700px;
    }

    img[src*="phones-bg"] {
        height: 180px !important;
        top: 170px !important;
        opacity: 0.6;
    }

    .gtx-right-tincan {
        transform: scale(0.65);
        right: 5px;
    }

    .bottom-banner {
        transform: scale(0.70);
    }
}

@media (max-width: 1050px) {
    img[src*="phones-bg"] {
        height: 150px !important;
        top: 180px !important;
        opacity: 0.5;
    }

    .gtx-right-tincan {
        transform: scale(0.55);
        right: 0px;
    }

    .gtx-chat {
        margin-left: 20px;
        margin-right: 20px;
        max-width: 650px;
    }

    .bottom-banner {
        transform: scale(0.65);
    }
}


/* PULL THE CHAT SECTION UP — HARD OVERRIDE */
.gtx-chat {
    margin-top: 20px !important; /* was 150 → now WAY higher */
    padding-top: 0 !important;
}

    /* keep heading clean */
    .gtx-chat h1,
    .gtx-chat .gtx-h1 {
        padding-top: 15px !important;
        margin-top: 0 !important;
    }

/* FIX RIGHT-SIDE CROWDING */
.gtx-chat {
    padding-right: 40px !important; /* adds breathing room */
}

    /* keep heading clean */
    .gtx-chat h1,
    .gtx-chat .gtx-h1 {
        padding-right: 10px !important;
    }


html, body {
    height: 100%;
    overflow: hidden !important; /* removes the page scrollbar */
}