/* ===============================
   Hero Section - Light Mode
================================= */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('img/print-solution-hero.webp') no-repeat center center/cover;
  overflow: hidden;
}

.hero-overlay-light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
  padding-top: 40px;
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: 'Rajdhani', sans-serif;
  color: #111;
}

.hero-subtitle {
  font-size: 18px;
  margin-bottom: 30px;
  color: #333;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 16px;
  }
}

/* ===============================
   Services Section
================================= */
.section-title {
  font-family: 'Rajdhani', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #111;
}

.service-card i {
  font-size: 3rem;
}

/* Optional hover effect */
.service-card:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* ===============================
   Company Profile Section
================================= */
.company-profile-section .section-title {
  font-family: 'Rajdhani', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #111;
}

.company-profile-section p {
  font-size: 16px;
  line-height: 1.6;
}
/* ===============================
   Latest Print Technology Section
================================= */
.latest-tech-section .section-title {
  font-family: 'Rajdhani', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #111;
}

.tech-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 300px;
}

.tech-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.learn-more i {
  transition: margin-left 0.3s ease;
}

.learn-more:hover i {
  margin-left: 6px;
}

/* ===============================
   Company Stats Section
================================= */
.company-stats-section .section-title {
  font-family: 'Rajdhani', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #111;
}

.stat-card {
  background-color: #f9f9f9;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.stat-number {
  font-family: 'Rajdhani', sans-serif;
}
/* ===============================
   Lead Magnet CTA Banner
================================= */
.lead-cta-banner {
  background: url('img/lead-banner.webp') no-repeat center center/cover;
  min-height: 300px;
}

.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
  z-index: 1;
}

.lead-cta-banner .container {
  z-index: 2;
}

.cta-title {
  font-family: 'Rajdhani', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.cta-subtitle {
  font-size: 16px;
  color: #ddd;
}

/* ===============================
   Testimonials Section
================================= */
.testimonial-section .section-title {
  font-family: 'Rajdhani', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

.testimonial-box {
  font-family: sans-serif;
  transition: all 0.3s ease;
}

.testimonial-box:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 2rem;
  height: 2rem;
}
.faq-section .section-title {
  font-family: 'Rajdhani', sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.accordion-button:not(.collapsed) {
  background-color: #1e1e1e;
  color: #fff;
}

.accordion-item {
  border: 1px solid #444;
  border-radius: 5px;
  margin-bottom: 10px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  font-size: 15px;
  line-height: 1.7;
  color: #ccc;
}

/* ===============================
   Footer Styling
================================= */
.site-footer {
  font-family: 'Rajdhani', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.footer-brand {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #f8b500;
}

.footer-heading {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.footer-text {
  font-size: 16px;
  color: #ccc;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #ddd;
  text-decoration: none;
  transition: 0.2s;
}

.footer-links a:hover {
  text-decoration: underline;
  color: #f8b500;
}

.social-icons a {
  color: #f8b500;
  font-size: 20px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #fff;
}
/* Multicolor Gradient Text */
.multicolor-text {
  background: linear-gradient(90deg, #ff5e57, #ffb400, #00c853, #2196f3, #9c27b0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 800;
}

/* Policy Section Improvements */
#policies {
  background-color: #f5f7fa;
}

#policies .accordion-button {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0c1b3a;
  background-color: #e9ecef;
}

#policies .accordion-button:not(.collapsed) {
  color: #ffffff;
  background: linear-gradient(90deg, #0c1b3a, #3a4979);
}

#policies .accordion-body {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

/* Add heading styles inside accordion */
#policies .accordion-body h5 {
  font-size: 1.15rem;
  margin-top: 1.2rem;
  font-weight: 600;
  color: #0c1b3a;
}

/* List style enhancements */
#policies .accordion-body ul {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

#policies .accordion-body ul li {
  margin-bottom: 6px;
  color: #444;
}

