 /* Global Font Styles */
body {
      font-family: "Geologica", sans-serif;
      text-align: justify;

}

h1, h2, h3, h4, h5, h6, .call-btn {
      font-family: "Geologica", sans-serif;
    }
    h2{
      color: #0050ff;
    }
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
/* Navbar */
.navbar {
  background: white;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.logo {
  font-size: 1.6rem;
  font-weight: 700;
}

.logo span {
  color: #0050ff;
}

.menu-toggle {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
}

/* Navigation Links */
.nav-links {
  display: flex;
  gap: 25px;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.nav-links .highlight {
  color: #0050ff;
}

.icons {
  display: flex;
  gap: 18px;
  font-size: 1.1rem;
  color: #444;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .fa-search{
    display: none;
  }
  .fa-user{
    display: none;
  }
  .menu-toggle {
    display: block;
    margin-left: 30px;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    border-top: 1px solid #eee;
  }

  .nav-links.active {
    display: flex;
  }

  .icons {
    margin-left: auto;
    padding-left: 10px;
      margin-right:auto ;
      margin-top: 10px;
  
  }

}

/* Hero Section */
.hero {
  display: flex;
  align-items: center;
  padding: 60px 0;
  background: #121212;
  color: white;
}
.hero-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.hero .text {
  flex: 1;
  min-width: 300px;
  padding-right: 40px;
}
.hero .image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}
.hero .image img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
}
.hero h1 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 20px;
}
.breadcrumb {
  color: #3a78ff;
  font-size: 1.2rem;
  text-decoration: none;
}
.breadcrumb i {
  margin-right: 6px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-content {
    flex-direction: column;
    text-align: center;
  }
  .hero .text {
    padding: 0;
    margin-bottom: 30px;
  }
  .nav-links, .icons {
    display: none; /* Mobile menu logic can be added if needed */
  }
}

.hero-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 30px;
  background-color: #3a78ff;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.hero-btn:hover {
  background-color: #0050ff;
}

/* Sidebar Fix */
.main-section{
  margin-top: 100px;
}
.main-flex {
  display: flex;
  align-items: flex-start;
}

.sidebar {
  position: sticky;
  top: 100px;
  width: 300px;
  background: #f5f5f5;
  padding: 20px;
  height: fit-content;
  border-radius: 8px;
}

.sidebar ul {
  padding-left: 0;
}

.sidebar ul li {
  margin-bottom: 15px;
}

.sidebar ul li a {
  color: #0a49f6;
  font-weight: bold;
  text-decoration: none;
}

.sidebar ul li a:hover {
  color: #fff;
}

.content-area {
  flex: 1;
  padding-left: 60px;
}

.section {
  margin-bottom: 60px;
}

.section img {
  margin-top: 20px;
  max-width: 100%;
  border-radius: 8px;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .main-flex {
    flex-direction: column;
  }

  .sidebar {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }

  .content-area {
    padding-left: 0;
  }
}
.sidebar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-nav li {
  margin-bottom: 15px;
}

.sidebar-nav a {
  display: block;
  background: #ffffff;
  padding: 12px 15px;
  border-left: 5px solid #0a49f6;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.sidebar-nav a i {
  margin-right: 10px;
  color: #0a49f6;
}

.sidebar-nav a:hover {
  background-color: #0a49f6;
  color: white;
  border-left-color: #063cd4;
}

.sidebar-nav a:hover i {
  color: white;
}

  .sidebar-nav ul.sub-nav {
    list-style: none;
    padding-left: 20px;
    margin-top: 8px;
  }

  .sidebar-nav ul.sub-nav li a {
    font-size: 0.9rem;
    color: #555;
  }

  .sidebar-nav ul.sub-nav li a:hover {
    color: #fff;
    text-decoration: underline;
  }

#history1, #inkjet, #unpack, #paperjams{
  padding-top: 50px!important;
}

.nav-links a.highlight {
  color: #0a49f7; /* example highlight color */
  font-weight: bold;
  /*border-bottom: 2px solid #0a49f7;*/
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.support-box {
  background: #fff;
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.support-box h4 {
  margin-bottom: 15px;
  color: #333;
}

.support-box p {
  color: #555;
}

.support-box .btn {
  margin-top: 10px;
  font-size: 14px;
  display: inline-block;
}

.faq-list {
  list-style: none;
  padding-left: 0;
}

.faq-list li {
  margin-bottom: 8px;
  color: #444;
}

.support-image img {
  width: 100%;
  border-radius: 10px;
}

.site-footer {
  background-color: #222;
  color: #eee;
  padding: 60px 20px 20px;
  font-family: 'Geologica', sans-serif;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  border-bottom: 1px solid #444;
  padding-bottom: 30px;
}

.footer-logo h2 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 10px;
}

.footer-logo span {
  /*color: #f05a24;*/
  color: #0050ff;
}

.footer-logo p {
  font-size: 14px;
  color: #bbb;
  max-width: 300px;
}

.footer-links, .footer-legal {
  min-width: 200px;
}

.footer-links h5,
.footer-legal h5 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
}

.footer-links ul,
.footer-legal ul {
  list-style: none;
  padding: 0;
}

.footer-links li,
.footer-legal li {
  margin-bottom: 8px;
}

.footer-links a,
.footer-legal a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-links a:hover,
.footer-legal a:hover {
  color: #fff;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  color: #888;
}
