@charset "utf-8";

/* ==========================================================================
   GLOBAL RESET & BASE STYLES
   ========================================================================== */
*, *:before, *:after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    background-color: #f8fafc;
    color: #334155;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    width: 100%;
}

a {
    color: #005BAC;
    text-decoration: none;
    transition: color 0.2s ease;
}
a:hover, a:focus {
    color: #004482;
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* ==========================================================================
   HEADER & TOP MENU & UNIFIED SEARCH CAPSULE
   ========================================================================== */
.main_site_header {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    position: relative;
    z-index: 100;
}

/* Top Dark Bar */
.top_menu {
    background: #111827;
    color: #9ca3af;
    font-size: 12px;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #1f2937;
}

.top_menu_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
}

.top_welcome {
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.top_welcome i {
    color: #f59e0b;
    margin-right: 6px;
}
.top_welcome strong {
    color: #ffffff;
}

.top_search_col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top_search_col form {
    width: 280px;
    margin: 0;
}

/* 100% Seamless Flex Search Capsule */
.search_flex_box {
    display: flex;
    align-items: center;
    width: 100%;
    height: 28px;
    background: #1f2937;
    border: 1px solid #374151;
    border-radius: 14px;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.search_flex_box:hover, .search_flex_box:focus-within {
    border-color: #005BAC;
    background: #182234;
    box-shadow: 0 0 0 2px rgba(0, 91, 172, 0.25);
}

.search_flex_input {
    flex: 1;
    height: 100%;
    line-height: 26px;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #ffffff !important;
    font-size: 12px;
    padding: 0 10px 0 12px;
    margin: 0;
    box-shadow: none !important;
}
.search_flex_input::placeholder {
    color: #9ca3af;
    font-size: 12px;
}

.search_flex_btn {
    width: 36px;
    height: 100%;
    background: #005BAC;
    border: none;
    outline: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
    transition: background 0.2s ease;
}
.search_flex_btn:hover {
    background: #004482;
}
.search_flex_btn span {
    font-size: 13px;
}

/* Main Header (Logo & Contact Card) */
.header_main {
    padding: 16px 0;
    background: #ffffff;
}

.header_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo_col {
    display: flex;
    align-items: center;
}

.logo_link {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
}

.logo_img {
    height: 46px;
    width: auto;
    object-fit: contain;
}

.logo_divider {
    width: 1px;
    height: 32px;
    background: #cbd5e1;
    margin: 0 14px;
}

.logo_text {
    display: flex;
    flex-direction: column;
}

.logo_main_name {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: 0.5px;
    line-height: 22px;
}

.logo_sub {
    font-size: 11px;
    color: #64748b;
    margin-top: 2px;
}

.tel_col {
    display: flex;
    justify-content: flex-end;
}

.tel_card {
    display: inline-flex;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 6px 16px;
}

.top_tel_icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #005BAC;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 12px;
    flex-shrink: 0;
}

.top_number {
    display: flex;
    flex-direction: column;
}

.tel_label {
    font-size: 11px;
    color: #64748b;
    line-height: 14px;
}

.tel_val {
    font-size: 18px;
    font-weight: 800;
    color: #005BAC;
    margin: 0;
    line-height: 22px;
}

.tel_sub {
    font-size: 10px;
    color: #94a3b8;
    line-height: 14px;
}

/* ==========================================================================
   NAVIGATION BAR
   ========================================================================== */
.main_navbar {
    background: #005BAC;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 48px;
}

.main_navbar .navbar-nav > li > a {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 22px;
    transition: all 0.2s ease;
}

.main_navbar .navbar-nav > li > a:hover,
.main_navbar .navbar-nav > li.active > a,
.main_navbar .navbar-nav > li.open > a {
    background-color: #004482 !important;
    color: #ffffff !important;
}

.main_navbar .dropdown-menu {
    border-radius: 0 0 6px 6px;
    border: 1px solid #004482;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    padding: 6px 0;
    min-width: 170px;
}

.main_navbar .dropdown-menu > li > a {
    padding: 9px 18px;
    font-size: 13px;
    color: #334155;
    transition: all 0.15s;
}

.main_navbar .dropdown-menu > li > a:hover {
    background-color: #f1f5f9;
    color: #005BAC;
    padding-left: 22px;
}

/* Hide Dropdown Arrow icon & mobile bottom bar */
#app_menudown, .footer_nav, .navbar-fixed-bottom {
    display: none !important;
}

/* ==========================================================================
   BANNER CAROUSEL
   ========================================================================== */
.banner_section {
    background: #0b1120;
    position: relative;
    overflow: hidden;
}

.banner_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
}

.flash img.banner_img {
    width: 100%;
    height: 360px;
    max-height: 360px;
    object-fit: contain;
    background: #000;
    display: block;
    margin: 0 auto;
}

.bx-wrapper {
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    margin-bottom: 0 !important;
}

