/**
 * Digital Business Card Page - Common styles
 * Used by digital-business-card.php
 */

/* ========== Global page enhancements ========== */
html { scroll-behavior: smooth; }

/* Gradient text utility */
.dbc-gradient-text {
  background: linear-gradient(135deg, #009ddc 0%, #0066a0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ========== Section Spacing System ========== */
/* Consistent spacing between all major page sections for visual hierarchy & flow */

section {
  position: relative;
}

/* Top section spacing */
#content-3 { margin-top: 0; margin-bottom: 0; }
.dbc-trust-stats { margin-top: 0; margin-bottom: 40px; padding-top: 30px; padding-bottom: 30px; }
nav[aria-label="On this page"] { margin-top: 0; margin-bottom: 50px; }
#why-choose-us { margin-top: 20px; margin-bottom: 40px; }
#digital-vs-paper { margin-top: 20px; margin-bottom: 40px; }
#content-5 { margin-top: 20px; margin-bottom: 40px; }
#features-5 { margin-top: 20px; margin-bottom: 40px; }
#content-11 { margin-top: 20px; margin-bottom: 40px; }
#content-12 { margin-top: 20px; margin-bottom: 40px; }
#content-2 { margin-top: 20px; margin-bottom: 40px; }
#customer-reviews { margin-top: 20px; margin-bottom: 40px; }
.faq-wrapper { margin-top: 20px; margin-bottom: 40px; }
#dbc-services { margin-top: 30px; margin-bottom: 40px; }
#download-6 { margin-top: 40px; margin-bottom: 0; }
#footer-2 { margin-top: 40px; margin-bottom: 0; }

/* Spacing inside section wrappers */
.dbc-svc-hero { margin-bottom: 0; }
.dbc-svc-process { margin-top: 60px; margin-bottom: 0; }
.dbc-svc-stats { margin-top: 0; margin-bottom: 0; }
.dbc-svc-cta { margin-top: 60px; margin-bottom: 0; }

/* Footer CTA spacing */
.footer-cta { margin: 40px 0; }

/* Nearby places spacing */
.dbc-nearby-places { margin-top: 40px; margin-bottom: 20px; }

/* Section dividers for visual separation */
#why-choose-us::before,
#digital-vs-paper::before,
#features-5::before,
#customer-reviews::before,
.faq-wrapper::before,
#dbc-services::before {
  content: '';
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,157,220,0.1), transparent);
  margin-bottom: 0;
}

/* Responsive section spacing */
@media (max-width: 992px) {
  .dbc-trust-stats { margin-bottom: 30px; padding: 25px 0; }
  nav[aria-label="On this page"] { margin-bottom: 40px; }
  #why-choose-us, #digital-vs-paper, #content-5, #features-5,
  #content-11, #content-12, #content-2, #customer-reviews,
  .faq-wrapper { margin-top: 15px; margin-bottom: 30px; }
  #dbc-services { margin-top: 25px; margin-bottom: 30px; }
  .dbc-svc-process { margin-top: 50px; }
  .dbc-svc-cta { margin-top: 50px; }
  .footer-cta { margin: 30px 0; }
  .dbc-nearby-places { margin-top: 30px; margin-bottom: 15px; }
}

@media (max-width: 768px) {
  .dbc-trust-stats { margin-bottom: 25px; padding: 20px 0; }
  nav[aria-label="On this page"] { margin-bottom: 30px; }
  #why-choose-us, #digital-vs-paper, #content-5, #features-5,
  #content-11, #content-12, #content-2, #customer-reviews,
  .faq-wrapper { margin-top: 12px; margin-bottom: 25px; }
  #dbc-services { margin-top: 20px; margin-bottom: 25px; }
  .dbc-svc-process { margin-top: 40px; }
  .dbc-svc-cta { margin-top: 40px; }
  .footer-cta { margin: 25px 0; }
  .dbc-nearby-places { margin-top: 25px; margin-bottom: 12px; }
}

@media (max-width: 576px) {
  .dbc-trust-stats { margin-bottom: 20px; padding: 18px 0; }
  nav[aria-label="On this page"] { margin-bottom: 25px; }
  #why-choose-us, #digital-vs-paper, #content-5, #features-5,
  #content-11, #content-12, #content-2, #customer-reviews,
  .faq-wrapper { margin-top: 10px; margin-bottom: 20px; }
  #dbc-services { margin-top: 15px; margin-bottom: 20px; }
  .dbc-svc-process { margin-top: 30px; }
  .dbc-svc-cta { margin-top: 30px; }
  .footer-cta { margin: 20px 0; }
  .dbc-nearby-places { margin-top: 20px; margin-bottom: 10px; }
}

