body {
  /*font-family: "Georgia", serif;*/
    font-family: Karla, sans-serif;
}

/* Top Disclaimer */

.top-disclaimer {
  background: #0749B5;
  color: #f5f5f5;
  font-size: 13px;
  padding: 8px 15px;
}


.hero-section-home {
  background: url('http://epsonhelpline.com/print/Banner_epson.png') no-repeat center center;
  background-size: cover;
  height: 720px; 
  color: #fff;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/* Hero Section  */
.hero-section {
  background:#97a7cb;
  color: black;
  padding-bottom: 80px;
  margin-top: -20px;
}
 

/* Logo */
.logo-circle {
  background: #6e3a32;
  border-radius: 50%;
  padding: 10px 12px;
  font-weight: bold;
}

.logo-text {
  line-height: 1.1;
  font-size: 14px;
}

.logo-text small {
  font-size: 11px;
  letter-spacing: 1px;
}


.navbar-toggler-icon {
    display: inline-block !important;
    width: 1.5em !important;
    height: 1.5em !important;
    vertical-align: middle !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% !important;
}


/* Navbar */
.navbar {
  padding: 0;
}

.navbar .nav-link {
  color: black;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
}

.navbar .nav-link:hover {
  color: #ffd6cc;
}

/* Hero Content */
.hero-content {
  margin-top: 60px;
  max-width: 900px;
}

.hero-content h1 {
  font-size: 48px;
  letter-spacing: 4px;
  margin-bottom: 30px;
}

.hero-content p {
  font-size: 18px;
  line-height: 1.8;
}

/* Feature Strip */
.feature-strip {
  background: #2f2a28;
  color: #fff;
  padding: 25px 0;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 32px;
  }

  .hero-content p {
    font-size: 16px;
  }
}


/* Second Section Styling */
.printer-info-section {
  background: #fafafa;
  color: #333;
}

.section-title {
  font-size: 40px;
  font-family: "Cormorant", serif;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.printer-info-section p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 12px;
}

.small-heading {
  font-size: 12px;
  letter-spacing: 2px;
  color: #8b4f44;
  font-weight: 600;
}

.content-title {
  font-size: 40px;
  font-family: "Cormorant", serif;
  margin: 10px 0 20px;
  font-weight: 600;
}

.printer-img {
  max-width: 100%;
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .content-title {
    font-size: 20px;
  }

  .section-title {
    font-size: 18px;
  }
}


/* Third Section */
.checklist-section {
  background: #ffffff;
  color: #333;
}

.checklist-section p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 14px;
}

.section-title {
  font-size: 40px;
  font-family: "Cormorant", serif;
  font-weight: 600;
  margin-bottom: 25px;
} 

.small-heading {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  color: #8b4f44;
  font-weight: 600;
  margin-bottom: 10px;
}

.checklist-img {
  max-width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 22px;
  }
}

/* Fourth Section */
.fix-offline-section {
  background: #f8f8f8;
}

.fix-box {
  background: #8b4f44;
  color: #fff;
  padding: 40px 30px;
}

.fix-box h2 {
  font-size: 22px;
  line-height: 1.4;
  margin: 15px 0;
  font-weight: 600;
}

.fix-box p {
  font-size: 15px;
  line-height: 1.7;
}

.fix-steps {
  list-style: disc;
  padding-left: 20px;
}

.fix-steps li {
  font-size: 15px;
  margin-bottom: 12px;
  line-height: 1.7;
  color: #333;
}

/* Responsive */
@media (max-width: 768px) {
  .fix-box h2 {
    font-size: 20px;
  }
}



/* Fifth Section */
.offline-fix-section {
  background: #ffffff;
  color: #333;
}

.fix-image-box {
  margin-top: 20px;
}

.image-caption {
  font-size: 14px;
  margin-top: 12px;
  line-height: 1.6;
  color: #555;
}

.fix-list {
  padding-left: 20px;
}

.fix-list li {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 22px;
  }
}


/* Seventh Section - Why Choose Us */
.why-choose-section {
  background: #2f2a28;   /* same dark background */
  color: #ffffff;        /* white font */
}

.why-title {
  font-size: 40px;
  font-family: "Cormorant", serif;
  letter-spacing: 2px;
  margin-bottom: 35px;
  font-weight: 600;
}

.why-choose-section p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 22px;
  color: #f1f1f1;
}

.highlight-text {
  margin-top: 30px;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .why-title {
    font-size: 26px;
  }

  .why-choose-section p {
    font-size: 15px;
  }
}


/* FAQ Section */
.faq-section {
  background: #7b4a4f;   /* same maroon background */
  color: #ffffff;
}

.faq-title {
  font-size: 40px;
  font-family: "Cormorant", serif;
  margin-bottom: 40px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Accordion overrides */
.faq-accordion .accordion-item {
  background: transparent;
  border: none;
  margin-bottom: 20px;
}

.faq-accordion .accordion-button {
  background: transparent;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding-left: 0;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #ffffff;
  box-shadow: none;
}

.faq-accordion .accordion-button::after {
  filter: invert(1);
}

.faq-accordion .accordion-body {
  padding-left: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #f2f2f2;
}

/* Mobile */
@media (max-width: 768px) {
  .faq-title {
    font-size: 26px;
  }

  .faq-accordion .accordion-button {
    font-size: 16px;
  }
}

/* Footer Section */
.site-footer {
  background: #2f2a28;   /* same dark background */
  color: #ffffff;
}

.footer-title {
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 600;
}

.site-footer p {
  font-size: 15px;
  line-height: 1.8;
  color: #e5e5e5;
}

.footer-links {
  list-style: none;
  padding-left: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
}

.footer-links a:hover {
  text-decoration: underline;
  color: #ffd6cc;
}

/* Mobile */
@media (max-width: 768px) {
  .footer-title {
    font-size: 16px;
  }
}


/* blog section */


.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.blog-card img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.blog-title {
  font-size: 26px;
  font-family: "Cormorant", serif;
  font-weight: 600;
  line-height: 1.4;
}

.text-muted {
     font-size: 16px;
}

.read-more {
  font-weight: 600;
  text-decoration: none;
  color: #000;
  letter-spacing: 1px;
}

.read-more:hover {
  color: #0d6efd;
}



/* blog seaction */

/* blog view  */

.blog-detail-title {
  font-weight: 600;
  line-height: 1.4;
}

.sidebar-list li {
  margin-bottom: 10px;
}

.sidebar-list a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.sidebar-list a:hover {
  color: #0d6efd;
}


.blogs-readlink {
    font-weight: 600;
    text-decoration: none;
    color: #000;
    /* letter-spacing: 1px; */
}


/* blog view  */