.bx-wrapper .bx-pager {
    bottom: 12px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255,255,255,0.4) !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    margin: 0 4px !important;
    transition: all 0.3s;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #005BAC !important;
    width: 24px !important;
    border-radius: 5px !important;
}

/* ==========================================================================
   FEATURES BAR & SECTION TITLES
   ========================================================================== */
.features_bar {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 24px 0;
}

.features_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.feature_item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
}

.feature_icon_box {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #005BAC;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 12px;
    flex-shrink: 0;
}

.feature_text h4 {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px 0;
}

.feature_text p {
    font-size: 12px;
    color: #64748b;
    margin: 0;
}

.section_box {
    padding: 50px 0;
}

.section_header {
    margin-bottom: 35px;
}

.section_title {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px 0;
    letter-spacing: 0.5px;
}

.section_title span {
    color: #005BAC;
}

.section_subtitle {
    font-size: 12px;
    color: #94a3b8;
    letter-spacing: 1.5px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

.section_line {
    width: 50px;
    height: 3px;
    background: #005BAC;
    margin: 0 auto 16px auto;
    border-radius: 2px;
}

.cat_tabs {
    margin-top: 15px;
}
.cat_tabs a {
    display: inline-block;
    padding: 6px 18px;
    margin: 0 4px;
    border-radius: 20px;
    font-size: 13px;
    color: #475569;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    transition: all 0.2s;
}
.cat_tabs a:hover, .cat_tabs a.active {
    background: #005BAC;
    color: #ffffff;
    border-color: #005BAC;
}

/* ==========================================================================
   PRODUCT CARDS & GRIDS (HOMEPAGE & LIST PAGE)
   ========================================================================== */
.product_grid {
    margin: 0 -10px;
}

.product_card_col {
    padding: 10px;
    margin-bottom: 20px;
}

.product_card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,91,172,0.12);
    border-color: #93c5fd;
}

.product_img_box {
    position: relative;
    width: 100%;
    height: 200px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-bottom: 1px solid #f1f5f9;
    overflow: hidden;
}

.product_thumb {
    max-height: 175px;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product_card:hover .product_thumb {
    transform: scale(1.04);
}

.view_badge {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0, 91, 172, 0.85);
    color: #ffffff;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 4px;
    opacity: 0;
    transform: translateY(6px);
    transition: all 0.25s ease;
}

.product_card:hover .view_badge {
    opacity: 1;
    transform: translateY(0);
}

.product_info_box {
    padding: 14px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.product_card_title {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 20px;
}

.product_card_title a {
    color: #0f172a;
    text-decoration: none !important;
}

.product_card_title a:hover {
    color: #005BAC;
}

.product_card_props {
    margin-bottom: 12px;
    min-height: 42px;
}

.prop_tag {
    display: block;
    font-size: 11px;
    color: #475569;
    background: #f1f5f9;
    padding: 2px 8px;
    border-radius: 4px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_card_btn {
    display: flex;
    gap: 8px;
}

.product_card_btn .btn {
    flex: 1;
    font-size: 12px;
    padding: 5px 0;
    border-radius: 4px;
}

.btn-outline-primary {
    color: #005BAC;
    background-color: transparent;
    border-color: #005BAC;
}
.btn-outline-primary:hover {
    background-color: #005BAC;
    color: #ffffff;
}

/* ==========================================================================
   DOWNLOAD CENTER & DOCUMENT CARDS
   ========================================================================== */
.list_header_bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 2px solid #005BAC;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.list_page_h3 {
    font-size: 18px;
    font-weight: bold;
    color: #0f172a;
    margin: 0;
}
.list_page_h3 i {
    color: #005BAC;
    margin-right: 6px;
}
.list_count_tip {
    font-size: 12px;
    color: #64748b;
}

.doc_cards_grid {
    margin: 0 -8px;
}

.doc_card_col {
    padding: 8px;
    margin-bottom: 16px;
}

.doc_card_item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 16px;
    display: flex;
    gap: 14px;
    transition: all 0.25s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    height: 100%;
}

.doc_card_item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,91,172,0.1);
    border-color: #93c5fd;
}

.doc_icon_box {
    width: 48px;
    height: 56px;
    background: #fee2e2;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #dc2626;
    flex-shrink: 0;
}
.doc_icon_box i {
    font-size: 22px;
    line-height: 22px;
}
.doc_format_tag {
    font-size: 10px;
    font-weight: bold;
    margin-top: 2px;
}

.doc_details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
}