/* ========== Hero / Content-3 section enhancement ========== */
#content-3 {
  position: relative;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 40%, #f8faff 100%);
  overflow: hidden;
}

#content-3::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0,157,220,0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

#content-3::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0,102,160,0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

#content-3 .container {
  position: relative;
  z-index: 1;
}

#content-3 h1.h2-md {
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

#content-3 h1.h2-md::after {
  content: '';
  display: block;
  width: 64px;
  height: 4px;
  background: linear-gradient(90deg, #009ddc, #0066a0);
  border-radius: 2px;
  margin-top: 12px;
}

/* Hero badge-like intro */
#content-3 .p-lg strong {
  color: #009ddc;
}

/* Hero CTA buttons */
#content-3 .btn-skyblue {
  background: linear-gradient(135deg, #009ddc 0%, #0066a0 100%);
  border: none;
  box-shadow: 0 8px 24px rgba(0,157,220,0.35);
  color: #fff;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 50px;
  transition: transform 0.25s, box-shadow 0.25s;
}

#content-3 .btn-skyblue:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,157,220,0.45);
  color: #fff;
}

/* ========== Breadcrumb ========== */
.breadcrumb {
  background: transparent;
  padding: 0;
}

.breadcrumb-item a {
  color: #009ddc;
  font-weight: 500;
}

.breadcrumb-item.active {
  color: #64748b;
}

/* ========== Trust stats bar ========== */
.dbc-trust-stats {
  background: linear-gradient(135deg, #0f172a 0%, #0c2a4a 50%, #0f172a 100%);
  border-top: none;
  border-bottom: none;
  position: relative;
  overflow: hidden;
}

.dbc-trust-stats::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(0,157,220,0.18) 0%, transparent 70%);
  pointer-events: none;
}

.dbc-trust-stats .h4,
.dbc-trust-stats strong.h4 {
  font-size: 2rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #38bdf8 0%, #7dd3fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent !important;
  margin-bottom: 2px !important;
}

.dbc-trust-stats .small,
.dbc-trust-stats span.small {
  color: rgba(255,255,255,0.65) !important;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.dbc-trust-stats .col-6,
.dbc-trust-stats .col-md-3 {
  border-right: 1px solid rgba(255,255,255,0.08);
  padding: 8px 16px;
}

.dbc-trust-stats .col-6:last-child,
.dbc-trust-stats .col-md-3:last-child {
  border-right: none;
}

@media (max-width: 576px) {
  .dbc-trust-stats .col-6 {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 12px 16px;
  }
  .dbc-trust-stats .h4 {
    font-size: 1.6rem !important;
  }
}

/* ========== Malayalam / language section (beautiful block, SEO-safe) ========== */
.dbc-malayalam-block__label {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #009ddc;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  padding: 0.3rem 0.9rem;
  background: rgba(0, 157, 220, 0.12);
  border-radius: 20px;
  border: 1px solid rgba(0,157,220,0.2);
}

.dbc-malayalam-block__text {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #1e3a5f;
}

/* ========== On this page nav links ========== */
.dbc-on-this-page-list {
  list-style: none;
  padding-left: 0;
}

.dbc-on-this-page-list a {
  color: #009ddc;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  background: rgba(0,157,220,0.08);
  border: 1px solid rgba(0,157,220,0.15);
  display: inline-block;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
  font-size: 0.875rem;
}

.dbc-on-this-page-list a:hover {
  color: #fff;
  background: linear-gradient(135deg, #009ddc, #0066a0);
  border-color: transparent;
  text-decoration: none;
  transform: translateY(-1px);
}

/* ========== On this page nav ========== */
nav.container[aria-label="On this page"] {
  background: #fff;
  border-radius: 16px;
  padding: 16px 24px !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border: 1px solid #e2e8f0;
}

/* ========== Why Choose Us ========== */
#why-choose-us {
  background: linear-gradient(180deg, #fafcff 0%, #f0f7ff 100%);
  position: relative;
  overflow: hidden;
}

#why-choose-us::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #009ddc, #0066a0, #009ddc);
  background-size: 200% 100%;
  animation: dbc-shimmer 3s linear infinite;
}

@keyframes dbc-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

#why-choose-us .h2-md {
  color: #0f172a;
  font-weight: 800;
  font-size: 2rem;
}

