/* ==========================================================================
   HostNeko IT - Modern Theme Marketplace & Client Portal
   Branded with HostNeko Official Color Palette (Coral Orange & Royal Indigo)
   ========================================================================== */

:root {
  /* HostNeko Signature Colors */
  --hn-orange: #f16738;
  --hn-orange-hover: #dc4f20;
  --hn-orange-light: #ffedd5;
  --hn-orange-soft: #fff7ed;
  
  --hn-indigo: #4f39f6;
  --hn-indigo-dark: #3724b5;
  --hn-indigo-deep: #1e145c;
  --hn-indigo-light: #e0e7ff;
  --hn-indigo-soft: #f5f3ff;
  
  --primary-color: #f16738;
  --primary-dark: #dc4f20;
  --primary-light: #ff7e54;
  --secondary-color: #4f39f6;
  --secondary-dark: #3724b5;
  --secondary-light: #6366f1;

  --text-dark: #0f172a;
  --text-muted: #64748b;
  --text-light: #94a3b8;
  --bg-light: #f8fafc;
  --bg-white: #ffffff;

  --success-color: #10b981;
  --warning-color: #f59e0b;
  --danger-color: #ef4444;
  --info-color: #3b82f6;

  --font-bangla: 'Anek Bangla', 'Hind Siliguri', sans-serif;
  --font-heading: 'Outfit', 'Anek Bangla', sans-serif;
  --font-body: 'Inter', 'Anek Bangla', sans-serif;

  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 12px -2px rgba(79, 57, 246, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
  --shadow-lg: 0 10px 25px -5px rgba(241, 103, 56, 0.12), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 30px -10px rgba(79, 57, 246, 0.18);
  
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-full: 9999px;
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: var(--font-bangla);
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-dark);
  background-color: var(--bg-light);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition);
}

ul {
  list-style: none;
}

button, input, select, textarea {
  font-family: inherit;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 16px;
}

/* ==========================================================================
   Top Header Bar (HostNeko Deep Indigo)
   ========================================================================== */
.top_header_section {
  background-color: var(--hn-indigo-deep);
  color: #e0e7ff;
  font-size: 13px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 50;
}

.top_header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.top_hdr_text {
  display: flex;
  align-items: center;
  gap: 15px;
}

.top_hdr_text a, .top_hdr_text span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #f1f5f9;
}

.top_hdr_text i {
  color: var(--hn-orange);
}

.social_contact {
  display: flex;
  align-items: center;
  gap: 16px;
}

.social_contact a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #e0e7ff;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 4px;
}

.social_contact a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.social-livechat a {
  background: rgba(241, 103, 56, 0.25);
  color: #ff9b7a;
  border-radius: var(--radius-full);
  font-weight: 700;
}

.social-admin-link a {
  background: var(--hn-orange);
  color: #ffffff;
  font-weight: 700;
  border-radius: 4px;
}

/* ==========================================================================
   Main Navigation Header & Menu Area (Desktop & Mobile)
   ========================================================================== */
.display-flex-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu_section {
  background-color: var(--bg-white);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.25s ease;
  border-bottom: 1px solid #f1f5f9;
}

.menu_section.sticky {
  box-shadow: 0 4px 25px rgba(79, 57, 246, 0.10);
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(8px);
}

.header_main_row {
  min-height: 72px;
  margin: 0;
  width: 100%;
}

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

.menu_col {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

/* Brand Logo */
.brand_logo {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-family: 'Outfit', sans-serif;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.5px;
  text-decoration: none;
}

.brand_logo .logo_host {
  color: var(--hn-orange);
}

.brand_logo .logo_neko {
  color: var(--hn-indigo);
}

.brand_logo .logo_it_badge {
  background: var(--hn-indigo-light);
  color: var(--hn-indigo);
  font-size: 11px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 6px;
  margin-left: 4px;
  text-transform: uppercase;
}

/* Modern Menu Area */
/* Modern Menu Area */
.menu_area_modern {
  display: flex;
  align-items: center;
}

.mainmenu {
  margin: 0;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
}

.navbar-collapse {
  padding: 0;
  display: flex !important;
  align-items: center;
}

.main_nav_menu {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main_nav_menu > li {
  position: relative;
  list-style: none;
}

.main_nav_menu > li > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 12px;
  font-weight: 600;
  font-size: 14.5px;
  color: #334155;
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
}

.main_nav_menu > li > a .menu_icon {
  font-size: 14px;
  color: var(--hn-orange);
  transition: all 0.2s ease;
}

.main_nav_menu > li > a .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  color: #94a3b8;
  transition: transform 0.25s ease;
}