.doc_title {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 6px 0;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.doc_title a {
    color: #1e293b;
    text-decoration: none !important;
}
.doc_title a:hover {
    color: #005BAC;
}

.doc_meta_info {
    font-size: 11px;
    color: #64748b;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.doc_auth_tag {
    color: #16a34a;
}

.doc_action_row {
    display: flex;
    gap: 8px;
}
.doc_download_btn {
    flex: 1.4;
    font-size: 12px;
    border-radius: 4px;
    padding: 5px 10px;
    background: #005BAC;
    border-color: #005BAC;
}
.doc_download_btn:hover {
    background: #004482;
}
.doc_view_btn {
    flex: 1;
    font-size: 12px;
    border-radius: 4px;
    padding: 5px 8px;
    border-color: #cbd5e1;
    color: #475569;
}
.doc_view_btn:hover {
    background: #f1f5f9;
    color: #005BAC;
    border-color: #005BAC;
}

/* ==========================================================================
   SIDEBAR & BREADCRUMBS & PAGINATION
   ========================================================================== */
.page_banner_bar {
    background: #f1f5f9;
    border-bottom: 1px solid #e2e8f0;
    padding: 15px 0;
}
.page_banner_title {
    font-size: 20px;
    font-weight: bold;
    color: #0f172a;
    margin: 0 0 4px 0;
}
.breadcrumb_box {
    font-size: 12px;
    color: #64748b;
}

.sidebar_box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}

.sidebar_title {
    font-size: 15px;
    font-weight: bold;
    color: #0f172a;
    margin: 0 0 12px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #005BAC;
}

.sidebar_contact p {
    font-size: 12px;
    color: #475569;
    margin-bottom: 6px;
    line-height: 18px;
}

.page_nav_box {
    text-align: center;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #f1f5f9;
}
.page_nav_box a, .page_nav_box span.current {
    display: inline-block;
    padding: 6px 14px;
    margin: 0 3px;
    border-radius: 4px;
    border: 1px solid #cbd5e1;
    color: #475569;
    font-size: 13px;
    text-decoration: none;
}
.page_nav_box a:hover {
    background: #005BAC;
    color: #fff;
    border-color: #005BAC;
}
.page_nav_box span.current {
    background: #005BAC;
    color: #fff;
    border-color: #005BAC;
    font-weight: bold;
}

/* ==========================================================================
   HOMEPAGE SPECIAL SECTIONS (ABOUT & DOWNLOADS & APPS)
   ========================================================================== */
.download_section_home {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}
.manual_card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 15px;
    text-align: center;
    transition: all 0.25s ease;
}
.manual_card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.06);
    border-color: #005BAC;
}
.manual_card .pdf_icon {
    font-size: 30px;
    color: #dc2626;
    margin-bottom: 8px;
}
.manual_card h4 {
    font-size: 13px;
    font-weight: bold;
    color: #0f172a;
    margin: 0 0 6px 0;
    height: 36px;
    overflow: hidden;
}
.manual_card p {
    font-size: 11px;
    color: #64748b;
    margin-bottom: 12px;
    height: 32px;
    overflow: hidden;
}

.aboutus_modern {
    padding: 60px 0;
    background: #ffffff;
}
.about_tag {
    font-size: 11px;
    font-weight: bold;
    color: #005BAC;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.about_title {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px 0;
}
.about_intro {
    font-size: 14px;
    color: #475569;
    line-height: 24px;
    margin-bottom: 20px;
}
.about_points .point_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 13px;
    color: #334155;
}
.about_points .point_icon {
    color: #005BAC;
    margin-right: 8px;
    font-size: 15px;
}
.about_btn_group {
    margin-top: 24px;
    display: flex;
    gap: 12px;
}

.stats_grid {
    margin-bottom: 20px;
}
.stat_box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 16px;
    text-align: center;
    margin-bottom: 15px;
}
.stat_num {
    font-size: 28px;
    font-weight: 800;
    color: #005BAC;
    display: block;
    line-height: 30px;
}
.stat_desc {
    font-size: 12px;
    color: #64748b;
    margin: 6px 0 0 0;
}

.qr_card_box {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 14px;
    display: flex;
    align-items: center;
}
.qr_img {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    background: #fff;
    padding: 3px;
    margin-right: 14px;
    flex-shrink: 0;
}
.qr_info h5 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 4px 0;
    color: #0f172a;
}
.qr_info p {
    font-size: 12px;
    color: #475569;
    margin: 0;
    line-height: 18px;
}

.app_fields_section {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}
.app_box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 20px 16px;
    margin-bottom: 15px;
    text-align: center;
    transition: all 0.25s ease;
}
.app_box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.06);
    border-color: #005BAC;
}
.app_icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e0f2fe;
    color: #005BAC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 auto 12px auto;
}
.app_box h4 {
    font-size: 15px;
    font-weight: bold;
    color: #0f172a;
    margin: 0 0 8px 0;
}
.app_box p {
    font-size: 12px;
    color: #64748b;
    margin: 0;
    line-height: 18px;
}

/* ==========================================================================
   PRODUCT DETAIL PAGE (GALLERY SWITCHER & SPECS TABLE)
   ========================================================================== */
.gallery_main_box {
    position: relative;
    width: 100%;
    height: 320px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    overflow: hidden;
}
.gallery_main_img {
    max-height: 290px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    transition: opacity 0.2s;
}
.gallery_nav_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: rgba(0,91,172,0.7);
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s;
}
.gallery_nav_btn:hover {
    background: #005BAC;
    transform: translateY(-50%) scale(1.1);
}
.prev_btn { left: 8px; }
.next_btn { right: 8px; }