.dbc-why-intro {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.05rem;
  color: #475569;
}

.dbc-why-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #009ddc 0%, #0055a0 100%);
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  box-shadow: 0 6px 16px rgba(0, 157, 220, 0.35);
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s;
  flex-shrink: 0;
}

.dbc-why-item:hover .dbc-why-icon {
  transform: scale(1.12) rotate(-4deg);
  box-shadow: 0 8px 24px rgba(0, 157, 220, 0.5);
}

.dbc-why-item {
  padding: 1.4rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e2e8f0;
  transition: box-shadow 0.3s, border-color 0.3s, transform 0.3s;
  position: relative;
  overflow: hidden;
}

.dbc-why-item::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 0;
  background: linear-gradient(135deg, rgba(0,157,220,0.06), rgba(0,102,160,0.04));
  transition: height 0.3s ease;
  border-radius: 20px;
}

.dbc-why-item:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 157, 220, 0.3);
  transform: translateY(-3px);
}

.dbc-why-item:hover::before {
  height: 100%;
}

.dbc-why-item strong {
  color: #0f172a;
  font-size: 1.0rem;
  font-weight: 700;
}

/* ========== Digital vs Paper table ========== */
#digital-vs-paper,
section#digital-vs-paper.bg-light {
  background: linear-gradient(160deg, #0f172a 0%, #0c2a4a 60%, #0f172a 100%) !important;
  position: relative;
  overflow: hidden;
}

#digital-vs-paper::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(0,157,220,0.15) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 50%, rgba(0,102,160,0.12) 0%, transparent 60%);
  pointer-events: none;
}

#digital-vs-paper .h2-md {
  color: #f8fafc !important;
  font-weight: 800;
}

#digital-vs-paper p.text-center {
  color: rgba(255,255,255,0.65) !important;
}

#digital-vs-paper .table {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
}

#digital-vs-paper .thead-light th {
  background: linear-gradient(135deg, #009ddc 0%, #005f9e 100%);
  color: #fff;
  font-weight: 700;
  border: none;
  padding: 1.1rem 0.75rem;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

#digital-vs-paper .table td {
  padding: 0.9rem 0.9rem;
  vertical-align: middle;
  border-color: #f0f4f8;
}

#digital-vs-paper .table td:first-child {
  color: #1e293b;
  font-weight: 600;
}

#digital-vs-paper .table .text-success {
  color: #059669 !important;
  font-weight: 600;
}

#digital-vs-paper .table tbody tr {
  transition: background 0.2s;
}

#digital-vs-paper .table tbody tr:hover {
  background: rgba(0, 157, 220, 0.06);
}

/* ========== Template carousel images ========== */
.dbc-template-img {
  width: 300px;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.35s, box-shadow 0.35s;
}

.dbc-template-img:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.2);
}

#content-11 {
  background: linear-gradient(180deg, #f8fafc 0%, #f0f7ff 100%);
  position: relative;
}

#content-11 .h2-md {
  color: #0f172a;
  font-weight: 800;
}

#content-11 .item h4 a {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 24px;
  background: linear-gradient(135deg, #009ddc, #0066a0);
  color: #fff !important;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0,157,220,0.3);
  transition: transform 0.2s, box-shadow 0.2s;
}

#content-11 .item h4 a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,157,220,0.4);
}

/* ========== Pricing section extra padding ========== */
.dbc-pricing-section {
  padding-top: 80px;
}

/* ========== Demo link color ========== */
a.demo-link {
  color: #009ddc !important;
  font-weight: 500;
}

a.demo-link:hover {
  color: #0077b3 !important;
  text-decoration: underline;
}

/* ========== Customer reviews ========== */
#customer-reviews,
section#customer-reviews.bg-light {
  background: linear-gradient(160deg, #0f172a 0%, #0c2a4a 60%, #0f172a 100%) !important;
  position: relative;
  overflow: hidden;
}

#customer-reviews::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(0,157,220,0.18) 0%, transparent 60%);
  pointer-events: none;
}

#customer-reviews .h2-md {
  color: #f8fafc !important;
  font-weight: 800;
}

