 /* ==========================================================================
           Modern CSS Reset & Hardcoded Variables
           ========================================================================== */
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        
        
        

        body.New_product_Page_card_body-bg {
            font-family: 'Inter', sans-serif;
            background-color: #f4f5f8;
            color: #111827;
            line-height: 1.5;
            -webkit-font-smoothing: antialiased;
        }

        .New_product_Page_card_container {
            max-width: 1360px;
            margin: 0 auto;
            padding: 0 1.5rem;
        }

        /* ==========================================================================
           Hero Section (Awsmd Style: Bold, Clean, Minimal)
           ========================================================================== */
        .New_product_Page_card_hero {
            background-color: #ffffff;
            padding: 5rem 0 4rem;
            border-bottom: 1px solid #e5e7eb;
            margin-bottom: 2.5rem;
            text-align: center;
        }

        .New_product_Page_card_hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: #eff6ff;
            color: #2563eb;
            padding: 0.5rem 1.25rem;
            border-radius: 999px;
            font-size: 0.875rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
        }

        .New_product_Page_card_hero h1 {
            font-size: 3.5rem;
            font-weight: 800;
            letter-spacing: -0.03em;
            margin-bottom: 1rem;
            color: #111827;
        }

        .New_product_Page_card_hero p {
            font-size: 1.25rem;
            color: #6b7280;
            max-width: 650px;
            margin: 0 auto;
        }

        /* ==========================================================================
           Layout Grid
           ========================================================================== */
        .New_product_Page_card_layout-grid {
            display: grid;
            grid-template-columns: 280px 1fr;
            gap: 2.5rem;
            padding-bottom: 5rem;
        }

        @media (max-width: 992px) {
            .New_product_Page_card_layout-grid {
                grid-template-columns: 1fr;
            }
        }

        /* ==========================================================================
           Sidebar Filters
           ========================================================================== */
        .New_product_Page_card_sidebar {
            background: #ffffff;
            padding: 2rem;
            border-radius: 24px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.02);
            position: sticky;
            top: 2rem;
            height: fit-content;
        }

        .New_product_Page_card_filter-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 2rem;
        }

        .New_product_Page_card_filter-header h3 {
            font-size: 1.25rem;
            font-weight: 700;
        }

        .New_product_Page_card_btn-reset {
            background: none;
            border: none;
            color: #2563eb;
            font-weight: 600;
            font-size: 0.875rem;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .New_product_Page_card_btn-reset:hover {
            color: #1d4ed8;
        }

        /* Search Input */
        .New_product_Page_card_search-wrapper {
            position: relative;
            margin-bottom: 2rem;
        }

        .New_product_Page_card_search-icon {
            position: absolute;
            left: 1.25rem;
            top: 50%;
            transform: translateY(-50%);
            color: #9ca3af;
        }

        .New_product_Page_card_search-input {
            width: 100%;
            padding: 1rem 1rem 1rem 3rem;
            border: 1px solid #e5e7eb;
            border-radius: 999px;
            font-size: 0.95rem;
            background: #f4f5f8;
            font-family: inherit;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            outline: none;
        }

        .New_product_Page_card_search-input:focus {
            background: #ffffff;
            border-color: #2563eb;
            box-shadow: 0 0 0 4px #eff6ff;
        }

        /* Filter Groups */
        .New_product_Page_card_filter-group {
            margin-bottom: 2rem;
        }

        .New_product_Page_card_filter-title-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1rem;
        }

        .New_product_Page_card_filter-title {
            font-weight: 700;
            font-size: 0.875rem;
            color: #111827;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .New_product_Page_card_btn-clear-oem {
            font-size: 0.75rem;
            color: #6b7280;
            background: none;
            border: none;
            cursor: pointer;
            display: none;
        }
        .New_product_Page_card_btn-clear-oem:hover { color: #111827; }

        /* Select Dropdowns */
        .New_product_Page_card_filter-select {
            width: 100%;
            padding: 0.875rem 1.25rem;
            border: 1px solid #e5e7eb;
            border-radius: 16px;
            background-color: #ffffff;
            font-size: 0.95rem;
            color: #111827;
            outline: none;
            cursor: pointer;
            appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 1rem center;
            background-size: 1.2em;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            font-family: inherit;
        }

        .New_product_Page_card_filter-select:focus {
            border-color: #2563eb;
            box-shadow: 0 0 0 4px #eff6ff;
        }

        /* OEM Grid */
        .New_product_Page_card_oem-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 0.75rem;
        }

        .New_product_Page_card_xt-oem-btn {
            background: #ffffff;
            border: 1px solid #e5e7eb;
            border-radius: 16px;
            padding: 0.75rem;
            height: 64px;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .New_product_Page_card_xt-oem-btn img {
            max-width: 80%;
            max-height: 80%;
            object-fit: contain;
            filter: grayscale(100%);
            opacity: 0.5;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .New_product_Page_card_xt-oem-btn:hover {
            border-color: #9ca3af;
            transform: translateY(-2px);
        }

        .New_product_Page_card_xt-oem-btn:hover img {
            filter: grayscale(0%);
            opacity: 0.8;
        }

        .New_product_Page_card_xt-oem-btn.New_product_Page_card_active {
            border-color: #2563eb;
            background: #eff6ff;
        }

        .New_product_Page_card_xt-oem-btn.New_product_Page_card_active img {
            filter: grayscale(0%);
            opacity: 1;
        }

        /* ==========================================================================
           Product Area
           ========================================================================== */
        .New_product_Page_card_content-area {
            flex: 1;
        }

        .New_product_Page_card_products-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 2rem;
        }

        .New_product_Page_card_products-title {
            font-size: 1.75rem;
            font-weight: 800;
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .New_product_Page_card_results-badge {
            background: #2563eb;
            color: white;
            padding: 0.25rem 0.75rem;
            border-radius: 999px;
            font-size: 1rem;
            font-weight: 600;
        }

        .New_product_Page_card_view-toggles {
            display: flex;
            gap: 0.5rem;
            background: #ffffff;
            padding: 0.25rem;
            border-radius: 16px;
            border: 1px solid #e5e7eb;
        }

        .New_product_Page_card_toggle-btn {
            width: 40px;
            height: 40px;
            border: none;
            background: transparent;
            border-radius: 8px;
            cursor: pointer;
            color: #9ca3af;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .New_product_Page_card_toggle-btn:hover { color: #111827; }
        .New_product_Page_card_toggle-btn.New_product_Page_card_active {
            background: #f4f5f8;
            color: #111827;
            box-shadow: 0 2px 4px rgba(0,0,0,0.02);
        }

        /* Product Cards */
        .New_product_Page_card_card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 2rem;
        }

        .New_product_Page_card_card-grid.New_product_Page_card_list-view {
            grid-template-columns: 1fr;
        }

        .New_product_Page_card {
            background: #ffffff;
            border-radius: 24px;
            overflow: hidden;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
            display: flex;
            flex-direction: column;
            border: 1px solid transparent;
            box-shadow: 0 2px 4px rgba(0,0,0,0.02);
        }

        .New_product_Page_card_card-grid.New_product_Page_card_list-view .New_product_Page_card {
            flex-direction: row;
            align-items: center;
        }

        .New_product_Page_card:hover {
            transform: translateY(-8px);
            box-shadow: 0 10px 25px -5px rgba(0,0,0,0.05), 0 8px 10px -6px rgba(0,0,0,0.01);
            border-color: #eff6ff;
        }

        .New_product_Page_card_img-wrapper {
            position: relative;
            background: #f8fafc;
            height: 260px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2rem;
            overflow: hidden;
        }

        .New_product_Page_card_card-grid.New_product_Page_card_list-view .New_product_Page_card_img-wrapper {
            width: 300px;
            height: 220px;
            flex-shrink: 0;
            border-right: 1px solid #f4f5f8;
        }

        .New_product_Page_card_img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            mix-blend-mode: multiply;
            transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .New_product_Page_card:hover .New_product_Page_card_img {
            transform: scale(1.1);
        }

        /* Pill Tags */
        .New_product_Page_card_badge-top {
            position: absolute;
            top: 1.25rem;
            left: 1.25rem;
            padding: 0.4rem 1rem;
            border-radius: 999px;
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            z-index: 2;
        }

        .New_product_Page_card_badge-oscillator { background: #e0e7ff; color: #4338ca; }
        .New_product_Page_card_badge-atomic { background: #dbeafe; color: #1e40af; }
        .New_product_Page_card_badge-server { background: #f3e8ff; color: #6b21a8; }
        .New_product_Page_card_badge-analyzer { background: #ffedd5; color: #c2410c; }
        .New_product_Page_card_badge-simulator { background: #e0f2fe; color: #0369a1; }
        .New_product_Page_card_badge-security { background: #ccfbf1; color: #0f766e; }
        .New_product_Page_card_badge-instrumentation { background: #f1f5f9; color: #475569; }
        .New_product_Page_card_badge-generator { background: #fef08a; color: #854d0e; }
        .New_product_Page_card_badge-pulser { background: #fee2e2; color: #b91c1c; }

        .New_product_Page_card_content {
            padding: 1.75rem;
            display: flex;
            flex-direction: column;
            flex: 1;
        }

        .New_product_Page_card_model-code {
            font-family: 'JetBrains Mono', monospace;
            font-size: 0.8rem;
            color: #6b7280;
            margin-bottom: 0.5rem;
            display: block;
        }

        .New_product_Page_card_title {
            font-size: 1.25rem;
            font-weight: 700;
            color: #111827;
            margin-bottom: 0.5rem;
            line-height: 1.4;
        }

        .New_product_Page_card_desc {
            font-size: 0.95rem;
            color: #6b7280;
            margin-bottom: 1.5rem;
            flex-grow: 1;
            line-height: 1.6;
        }

        .New_product_Page_card_mini-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            margin-bottom: 1.5rem;
        }

        .New_product_Page_card_mini-tag {
            background: #f4f5f8;
            color: #6b7280;
            padding: 0.35rem 0.75rem;
            border-radius: 999px;
            font-size: 0.75rem;
            font-weight: 600;
        }

        .New_product_Page_card_btn-action {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            width: 100%;
            padding: 0.85rem;
            background: #eff6ff;
            color: #2563eb;
            border-radius: 999px;
            font-size: 0.95rem;
            font-weight: 700;
            text-decoration: none !important;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            border: 1px solid #bfdbfe;
            pointer-events: none; /* Let the card handle the click */
        }

        .New_product_Page_card_btn-action i {
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .New_product_Page_card:hover .New_product_Page_card_btn-action {
            background: #2563eb;
            border-color: #2563eb;
            color: white;
            box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3);
        }

        .New_product_Page_card:hover .New_product_Page_card_btn-action i {
            color: white;
            transform: translateX(5px);
        }

        .New_product_Page_card_card-grid.New_product_Page_card_list-view .New_product_Page_card_btn-action {
            width: auto;
            padding: 0.85rem 2rem;
            margin-top: auto;
            align-self: flex-start;
        }

        .New_product_Page_card_hidden { display: none !important; }

        /* Empty State */
        .New_product_Page_card_no-results {
            text-align: center;
            padding: 5rem 2rem;
            background: #ffffff;
            border-radius: 24px;
            border: 2px dashed #e5e7eb;
            grid-column: 1 / -1;
        }

        .New_product_Page_card_no-results i {
            font-size: 3rem;
            color: #9ca3af;
            margin-bottom: 1rem;
        }

        .New_product_Page_card_no-results h3 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }

        .New_product_Page_card_no-results p {
            color: #6b7280;
            margin-bottom: 1.5rem;
        }

        .New_product_Page_card_btn-clear-search {
            padding: 0.75rem 1.5rem;
            background: #eff6ff;
            color: #2563eb;
            border: none;
            border-radius: 999px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .New_product_Page_card_btn-clear-search:hover { background: #2563eb; color: white; }

        /* ==========================================================================
           Premium Modal
           ========================================================================== */
        .New_product_Page_card_modal-overlay {
            position: fixed;
            inset: 0;
            background: rgba(17, 24, 39, 0.6);
            backdrop-filter: blur(8px);
            z-index: 1000;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            pointer-events: none;
            visibility: hidden;
            transition: all 0.4s ease;
            padding: 1rem;
        }

        .New_product_Page_card_modal-overlay.New_product_Page_card_active {
            opacity: 1;
            pointer-events: auto;
            visibility: visible;
        }

        .New_product_Page_card_modal-content {
            background: #ffffff;
            width: 100%;
            max-width: 900px;
            border-radius: 24px;
            display: flex;
            overflow: hidden;
            box-shadow: 0 20px 40px -10px rgba(0,0,0,0.08);
            transform: scale(0.95) translateY(20px);
            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            position: relative;
            height: 597px;
        }

        .New_product_Page_card_modal-overlay.New_product_Page_card_active .New_product_Page_card_modal-content {
            transform: scale(1) translateY(0);
        }

        .New_product_Page_card_modal-close {
            position: absolute;
            top: 1.5rem;
            right: 1.5rem;
            background: #f4f5f8;
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
            color: #6b7280;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            z-index: 10;
        }

        .New_product_Page_card_modal-close:hover {
            background: #e5e7eb;
            color: #111827;
            transform: rotate(90deg);
        }

        .New_product_Page_card_modal-left {
            flex: 1;
            background: #f8fafc;
            padding: 4rem 3rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            border-right: 1px solid #e5e7eb;
        }

        .New_product_Page_card_modal-left img {
            max-height: 240px;
            margin-bottom: 2rem;
            filter: drop-shadow(0 20px 30px rgba(0,0,0,0.08));
        }

        .New_product_Page_card_modal-left h3 {
            font-size: 1.75rem;
            font-weight: 800;
            color: #111827;
            margin-bottom: 0.75rem;
            line-height: 1.2;
        }

        .New_product_Page_card_modal-left p { color: #6b7280; }

        .New_product_Page_card_modal-right {
            flex: 1.2;
            padding: 4rem 3rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .New_product_Page_card_modal-title {
            font-size: 1.75rem;
            font-weight: 800;
            margin-bottom: 0.5rem;
        }
        
        .New_product_Page_card_modal-subtitle {
            color: #6b7280;
            margin-bottom: 2.5rem;
        }

        .New_product_Page_card_form-group { margin-bottom: 1.5rem; }
        
        .New_product_Page_card_form-group label {
            display: block;
            font-size: 0.875rem;
            font-weight: 600;
            color: #111827;
            margin-bottom: 0.5rem;
        }

        .New_product_Page_card_form-group input {
            width: 100%;
            padding: 1rem 1.25rem;
            border: 2px solid transparent;
            background: #f4f5f8;
            border-radius: 16px;
            font-size: 1rem;
            font-family: inherit;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            outline: none;
        }

        .New_product_Page_card_form-group input:focus {
            background: #ffffff;
            border-color: #2563eb;
            box-shadow: 0 4px 12px #eff6ff;
        }

        .New_product_Page_card_btn-submit {
            width: 100%;
            padding: 1.125rem;
            background: #2563eb;
            color: white;
            border: none;
            border-radius: 999px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 0.75rem;
            margin-top: 1rem;
        }

        .New_product_Page_card_btn-submit:hover {
            background: #1d4ed8;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(99, 102, 241, 0.3);
            color: white !important;
        }
        
        .New_product_Page_card_btn-submit:disabled {
            background: #9ca3af;
            transform: none;
            box-shadow: none;
            cursor: not-allowed;
        }

        .New_product_Page_card_spinner {
            animation: spin 1s linear infinite;
            display: none;
        }

        @keyframes spin { 100% { transform: rotate(360deg); } }
        .New_product_Page_card_btn-submit.New_product_Page_card_loading .New_product_Page_card_spinner { display: inline-block; }
        .New_product_Page_card_btn-submit.New_product_Page_card_loading .New_product_Page_card_btn-text { display: none; }

        /* Success State */
        .New_product_Page_card_success-state {
            text-align: center;
            display: none;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 100%;
            animation: fadeIn 0.5s ease;
        }

        @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

        .New_product_Page_card_success-icon {
            font-size: 4.5rem;
            color: #10b981;
            margin-bottom: 1.5rem;
        }

        .New_product_Page_card_success-state h2 {
            font-size: 2rem;
            font-weight: 800;
            margin-bottom: 0.5rem;
        }

        .New_product_Page_card_success-state p {
            color: #6b7280;
            margin-bottom: 2.5rem;
            font-size: 1.1rem;
        }

        .New_product_Page_card_btn-download-final {
            display: inline-flex;
            align-items: center;
            gap: 0.75rem;
            background: #10b981;
            color: white;
            padding: 1.125rem 2rem;
            border-radius: 999px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            width: 100%;
            justify-content: center;
        }

        .New_product_Page_card_btn-download-final:hover {
            background: #059669;
            box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
            transform: translateY(-2px);
            color : white !important;
        }

        @media (max-width: 768px) {
            .New_product_Page_card_modal-content {
                flex-direction: column;
                max-height: 90vh;
                overflow-y: auto;
            }
            .New_product_Page_card_modal-left { padding: 3rem 2rem; border-right: none; border-bottom: 1px solid #e5e7eb; }
            .New_product_Page_card_modal-right { padding: 3rem 2rem; }
            .New_product_Page_card_modal-left img { max-height: 160px; }
        }
        
        
        
/* Line card dwn Design for product page CSS */
     /* Scoped Reset and Base Styles based on uploaded CSS */
           /* Scoped Reset and Base Styles based on uploaded CSS */
        .line_card_dwn_wrapper,
        .line_card_dwn_wrapper * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        }

        .line_card_dwn_container {
            width: 100%;
            padding: 60px 20px;
            background-color: transparent;
            display: flex;
            justify-content: center;
        }

        /* Main Card Layout - Premium SaaS Style */
        .line_card_dwn_wrapper {
            max-width: 1360px;
            width: 100%;
            background-color: #ffffff;
            border-radius: 32px; 
            box-shadow: 0 10px 40px -10px rgba(0,0,0,0.08);
            border: 1px solid #e5e7eb;
            display: flex;
            overflow: hidden;
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
            text-decoration: none;
        }

        /* Hover effect */
        .line_card_dwn_wrapper:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 50px -10px rgba(37, 99, 235, 0.12);
            border-color: #bfdbfe;
        }

        /* Visibility Class for JS Animation */
        .line_card_dwn_wrapper.line_card_dwn_visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        .line_card_dwn_wrapper.line_card_dwn_visible:hover {
            transform: translateY(-8px);
        }

        /* Left Visual Area (Blue/Light Theme with Grid) */
        .line_card_dwn_visual {
            flex: 1 1 50%;
            background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 80px 40px;
            overflow: hidden;
            border-right: 1px solid #e5e7eb;
        }

        /* Tech Grid Pattern inside Visual Area */
        .line_card_dwn_visual::before {
            content: '';
            position: absolute; inset: 0;
            background-image: 
                linear-gradient(rgba(37, 99, 235, 0.05) 1px, transparent 1px),
                linear-gradient(90deg, rgba(37, 99, 235, 0.05) 1px, transparent 1px);
            background-size: 20px 20px;
            z-index: 0;
        }

        /* Subtle Glow/Glass behind Mockup */
        .line_card_dwn_glow {
            position: absolute;
            width: 320px;
            height: 320px;
            background: rgba(37, 99, 235, 0.2);
            filter: blur(60px);
            border-radius: 50%;
            z-index: 1;
        }

        /* Mockup 3D Container */
        .line_card_dwn_mockup_container {
            position: relative;
            width: 240px;
            height: 320px;
            perspective: 1200px;
            z-index: 2;
        }

        /* Floating Animation */
        @keyframes line_card_dwn_float {
            0%, 100% { transform: translateY(0) rotateY(-18deg) rotateX(12deg); }
            50% { transform: translateY(-12px) rotateY(-15deg) rotateX(16deg); }
        }

        .line_card_dwn_mockup_inner {
            width: 100%;
            height: 100%;
            position: relative;
            transform-style: preserve-3d;
            animation: line_card_dwn_float 6s ease-in-out infinite;
            transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        }

        /* Hover interaction pauses float and brings it forward */
        .line_card_dwn_wrapper:hover .line_card_dwn_mockup_inner {
            animation-play-state: paused;
            transform: rotateY(-8deg) rotateX(5deg) translateY(-15px) scale(1.05);
        }

        /* Stacked Back Page */
        .line_card_dwn_mockup_back {
            position: absolute;
            top: 15px;
            left: 20px;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.9);
            border-radius: 12px;
            box-shadow: 0 15px 35px rgba(37, 99, 235, 0.1);
            transform: translateZ(-30px);
            backdrop-filter: blur(5px);
            border: 1px solid #e5e7eb;
        }

        /* Main Front Page */
        .line_card_dwn_mockup_front {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #ffffff;
            border-radius: 12px;
            box-shadow: -15px 25px 45px rgba(0, 0, 0, 0.12), inset 0 0 0 1px rgba(255, 255, 255, 1);
            border: 1px solid #e5e7eb;
            padding: 24px;
            display: flex;
            flex-direction: column;
            gap: 16px;
            transform: translateZ(0);
            overflow: hidden;
        }

        /* Top Blue accent bar on the document */
        .line_card_dwn_mockup_front::before {
            content: ''; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: #2563eb;
        }

        /* Mockup Content Elements (Pure CSS) */
        .line_card_dwn_mockup_header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 8px;
        }

        .line_card_dwn_mockup_logo {
            width: 35px;
            height: 35px;
            background: #2563eb;
            border-radius: 8px;
            position: relative;
        }
        /* Little dot inside logo */
        .line_card_dwn_mockup_logo::after {
            content: ''; position: absolute; bottom: 6px; right: 6px; width: 6px; height: 6px; background: #fff; border-radius: 50%;
        }

        .line_card_dwn_mockup_pill {
            width: 50px;
            height: 14px;
            background: #eff6ff;
            border: 1px solid #bfdbfe;
            border-radius: 10px;
        }

        .line_card_dwn_mockup_title {
            width: 85%;
            height: 18px;
            background: #111827; 
            border-radius: 4px;
            margin-top: 10px;
        }

        .line_card_dwn_mockup_text {
            width: 100%;
            height: 8px;
            background: #f3f4f6;
            border-radius: 4px;
        }

        .line_card_dwn_mockup_text.line_card_dwn_short {
            width: 65%;
        }

        .line_card_dwn_mockup_image {
            width: 100%;
            flex: 1;
            background: #f8fafc;
            border-radius: 8px;
            margin-top: auto;
            position: relative;
            overflow: hidden;
            border: 1px dashed #cbd5e1;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        /* Abstract Graphic inside mockup image area */
        .line_card_dwn_mockup_image::after {
            content: '';
            width: 60%; height: 60%;
            border-radius: 50%;
            border: 4px solid #e2e8f0;
            border-top-color: #93c5fd;
            transform: rotate(45deg);
        }

        /* Right Content Area */
        .line_card_dwn_content {
            flex: 1 1 50%;
            padding: 60px 70px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background-color: #ffffff;
        }

        .line_card_dwn_title {
            color: #111827;
            font-size: 36px;
            font-weight: 800; 
            line-height: 1.15;
            letter-spacing: -0.03em;
            margin-bottom: 16px;
        }

        .line_card_dwn_desc {
            color: #6b7280;
            font-size: 18px;
            line-height: 1.6;
            margin-bottom: 36px;
        }

        /* Enhanced Premium CTA Area */
        .line_card_dwn_action_area {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        /* CTA Button (Standard Style) */
        .line_card_dwn_btn {
            align-self: flex-start;
            background-color: #2563eb;
            color: #ffffff;
            border: none;
            padding: 16px 36px;
            font-size: 16px;
            font-weight: 700;
            border-radius: 999px;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            display: inline-flex;
            align-items: center;
            gap: 12px;
            text-decoration: none;
            box-shadow: 0 4px 10px rgba(37, 99, 235, 0.2);
        }

        .line_card_dwn_btn::after {
            content: '↓';
            font-size: 18px;
            font-weight: bold;
            transition: transform 0.3s ease;
        }

        .line_card_dwn_wrapper:hover .line_card_dwn_btn,
        .line_card_dwn_btn:hover {
            background-color: #1d4ed8;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(37, 99, 235, 0.35);
            color : white !important;
        }

        .line_card_dwn_wrapper:hover .line_card_dwn_btn::after,
        .line_card_dwn_btn:hover::after {
            transform: translateY(4px);
        }

        /* Refined File Info Bar */
        .line_card_dwn_file_info {
            display: flex;
            align-items: center;
            gap: 16px;
            flex-wrap: wrap;
            background: #f8fafc;
            padding: 12px 20px;
            border-radius: 12px;
            border: 1px solid #e5e7eb;
            align-self: flex-start;
        }

        .line_card_dwn_info_item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            font-weight: 600;
            color: #6b7280;
        }

        .line_card_dwn_info_divider {
            width: 4px;
            height: 4px;
            background: #cbd5e1;
            border-radius: 50%;
        }

        .line_card_dwn_info_highlight {
            color: #2563eb;
            background: #eff6ff;
            padding: 4px 10px;
            border-radius: 6px;
            border: 1px solid #bfdbfe;
        }

        /* Pro Responsive Design Enhancements */
        @media (max-width: 960px) {
            .line_card_dwn_content {
                padding: 50px 40px;
            }
            .line_card_dwn_title {
                font-size: 30px;
            }
        }

        @media (max-width: 860px) {
            .line_card_dwn_wrapper {
                flex-direction: column;
                max-width: 540px;
            }
            .line_card_dwn_visual {
                padding: 60px 20px;
                border-right: none;
                border-bottom: 1px solid #e5e7eb;
            }
            .line_card_dwn_content {
                padding: 50px 40px;
                text-align: center;
                align-items: center;
            }
            .line_card_dwn_btn {
                align-self: center;
            }
            .line_card_dwn_file_info {
                align-self: center;
                justify-content: center;
            }
        }

        @media (max-width: 600px) {
            .line_card_dwn_container {
                padding: 40px 16px;
            }
            .line_card_dwn_wrapper {
                border-radius: 24px;
            }
            .line_card_dwn_visual {
                padding: 50px 20px;
            }
            .line_card_dwn_mockup_container {
                transform: scale(0.9);
            }
            .line_card_dwn_content {
                padding: 40px 24px;
            }
            .line_card_dwn_title {
                font-size: 26px;
                margin-bottom: 12px;
            }
            .line_card_dwn_desc {
                font-size: 16px;
                margin-bottom: 24px;
            }
            .line_card_dwn_btn {
                width: 100%;
                justify-content: center;
            }
            .line_card_dwn_file_info {
                width: 100%;
            }
        }
        
        
        
        
        
        
        
        
        
        

/* Line card Popup CSS */

    /* Scoped Reset and Base Styles */
    
    
#line_card_dwn_popup_email::placeholder {
  color: #9CA3AF;
  opacity: 1;
}

#line_card_dwn_popup_email:-ms-input-placeholder {
  color: #9CA3AF;
}

#line_card_dwn_popup_email::-ms-input-placeholder {
  color: #9CA3AF;
}
    
    
    
    
        .line_card_dwn_popup_overlay,
        .line_card_dwn_popup_overlay * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        }

        /* Overlay */
        .line_card_dwn_popup_overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(17, 24, 39, 0.6);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            opacity: 0;
            pointer-events: none;
            visibility: hidden;
            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .line_card_dwn_popup_overlay.line_card_dwn_popup_active {
            opacity: 1;
            pointer-events: auto;
            visibility: visible;
        }

        /* Modal Container */
        .line_card_dwn_popup_modal {
            background: #ffffff;
            width: 100%;
            max-width: 900px;
            border-radius: 24px;
            display: flex;
            overflow: hidden;
            box-shadow: 0 24px 50px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.05);
            transform: scale(0.95) translateY(20px);
            transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
            position: relative;
            height: 597px;
            
        }

        .line_card_dwn_popup_overlay.line_card_dwn_popup_active .line_card_dwn_popup_modal {
            transform: scale(1) translateY(0);
        }

        /* Close Button (Pure CSS) */
        .line_card_dwn_popup_close {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 40px;
            height: 40px;
            background: #f4f5f8;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            z-index: 10;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .line_card_dwn_popup_close::before,
        .line_card_dwn_popup_close::after {
            content: '';
            position: absolute;
            width: 16px;
            height: 2px;
            background-color: #6b7280;
            transition: background-color 0.3s;
        }

        .line_card_dwn_popup_close::before { transform: rotate(45deg); }
        .line_card_dwn_popup_close::after { transform: rotate(-45deg); }

        .line_card_dwn_popup_close:hover {
            background: #e5e7eb;
            transform: rotate(90deg);
        }

        .line_card_dwn_popup_close:hover::before,
        .line_card_dwn_popup_close:hover::after {
            background-color: #111827;
        }

        /* Left Visual Area (Premium Blue/Green Gradient matching "Line Pro" theme) */
        .line_card_dwn_popup_left {
            flex: 1;
            background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 60px 40px;
            overflow: hidden;
        }

        .line_card_dwn_popup_glow {
            position: absolute;
            width: 300px;
            height: 300px;
            background: rgba(255, 255, 255, 0.15);
            filter: blur(60px);
            border-radius: 50%;
            z-index: 1;
        }

        /* 3D Mockup (Reused & Scoped) */
        .line_card_dwn_popup_mockup {
            position: relative;
            width: 200px;
            height: 280px;
            perspective: 1200px;
            z-index: 2;
        }

        .line_card_dwn_popup_mockup_inner {
            width: 100%;
            height: 100%;
            position: relative;
            transform-style: preserve-3d;
            transform: rotateY(-15deg) rotateX(10deg);
            transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        }

        .line_card_dwn_popup_left:hover .line_card_dwn_popup_mockup_inner {
            transform: rotateY(-5deg) rotateX(5deg) translateY(-10px);
        }

        .line_card_dwn_popup_mockup_back {
            position: absolute;
            top: 15px;
            left: 20px;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 12px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
            transform: translateZ(-30px);
            backdrop-filter: blur(5px);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        .line_card_dwn_popup_mockup_front {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #ffffff;
            border-radius: 12px;
            box-shadow: -15px 25px 45px rgba(0, 0, 0, 0.25);
            padding: 20px;
            display: flex;
            flex-direction: column;
            gap: 12px;
            transform: translateZ(0);
        }

        .line_card_dwn_popup_mockup_logo { width: 30px; height: 30px; background: #2563eb; border-radius: 6px; }
        .line_card_dwn_popup_mockup_title { width: 80%; height: 12px; background: #111827; border-radius: 4px; opacity: 0.9; margin-top: 8px;}
        .line_card_dwn_popup_mockup_text { width: 100%; height: 6px; background: #e5e7eb; border-radius: 4px; }
        .line_card_dwn_popup_mockup_img { flex: 1; background: #f4f5f8; border-radius: 6px; margin-top: auto; border: 1px solid #e5e7eb;}

        /* Right Content Area */
        .line_card_dwn_popup_right {
            flex: 1.2;
            padding: 60px 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background-color: #ffffff;
            position: relative;
        }

        /* View States */
        .line_card_dwn_popup_view {
            display: none;
            flex-direction: column;
            animation: line_card_dwn_popup_fade_in 0.5s ease forwards;
        }

        .line_card_dwn_popup_view.line_card_dwn_popup_active {
            display: flex;
        }

        @keyframes line_card_dwn_popup_fade_in {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* Typography */
        .line_card_dwn_popup_title {
            color: #111827;
            font-size: 32px;
            font-weight: 800;
            line-height: 1.2;
            letter-spacing: -0.03em;
            margin-bottom: 12px;
        }

        .line_card_dwn_popup_desc {
            color: #6b7280;
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 32px;
        }

        /* Form Elements */
        .line_card_dwn_popup_form_group {
            margin-bottom: 20px;
            position: relative;
        }

        .line_card_dwn_popup_label {
            display: block;
            font-size: 14px;
            font-weight: 600;
            color: #111827;
            margin-bottom: 8px;
        }

        .line_card_dwn_popup_input {
            width: 100%;
            padding: 16px 20px;
            background: #f4f5f8;
            border: 2px solid transparent;
            border-radius: 16px;
            font-size: 16px;
            color: #111827;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            outline: none;
        }

        .line_card_dwn_popup_input:focus {
            background: #ffffff;
            border-color: #2563eb;
            box-shadow: 0 4px 12px #eff6ff;
        }

        .line_card_dwn_popup_input.line_card_dwn_popup_error_input {
            border-color: #ef4444;
            background: #fef2f2;
        }

        .line_card_dwn_popup_error_msg {
            color: #ef4444;
            font-size: 13px;
            margin-top: 6px;
            display: none;
            font-weight: 500;
        }

        /* Buttons */
        .line_card_dwn_popup_btn {
            width: 100%;
            padding: 18px;
            background: #2563eb;
            color: #ffffff;
            border: none;
            border-radius: 999px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            position: relative;
        }

        .line_card_dwn_popup_btn:hover:not(:disabled) {
            background: #1d4ed8;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
            color: white !important;
        }

        .line_card_dwn_popup_btn:disabled {
            background: #9ca3af;
            cursor: not-allowed;
            transform: none;
            box-shadow: none;
        }

        /* Loading Spinner (Pure CSS) */
        .line_card_dwn_popup_spinner {
            width: 20px;
            height: 20px;
            border: 3px solid rgba(255, 255, 255, 0.3);
            border-top-color: #ffffff;
            border-radius: 50%;
            animation: line_card_dwn_popup_spin 1s linear infinite;
            display: none;
        }

        @keyframes line_card_dwn_popup_spin {
            to { transform: rotate(360deg); }
        }

        .line_card_dwn_popup_btn.line_card_dwn_popup_loading .line_card_dwn_popup_spinner {
            display: block;
        }
        
        .line_card_dwn_popup_btn.line_card_dwn_popup_loading .line_card_dwn_popup_btn_text {
            display: none;
        }

        /* Success State Specifics */
        .line_card_dwn_popup_success_icon {
            width: 80px;
            height: 80px;
            background: #10b981;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
        }

        /* Pure CSS Checkmark */
        .line_card_dwn_popup_success_icon::after {
            content: '';
            width: 20px;
            height: 35px;
            border: solid white;
            border-width: 0 4px 4px 0;
            transform: rotate(45deg) translate(-2px, -4px);
        }

        .line_card_dwn_popup_btn_success {
            background: #10b981;
        }

        .line_card_dwn_popup_btn_success:hover {
            background: #059669;
            box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
        }

        .line_card_dwn_popup_btn_success::after {
            content: '↓';
            font-size: 20px;
            font-weight: bold;
            transition: transform 0.3s;
        }

        .line_card_dwn_popup_btn_success:hover::after {
            transform: translateY(3px);
        }

        /* Responsive Design */
        @media (max-width: 860px) {
            .line_card_dwn_popup_modal {
                flex-direction: column;
                max-width: 500px;
                max-height: 90vh;
                overflow-y: auto;
            }
            .line_card_dwn_popup_left {
                padding: 40px 20px;
            }
            .line_card_dwn_popup_mockup {
                width: 160px;
                height: 220px;
            }
            .line_card_dwn_popup_right {
                padding: 40px 30px;
                text-align: center;
            }
            .line_card_dwn_popup_title {
                font-size: 28px;
            }
            .line_card_dwn_popup_label {
                text-align: left;
            }
        }

        @media (max-width: 480px) {
            .line_card_dwn_popup_right {
                padding: 30px 20px;
            }
            .line_card_dwn_popup_title {
                font-size: 24px;
            }
        }














































.ck-content .image {
    display: block !important;
    clear: both;
    text-align: center;
    margin: 15px 0px !important;
  
}

.xtra-popup-overlay{
  position:fixed; inset:0;
  background:rgba(0,0,0,.55);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
}
.xtra-popup-card{
  background:#fff;
  width:420px;
  border-radius:16px;
  padding:20px;
  position:relative;
}
.xtra-popup-close{
  position:absolute; top:10px; right:14px;
  font-size:28px; cursor:pointer;
}
.xtra-popup-product{
  text-align:center;
  margin-bottom:20px;
}
.xtra-popup-product img{
  max-width:160px;
  margin-bottom:12px;
}
.xtra-popup-product h3{
  font-size:18px;
  color:#0b2c63;
}


































.breadcrumb__area{
display : none !important;
}

.card{
  border-radius: none !important;
}


.btn{
  border-radius: none !important;
  
}
.bb-product-quantity input[type=number] {
    -moz-appearance: textfield;
    background-color: none;
    min-width: 50px;
    padding: 0;
    text-align: center;
    background: none !important;
}

.input-group .btn {
    position: relative;
    z-index: 2;
    background: #dedede !important;
}
.input-group {
    position: relative;
    z-index: 2;
    background: none !important;
}



@media (max-width: 767px) {
.tgmenu__nav .logo img {
    max-height: 61px !important;
}
  
  .about_product_service_header_h1{
    font-size : 2rem;
    
  }
  .about_product_service_header_p{
    font-size : 12px;
    
  }
  
  .Home_about_text {
    font-size: 12px;
    
  }
  .Home_about_title{
    font-size : 2rem;
    
  }
  #Home_offer_title{
    font-size : 17px !important;
        text-align : left !important;
  }
  .Home_offer_text {
    font-size: 12px;
    text-align : justify;
    
  }
  
     .Home_offer_title {
        font-size: 2rem;
        margin-bottom: 1rem;
        line-height: 1.25;
        color: #ffffff;
        text-align: center !important;
    }
  
  .about_page_code-text-container h1 {
    font-size: 16px;
   
}
  .about_page_code-text-container p {
    font-size: 2rem;
 
}
  .xf-text
{
  font-size: 12px;
  }
  

  #Homefirstcard{
  background-color: white ;
  
}
  .xf-grid{
padding-top : 10px;
    padding-bottom : 10px;
  }
  .why-choose-list li {
   
    text-align: left;
}
  
}

.tgmobile__menu .offCanvas__side-info {
    border-top: unset;
    padding-top: 20px;
}

.tgmobile__menu {
width : 383px !important

}






















.fw-logo img {
    max-height: 118px !important;
}
.tgmenu__navbar-wrap>ul{
  
  margin-inline : auto !important;
  
}
.form-label {

    color: black !important;
}
.form-check-label{
  color : black;
}

.blog__post-content-two {
    padding: 30px;
    max-width: 815px !important;
}

.container {
    max-width: 1428px !important;
}

.footer-info-two .list-wrap li .content a {
  color : white ;
  font-weight : normal;
  
}

.footer__content-two>p{
  color : white ;
  font-weight : normal;
  
}
.footer-info-two .list-wrap li .icon{
  color : white ;

  
}

.widget-information .footer-info-two .list-wrap li .content{
  color : white ;
  font-weight : normal;
  
}

        
    
        /* Message Box for Feedback */
        #messageBox {
            font-size: 0.9rem;
            margin-top: 15px;
            font-weight: 600;
            min-height: 20px; /* To prevent layout shift */
        }

        .message-error {
            color: #dc3545;
        }

        .message-success {
            color: #28a745;
        }

 .hidden {
            display: none !important;
        }
        
        
        
        
        
        
        
        
        
        /* Contact form css */
        
        
          /* ==========================================================================
           Reset & Base Styles
           ========================================================================== */
        .xtragen_contact_us_body,
        .xtragen_contact_us_body * {
            box-sizing: border-box;

            padding: 0;
            font-family: 'Inter', system-ui, -apple-system, sans-serif;
        }

        .xtragen_contact_us_body {
            background-color: #f4f5f8; 
            color: #111827;
            line-height: 1.5;
            -webkit-font-smoothing: antialiased;
            overflow-x: hidden;
        }

        .xtragen_contact_us_container {
            max-width: 1360px;
            margin: 0 auto;
            padding: 0 24px;
        }

        /* ==========================================================================
           Hero Section (Dark + Tech Mesh + Grid)
           ========================================================================== */
        .xtragen_contact_us_hero {
            background-color: #0b1120;
            background-image: 
                radial-gradient(at 0% 0%, rgba(37, 99, 235, 0.3) 0px, transparent 50%),
                radial-gradient(at 100% 0%, rgba(15, 23, 42, 0.8) 0px, transparent 50%),
                radial-gradient(at 100% 100%, rgba(29, 78, 216, 0.25) 0px, transparent 50%);
            padding: 130px 0 110px;
            text-align: center;
            color: #ffffff;
            position: relative;
            overflow: hidden;
            border-bottom: 1px solid #1e293b;
        }

        /* High-Tech Grid Pattern (Pure CSS) */
        .xtragen_contact_us_hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image: 
                linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
            background-size: 32px 32px;
            z-index: 1;
            mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
            -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
        }

        /* Subtle glowing orb */
        .xtragen_contact_us_hero::after {
            content: '';
            position: absolute;
            top: -20%; right: -10%; width: 50%; height: 80%;
            background: radial-gradient(circle at center, rgba(37, 99, 235, 0.15) 0%, transparent 60%);
            z-index: 1;
            filter: blur(40px);
        }

        .xtragen_contact_us_hero_content {
            position: relative;
            z-index: 2;
        }

        .xtragen_contact_us_hero_title {
            font-size: 56px;
            font-weight: 800;
            letter-spacing: -0.03em;
            margin-bottom: 16px;
            color:white !important; 
        }

        .xtragen_contact_us_hero_subtitle {
            font-size: 18px;
            color: #bfdbfe;
            max-width: 600px;
            margin: 0 auto 32px;
            opacity: 0.9;
        }

        /* ==========================================================================
           Main Contact Split Layout
           ========================================================================== */
        .xtragen_contact_us_split_section {
            margin-top: -60px;
            position: relative;
            z-index: 10;
            padding-bottom: 80px;
        }

        .xtragen_contact_us_grid {
            display: grid;
            grid-template-columns: 1fr 1.2fr;
            gap: 40px;
        }

        /* Card Base Styling (Cleaner, Premium SaaS Look) */
        .xtragen_contact_us_info_card,
        .xtragen_contact_us_form_card {
            background: #ffffff;
            border-radius: 24px;
            padding: 50px 40px;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
            border: 1px solid #e5e7eb;
            position: relative;
            overflow: hidden;
            transition: box-shadow 0.3s ease, border-color 0.3s ease;
        }

        .xtragen_contact_us_info_card:hover,
        .xtragen_contact_us_form_card:hover {
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.02);
            border-color: #d1d5db;
        }

        /* Left: Contact Info Header */
        .xtragen_contact_us_info_header {
            margin-bottom: 32px;
            padding-bottom: 24px;
            border-bottom: 1px solid #f3f4f6;
        }

        .xtragen_contact_us_info_header h3 {
            font-size: 28px;
            font-weight: 800;
            color: #111827;
            margin-bottom: 8px;
            letter-spacing: -0.02em;
        }

        .xtragen_contact_us_info_header p {
            color: #6b7280;
            font-size: 15px;
            line-height: 1.5;
        }

        .xtragen_contact_us_info_item {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            margin-bottom: 30px;
        }

        /* Pure CSS Icons */
        .xtragen_contact_us_icon_wrapper {
            width: 48px;
            height: 48px;
            background: #f4f5f8;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #2563eb;
            flex-shrink: 0;
            transition: all 0.3s ease;
        }

        .xtragen_contact_us_info_item:hover .xtragen_contact_us_icon_wrapper {
            background: #2563eb;
            color: #ffffff;
            transform: translateY(-2px);
        }

        .xtragen_contact_us_icon_pin { width: 16px; height: 16px; border: 2px solid currentColor; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); position: relative; margin-top: -4px; }
        .xtragen_contact_us_icon_pin::after { content:''; position:absolute; top: 3px; left: 3px; width: 6px; height: 6px; background: currentColor; border-radius: 50%; }

        .xtragen_contact_us_icon_phone { width: 14px; height: 22px; border: 2px solid currentColor; border-radius: 4px; position: relative; }
        .xtragen_contact_us_icon_phone::after { content:''; position:absolute; bottom: 2px; left: 3px; width: 4px; height: 2px; background: currentColor; }

        .xtragen_contact_us_icon_mail { width: 22px; height: 16px; border: 2px solid currentColor; border-radius: 4px; position: relative; }
        .xtragen_contact_us_icon_mail::before { content:''; position:absolute; top: -1px; left: 3px; width: 12px; height: 12px; border-bottom: 2px solid currentColor; border-right: 2px solid currentColor; transform: scaleY(0.7) rotate(45deg); }

        .xtragen_contact_us_info_text h4 {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 4px;
            color: #111827;
        }

        .xtragen_contact_us_info_text p, 
        .xtragen_contact_us_info_text a {
            font-size: 15px;
            color: #6b7280;
            text-decoration: none;
            line-height: 1.6;
            transition: color 0.3s;
        }

        .xtragen_contact_us_info_text a:hover {
            color: #2563eb;
        }

        /* Right: Premium Contact Form */
        .xtragen_contact_us_form_title {
            font-size: 28px;
            font-weight: 800;
            margin-bottom: 8px;
        }

        .xtragen_contact_us_form_subtitle {
            color: #6b7280;
            margin-bottom: 30px;
        }

        .xtragen_contact_us_form_group {
            margin-bottom: 20px;
        }

        .xtragen_contact_us_form_row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .xtragen_contact_us_label {
            display: block;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 8px;
            color: #111827;
        }

        .xtragen_contact_us_input,
        .xtragen_contact_us_textarea {
            width: 100%;
            padding: 16px 20px;
            background: #f4f5f8;
            border: 2px solid transparent;
            border-radius: 16px;
            font-size: 15px;
            color: #111827;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            outline: none;
        }

        .xtragen_contact_us_textarea {
            resize: vertical;
            min-height: 120px;
        }

        .xtragen_contact_us_input:focus,
        .xtragen_contact_us_textarea:focus {
            background: #ffffff;
            border-color: #2563eb;
            box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
        }

        .xtragen_contact_us_btn {
            width: 100%;
            padding: 18px;
            background: #2563eb;
            color: #ffffff;
            border: none;
            border-radius: 999px;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        .xtragen_contact_us_btn:hover:not(:disabled) {
            background: #1d4ed8;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
            color : white;
        }

        .xtragen_contact_us_btn:disabled {
            background: #9ca3af;
            cursor: not-allowed;
            transform: none;
            box-shadow: none;
        }

        /* Loading Spinner */
        .xtragen_contact_us_spinner {
            width: 20px; height: 20px; border: 3px solid rgba(255,255,255,0.3); border-top-color: #fff;
            border-radius: 50%; animation: xtragen_spin 1s linear infinite; display: none;
        }
        @keyframes xtragen_spin { to { transform: rotate(360deg); } }
        .xtragen_loading .xtragen_contact_us_spinner { display: block; }
        .xtragen_loading .xtragen_btn_text { display: none; }

        /* Success Message Area */
        .xtragen_contact_us_form_success {
            display: none;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            min-height: 450px;
            padding: 40px 20px;
            animation: xtragen_fade_in 0.5s ease forwards;
        }
        
        .xtragen_contact_us_form_success.xtragen_active {
            display: flex;
        }

        @keyframes xtragen_fade_in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

        /* ==========================================================================
           Department Grid & Social Proof
           ========================================================================== */
        .xtragen_contact_us_section_title {
            text-align: center;
            font-size: 32px;
            font-weight: 800;
            margin-bottom: 40px;
        }

        .xtragen_contact_us_dept_grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 24px;
            margin-bottom: 80px;
        }

        .xtragen_contact_us_dept_card {
            background: #ffffff;
            padding: 30px;
            border-radius: 20px;
            border: 1px solid #e5e7eb;
            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            position: relative;
            overflow: hidden;
            z-index: 1;
        }

        .xtragen_contact_us_dept_card::before {
            content: '';
            position: absolute;
            top: 0; left: 0; width: 100%; height: 0;
            background: #f8fafc;
            z-index: -1;
            transition: height 0.4s ease;
        }

        .xtragen_contact_us_dept_card:hover {
            transform: translateY(-8px);
            border-color: #2563eb;
            box-shadow: 0 20px 40px -10px rgba(37, 99, 235, 0.12);
        }
        
        .xtragen_contact_us_dept_card:hover::before {
            height: 100%;
        }

        .xtragen_contact_us_dept_title { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
        .xtragen_contact_us_dept_desc { color: #6b7280; font-size: 14px; margin-bottom: 20px; }
        .xtragen_contact_us_dept_link { color: #2563eb; font-weight: 600; text-decoration: none; font-size: 14px; }

        /* Social Proof Banner */
        .xtragen_contact_us_trust_banner {
            background: #ffffff;
            border-radius: 100px;
            padding: 20px 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 40px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.03);
            margin-bottom: 80px;
            border: 1px solid #e5e7eb;
        }

        .xtragen_contact_us_trust_item {
            display: flex;
            align-items: center;
            gap: 12px;
            font-weight: 700;
            color: #111827;
        }

        .xtragen_contact_us_trust_dot { width: 10px; height: 10px; background: #2563eb; border-radius: 50%; }

        /* ==========================================================================
           Download Line Card Section (In-page)
           ========================================================================== */
        .xtragen_contact_us_line_card_banner {
            background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
            border-radius: 24px;
            padding: 50px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: white;
            margin-bottom: 80px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(37, 99, 235, 0.2);
        }

        .xtragen_contact_us_line_card_banner::after {
            content: '';
            position: absolute;
            right: -10%; top: -50%;
            width: 400px; height: 400px;
            background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 60%);
        }

        .xtragen_contact_us_lcb_content { position: relative; z-index: 2; }
        .xtragen_contact_us_lcb_title { font-size: 32px; font-weight: 800; margin-bottom: 10px;color:white;  }
        .xtragen_contact_us_lcb_desc { font-size: 16px; opacity: 0.9; margin-bottom: 0;color:white;  }
        
        .xtragen_contact_us_lcb_btn {
            position: relative;
            z-index: 2;
            background: #ffffff;
            color: #2563eb;
            padding: 16px 36px;
            border-radius: 999px;
            font-weight: 700;
            font-size: 16px;
            text-decoration: none;
            cursor: pointer;
            border: none;
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .xtragen_contact_us_lcb_btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.15);
        }

        /* ==========================================================================
           Map Section & Footer CTA
           ========================================================================== */
        .xtragen_contact_us_map_wrapper {
            border-radius: 24px;
            overflow: hidden;
            height: 400px;
            margin-bottom: 80px;
            border: 1px solid #e5e7eb;
        }

        .xtragen_contact_us_map_iframe {
            width: 100%;
            height: 100%;
            border: none;
        }

        .xtragen_contact_us_footer_cta {
            background: #111827;
            border-radius: 24px;
            padding: 80px 40px;
            text-align: center;
            color: white;
            margin-bottom: 80px;
        }

        .xtragen_contact_us_footer_title { font-size: 40px; font-weight: 800; margin-bottom: 24px; color:white; }

        /* Responsive */
        @media (max-width: 960px) {
            .xtragen_contact_us_grid { grid-template-columns: 1fr; }
            .xtragen_contact_us_hero_title { font-size: 40px;  }
            .xtragen_contact_us_line_card_banner { flex-direction: column; text-align: center; gap: 24px; padding: 40px 20px;}
        }
        @media (max-width: 600px) {
            .xtragen_contact_us_form_row { grid-template-columns: 1fr; }
            .xtragen_contact_us_trust_banner { flex-direction: column; gap: 16px; border-radius: 24px; text-align: center;}
        }
        
        
        
        
        
        
        
        
        
        
        
        