/* -------------------- */
/* 🔹 Global Base Reset */
/* -------------------- */
* {
  font-family: 'Inter', sans-serif;
}

/* -------------------- */
/* 🔹 Navbar / Header */
/* -------------------- */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1020;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.navbar-nav .nav-link {
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
footer a:hover {
  color: #007bff;
  text-decoration: underline;
}

/* -------------------- */
/* 🔹 Hero Slider */
/* -------------------- */
section.hero-slider {
  position: relative;
}

hero-img {
  height: auto;
  max-height: 100vh;
  object-fit: contain;
}

.carousel-item {
  position: relative;
  text-align: left;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 5%;
  right: 5%;
}

@media (max-width: 768px) {
  .carousel-caption h1 {
    font-size: 1.5rem;
  }
  .carousel-caption p {
    font-size: 1rem;
  }
}

/* -------------------- */
/* 🔹 Service Cards */
/* -------------------- */
.service-card {
  transition: all 0.3s ease-in-out;
  border-radius: 12px;
  overflow: hidden;
}

.service-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.service-card img {
  height: 220px;
  object-fit: cover;
  width: 100%;
}

.card-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.card-text {
  color: #555;
  font-size: 0.95rem;
}

/* -------------------- */
/* 🔹 About Section */
/* -------------------- */
.about-section p {
  font-size: 1rem;
  line-height: 1.6;
}

.about-section .btn-primary {
  background: #5c4bff;
  border: none;
  transition: all 0.3s ease;
}

.about-section .btn-primary:hover {
  background-color: #3c2ee3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.about-section img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* -------------------- */
/* 🔹 Testimonial Section */
/* -------------------- */
.testimonial-section {
  background-image: url('../../../www.attractivewebsolutions.com/printer/assets/images/testimonial-bg');
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 400px;
}

.testimonial-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

.testimonial-section .container {
  z-index: 2;
}

.testimonial-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  margin: auto;
}

.swiper-slide blockquote {
  max-width: 700px;
  margin: auto;
  font-size: 1.1rem;
  line-height: 1.6;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
}

/* -------------------- */
/* 🔹 Printer Usage Box */
/* -------------------- */
.printer-box {
  padding: 10px 0;
  font-size: 1rem;
}

.printer-box ul {
  list-style-type: disc;
  padding-left: 20px;
}

.printer-box ul li {
  margin-bottom: 8px;
}

@media (max-width: 576px) {
  .printer-box h4 {
    font-size: 1.1rem;
  }
  .printer-box p, 
  .printer-box ul {
    font-size: 0.95rem;
  }
}

/* -------------------- */
/* 🔹 Brand Boxes */
/* -------------------- */
.bg-light-blue {
  background-color: #f0f7ff;
}

.brand-box {
  height: 100px;
  transition: transform 0.3s ease;
}

.brand-box:hover {
  transform: scale(1.05);
}

.brand-img {
  max-height: 60px;
  object-fit: contain;
}

/* -------------------- */
/* 🔹 Usage Section */
/* -------------------- */
.usage-box ul {
  list-style-type: disc;
  padding-left: 20px;
}

.usage-box ul li {
  margin-bottom: 6px;
}

@media (max-width: 767.98px) {
  .usage-box {
    /* Optional text alignment for small screens */
  }
}

/* -------------------- */
/* 🔹 Breadcrumb Section */
/* -------------------- */
.custom-breadcrumb {
  position: relative;
  background-image: url('../../../laptopsservice.center/printer/assets/images/breadcrumb-bg');
  background-size: cover;
  background-position: center;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.breadcrumb-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1;
}

.breadcrumb-content {
  position: relative;
  z-index: 2;
}

.breadcrumb-content h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 10px;
  font-size: 1rem;
  color: #fff;
}

.breadcrumb-list li a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-list li a:hover {
  text-decoration: underline;
}

@media (max-width: 576px) {
  .custom-breadcrumb {
    height: 200px;
    padding: 0 15px;
  }

  .breadcrumb-content h1 {
    font-size: 1.8rem;
  }

  .breadcrumb-list {
    font-size: 0.9rem;
  }
}