#customer-reviews .lead {
  color: rgba(255,255,255,0.6) !important;
}

#customer-reviews .review-box {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.12);
  transition: box-shadow 0.35s, transform 0.35s, background 0.35s;
  position: relative;
  overflow: hidden;
}

#customer-reviews .review-box::before {
  content: '\201C';
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 6rem;
  line-height: 1;
  color: rgba(0,157,220,0.25);
  font-family: Georgia, serif;
  pointer-events: none;
}

#customer-reviews .review-box:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  transform: translateY(-6px);
  background: rgba(255,255,255,0.09);
  border-color: rgba(0,157,220,0.4);
}

#customer-reviews .review-text {
  font-size: 0.975rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
  font-style: italic;
}

#customer-reviews .review-text .fa-quote-left {
  color: #009ddc;
  margin-right: 6px;
}

#customer-reviews .review-author {
  font-size: 1rem;
  font-weight: 700;
  color: #f8fafc;
}

#customer-reviews .text-warning {
  font-size: 1.1rem;
  letter-spacing: 2px;
}

/* Avatar circle before each review author */
#customer-reviews .review-author::before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #009ddc, #0066a0);
  margin-right: 10px;
  vertical-align: middle;
}

/* ========== FAQ wrapper (scoped) ========== */
.faq-wrapper {
  position: relative;
  z-index: 1;
  padding: 40px 15px 80px;
}

.faq-wrapper .faq-container {
  /* max-width: 1000px; */
  margin: 0 auto;
}

.faq-wrapper .faq-header {
  text-align: center;
  color: #1e293b;
  margin-bottom: 60px;
  animation: dbc-fadeInDown 0.8s ease;
}

@keyframes dbc-fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-wrapper .faq-header .icon-wrapper {
  display: inline-flex;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #009ddc 0%, #0066a0 100%);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(0, 157, 220, 0.35);
  animation: dbc-pulse 2s infinite;
}

@keyframes dbc-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.faq-wrapper .faq-header .icon-wrapper i {
  font-size: 2.5rem;
  color: #fff;
}

.faq-wrapper .faq-header h1,
.faq-wrapper .faq-header .h2-md {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1e293b;
}

.faq-wrapper .faq-header p {
  font-size: 1.2rem;
  color: #64748b;
  font-weight: 400;
}

.faq-wrapper .faq-item {
  margin-bottom: 25px;
  animation: dbc-fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.faq-wrapper .faq-item:nth-child(1) { animation-delay: 0.1s; }
.faq-wrapper .faq-item:nth-child(2) { animation-delay: 0.2s; }
.faq-wrapper .faq-item:nth-child(3) { animation-delay: 0.3s; }
.faq-wrapper .faq-item:nth-child(4) { animation-delay: 0.4s; }
.faq-wrapper .faq-item:nth-child(5) { animation-delay: 0.5s; }
.faq-wrapper .faq-item:nth-child(6) { animation-delay: 0.6s; }

@keyframes dbc-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-wrapper .faq-item .card {
  border: none;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #e2e8f0;
}

.faq-wrapper .faq-item .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 157, 220, 0.2);
}

.faq-wrapper .card-header {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: none;
  padding: 0;
  position: relative;
}

.faq-wrapper .card-header::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #009ddc, #0066a0);
  border-radius: 4px 0 0 4px;
}

.faq-wrapper .btn-link {
  width: 100%;
  text-align: left;
  padding: 24px 28px;
  color: #1e293b;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.faq-wrapper .btn-link:hover {
  color: #009ddc;
  padding-left: 32px;
}

.faq-wrapper .btn-link:focus {
  text-decoration: none !important;
  box-shadow: none;
  outline: none;
}

.faq-wrapper .question-text {
  flex: 1;
  padding-right: 16px;
}

.faq-wrapper .icon-container {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #009ddc 0%, #0066a0 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.3s;
}

.faq-wrapper .btn-link.collapsed .icon-container {
  background: #e2e8f0;
}

.faq-wrapper .btn-link.collapsed i {
  color: #009ddc;
  transform: rotate(0deg);
}

.faq-wrapper .btn-link:not(.collapsed) i {
  color: #fff;
  transform: rotate(180deg);
}

.faq-wrapper .btn-link i {
  font-size: 0.9rem;
  transition: transform 0.35s ease;
}