/* Menu Hover & Active States */
.main_nav_menu > li:hover > a,
.main_nav_menu > li.active > a,
.main_nav_menu > li.current-menu-item > a,
.main_nav_menu > li.current-menu-ancestor > a {
  color: var(--hn-indigo);
  background-color: var(--hn-indigo-soft);
}

.main_nav_menu > li:hover > a .menu_icon,
.main_nav_menu > li.active > a .menu_icon,
.main_nav_menu > li.current-menu-item > a .menu_icon,
.main_nav_menu > li.current-menu-ancestor > a .menu_icon {
  color: var(--hn-indigo);
  transform: scale(1.08);
}

.main_nav_menu > li:hover > a .caret,
.main_nav_menu > li.open > a .caret {
  transform: rotate(180deg);
  color: var(--hn-indigo);
}

/* Desktop Dropdown Menus - Strictly Hidden By Default */
.main_nav_menu .dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  background: #ffffff !important;
  min-width: 235px !important;
  border-radius: 12px !important;
  box-shadow: 0 16px 36px -4px rgba(30, 20, 92, 0.15), 0 4px 12px -2px rgba(0, 0, 0, 0.05) !important;
  border: 1px solid #ede9fe !important;
  padding: 8px 6px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(8px) !important;
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1) !important;
  z-index: 9999 !important;
  list-style: none !important;
  margin: 4px 0 0 0 !important;
  display: none !important;
  pointer-events: none !important;
}

.main_nav_menu > li:hover > .dropdown-menu,
.main_nav_menu > li.dropdown:hover > .dropdown-menu,
.main_nav_menu > li.open > .dropdown-menu {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

.main_nav_menu .dropdown-menu-others {
  min-width: 255px !important;
}

.main_nav_menu .dropdown-menu li {
  margin: 2px 0;
  list-style: none;
}

.main_nav_menu .dropdown-menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  color: #475569;
  font-size: 13.5px;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.2s ease;
  text-decoration: none;
}

.main_nav_menu .dropdown-menu li a .item_icon {
  font-size: 13px;
  color: #94a3b8;
  width: 18px;
  text-align: center;
  transition: all 0.2s ease;
}

.main_nav_menu .dropdown-menu li a:hover,
.main_nav_menu .dropdown-menu li.active a,
.main_nav_menu .dropdown-menu li.current-menu-item a {
  background-color: var(--hn-indigo-soft);
  color: var(--hn-indigo);
  font-weight: 600;
  padding-left: 15px;
}

.main_nav_menu .dropdown-menu li a:hover .item_icon,
.main_nav_menu .dropdown-menu li.active a .item_icon,
.main_nav_menu .dropdown-menu li.current-menu-item a .item_icon {
  color: var(--hn-orange);
  transform: scale(1.1);
}

/* Header Right Search & Mobile Tools */
.header_right_tools {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 6px;
}

.header_search_box {
  position: relative;
}

.header_search_box input {
  padding: 8px 14px 8px 34px;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-full);
  font-size: 13.5px;
  width: 155px;
  background: #f8fafc;
  transition: all 0.25s ease;
}

.header_search_box input:focus {
  width: 210px;
  border-color: var(--hn-indigo);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(79, 57, 246, 0.12);
}

.header_search_box .search_icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 13px;
  pointer-events: none;
}

/* Mobile Hamburger Toggle Button */
.mobile_menu_btn {
  display: none;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  padding: 8px 10px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  transition: all 0.2s ease;
}

.mobile_menu_btn:hover {
  background: var(--hn-indigo-soft);
  border-color: var(--hn-indigo-light);
}

.mobile_menu_btn .icon-bar {
  display: block;
  width: 22px;
  height: 2.5px;
  background-color: var(--hn-indigo);
  border-radius: 2px;
  transition: all 0.25s ease;
  margin: 0;
}

/* ==========================================================================
   Mobile Navigation Drawer & Accordion (Hidden on Desktop)
   ========================================================================== */
.mobile_drawer_overlay {
  position: fixed;
  inset: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(4px);
  z-index: 99998;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
}

.mobile_drawer_overlay.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile_nav_drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  max-width: 86vw;
  height: 100vh;
  height: 100dvh;
  background: #ffffff;
  z-index: 99999;
  transform: translateX(100%);
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease;
  display: flex;
  flex-direction: column;
  box-shadow: -10px 0 35px rgba(0, 0, 0, 0.18);
}

