/* Banner Section */
.banner-section {
    background: url('../img/Header-neew.jpg') center/cover no-repeat;
    padding: 147px 0 88px;
    position: relative;
}
.card.printer-card h3 {
    position: absolute;
    margin-top: 83px;
    font-size: 22px;
}
.printer-logo {
    max-width: 100px;
    height: auto;
}

.btn-primary {
    background-color: #007bff;
    border: none;
    border-radius: 8px;
    padding: 9px 43px;
    font-weight: 500;
}

.btn-primary:hover {
    background-color: #0056b3;
}
.banner-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(25, 84, 196, 0.85);
}
.banner-section .container {
    position: relative;
    z-index: 2;
}
.btn_banner {
    margin-top: 16px;
    position: absolute;
    bottom: 11px;
}
.banner-title {
    font-size: 1.9rem;
    font-weight: 600;
    margin-bottom: 110px;
}
.printer-cards {
    margin-top: 8px;
    width: 100%;
    margin-top: -166px;
}
.printer-card {
    background: white;
    border: 1px solid #4e4646;
    text-align: center;
    box-shadow: 0 2px 3px rgb(0 0 0);
    padding: 31px 23px;
    border-radius: 0 0 16px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.printer-card img {
    max-width: 100px;
    margin-bottom: 100px;
}
.printer-card .btn {
    border-radius: 10px;
}

/* Troubleshooting Section */
.troubleshooting-section .section-heading {
    font-weight: 700;
    margin-bottom: 20px;
}
.troubleshooting-list {
    padding-left: 20px;
}
.troubleshooting-list li {
    margin-bottom: 8px;
}

/* Hardware Setup Section */
.hardware-setup-section .section-heading {
    font-weight: 700;
    margin-bottom: 15px;
}
.hardware-setup-section .section-text {
    max-width: 700px;
    margin: 0 auto;
}

/* Install Ink Section */
.install-section .section-heading {
    font-weight: 700;
    margin-bottom: 20px;
}

/* FAQ Section */
.faq-section .section-heading {
    font-weight: 700;
    margin-bottom: 20px;
}


/* shree css */



    /* body, html {
      margin: 0; padding: 0; height: 100%;
      font-family: Arial, sans-serif;
    } */
    /* HEADER */
    header {
      background: #fff;
      padding: 10px 0;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }
    .navbar-brand img {
      height: 45px;
    }
    .navbar-nav .nav-link {
      font-weight: 500;
      color: #000;
      padding: 8px 15px;
      transition: color 0.3s ease;
    }
    .navbar-nav .nav-link:hover {
      color: #0278ab;
    }

    /* HERO SECTION */
    .hero-section {
      position: relative;
      width: 100%;
      min-height: 500px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      overflow: hidden;
    }
    .hero-bg {
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: url('/img/Header-neew.jpg') no-repeat center center/cover;
      z-index: 1;
    }
    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #2E7696;
      z-index: 2;
    }
    .container.hero-content {
      position: relative;
      z-index: 3;
      max-width: 1200px;
      width: 100%;
      padding: 0 30px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .left-content {
      max-width: 600px;
      flex: 1;
    }
    .left-content h2 {
      font-size: 1.875rem;
      font-weight: 600;
      line-height: 1.3em;
    }
    .left-content p {
      font-weight: 600;
      font-size: 1rem;
      line-height: 1.5;
      margin-bottom: 2rem;
    }
    .download-btn {
      background-color: black;
      border-radius: 6px;
      color: white;
      font-weight: 600;
      font-size: 1rem;
      padding: 12px 28px;
      border: none;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      transition: background-color 0.3s ease;
      text-decoration: none;
    }
    .download-btn:hover {
      background-color: #222;
    }
    .right-content {
      flex: 1;
      text-align: center;
      position: relative;
    }
    .right-content img {
      max-width: 100%;
      height: auto;
      position: relative;
      z-index: 4;
      max-height: 440px;
      object-fit: contain;
    }
    @media (max-width: 768px) {
      .container.hero-content {
        flex-direction: column;
        text-align: center;
      }
      .left-content, .right-content {
        max-width: 100%;
        flex: none;
      }
      .left-content h2 {
        font-size: 1.5rem;
      }
      .download-btn {
        justify-content: center;
        width: 100%;
      }
      .btn-primary {
    background-color: #007bff;
    border: none;
    border-radius: 8px;
    padding: 9px 29px;
    font-weight: 500;
}
.printer-card img {
    max-width: 68px;
    margin-bottom: 80px;
}
.card.printer-card h3 {
    position: absolute;
    margin-top: 24px;
    font-size: 22px;
}
    }



    .hp_footer {
    background: black;
}
#my-bnt {
    padding: 6px 30px 6px 30px;
    border: 0px;
    background-color: #0096d6;
    color: #fff;
    margin-top: 15px;
}
.brother_footer {
    background: #152ea5;
}
.ep_footer {
    background: #f2f6f7;
}

section.form {
    background: #f6f6f6;
}