.faq-wrapper .card-body {
  padding: 0 28px 24px;
  background: #fff;
  color: #475569;
  line-height: 1.8;
  font-size: 1.05rem;
}

.faq-wrapper .card-body strong {
  color: #009ddc;
  font-weight: 600;
}

.faq-wrapper .card-body ul {
  margin-top: 15px;
  padding-left: 25px;
  list-style: none;
}

.faq-wrapper .card-body li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 30px;
}

.faq-wrapper .card-body li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #009ddc;
  font-weight: bold;
  font-size: 1.2rem;
}

/* Footer CTA inside FAQ */
.faq-wrapper .footer-cta {
  text-align: center;
  margin-top: 60px;
  animation: dbc-fadeIn 1s ease 0.6s backwards;
}

@keyframes dbc-fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.faq-wrapper .footer-cta .btn {
  background: linear-gradient(135deg, #009ddc 0%, #0066a0 100%);
  color: #fff;
  padding: 16px 42px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  box-shadow: 0 8px 28px rgba(0, 157, 220, 0.4);
  transition: all 0.3s ease;
}

.faq-wrapper .footer-cta .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(0, 157, 220, 0.5);
  color: #fff;
  filter: brightness(1.08);
}

/* ========== Floating WhatsApp CTA (mobile breakpoint only) ========== */
@media (max-width: 576px) {
  #floating-whatsapp-cta span {
    display: none;
  }
  #floating-whatsapp-cta {
    padding: 18px;
    border-radius: 50%;
    animation: none;
  }
  #floating-whatsapp-cta i {
    margin-right: 0;
  }
}

/* ========== Responsive ========== */
@media (max-width: 768px) {
  .faq-wrapper .faq-header .h2-md {
    font-size: 1.75rem;
  }
  .faq-wrapper .faq-header p {
    font-size: 1rem;
  }
  .faq-wrapper .faq-header .icon-wrapper {
    width: 64px;
    height: 64px;
  }
  .faq-wrapper .btn-link {
    font-size: 1rem;
    padding: 20px 20px;
  }
  .faq-wrapper .card-body {
    padding: 0 20px 20px;
    font-size: 0.95rem;
  }
  .faq-wrapper .footer-cta .btn {
    padding: 14px 32px;
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .faq-wrapper {
    padding: 30px 10px 60px;
  }
  .faq-wrapper .faq-header .h2-md {
    font-size: 1.5rem;
  }
  .faq-wrapper .btn-link {
    padding: 18px 16px;
    font-size: 0.95rem;
  }
  .faq-wrapper .card-header::before {
    width: 4px;
  }
  .faq-wrapper .card-body {
    padding: 0 18px 18px;
  }
  .dbc-why-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    font-size: 1.1rem;
  }
  /* Mobile: reduce work for below-the-fold content (improves LCP / TBT) */
  #content-5,
  #content-11,
  #content-12,
  #customer-reviews,
  #faq-1,
  #why-choose-us,
  #digital-vs-paper,
  .footer {
    content-visibility: auto;
    contain-intrinsic-size: 0 400px;
  }
}

/* Nearby places list (same look for every location: gray links, pipe-separated, wraps like image) */
.dbc-nearby-places {
  margin-top: 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
  word-wrap: break-word;
}
.dbc-nearby-places a {
  color: #6b7280;
  text-decoration: none;
}
.dbc-nearby-places a:hover {
  color: #009ddc;
  text-decoration: underline;
}

/* Additional services grid under FAQ */
#dbc-services {
  padding: 80px 0 50px;
  position: relative;
}

#dbc-services .section-id {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  font-weight: 700;
  color: #009ddc;
  background: rgba(0,157,220,0.1);
  border: 1px solid rgba(0,157,220,0.2);
  padding: 4px 16px;
  border-radius: 20px;
  margin-bottom: 14px;
}

#dbc-services .h2-md {
  margin-bottom: 12px;
  color: #0f172a;
  font-weight: 800;
}

#dbc-services .p-lg {
  max-width: 680px;
  margin: 0 auto 40px;
  color: #64748b;
  font-size: 1.05rem;
}

.dbc-service-grid {
  margin-top: 20px;
}

.dbc-service-card {
  border: none;
  border-radius: 24px;
  padding: 32px 24px 36px;
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s;
  border: 1px solid #e2e8f0;
  position: relative;
  overflow: hidden;
}