.mobile_nav_drawer.show {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.mobile_drawer_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #f1f5f9;
  background: #ffffff;
}

.mobile_drawer_close {
  background: #f1f5f9;
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #64748b;
  cursor: pointer;
  transition: all 0.2s ease;
}

.mobile_drawer_close:hover {
  background: #fee2e2;
  color: #ef4444;
}

.mobile_drawer_search {
  padding: 12px 18px;
  background: #f8fafc;
  border-bottom: 1px solid #f1f5f9;
}

.mobile_search_form {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 4px 10px;
  gap: 8px;
}

.mobile_search_form i.fa-search {
  color: #94a3b8;
  font-size: 13px;
}

.mobile_search_form input {
  border: none;
  background: transparent;
  padding: 6px 0;
  width: 100%;
  font-size: 13.5px;
}

.mobile_search_form button {
  background: var(--hn-orange);
  color: #ffffff;
  border: none;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
}

.mobile_drawer_body {
  flex: 1;
  overflow-y: auto;
  padding: 12px 14px;
}

.mobile_nav_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mobile_nav_item {
  border-radius: 8px;
}

.mobile_nav_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-radius: 8px;
  color: #334155;
  font-size: 14.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

.mobile_link_text {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.mobile_link_text i {
  color: var(--hn-orange);
  width: 20px;
  text-align: center;
  font-size: 15px;
  flex-shrink: 0;
}

.mobile_link_text span {
  color: inherit;
  font-size: 14.5px;
  font-weight: 600;
}

.mobile_caret {
  font-size: 11px;
  color: #94a3b8;
  transition: transform 0.3s ease;
  margin-left: auto;
}

.mobile_nav_link:hover,
.mobile_nav_link.active {
  background: var(--hn-indigo-soft);
  color: var(--hn-indigo);
}

.mobile_nav_link:hover .mobile_link_text i,
.mobile_nav_link.active .mobile_link_text i {
  color: var(--hn-indigo);
}

.mobile_nav_item.open > .mobile_nav_link {
  background: var(--hn-indigo-soft);
  color: var(--hn-indigo);
}

.mobile_nav_item.open > .mobile_nav_link .mobile_link_text i {
  color: var(--hn-indigo);
}

.mobile_nav_item.open > .mobile_nav_link .mobile_caret {
  transform: rotate(180deg);
  color: var(--hn-indigo);
}

.mobile_submenu {
  list-style: none;
  padding: 4px 0 6px 14px;
  margin: 2px 0 0 14px;
  border-left: 2px solid var(--hn-indigo-light);
  display: none;
}

.mobile_submenu li {
  margin: 2px 0;
}

.mobile_submenu li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  font-size: 13.5px;
  color: #64748b;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.2s ease;
  text-decoration: none;
}

.mobile_submenu li a i {
  font-size: 12px;
  color: #94a3b8;
  width: 14px;
  text-align: center;
}

.mobile_submenu li a:hover,
.mobile_submenu li a.active {
  color: var(--hn-orange);
  background: var(--hn-orange-soft);
  font-weight: 600;
}

.mobile_submenu li a:hover i,
.mobile_submenu li a.active i {
  color: var(--hn-orange);
}

.mobile_drawer_footer {
  padding: 14px 18px;
  border-top: 1px solid #f1f5f9;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mob_btn_acc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--hn-indigo);
  color: #ffffff !important;
  padding: 10px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}

.mob_btn_acc:hover {
  background: var(--hn-indigo-dark);
}

.mob_btn_call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--hn-orange-soft);
  color: var(--hn-orange) !important;
  border: 1px solid var(--hn-orange-light);
  padding: 10px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}

.mob_btn_call:hover {
  background: var(--hn-orange);
  color: #ffffff !important;
}

/* ==========================================================================
   Hero Slider Section
   ========================================================================== */
.home_gallery_section {
  padding: 24px 0 10px;
}