.thumb_selector_row {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    justify-content: center;
}
.thumb_selector_item {
    width: 50px;
    height: 50px;
    border: 2px solid #cbd5e1;
    border-radius: 4px;
    padding: 2px;
    cursor: pointer;
    transition: border-color 0.2s;
    background: #fff;
}
.thumb_selector_item.active, .thumb_selector_item:hover {
    border-color: #005BAC;
}
.thumb_selector_item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product_con table {
    width: 100% !important;
    border-collapse: collapse;
    margin: 15px 0;
    font-size: 13px;
}
.product_con table th, .product_con table td {
    border: 1px solid #e2e8f0;
    padding: 10px 14px;
}
.product_con table th {
    background-color: #f1f5f9;
    font-weight: 600;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer_modern {
    background: #0b1120;
    color: #94a3b8;
    padding: 45px 0 25px 0;
    border-top: 3px solid #005BAC;
}
.footer_title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 16px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #1e293b;
}
.footer_desc {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 12px;
}
.footer_tags .tag_pill {
    display: inline-block;
    padding: 2px 8px;
    background: #1e293b;
    color: #cbd5e1;
    font-size: 11px;
    border-radius: 3px;
    margin-right: 4px;
    margin-bottom: 4px;
}
.footer_links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer_links li {
    margin-bottom: 8px;
}
.footer_links a {
    color: #94a3b8;
    font-size: 13px;
}
.footer_links a:hover {
    color: #ffffff;
    padding-left: 4px;
}
.footer_qr_img {
    width: 100px;
    height: 100px;
    background: #fff;
    padding: 3px;
    border-radius: 4px;
    margin: 0 auto 8px;
    display: block;
}
.footer_qr_tip {
    font-size: 11px;
    color: #64748b;
    margin: 0;
}
.footer_copyright {
    border-top: 1px solid #1e293b;
    margin-top: 35px;
    padding-top: 20px;
    font-size: 12px;
    color: #64748b;
}

/* ==========================================================================
   MOBILE RESPONSIVENESS OVERRIDES
   ========================================================================== */
@media (max-width: 768px) {
    .top_menu {
        height: auto;
        line-height: normal;
        padding: 6px 12px;
    }
    .top_menu_row {
        height: auto;
        flex-direction: column;
    }
    .top_welcome {
        display: none !important;
    }
    .top_search_col {
        width: 100%;
        justify-content: center;
    }
    .top_search_col form {
        width: 100%;
        max-width: 100%;
    }
    .search_flex_box {
        height: 32px;
        border-radius: 16px;
    }
    .search_flex_btn {
        width: 42px;
    }

    .header_main {
        padding: 10px 0;
    }
    .header_row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .logo_col {
        justify-content: center;
        margin-bottom: 8px;
    }
    .logo_img {
        height: 36px;
        max-height: 36px;
    }
    .logo_divider {
        display: none;
    }
    .logo_main_name {
        font-size: 15px;
    }
    .logo_sub {
        font-size: 10px;
    }
    .tel_col {
        justify-content: center;
    }
    .tel_card {
        padding: 4px 10px;
    }
    .top_tel_icon {
        width: 30px;
        height: 30px;
        font-size: 14px;
        margin-right: 8px;
    }
    .tel_val {
        font-size: 15px;
        line-height: 18px;
    }
    .tel_sub {
        font-size: 10px;
    }

    .flash img.banner_img {
        height: 210px !important;
        max-height: 210px !important;
    }
    .banner_wrapper {
        padding: 4px 0;
    }

    .feature_item {
        width: 50%;
        float: left;
        padding: 6px 4px;
    }
    .feature_icon_box {
        width: 34px;
        height: 34px;
        font-size: 16px;
        margin-right: 6px;
    }
    .feature_text h4 {
        font-size: 12px;
    }
    .feature_text p {
        display: none;
    }

    .cat_tabs a {
        padding: 4px 10px;
        font-size: 12px;
        margin: 2px;
    }
}