.dbc-service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #009ddc, #0066a0);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.dbc-service-card:hover::before {
  transform: scaleX(1);
}

.dbc-service-card h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
  color: #0f172a;
  font-weight: 700;
}

.dbc-service-card p {
  font-size: 0.95rem;
  color: #64748b;
  margin-bottom: 20px;
  line-height: 1.65;
}

.dbc-service-card .btn {
  padding: 10px 24px;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 700;
}

.dbc-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(0, 157, 220, 0.15);
  border-color: rgba(0,157,220,0.25);
}

@media (max-width: 768px) {
  #dbc-services {
    padding: 50px 0 30px;
  }
  .dbc-service-card {
    padding: 24px 18px 28px;
  }
}

/* ========== Features section enhancement ========== */
#features-5 {
  background: #fff;
  position: relative;
}

#features-5 .section-title .h2-md {
  color: #0f172a;
  font-weight: 800;
}

#features-5 .fbox-5 {
  padding: 24px !important;
  border-radius: 20px;
  border: 1px solid #e8edf4;
  background: #fff;
  transition: box-shadow 0.3s, border-color 0.3s, transform 0.3s;
  position: relative;
  overflow: hidden;
}

#features-5 .fbox-5:hover {
  box-shadow: 0 16px 40px rgba(0,157,220,0.12);
  border-color: rgba(0,157,220,0.25);
  transform: translateY(-4px);
}

#features-5 .fbox-5::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #009ddc, #0066a0);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

#features-5 .fbox-5:hover::after {
  transform: scaleX(1);
}

#features-5 .fbox-ico img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0,157,220,0.25));
  transition: filter 0.3s, transform 0.3s;
}

#features-5 .fbox-5:hover .fbox-ico img {
  filter: drop-shadow(0 6px 14px rgba(0,157,220,0.4));
  transform: scale(1.08);
}

#features-5 .h5-sm {
  color: #0f172a;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}

/* ========== Pricing section ========== */
.dbc-pricing-section {
  padding-top: 80px;
  background: linear-gradient(180deg, #fafcff 0%, #f0f7ff 100%);
}

/* ========== FAQ wrapper enhanced ========== */
.faq-wrapper {
  background: linear-gradient(180deg, #f8fafc 0%, #f0f7ff 100%);
}

.faq-wrapper .faq-header .h2-md {
  color: #0f172a !important;
}

/* ========== Content-5 purple section ========== */
#content-5 .bg_purple_img {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #0c2a4a 100%) !important;
  border-radius: 24px;
  overflow: hidden;
}

/* ========== Content-2 ecommerce section ========== */
#content-2 {
  background: linear-gradient(180deg, #fafcff 0%, #f8faff 100%);
}

/* ========== Floating WhatsApp CTA enhanced ========== */
#floating-whatsapp-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #fff;
  padding: 14px 22px;
  border-radius: 50px;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.5);
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: dbc-float 3s ease-in-out infinite;
}

@keyframes dbc-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

#floating-whatsapp-cta:hover {
  color: #fff;
  transform: scale(1.08) translateY(-3px);
  box-shadow: 0 12px 36px rgba(37, 211, 102, 0.6);
  animation: none;
}

#floating-whatsapp-cta i {
  font-size: 1.4rem;
  margin-right: 10px;
}

/* ========== Malayalam block enhanced ========== */
.dbc-malayalam-block {
  margin-top: 2rem;
  padding: 1.75rem 2rem;
  background: linear-gradient(135deg, #e0f2fe 0%, #dbeafe 50%, #f0f9ff 100%);
  border-radius: 20px;
  border: 1px solid rgba(0, 157, 220, 0.2);
  border-left: 5px solid #009ddc;
  box-shadow: 0 8px 32px rgba(0, 157, 220, 0.1);
}

/* ========== Demo link color ========== */
a.demo-link {
  color: #009ddc !important;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid rgba(0,157,220,0.3);
  transition: border-color 0.2s, color 0.2s;
}

a.demo-link:hover {
  color: #0066a0 !important;
  border-bottom-color: #0066a0;
  text-decoration: none;
}

/* ========== Section heading underline accent ========== */
.section-title .h2-md {
  position: relative;
  display: inline-block;
}

/* ========== Pricing CTA button ========== */
#digital-vs-paper .btn-skyblue,
.dbc-pricing-section .btn-skyblue {
  background: linear-gradient(135deg, #009ddc 0%, #0066a0 100%);
  border: none;
  box-shadow: 0 8px 24px rgba(0,157,220,0.35);
  font-weight: 700;
  border-radius: 50px;
  padding: 13px 32px;
  transition: transform 0.25s, box-shadow 0.25s;
}

#digital-vs-paper .btn-skyblue:hover,
.dbc-pricing-section .btn-skyblue:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0,157,220,0.5);
  color: #fff;
}

