        @media only screen and (max-width: 768px) {

            .banner-img,
            .accelerate-sales {
                display: none !important;
            }
        }


        .real .banner .banner-img {
            border-top: none !important;
            border-bottom: none !important;
        }

        /* Inline Button Styling */
        .tq_inline_cta {
            display: inline-flex;
            align-items: center;
            background-color: #2563eb;
            color: #ffffff !important;
            padding: 4px 14px;
            margin-left: 8px;
            border-radius: 4px;
            text-decoration: none !important;
            font-weight: 700;
            font-size: 14px;
            vertical-align: middle;
            white-space: nowrap;
            transition: 0.3s;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .tq_inline_cta:hover {
            background-color: #1e40af;
            transform: translateY(-1px);
        }

        @media only screen and (min-width: 998px) {
            .first-section {
                padding: 1rem 12.5rem 0.5rem !important;
            }

            .realestopnew {
                padding: 3% !important;

            }

        }

        .realestopnew {
            margin-top: 2% !important;
        }

        /* Modal Overlay */
        .tq_modal_overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            z-index: 999999 !important;
            /* Ensure it's above everything */
            justify-content: center;
            align-items: center;
        }

        .toggle-section {
            padding: 0 16.5rem 2rem !important;
        }

        .realest {
            padding-top: 1% !important;
        }



        @media(max-width:768px) {
            .toggle-section {
                padding: 0 0rem 5rem !important;
            }

            .realest {
                font-siZe: 30px !important;
            }

            .main-logo {
                padding: 0px 0px 0px 15px;
            }
        }


        /* Modal Content Box */
        .tq_modal_content {
            background: #fff;
            width: 90%;
            max-width: 380px;
            padding: 30px;
            border-radius: 12px;
            position: relative;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
        }

        .accelerate-sales {
            top: 15% !important;
        }

        .tq_close_x {
            position: absolute;
            right: 15px;
            top: 10px;
            font-size: 28px;
            cursor: pointer;
            color: #999;
        }

        .tq_field {
            width: 100%;
            padding: 12px;
            margin-bottom: 12px;
            border: 1px solid #ddd;
            border-radius: 6px;
            box-sizing: border-box;
            font-size: 15px;
        }

        .tq_submit_btn {
            width: 100%;
            background: #2563eb;
            color: #fff;
            border: none;
            padding: 14px;
            border-radius: 6px;
            font-weight: bold;
            cursor: pointer;
            font-size: 16px;
        }

        /* This makes links blue and underlined when they are inside your blog/text sections */
        .home-blog a {
            color: #0056b3;
            /* Professional Blue */

            font-weight: 600;
        }


        .home-blog a:hover {
            color: #003d7a;
            /* Darker blue on hover */
        }

        @media only screen and (min-width: 998px) {
            .first-section {
                padding: 2rem 12.5rem 0.5rem;
            }
        }

        /* Specific style for links in the Dark Hero section to make them visible */
        .newh a {
            color: #60a5fa !important;
            /* Lighter blue for dark background */
            text-decoration: none;
        }

        .real .banner .banner-img,
        .real .banner2 .banner-img {
            margin-top: 146px !important;



        }



        /* Container - clips the logos so they don't overflow the page */
        .brand-section {
            width: 100%;
            overflow: hidden;
            padding: 8px 0;
            background: #fff;
            position: relative;
        }

        /* The Track - This moves horizontally */
        .brand-grid {
            display: flex !important;
            /* Force Flexbox */
            flex-direction: row !important;
            /* Force Horizontal */
            flex-wrap: nowrap !important;
            /* Prevent Stacking/Wrapping */
            width: max-content;
            /* Container expands to fit all logos in a row */
            animation: scrollMarquee 40s linear infinite;
            /* Adjust speed here (40s) */
        }

        /* Pause on hover */
        .brand-section:hover .brand-grid {
            animation-play-state: paused;
        }

        /* Individual Logo styling */
        .each-brand {
            width: 180px;
            /* Adjust width of each logo space */
            padding: 0 30px;
            flex-shrink: 0;
            /* Prevents logos from squishing */
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .each-brand img {
            max-width: 180px;
            /* Max size of logo */
            height: auto;
            transition: transform 0.3s ease;
        }

        .each-brand img:hover {
            transform: scale(1.1);
        }

        @keyframes scrollMarquee {
            0% {
                transform: translateX(0);
            }

            100% {
                
                transform: translateX(-50%);
            }
        }

        /* Mobile speed adjustment */
        @media (max-width: 768px) {
            .brand-grid {
                animation: scrollMarquee 20s linear infinite;
            }

            .each-brand {
                width: 160px;
                padding: 0 15px;
            }
        }



.crm-banner {
    position: relative;
    width: 100%;
    min-height: 450px;
    background: url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10%;
    overflow: hidden;
}

.crm-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 100%);
}

.crm-banner .content-card {
    position: relative;
    z-index: 1;
    max-width: 600px;
    color: #fff;
    padding: 40px;
    border-left: 4px solid #007bff;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    margin-top: 41px;
}

.crm-banner h1 {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
}

.crm-banner h1 span {
    color: #007bff;
}

.crm-banner p {
    font-size: 1.25rem;
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 1.5;
    color: white;
}

.crm-banner .cta-button {
    background: #007bff;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
}