/* Clean Flex Top Menu */
.top_menu {
    background: #111827;
    color: #9ca3af;
    font-size: 12px;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #1f2937;
    width: 100%;
}
.top_menu_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
.top_welcome {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
}
.top_search_box {
    flex-shrink: 0;
    width: 270px;
}
.top_search_box form {
    width: 100%;
    margin: 0;
}
.search_flex_box {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    height: 28px !important;
    background: #1f2937 !important;
    border: 1px solid #374151 !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}
.search_flex_input {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    height: 100% !important;
    line-height: 26px !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #ffffff !important;
    font-size: 12px !important;
    padding: 0 10px 0 12px !important;
    margin: 0 !important;
    box-shadow: none !important;
}
.search_flex_btn {
    flex: 0 0 36px !important;
    width: 36px !important;
    height: 100% !important;
    background: #005BAC !important;
    border: none !important;
    outline: none !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
}

.header_main_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 768px) {
    .top_menu {
        height: auto;
        line-height: normal;
        padding: 6px 0;
    }
    .top_menu_flex {
        justify-content: center;
    }
    .top_search_box {
        width: 100%;
    }
    .search_flex_box {
        height: 32px !important;
        border-radius: 16px !important;
    }
    .search_flex_btn {
        flex: 0 0 42px !important;
        width: 42px !important;
    }
    .header_main_flex {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
}



/* Mobile Responsive Overrides */
@media (max-width: 768px) {
    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        box-sizing: border-box !important;
    }
    .top_menu {
        height: auto !important;
        line-height: normal !important;
        padding: 6px 0 !important;
        width: 100% !important;
    }
    .top_menu_flex {
        flex-direction: column !important;
        width: 100% !important;
    }
    .top_welcome {
        display: none !important;
    }
    .top_search_box {
        width: 100% !important;
        max-width: 100% !important;
    }
    .top_search_box form {
        width: 100% !important;
        max-width: 100% !important;
    }
    .search_flex_box {
        width: 100% !important;
        height: 32px !important;
        border-radius: 16px !important;
    }
    .search_flex_input {
        width: 100% !important;
    }
    .search_flex_btn {
        flex: 0 0 42px !important;
        width: 42px !important;
    }

    .header_main {
        padding: 8px 0 !important;
    }
    .header_main_flex {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        width: 100% !important;
        gap: 6px !important;
    }
    .logo_box {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }
    .logo_link {
        justify-content: center !important;
    }
    .logo_img {
        height: 34px !important;
        max-height: 34px !important;
    }
    .logo_divider {
        display: none !important;
    }
    .logo_text {
        text-align: left !important;
    }
    .logo_main_name {
        font-size: 15px !important;
    }
    .logo_sub {
        font-size: 10px !important;
    }

    .tel_box {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }
    .tel_card {
        padding: 4px 10px !important;
        width: auto !important;
    }
    .top_tel_icon {
        width: 28px !important;
        height: 28px !important;
        font-size: 13px !important;
        margin-right: 8px !important;
    }
    .tel_val {
        font-size: 15px !important;
        line-height: 18px !important;
    }
    .tel_sub {
        font-size: 10px !important;
    }

    .flash img.banner_img {
        height: 200px !important;
        max-height: 200px !important;
    }
}



/* Wrap cat_tabs */
.cat_tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
    width: 100%;
}
.cat_tabs a {
    display: inline-block;
    padding: 6px 16px;
    margin: 3px;
    border-radius: 20px;
    font-size: 13px;
    color: #475569;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    transition: all 0.2s;
    white-space: nowrap;
}

@media (max-width: 768px) {
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        position: relative;
    }
    .container {
        width: 100% !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        box-sizing: border-box !important;
    }
    .top_menu {
        padding: 6px 0 !important;
        height: auto !important;
    }
    .top_search_box {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .search_flex_box {
        width: 100% !important;
        height: 32px !important;
        border-radius: 16px !important;
    }
    .search_flex_input {
        width: calc(100% - 42px) !important;
    }
    .search_flex_btn {
        width: 42px !important;
    }
    .cat_tabs a {
        padding: 4px 10px !important;
        font-size: 12px !important;
        margin: 2px !important;
    }
}



/* Guarantee Mobile Width Constraints & Full-Fit Search Capsule */
@media (max-width: 768px) {
    body, html {
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }
    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        box-sizing: border-box !important;
    }
    .top_menu {
        height: auto !important;
        padding: 6px 0 !important;
        width: 100% !important;
    }
    .top_menu_flex {
        flex-direction: column !important;
        width: 100% !important;
    }
    .top_welcome {
        display: none !important;
    }
    .top_search_box {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }
    .top_search_box form {
        width: 100% !important;
        max-width: 100% !important;
    }
    .search_flex_box {
        width: 100% !important;
        max-width: 100% !important;
        height: 32px !important;
        border-radius: 16px !important;
        box-sizing: border-box !important;
    }
    .search_flex_input {
        flex: 1 1 auto !important;
        width: calc(100% - 44px) !important;
        min-width: 0 !important;
    }
    .search_flex_btn {
        flex: 0 0 42px !important;
        width: 42px !important;
    }

    .header_main_flex {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        width: 100% !important;
        gap: 8px !important;
    }
    .logo_box, .tel_box {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }
    .logo_link {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    .logo_sub {
        display: block !important;
        font-size: 10px !important;
    }
    .tel_card {
        padding: 4px 10px !important;
    }
}



/* ==========================================================================
   SKY BLUE TOPBAR & PURE WHITE BANNER SLIDER
   ========================================================================== */

/* 1. Sky Blue Top Mini Bar */
.top_menu {
    background: #0284c7 !important;
    color: #ffffff !important;
    font-size: 12px;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #0369a1 !important;
}

.top_welcome {
    color: #ffffff !important;
}
.top_welcome i {
    color: #fef08a !important; /* Soft yellow horn icon */
    margin-right: 6px;
}
.top_welcome strong {
    color: #ffffff !important;
    font-weight: 700;
}