/* ========== Nearby places link enhancement ========== */
.dbc-nearby-places {
  margin-top: 1rem;
  font-size: 0.9rem;
  line-height: 1.8;
  word-wrap: break-word;
}

.dbc-nearby-places a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s;
}

.dbc-nearby-places a:hover {
  color: #009ddc;
  text-decoration: none;
}

/* ========== Section spacing consistency ========== */
#why-choose-us,
#features-5,
#content-11,
#customer-reviews,
.faq-wrapper,
#dbc-services {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  #why-choose-us,
  #features-5,
  #content-11,
  #customer-reviews,
  .faq-wrapper,
  #dbc-services {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* =============================================================
   DIGITAL SERVICES SECTION – New SEO-Powered Layout
   ============================================================= */

/* ── Section hero intro ──────────────────────────────────────── */
.dbc-svc-hero {
  background: linear-gradient(160deg, #0f172a 0%, #0c2a4a 60%, #0f172a 100%);
  padding: 70px 0 60px;
  position: relative;
  overflow: hidden;
}

.dbc-svc-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(0,157,220,0.2) 0%, transparent 65%);
  pointer-events: none;
}

.dbc-svc-badge {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #38bdf8;
  background: rgba(56,189,248,0.12);
  border: 1px solid rgba(56,189,248,0.25);
  padding: 5px 18px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.dbc-svc-title {
  color: #f1f5f9 !important;
  font-weight: 800 !important;
  font-size: 2rem !important;
  line-height: 1.25 !important;
  margin-bottom: 16px !important;
}

.dbc-svc-lead {
  color: rgba(255,255,255,0.72);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 20px;
}

.dbc-svc-keywords {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.5);
  line-height: 2;
}

.dbc-svc-keywords a {
  color: #38bdf8;
  text-decoration: none;
  transition: color 0.2s;
}

.dbc-svc-keywords a:hover {
  color: #7dd3fc;
}

/* ── Service cards ───────────────────────────────────────────── */
.dbc-svc-cards-wrap {
  padding-top: 60px;
  padding-bottom: 20px;
}

.dbc-svc-card {
  background: #fff;
  border-radius: 24px;
  padding: 28px 24px 32px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 24px rgba(15,23,42,0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.dbc-svc-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #009ddc, #0066a0);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.dbc-svc-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,157,220,0.14);
  border-color: rgba(0,157,220,0.25);
}

.dbc-svc-card:hover::after {
  transform: scaleX(1);
}

.dbc-svc-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1);
}

.dbc-svc-card:hover .dbc-svc-card__icon {
  transform: scale(1.1) rotate(-4deg);
}

.dbc-svc-card__title {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-bottom: 10px !important;
  line-height: 1.35 !important;
}

.dbc-svc-card__desc {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.65;
  margin-bottom: 16px;
}

.dbc-svc-card__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
  flex: 1;
}

.dbc-svc-card__list li {
  font-size: 0.875rem;
  color: #475569;
  padding: 5px 0 5px 22px;
  position: relative;
  border-bottom: 1px solid #f1f5f9;
  line-height: 1.55;
}

.dbc-svc-card__list li:last-child {
  border-bottom: none;
}

.dbc-svc-card__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #009ddc;
  font-weight: 700;
  font-size: 0.85rem;
}

.dbc-svc-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  background: linear-gradient(135deg, #009ddc, #0066a0);
  color: #fff !important;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0,157,220,0.3);
  transition: transform 0.2s, box-shadow 0.2s;
  align-self: flex-start;
}

.dbc-svc-card__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0,157,220,0.45);
  color: #fff !important;
  text-decoration: none;
}