.crm-banner .cta-button:hover {
    background: #0056b3; /* Optional hover effect */
}
        /* Container & Background */
            .contact-section-new {
                position: relative;
                padding: 80px 5%;
                background-color: #f8fbff; /* Very light blue tint */
                min-height: 800px;
                display: flex;
                justify-content: center;
                overflow: hidden;
                font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
            }
            @media (max-width: 767px) {
                .contact-section-new {
   
                padding: 10px 5% !important;
                }
                .left-col{
                    padding-top: 0px !important;
                }
                h1 {
    padding: 4px 0rem !important;
}
.sub-text {
    margin-bottom: 10px !important;
}
.sales-card {
    padding: 16px !important;
}
.contact-grid {
    gap: 25px !important;
}
            }

            /* Simulated geometric background lines from image */
            .bg-pattern-overlay {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                background-image: url("./images/contactuspng.webp");
                opacity: 1;
                pointer-events: none;
            }

            .contact-grid {
                position: relative;
                z-index: 1;
                max-width: 1200px;
                width: 100%;
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 40px;
                align-items: start;
            }

            /* Left Column Styling */
            .left-col {
                padding-top: 50px;
            }

            .main-heading {
                font-size: 3.5rem;
                font-weight: 700;
                color: #000;
                margin-bottom: 25px;
            }

            .sub-text {
                font-size: 1.1rem;
                color: #333;
                max-width: 450px;
                margin-bottom: 60px;
            }

            .support-icon-wrap {
                margin-bottom: 20px;
            }

            .support-title {
                font-size: 1.5rem;
                font-weight: 700;
                margin-bottom: 10px;
                color: black !important;
            }

            .support-desc {
                font-size: 1rem;
                color: #555;
                margin-bottom: 25px;
                line-height: 1.6;
            }

            .btn-black {
                display: inline-block;
                background: #000;
                color: #fff;
                padding: 6px 12px;
                text-decoration: none;
                border-radius: 6px;
                font-weight: 600;
                transition: 0.3s;
            }

            /* Sales Card Styling */
            .right-col {
                display: flex;
                justify-content: flex-end;
            }

            .sales-card {
                background: #fff;
                width: 100%;
                max-width: 480px;
                padding: 45px;
                border-radius: 12px;
                box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
            }

            .sales-card-header {
                display: flex;
                align-items: center;
                gap: 12px;
                margin-bottom: 15px;
            }

            .sales-label {
                font-size: 1.6rem;
                font-weight: 700;
                color: #000;
            }

            .sales-subheading {
                font-size: 0.9rem;
                color: #444;
                margin-bottom: 30px;
            }

            /* Form Styling */
            .field-row {
                margin-bottom: 15px;
            }

            .field-row input,
            .field-row textarea {
                width: 100%;
                padding: 14px 18px;
                border: 1px solid #e2e8f0;
                border-radius: 6px;
                font-size: 14px;
                background: #fdfdfd;
                outline: none;
            }

            .field-row input::placeholder,
            .field-row textarea::placeholder {
                color: #a0aec0;
            }

            /* Phone Input with +91 box */
            .phone-row {
                display: flex;
                border: 1px solid #e2e8f0;
                border-radius: 6px;
                overflow: hidden;
            }

            .ccode {
                padding: 14px;
                background: #f7fafc;
                border-right: 1px solid #e2e8f0;
                color: #718096;
                font-size: 14px;
            }

            .phone-row input {
                border: none;
            }

            /* Blue Pill Button */
            .btn-blue-pill {
                width: 100%;
                background: #007bff;
                color: #fff;
                border: none;
                padding: 16px;
                border-radius: 50px; /* Pill shape */
                font-size: 1rem;
                font-weight: 600;
                cursor: pointer;
                transition: background 0.3s;
                margin-top: 10px;
            }

            .btn-blue-pill:hover {
                background: #0056d6;
            }

            /* Mobile Responsiveness */
            @media (max-width: 900px) {
                .contact-grid {
                    grid-template-columns: 1fr;
                    gap: 60px;
                }
                .left-col {
                    text-align: center;
                }
                .sub-text {
                    margin-left: auto;
                    margin-right: auto;
                }
                .right-col {
                    justify-content: center;
                }
            }
            h1 {
                padding: 30px 0rem;
            }

            .field-row.phone-row {
                display: flex;
                align-items: center;
                gap: 0;
            }
            .field-row.phone-row .ccode {
                flex-shrink: 0;
                /* Assuming existing styles for ccode, ensuring it fits */
            }
            .field-row.phone-row input {
                flex-grow: 1;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

            #send-otp-btn {
                background: #007bff;
                color: #fff;
                border: 1px solid #007bff;
                padding: 0 15px;
                height: 100%; /* Matches input height if input has specific height */
                min-height: 45px; /* Adjust based on your CSS */
                cursor: pointer;
                border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
                font-size: 14px;
                white-space: nowrap;
                transition: background 0.3s;
            }
            #send-otp-btn:hover {
                background: #0056b3;
            }
            #send-otp-btn:disabled {
                background: #ccc;
                border-color: #ccc;
                cursor: not-allowed;
            }

            /* OTP Input styling */
            #otp_row {
                display: none; /* Hidden by default */
                animation: fadeIn 0.5s;
            }
            @keyframes fadeIn {
                from {
                    opacity: 0;
                    transform: translateY(-10px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