/* -------------------- */
/* 🔹 Disclaimer Section */
/* -------------------- */
.disclaimer-section {
  padding: 50px 20px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  background-color: #fff;
  color: #111;
}

.disclaimer-section .container {
  max-width: 900px;
  margin: auto;
}

.disclaimer-section h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}

.disclaimer-section p,
.disclaimer-section ul {
  margin-bottom: 16px;
}

.disclaimer-section .justify {
  text-align: justify;
}

.disclaimer-section ul {
  padding-left: 20px;
}

.disclaimer-section ul li {
  margin-bottom: 6px;
}

.disclaimer-section hr {
  border: none;
  border-top: 1px solid #aaa;
  margin: 30px 0;
}

@media (max-width: 600px) {
  .disclaimer-section {
    font-size: 15px;
  }

  .disclaimer-section h3 {
    font-size: 17px;
  }
}

/* -------------------- */
/* 🔹 Desktop Header & Menu */
/* -------------------- */
.site-header {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  padding: 10px 0;
  position: relative;
  z-index: 999;
}

.header-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}

.logo img {
  height: 40px;
}

.main-nav ul {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: 0.3s;
  padding: 5px 8px;
}

.main-nav ul li a:hover {
  color: #0047ab;
  background: #f0f0f0;
  border-radius: 4px;
}

.setup-btn {
  padding: 8px 16px;
  background: #0047ab;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
}

/* -------------------- */
/* 🔹 Mobile Menu */
/* -------------------- */
.mobile-toggle {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

.mobile-center-btn {
  display: none;
}

.header-btn {
  display: block;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 260px;
  height: 100vh;
  background: #fff;
  box-shadow: -2px 0 8px rgba(0,0,0,0.15);
  transition: right 0.3s ease;
  z-index: 9999;
  padding: 20px;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.close-btn {
  font-size: 24px;
  cursor: pointer;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
}

.mobile-menu ul li {
  margin-bottom: 15px;
}

.mobile-menu ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

/* -------------------- */
/* 🔹 Responsive Header */
/* -------------------- */
@media (max-width: 768px) {
  .main-nav {
    display: none;
  }

  .header-btn {
    display: none;
  }

  .mobile-toggle {
    display: block;
  }

  .mobile-center-btn {
    display: block;
  }

  .header-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .logo {
    flex: 1;
    display: flex;
    align-items: center;
  }

  .mobile-center-btn {
    flex: 1;
    display: flex;
    justify-content: center;
    margin: 10px 0;
  }

  .mobile-toggle {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
}

/* -------------------- */
/* 🔹 Footer */
/* -------------------- */
footer {
  background: #000;
  color: white;
  padding: 20px 0;
  text-align: center;
}

footer a {
  color: white;
  margin: 0 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.printer-contact-section {
  padding: 60px 20px;
  background: #fff;
}

.printer-contact-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.printer-contact-text {
  flex: 1 1 50%;
  font-size: 15px;
  color: #111;
  line-height: 1.6;
}

.printer-contact-text p {
  margin-bottom: 15px;
}

.printer-contact-text a {
  color: #0047ab;
  text-decoration: none;
}

.printer-contact-text a:hover {
  text-decoration: underline;
}

.printer-contact-img {
  flex: 1 1 45%;
  text-align: right;
}

.printer-contact-img img {
  width: 100%;
  max-width: 450px;
  border-radius: 10px;
  height: auto;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
  .printer-contact-flex {
    flex-direction: column-reverse;
    text-align: center;
  }

  .printer-contact-text,
  .printer-contact-img {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .printer-contact-img {
    text-align: center;
  }
}


.about-us-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.about-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.about-text {
  flex: 1 1 55%;
  font-size: 15px;
  color: #333;
  line-height: 1.7;
}

.about-text h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #0047ab;
}

.about-text p {
  margin-bottom: 15px;
}

.about-image {
  flex: 1 1 40%;
  text-align: right;
}

.about-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

/* Responsive Styling */
@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
    text-align: center;
  }

  .about-text,
  .about-image {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .about-image {
    text-align: center;
    margin-top: 20px;
  }

  .about-text h2 {
    font-size: 26px;
  }
}