.hero_slider_container {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.hero_slide {
  display: none;
  min-height: 380px;
  background: linear-gradient(135deg, #1e145c 0%, #3724b5 50%, #4f39f6 100%);
  color: white;
  padding: 40px;
  align-items: center;
  justify-content: space-between;
  animation: fadeIn 0.5s ease;
}

.hero_slide.active {
  display: flex;
}

.hero_slide_content {
  flex: 1;
  max-width: 600px;
  z-index: 2;
}

.hero_badge {
  display: inline-block;
  background: rgba(241, 103, 56, 0.3);
  backdrop-filter: blur(8px);
  padding: 4px 14px;
  border-radius: var(--radius-full);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 15px;
  border: 1px solid rgba(241, 103, 56, 0.5);
  color: #ffedd5;
}

.hero_title {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 16px;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.hero_subtitle {
  font-size: 17px;
  line-height: 1.6;
  color: #e0e7ff;
  margin-bottom: 25px;
}

.hero_btn_group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn_hero {
  background: var(--hn-orange);
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 28px;
  border-radius: var(--radius-md);
  box-shadow: 0 4px 14px rgba(241, 103, 56, 0.35);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn_hero:hover {
  background: #ffffff;
  color: var(--hn-indigo);
  transform: translateY(-2px);
}

.btn_hero_outline {
  background: transparent;
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  font-weight: 600;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: var(--radius-md);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn_hero_outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}

.hero_image_wrapper {
  flex: 0.9;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

.hero_mockup {
  max-height: 320px;
  border-radius: var(--radius-md);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  border: 4px solid rgba(255, 255, 255, 0.15);
  object-fit: cover;
  transition: transform 0.4s ease;
}

.slider_arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 5;
}

.slide_arrow {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  color: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: var(--transition);
}

.slide_arrow:hover {
  background: white;
  color: var(--hn-indigo);
}

.slider_dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 5;
}

.slider_dot {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
  transition: var(--transition);
}

.slider_dot.active {
  width: 24px;
  border-radius: 10px;
  background: var(--hn-orange);
}

/* ==========================================================================
   Category Filter Tabs
   ========================================================================== */
.home_catagory_section {
  padding: 30px 0 60px;
}

.category_nav_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.product_menu {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  padding: 6px;
  border-radius: var(--radius-full);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
}

.product_menu li a {
  display: inline-block;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #475569;
  border-radius: var(--radius-full);
  transition: var(--transition);
  white-space: nowrap;
}

.product_menu li.active a, .product_menu li a:hover {
  background-color: var(--hn-indigo);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(79, 57, 246, 0.25);
}

/* Title Header & Single Page Archive - HostNeko IT */
.single-page {
  padding: 30px 0 60px;
  background-color: var(--bg-light);
  min-height: 60vh;
}

.archive_title_sec {
  text-align: center;
  margin-bottom: 35px;
}

.archive_title {
  font-size: 28px;
  font-weight: 800;
  color: #0f172a;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-family: var(--font-heading);
}

.archive_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--hn-orange), var(--hn-indigo));
  border-radius: 2px;
}

.archive_title_sec .archive_title::after {
  left: 50%;
  transform: translateX(-50%);
}

.archive_subtitle {
  color: #64748b;
  font-size: 16px;
  margin-top: 6px;
}

/* ==========================================================================
   Product Cards & Grid - HostNeko IT (4 cols on desktop)
   ========================================================================== */
.product_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 40px;
  width: 100%;
}

