           /* --- Google Font for a modern look --- */
           @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

        html,
            body {
                overflow-x: hidden;
                font-family: 'Inter', sans-serif;
            }


        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: 'Inter', sans-serif;
            font-weight: 700;
        }
        /* --- Main Header Container --- */
        .tmp_mails-header-wrapper {
            position: sticky;
            top: 0;
            width: 100%;
            z-index: 1050; /* Ensures header stays on top of other content */
            background-color: #ffffff;
            /* Permanent Box Shadow for a "floating" effect */
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        }


        /* --- Navbar Styling --- */
        .tmp_mails-navbar {
            padding: 1rem 0;
        }

			.itcx-cm-wrap {
				display: none !important;
		}

        /* --- Logo Styling --- */
        .tmp_mails-logo-img {
            max-height: 36px; /* Adjust size as needed */
            width: auto;
        }

        /* --- Navigation Links --- */
        .tmp_mails-nav-link {
            color: #212529;
            font-weight: 500;
            font-size: 0.95rem;
            padding: 0.5rem 1rem !important;
            margin: 0 0.25rem;
            border-radius: 5px;
            transition: all 0.2s ease-in-out;
            position: relative;
        }

        .tmp_mails-nav-link:hover {
            color: #4361ee;
            background-color: #f8f9fa;
        }

        .tmp_mails-nav-link.active {
            color: #4361ee;
            font-weight: 600;
        }

        /* --- CTA Button --- */
        .tmp_mails-cta-button {
            background-color: #4361ee;
            color: #ffffff;
            font-weight: 600;
            font-size: 0.9rem;
            padding: 0.6rem 1.5rem;
            border-radius: 50px; /* Pill shape */
            border: 2px solid #4361ee;
            transition: all 0.2s ease-in-out;
            text-decoration: none;
            display: inline-block;
        }

        .tmp_mails-cta-button:hover {
            background-color: #3f37c9;
            border-color: #3f37c9;
            color: #ffffff;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(67, 97, 238, 0.3);
        }

        /* --- Mobile & Tablet Adjustments --- */
        @media (max-width: 991.98px) {
            .tmp_mails-navbar .navbar-collapse {
                border-top: 1px solid #e9ecef;
                margin-top: 1rem;
                padding-top: 1rem;
            }
            .tmp_mails-nav-item {
                margin: 0.25rem 0;
            }
            .tmp_mails-cta-button-container {
                margin-top: 1rem;
                text-align: center;
            }

            /* --- NEW: Logo size constraint for mobile --- */
            .tmp_mails-logo-img {
                max-width: 200px; /* Ensures logo is not wider than 250px on smaller screens */
                height: auto; /* Allows height to adjust proportionally */
            }
        }

        /* --- General Section Styles --- */
        .tmp-mail-content-section {
            padding: 100px 0;
        }
        .tmp-mail-content-section-light {
            background-color: #f8fafc;
        }
        .tmp-mail-section-heading {
            font-size: 2.5rem;
            font-weight: 800;
            margin-bottom: 1rem;
            color: #1e293b;
            line-height: 1.2;
        }
        .tmp-mail-section-subheading {
            font-size: 1.2rem;
            color: #64748b;
            max-width: 700px;
            margin: 0 auto 3rem auto;
            font-weight: 400;
        }

        /* --- Hero Section --- */
        #hero {
            padding: 120px 0;
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
            color: #ffffff;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        #hero .tmp-mail-section-heading {
            font-size: 3.5rem;
            font-weight: 900;
            color: #ffffff;
            margin-bottom: 1.5rem;
            text-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        #hero .tmp-mail-section-subheading {
            font-size: 1.25rem;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 2.5rem;
            font-weight: 500;
        }
        .tmp-mail-hero-cta {
            padding: 16px 42px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 50px;
            background-color: #ffffff;
            color: #10b981;
            border: none;
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }
        .tmp-mail-hero-cta:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 35px rgba(0,0,0,0.2);
            color: #10b981;
        }
        .tmp-mail-hero-features {
            margin-top: 4rem;
        }
        .tmp-mail-hero-feature-item {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            font-size: 1rem;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.95);
            margin-bottom: 1rem;
        }
        .tmp-mail-hero-feature-item i {
            font-size: 1.5rem;
            color: #fbbf24;
        }

        /* --- How It Works Section --- */
        .tmp-mail-how-it-works-step {
            background-color: #ffffff;
            border-radius: 16px;
            padding: 2rem;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
            margin-bottom: 1.5rem;
            transition: transform 0.3s ease;
            height: 100%;
            border-left: 4px solid #10b981;
        }
        .tmp-mail-how-it-works-step:hover {
            transform: translateY(-5px);
        }
        .tmp-mail-step-number {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
            color: #ffffff;
            border-radius: 50%;
            font-weight: 700;
            margin-bottom: 1rem;
        }
        .tmp-mail-how-it-works-title {
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #1e293b!important;
        }
        .tmp-mail-how-it-works-description {
            font-size: 1.05rem;
            color: #64748b;
            margin-bottom: 0;
        }

       /* --- Core Features Section (Alternating Layout) --- */
    .tmp-mail-feature-box {
        display: flex;
        align-items: center;
        margin-bottom: 5rem;
        background-color: #ffffff;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        border: 1px solid #e2e8f0;
    }
    .tmp-mail-feature-box:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
    }
    .tmp-mail-feature-image {
        flex: 1;
        min-height: 350px;
    }
    .tmp-mail-feature-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .tmp-mail-feature-text {
        flex: 1;
        padding: 3rem;
    }
    .tmp-mail-feature-title {
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 1rem;
        color: #1e293b!important;
    }
    .tmp-mail-feature-description {
        font-size: 1.05rem;
        color: #64748b;
        margin-bottom: 0;
    }
    .tmp-mail-features-cta {
        text-align: center;
        margin-top: 3rem;
    }
    .tmp-mail-features-btn {
        padding: 14px 32px;
        font-size: 1.1rem;
        font-weight: 600;
        border-radius: 50px;
        background: linear-gradient(135deg, #10b981 0%, #059669 100%);
        color: #ffffff;
        border: none;
        box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
        transition: all 0.3s ease;
        text-decoration: none;
        display: inline-block;
    }
    .tmp-mail-features-btn:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(16, 185, 129, 0.4);
        color: #ffffff;
    }
        /* --- Why Use Section --- */
        .tmp-mail-why-use-card {
            background-color: #ffffff;
            padding: 2.5rem 2rem;
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            text-align: center;
            border-top: 4px solid transparent;
            border-image: linear-gradient(90deg, #10b981, #059669) 1;
        }
        .tmp-mail-why-use-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        }
        .tmp-mail-why-use-icon {
            font-size: 3.5rem;
            margin-bottom: 1.5rem;
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .tmp-mail-why-use-title {
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #1e293b;
        }

        /* --- Who Is It For Section --- */
        .tmp-mail-persona-card {
            background-color: #ffffff;
            padding: 2.5rem 2rem;
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            text-align: center;
            border: 1px solid #e2e8f0;
        }
        .tmp-mail-persona-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            border-color: #cbd5e1;
        }
        .tmp-mail-persona-icon {
            font-size: 3rem;
            color: #10b981;
            margin-bottom: 1.5rem;
        }
        .tmp-mail-persona-title {
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #1e293b;
        }

        /* --- Testimonials Section --- */
        .tmp-mail-testimonial-card {
            background-color: #ffffff;
            padding: 2.5rem;
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
            margin-bottom: 1.5rem;
            height: 100%;
            position: relative;
            border: 1px solid #e2e8f0;
        }
        .tmp-mail-testimonial-card::before {
            content: '"';
            position: absolute;
            top: 10px;
            left: 20px;
            font-size: 5rem;
            color: #e2e8f0;
            font-family: Georgia, serif;
            line-height: 1;
        }
        .tmp-mail-testimonial-text {
            font-style: normal;
            color: #475569;
            margin-bottom: 1.5rem;
            font-size: 1.05rem;
            position: relative;
            z-index: 1;
        }
        .tmp-mail-testimonial-rating {
            color: #fbbf24;
            margin-bottom: 1.5rem;
        }
        .tmp-mail-testimonial-author {
            display: flex;
            align-items: center;
        }
        .tmp-mail-testimonial-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-right: 1rem;
            object-fit: cover;
            border: 2px solid #e2e8f0;
        }
        .tmp-mail-testimonial-name {
            font-weight: 700;
            margin-bottom: 0;
            color: #1e293b;
        }
        .tmp-mail-testimonial-role {
            font-size: 0.9rem;
            color: #64748b;
            margin-bottom: 0;
        }

        /* --- FAQ Section --- */
        .tmp-mail-accordion-item {
            border: none;
            margin-bottom: 1rem;
            border-radius: 12px !important;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
            overflow: hidden;
            border: 1px solid #e2e8f0;
        }
        .tmp-mail-accordion-button {
            background-color: #ffffff;
            color: #334155;
            font-weight: 600;
            font-size: 1.1rem;
            padding: 1.5rem;
            border: none;
            transition: all 0.3s ease;
        }
        .tmp-mail-accordion-button:not(.collapsed) {
            color: #10b981;
            background-color: #ffffff;
            box-shadow: none;
        }
        .tmp-mail-accordion-button:focus {
            box-shadow: none;
            border-color: transparent;
        }
        .tmp-mail-accordion-button::after {
            background-image: none;
            content: '+';
            font-size: 2rem;
            font-weight: 300;
            color: #94a3b8;
            transition: transform 0.3s ease, color 0.3s ease;
        }
        .tmp-mail-accordion-button:not(.collapsed)::after {
            content: '−';
            color: #10b981;
            transform: rotate(180deg);
        }
        .tmp-mail-accordion-body {
            padding: 0 1.5rem 1.5rem 1.5rem;
            color: #475569;
            font-size: 1.05rem;
        }

        /* --- Mobile Responsive Adjustments --- */
        @media (max-width: 767px) {
            #hero .tmp-mail-section-heading {
                font-size: 2.5rem;
            }
            .tmp-mail-section-heading {
                font-size: 2rem;
            }
            .tmp-mail-content-section {
                padding: 60px 0;
            }
            .tmp-mail-feature-box {
            display: block; /* Stack the elements vertically */
            margin-bottom: 3rem;
            }
            .tmp-mail-feature-image {
                width: 100%; /* Ensure the image container takes full width */
                height: 250px; /* Set a consistent height for mobile images */
                min-height: unset; /* Override the desktop min-height */
            }
            .tmp-mail-feature-text {
                padding: 2rem; /* Adjust padding for better mobile spacing */
            }

            }

        /* --- Footer Styles --- */
    #tmp-mail-footer {
        background-color: #1e293b;
        color: #cbd5e1;
        padding: 80px 0 0 0;
        font-family: 'Inter', sans-serif;
    }

    .tmp-mail-footer-branding {
        font-size: 1.8rem;
        font-weight: 800;
        color: #ffffff;
        margin-bottom: 1.5rem;
    }

    .tmp-mail-footer-description {
        color: #94a3b8;
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 0;
    }

    .tmp-mail-footer-heading {
        font-size: 1.1rem;
        font-weight: 700;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 1.5rem;
        letter-spacing: 0.5px;
    }

    .tmp-mail-footer-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .tmp-mail-footer-links li {
        margin-bottom: 0.75rem;
    }

    .tmp-mail-footer-links a {
        color: #94a3b8;
        text-decoration: none;
        font-weight: 500;
        transition: color 0.3s ease;
    }

    .tmp-mail-footer-links a:hover {
        color: #667eea;
    }

    /* --- Connect Column Styles --- */
    .tmp-mail-footer-social-links {
        margin-bottom: 1.5rem;
    }

    .tmp-mail-footer-social-links a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: rgba(255, 255, 255, 0.1);
        color: #cbd5e1;
        border-radius: 50%;
        margin-right: 10px;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .tmp-mail-footer-social-links a:hover {
        background-color: #667eea;
        color: #ffffff;
        transform: translateY(-3px);
    }

    .tmp-mail-footer-email-link {
        display: inline-flex;
        align-items: center;
        color: #94a3b8;
        font-size: 1rem;
        font-weight: 500;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .tmp-mail-footer-email-link i {
        margin-right: 10px;
        font-size: 1.2rem;
    }

    .tmp-mail-footer-email-link:hover {
        color: #667eea;
    }

    /* --- Footer Bottom Bar --- */
    .tmp-mail-footer-bottom {
        background-color: #0f172a;
        padding: 20px 0;
        margin-top: 60px;
        border-top: 1px solid #334155;
    }

    .tmp-mail-footer-copyright {
        margin: 0;
        font-size: 0.9rem;
        color: #64748b;
        text-align: center;
    }

    /* --- Mobile Responsiveness --- */
    @media (max-width: 767px) {
        #tmp-mail-footer {
            padding: 60px 0 0 0;
        }
    }