/* ── How We Deliver Results ──────────────────────────────────── */
.dbc-svc-process {
  background: linear-gradient(180deg, #f0f7ff 0%, #e8f4fc 100%);
  padding: 70px 0;
  position: relative;
}

.dbc-step {
  padding: 24px 16px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e2e8f0;
  height: 100%;
  transition: box-shadow 0.3s, transform 0.3s;
  position: relative;
}

.dbc-step:hover {
  box-shadow: 0 12px 36px rgba(0,157,220,0.12);
  transform: translateY(-4px);
}

.dbc-step__num {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #009ddc, #0055a0);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 6px 18px rgba(0,157,220,0.35);
}

.dbc-step__title {
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-bottom: 10px !important;
}

.dbc-step__desc {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* ── Results stats ───────────────────────────────────────────── */
.dbc-svc-stats {
  background: linear-gradient(135deg, #0f172a 0%, #0c2a4a 50%, #0f172a 100%);
  padding: 50px 0;
  position: relative;
}

.dbc-svc-stats::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(0,157,220,0.18) 0%, transparent 70%);
  pointer-events: none;
}

.dbc-stat-num {
  display: block;
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #38bdf8, #7dd3fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 4px;
}

.dbc-stat-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dbc-svc-stats .col-6,
.dbc-svc-stats .col-md-3 {
  border-right: 1px solid rgba(255,255,255,0.08);
  padding: 8px 16px;
}

.dbc-svc-stats .col-6:last-child,
.dbc-svc-stats .col-md-3:last-child {
  border-right: none;
}

/* ── SEO Article block ───────────────────────────────────────── */
.dbc-svc-article {
  background: #fff;
  border-radius: 24px;
  padding: 40px 36px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 32px rgba(0,0,0,0.06);
}

.dbc-svc-article__heading {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  margin-bottom: 20px !important;
  padding-bottom: 16px;
  border-bottom: 2px solid #e2e8f0;
}

.dbc-svc-article p {
  color: #475569;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 16px;
}

.dbc-svc-article p strong {
  color: #0f172a;
}

.dbc-svc-article__sub {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-bottom: 14px !important;
  padding-left: 12px;
  border-left: 4px solid #009ddc;
}

.dbc-svc-article__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.dbc-svc-article__list li {
  font-size: 0.95rem;
  color: #334155;
  padding: 8px 0;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.dbc-svc-article__list li:last-child {
  border-bottom: none;
}

/* ── Final CTA ───────────────────────────────────────────────── */
.dbc-svc-cta {
  background: linear-gradient(135deg, #009ddc 0%, #0044a0 100%);
  padding: 70px 20px;
  position: relative;
  overflow: hidden;
}

.dbc-svc-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(255,255,255,0.08) 0%, transparent 60%);
  pointer-events: none;
}

.dbc-svc-cta__title {
  font-size: 2rem !important;
  font-weight: 800 !important;
  color: #fff !important;
  margin-bottom: 16px !important;
  line-height: 1.25 !important;
}

.dbc-svc-cta__text {
  color: rgba(255,255,255,0.85);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 28px;
}

.dbc-svc-cta__btn {
  background: #fff;
  color: #009ddc !important;
  font-weight: 700;
  border-radius: 50px;
  padding: 14px 32px;
  font-size: 1rem;
  box-shadow: 0 8px 28px rgba(0,0,0,0.2);
  transition: transform 0.25s, box-shadow 0.25s;
  border: none;
}

.dbc-svc-cta__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.28);
  color: #0055a0 !important;
}

.dbc-svc-cta__btn-wa {
  background: #25D366;
  color: #fff !important;
  font-weight: 700;
  border-radius: 50px;
  padding: 14px 32px;
  font-size: 1rem;
  box-shadow: 0 8px 28px rgba(37,211,102,0.35);
  transition: transform 0.25s, box-shadow 0.25s;
  border: none;
}

.dbc-svc-cta__btn-wa:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(37,211,102,0.5);
  color: #fff !important;
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 768px) {
  .dbc-svc-hero { padding: 50px 0 40px; }
  .dbc-svc-title { font-size: 1.6rem !important; }
  .dbc-svc-article { padding: 28px 20px; }
  .dbc-svc-cta { padding: 50px 20px; }
  .dbc-svc-cta__title { font-size: 1.5rem !important; }
  .dbc-svc-cards-wrap { padding-top: 40px; }
  .dbc-svc-process { padding: 50px 0; }
  .dbc-stat-num { font-size: 1.7rem; }
}

@media (max-width: 576px) {
  .dbc-svc-stats .col-6 {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
}