@media (max-width: 1199px) {
  .product_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

@media (max-width: 768px) {
  .product_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}

@media (max-width: 480px) {
  .product_grid {
    grid-template-columns: 1fr;
  }
}

.product_sec {
  background: var(--bg-white);
  border: 1.5px solid #fed7aa;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}

.product_sec:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 30px rgba(79, 57, 246, 0.12);
  border-color: var(--hn-indigo);
}

.browser_mock_header {
  background: #f8fafc;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid #e2e8f0;
}

.browser_dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.dot_red { background: #ef4444; }
.dot_yellow { background: #f59e0b; }
.dot_green { background: #10b981; }

.browser_address {
  margin-left: 8px;
  background: white;
  border-radius: 4px;
  padding: 2px 10px;
  font-size: 11px;
  color: #64748b;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product_img {
  position: relative;
  overflow: hidden;
  height: 185px;
  background: #f8fafc;
}

.product_img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.product_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.6s ease;
}

.product_sec:hover .product_img img {
  transform: scale(1.06);
}

.product_icon_hover {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product_icon_hover i {
  color: #ffffff;
  font-size: 20px;
  background: var(--hn-orange);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.7);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.product_sec:hover .product_icon_hover {
  opacity: 1;
}

.product_sec:hover .product_icon_hover i {
  transform: scale(1);
}

.product_badge_float {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(30, 20, 92, 0.85);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 700;
}

.product_content {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.name_title {
  margin-bottom: 10px;
}

.name_title a {
  font-size: 17px;
  font-weight: 700;
  color: #1e293b;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.name_title a:hover {
  color: var(--hn-indigo);
}

.price_meta_row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 14px;
}

.price_title_one {
  font-size: 14px;
  color: #64748b;
  font-weight: 500;
}

.price_title_one span {
  font-size: 19px;
  font-weight: 800;
  color: var(--hn-orange);
}

.price_title_two {
  font-size: 13px;
  color: #64748b;
  margin-top: 4px;
}

.price_title_two span {
  color: var(--hn-indigo);
  font-weight: 600;
}

/* Card Action Buttons - HostNeko IT */
.price_demo {
  display: flex;
  gap: 8px;
  margin-top: auto;
  padding: 12px 16px 16px;
  background: #ffffff;
  border-top: 1px dashed #e2e8f0;
}

.btn-card-demo, .btn_demo_link, .price_demo a:first-child:not(.btn-order-related) {
  flex: 1;
  text-align: center;
  padding: 8px 10px;
  background: #f8fafc;
  color: #334155;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius-sm);
  font-size: 13.5px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: var(--transition);
}

.btn-card-demo:hover, .btn_demo_link:hover, .price_demo a:first-child:not(.btn-order-related):hover {
  background: #f1f5f9;
  color: var(--hn-indigo);
  border-color: var(--hn-indigo);
}

.btn-card-order, .btn-order-related, .price_demo a.btn-order-related {
  flex: 1.1;
  text-align: center;
  padding: 8px 10px;
  background: var(--hn-orange) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: var(--radius-sm);
  font-size: 13.5px;
  font-weight: 700 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  box-shadow: 0 2px 8px rgba(241, 103, 56, 0.3);
  cursor: pointer;
  transition: var(--transition);
}

.btn-card-order:hover, .btn-order-related:hover, .price_demo a.btn-order-related:hover {
  background: var(--hn-orange-hover) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(241, 103, 56, 0.4);
}

/* ==========================================================================
   Customer Dashboard (Screenshot 1 Matching)
   ========================================================================== */
.pit-dashboard-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid #e2e8f0;
  padding: 32px;
  max-width: 1040px;
  margin: 0 auto;
}

.dash_welcome_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 30px;
}

.dash_user_info h2 {
  font-size: 26px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 4px;
}

.dash_user_info p {
  color: #64748b;
  font-size: 15px;
}

.dash_actions {
  display: flex;
  gap: 12px;
}

.btn_dash_profile {
  background: var(--hn-indigo);
  color: #ffffff;
  padding: 9px 20px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 14px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 2px 8px rgba(79, 57, 246, 0.25);
}

.btn_dash_profile:hover {
  background: var(--hn-indigo-dark);
}

.btn_dash_logout {
  background: #f1f5f9;
  color: #475569;
  padding: 9px 18px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #cbd5e1;
  cursor: pointer;
}

.btn_dash_logout:hover {
  background: #e2e8f0;
  color: #0f172a;
}

.orders_filter_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.orders_filter_bar h3 {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
}

.order_search_input {
  padding: 9px 16px;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius-sm);
  font-size: 14px;
  width: 250px;
  background: #f8fafc;
}

.pit_orders_table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.pit_orders_table th {
  background: #f8fafc;
  color: #475569;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 16px;
  border-bottom: 2px solid #e2e8f0;
}

.pit_orders_table td {
  padding: 16px;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: middle;
  font-size: 14.5px;
  color: #334155;
}

.badge_unpaid {
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.badge_paid {
  background: #ecfdf5;
  color: #059669;
  border: 1px solid #a7f3d0;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.btn_make_payment {
  background: var(--hn-orange);
  color: #ffffff;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: var(--radius-sm);
  border: none;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 2px 8px rgba(241, 103, 56, 0.3);
}

.btn_make_payment:hover {
  background: var(--hn-orange-hover);
}

.pit_theme_summary {
  background: var(--hn-indigo-soft);
  border: 1px solid #c7d2fe;
  border-radius: var(--radius-md);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.pit_thm_title {
  font-weight: 800;
  font-size: 16px;
  color: var(--hn-indigo);
}

.pit_thm_price {
  font-size: 20px;
  font-weight: 800;
  color: var(--hn-orange);
}

.pit_form_group {
  margin-bottom: 16px;
}

.pit_form_group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 6px;
}

.pit_form_group input, .pit_form_group textarea, .pit_form_group select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius-sm);
  font-size: 14.5px;
  background: #fff;
  box-sizing: border-box;
}

.pit_form_group input:focus, .pit_form_group textarea:focus, .pit_form_group select:focus {
  border-color: var(--hn-indigo);
  box-shadow: 0 0 0 3px rgba(79, 57, 246, 0.12);
}