/* Translucent & Crisp Search Capsule on Sky Blue */
.search_flex_box {
    background: rgba(255, 255, 255, 0.22) !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    box-shadow: none !important;
}
.search_flex_box:hover, .search_flex_box:focus-within {
    background: #ffffff !important;
    border-color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

.search_flex_input {
    color: #ffffff !important;
}
.search_flex_box:hover .search_flex_input, 
.search_flex_box:focus-within .search_flex_input {
    color: #0f172a !important;
}
.search_flex_input::placeholder {
    color: rgba(255, 255, 255, 0.75) !important;
}
.search_flex_box:hover .search_flex_input::placeholder,
.search_flex_box:focus-within .search_flex_input::placeholder {
    color: #94a3b8 !important;
}

.search_flex_btn {
    background: #0369a1 !important;
    color: #ffffff !important;
}
.search_flex_btn:hover {
    background: #075985 !important;
}

/* 2. Pure White Banner Slider */
.banner_section {
    background: #ffffff !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.banner_wrapper {
    background: #ffffff !important;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
}

.flash img.banner_img {
    background: #ffffff !important;
    object-fit: contain !important;
    width: 100%;
    height: 360px;
    max-height: 360px;
}

.bx-wrapper {
    background: #ffffff !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #cbd5e1 !important; /* Soft gray for inactive dots on white */
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #0284c7 !important; /* Sky blue for active dot */
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
    background-color: rgba(2, 132, 199, 0.75) !important;
    color: #ffffff !important;
    border-radius: 50%;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
    background-color: #0284c7 !important;
}



/* ==========================================================================
   PRODUCT GRID ROW SPACING & 3-COLUMN FLEXBOX FIX
   ========================================================================== */
.product_grid {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -12px !important;
    margin-right: -12px !important;
}

.product_card_col {
    display: flex !important;
    flex-direction: column !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin-bottom: 28px !important; /* Clear vertical spacing between rows */
}

.product_card {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.product_card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 14px 28px rgba(0, 91, 172, 0.12) !important;
    border-color: #0284c7 !important;
}

.product_img_box {
    position: relative !important;
    width: 100% !important;
    height: 200px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff !important;
    padding: 12px !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

.product_thumb {
    max-height: 175px !important;
    max-width: 100% !important;
    width: auto !important;
    object-fit: contain !important;
    transition: transform 0.3s ease !important;
}

.product_card:hover .product_thumb {
    transform: scale(1.05) !important;
}

.product_info {
    padding: 16px 18px 18px 18px !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}

.product_title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 10px 0 !important;
    line-height: 1.4 !important;
    height: 44px !important; /* Fixed height for alignment */
    overflow: hidden !important;
}

.product_title a {
    color: #0f172a !important;
    text-decoration: none !important;
}

.product_title a:hover {
    color: #0284c7 !important;
}

.product_specs {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    margin-bottom: 12px !important;
    min-height: 46px !important;
}

.spec_item {
    font-size: 12px !important;
    color: #0369a1 !important;
    background: #f0f9ff !important;
    border: 1px solid #e0f2fe !important;
    padding: 2px 8px !important;
    border-radius: 4px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.product_desc_box {
    font-size: 13px !important;
    color: #64748b !important;
    line-height: 1.5 !important;
    margin-bottom: 16px !important;
    flex: 1 !important;
    min-height: 38px !important;
}

.product_action {
    display: flex !important;
    gap: 10px !important;
    margin-top: auto !important;
}

.product_action .btn {
    flex: 1 !important;
    font-size: 13px !important;
    padding: 6px 0 !important;
    text-align: center !important;
    border-radius: 4px !important;
}

.btn_view {
    background: #0284c7 !important;
    border-color: #0284c7 !important;
    color: #ffffff !important;
}
.btn_view:hover {
    background: #0369a1 !important;
    border-color: #0369a1 !important;
    color: #ffffff !important;
}

.btn_quote {
    background: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    color: #334155 !important;
}
.btn_quote:hover {
    background: #f8fafc !important;
    border-color: #0284c7 !important;
    color: #0284c7 !important;
}



/* ==========================================================================
   FEATURES BAR RESPONSIVE CENTERING & BLUE BADGE STYLING
   ========================================================================== */
.features_bar {
    background: #ffffff !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding: 24px 0 !important;
}

.features_row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: stretch !important;
}

.feature_item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.feature_inner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
}

.feature_icon, .feature_icon_box {
    width: 44px !important;
    height: 44px !important;
    border-radius: 8px !important;
    background: #0284c7 !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    margin-right: 12px !important;
    flex-shrink: 0 !important;
    box-shadow: 0 4px 10px rgba(2, 132, 199, 0.25) !important;
}