.checkbox_label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  background: #f8fafc;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid #e2e8f0;
}

.pit_submit_btn {
  width: 100%;
  padding: 12px;
  background: var(--hn-indigo);
  color: white;
  border: none;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(79, 57, 246, 0.25);
  transition: var(--transition);
}

.pit_submit_btn:hover {
  background: var(--hn-indigo-dark);
}

/* ==========================================================================
   Live Chat Widget
   ========================================================================== */
.live_chat_bubble {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--hn-orange), var(--hn-indigo));
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 8px 25px rgba(79, 57, 246, 0.35);
  cursor: pointer;
  z-index: 990;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.live_chat_bubble:hover {
  transform: scale(1.1);
}

.live_chat_drawer {
  position: fixed;
  bottom: 95px;
  right: 25px;
  width: 360px;
  height: 480px;
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  border: 1px solid #e2e8f0;
  display: none;
  flex-direction: column;
  z-index: 990;
  overflow: hidden;
  animation: fadeIn 0.25s ease;
}

.live_chat_drawer.show {
  display: flex;
}

.chat_header {
  background: var(--hn-indigo);
  color: white;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chat_agent_info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chat_avatar {
  width: 36px;
  height: 36px;
  background: var(--hn-orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
}

.chat_messages_body {
  flex: 1;
  padding: 15px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #f8fafc;
}

.chat_msg {
  max-width: 80%;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 13.5px;
  line-height: 1.4;
}

.chat_msg.bot {
  background: white;
  color: #1e293b;
  align-self: flex-start;
  border-bottom-left-radius: 2px;
  box-shadow: var(--shadow-sm);
  border: 1px solid #e2e8f0;
}

.chat_msg.user {
  background: var(--hn-indigo);
  color: white;
  align-self: flex-end;
  border-bottom-right-radius: 2px;
}

.chat_quick_chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.chip_btn {
  background: var(--hn-indigo-soft);
  color: var(--hn-indigo);
  border: 1px solid #c7d2fe;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 11.5px;
  cursor: pointer;
  font-weight: 600;
}

.chat_input_row {
  padding: 10px 14px;
  border-top: 1px solid #e2e8f0;
  display: flex;
  gap: 8px;
  background: white;
}

.chat_input_row input {
  flex: 1;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius-full);
  padding: 8px 14px;
  font-size: 13.5px;
}

.chat_send_btn {
  width: 36px;
  height: 36px;
  background: var(--hn-orange);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Footer */
.footer_menu_sec {
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
  padding: 24px 0;
  margin-top: auto;
}

.footer_links_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.footer_links_wrap a {
  color: #64748b;
  font-weight: 600;
  font-size: 14px;
}

.footer_links_wrap a:hover {
  color: var(--hn-indigo);
}

.footer_copyright_sec {
  background: var(--hn-indigo-deep);
  color: #e0e7ff;
  padding: 16px 0;
  font-size: 13.5px;
  text-align: center;
}

.footer_copyright_sec strong {
  color: var(--hn-orange);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1199px) {
  .main_nav_menu > li > a {
    padding: 8px 9px;
    font-size: 13.5px;
    gap: 4px;
  }
  .main_nav_menu > li > a .menu_icon {
    font-size: 13px;
  }
  .header_search_box input {
    width: 120px;
  }
  .header_search_box input:focus {
    width: 160px;
  }
}

@media (min-width: 992px) {
  .main_nav_menu {
    display: flex !important;
  }
  .mobile_menu_btn {
    display: none !important;
  }
  .mobile_nav_drawer {
    display: none !important;
  }
  .mobile_drawer_overlay {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .main_nav_menu {
    display: none !important;
  }
  .mobile_menu_btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .header_search_box {
    display: none;
  }
  .mobile_nav_drawer {
    display: flex !important;
  }
  .mobile_drawer_overlay {
    display: block !important;
  }
  .product_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .top_header_inner {
    flex-direction: column;
    text-align: center;
    gap: 6px;
  }
  .product_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .hero_slide {
    flex-direction: column;
    padding: 25px 20px;
    text-align: center;
  }
  .hero_btn_group {
    justify-content: center;
  }
  .hero_image_wrapper {
    margin-top: 20px;
  }
  .brand_logo {
    font-size: 23px;
  }
}

@media (max-width: 480px) {
  .product_grid {
    grid-template-columns: 1fr;
  }
  .brand_logo {
    font-size: 21px;
  }
}