.feature_text {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.feature_text h4 {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 4px 0 !important;
    line-height: 1.3 !important;
}

.feature_text p {
    font-size: 12px !important;
    color: #64748b !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}

/* Mobile specific centering (2x2 centered balanced grid) */
@media (max-width: 767px) {
    .features_bar {
        padding: 16px 0 !important;
    }
    .feature_item {
        padding: 12px 6px !important;
    }
    .feature_inner {
        flex-direction: column !important;
        text-align: center !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .feature_icon, .feature_icon_box {
        margin: 0 auto 8px auto !important;
        width: 38px !important;
        height: 38px !important;
        font-size: 17px !important;
        border-radius: 50% !important;
    }
    .feature_text {
        align-items: center !important;
        text-align: center !important;
    }
    .feature_text h4 {
        font-size: 13px !important;
        text-align: center !important;
        margin-bottom: 2px !important;
    }
    .feature_text p {
        font-size: 11px !important;
        text-align: center !important;
    }
}



/* Mobile refined card styling for features bar (2x2 perfectly centered) */
@media (max-width: 767px) {
    .features_bar {
        padding: 12px 0 !important;
        background: #f8fafc !important;
    }
    .features_bar .container {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .features_row {
        margin-left: -4px !important;
        margin-right: -4px !important;
    }
    .feature_item {
        padding: 4px !important;
        width: 50% !important;
        float: left !important;
        box-sizing: border-box !important;
    }
    .feature_inner {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        background: #ffffff !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 8px !important;
        padding: 10px 4px !important;
        box-shadow: 0 1px 3px rgba(0,0,0,0.03) !important;
        height: 100% !important;
        width: 100% !important;
    }
    .feature_icon, .feature_icon_box {
        margin: 0 auto 6px auto !important;
        width: 32px !important;
        height: 32px !important;
        font-size: 15px !important;
        border-radius: 6px !important;
        background: #0284c7 !important;
        color: #ffffff !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .feature_text {
        width: 100% !important;
        text-align: center !important;
    }
    .feature_text h4 {
        font-size: 11.5px !important;
        font-weight: 700 !important;
        color: #0f172a !important;
        margin: 0 0 2px 0 !important;
        line-height: 1.3 !important;
        text-align: center !important;
        white-space: nowrap !important;
    }
    .feature_text p {
        font-size: 9.5px !important;
        color: #64748b !important;
        margin: 0 !important;
        line-height: 1.2 !important;
        text-align: center !important;
        white-space: nowrap !important;
    }
}



/* Mobile refined card styling for features bar (2x2 perfectly centered, no clipping) */
@media (max-width: 767px) {
    .features_bar {
        padding: 10px 0 !important;
        background: #f8fafc !important;
    }
    .features_bar .container {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .features_row {
        margin-left: -3px !important;
        margin-right: -3px !important;
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .feature_item {
        padding: 3px !important;
        width: 50% !important;
        float: left !important;
        box-sizing: border-box !important;
    }
    .feature_inner {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        background: #ffffff !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 8px !important;
        padding: 8px 2px !important;
        box-shadow: 0 1px 3px rgba(0,0,0,0.03) !important;
        height: 100% !important;
        width: 100% !important;
        text-align: center !important;
    }
    .feature_icon, .feature_icon_box {
        margin: 0 auto 5px auto !important;
        width: 28px !important;
        height: 28px !important;
        font-size: 14px !important;
        border-radius: 6px !important;
        background: #0284c7 !important;
        color: #ffffff !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .feature_text {
        width: 100% !important;
        text-align: center !important;
    }
    .feature_text h4 {
        font-size: 11px !important;
        font-weight: 700 !important;
        color: #0f172a !important;
        margin: 0 !important;
        line-height: 1.3 !important;
        text-align: center !important;
        white-space: normal !important;
        word-break: keep-all !important;
    }
    .feature_text p {
        display: none !important; /* Hide tiny subtitle on phone for ultra clean look */
    }
}



/* Mobile perfected 2x2 grid centering */
@media (max-width: 767px) {
    .features_bar {
        padding: 10px 0 !important;
        background: #f8fafc !important;
    }
    .features_bar .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .features_row {
        margin: 0 -4px !important;
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .feature_item {
        padding: 4px !important;
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        box-sizing: border-box !important;
    }
    .feature_inner {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        background: #ffffff !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 8px !important;
        padding: 8px 4px !important;
        box-shadow: 0 1px 3px rgba(0,0,0,0.03) !important;
        height: 100% !important;
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }
    .feature_icon, .feature_icon_box {
        margin: 0 auto 5px auto !important;
        width: 28px !important;
        height: 28px !important;
        font-size: 13px !important;
        border-radius: 6px !important;
        background: #0284c7 !important;
        color: #ffffff !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .feature_text {
        width: 100% !important;
        text-align: center !important;
    }
    .feature_text h4 {
        font-size: 11px !important;
        font-weight: 700 !important;
        color: #0f172a !important;
        margin: 0 !important;
        line-height: 1.2 !important;
        text-align: center !important;
        white-space: nowrap !important;
    }
    .feature_text p {
        display: none !important;
    }
}



/* Mobile perfected zero-overflow 2x2 grid */
@media (max-width: 767px) {
    .features_bar {
        padding: 8px 0 !important;
        background: #f8fafc !important;
    }
    .features_bar .container {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .features_row {
        margin: 0 !important;
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .feature_item {
        padding: 3px !important;
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        box-sizing: border-box !important;
    }
    .feature_inner {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        background: #ffffff !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 8px !important;
        padding: 8px 2px !important;
        box-shadow: 0 1px 3px rgba(0,0,0,0.03) !important;
        height: 100% !important;
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }
    .feature_icon, .feature_icon_box {
        margin: 0 auto 4px auto !important;
        width: 28px !important;
        height: 28px !important;
        font-size: 13px !important;
        border-radius: 6px !important;
        background: #0284c7 !important;
        color: #ffffff !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .feature_text {
        width: 100% !important;
        text-align: center !important;
    }
    .feature_text h4 {
        font-size: 10.5px !important;
        font-weight: 700 !important;
        color: #0f172a !important;
        margin: 0 !important;
        line-height: 1.2 !important;
        text-align: center !important;
        white-space: nowrap !important;
        letter-spacing: -0.2px !important;
    }
    .feature_text p {
        display: none !important;
    }
}



/* ==========================================================================
   PRODUCT IMAGE PERFECT CENTERING FIX
   ========================================================================== */
.product_img_box {
    position: relative !important;
    width: 100% !important;
    height: 210px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff !important;
    padding: 16px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    overflow: hidden !important;
    text-align: center !important;
}

.product_img_link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    text-align: center !important;
    margin: 0 auto !important;
}

.product_thumb {
    max-height: 180px !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
    object-fit: contain !important;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.product_card:hover .product_thumb {
    transform: scale(1.06) !important;
}

.product_badge {
    display: none !important;
}



/* ==========================================================================
   HIGH-END TRANSLUCENT / FROSTED GLASS CAROUSEL ARROWS
   ========================================================================== */
.gallery_nav_btn {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 36px !important;
    height: 36px !important;
    background: rgba(15, 23, 42, 0.22) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    cursor: pointer !important;
    z-index: 10 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    opacity: 0.75 !important;
}

.gallery_nav_btn:hover {
    background: rgba(2, 132, 199, 0.85) !important;
    border-color: rgba(255, 255, 255, 0.9) !important;
    transform: translateY(-50%) scale(1.12) !important;
    opacity: 1 !important;
    box-shadow: 0 6px 18px rgba(2, 132, 199, 0.35) !important;
}

.prev_btn { left: 10px !important; }
.next_btn { right: 10px !important; }

/* Banner / General BX Slider translucent arrows */
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
    background: rgba(15, 23, 42, 0.22) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    opacity: 0.75 !important;
}

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
    background: rgba(2, 132, 199, 0.85) !important;
    border-color: rgba(255, 255, 255, 0.9) !important;
    transform: scale(1.12) !important;
    opacity: 1 !important;
    box-shadow: 0 6px 18px rgba(2, 132, 199, 0.35) !important;
}



/* ==========================================================================
   HEADER CONTACT PHONE CARD (FIG 1 EXACT RESTORATION)
   ========================================================================== */
.header_main {
    background: #ffffff !important;
    padding: 16px 0 !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

.header_main_flex {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.logo_box .logo_link {
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
}

.logo_img {
    height: 48px !important;
    width: auto !important;
}

.logo_divider {
    width: 1px !important;
    height: 36px !important;
    background: #cbd5e1 !important;
    margin: 0 16px !important;
}

.logo_text {
    display: flex !important;
    flex-direction: column !important;
}

.logo_main_name {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.2 !important;
}

.logo_sub {
    font-size: 12px !important;
    color: #64748b !important;
    margin-top: 2px !important;
}

.header_contact_box {
    display: flex !important;
    align-items: center !important;
}

.contact_phone_card {
    display: flex !important;
    align-items: center !important;
    background: #f8fafc !important;
    border: 1px solid #e0f2fe !important;
    border-radius: 8px !important;
    padding: 8px 18px 8px 14px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02) !important;
}

.phone_icon_circle {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    background: #005BAC !important; /* Deep royal blue icon circle as in Fig 1 */
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 19px !important;
    margin-right: 14px !important;
    flex-shrink: 0 !important;
}

.phone_detail {
    display: flex !important;
    flex-direction: column !important;
    text-align: left !important;
}

.phone_label {
    font-size: 12px !important;
    color: #64748b !important;
    line-height: 1.3 !important;
    margin: 0 !important;
}

.phone_number {
    font-size: 21px !important;
    font-weight: 800 !important;
    color: #000000 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.5px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.phone_hint {
    font-size: 12px !important;
    color: #64748b !important;
    line-height: 1.3 !important;
    margin: 0 !important;
}

@media (max-width: 767px) {
    .header_main_flex {
        flex-direction: column !important;
        gap: 12px !important;
        text-align: center !important;
    }
    .contact_phone_card {
        padding: 6px 12px !important;
    }
    .phone_number {
        font-size: 17px !important;
    }
}
