/**
 * Full-Width Inner Page Hero Banner Styles - Web Techiq Official
 * Developed by MH Badhon Ahmed (Web Techiq)
 */

/* ── Full-Width Section Shell ────────────────────────────────────────── */
.web-techiq-page-hero-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0 70px 0;
  margin: 0;
  box-sizing: border-box;
}

/* ── Clean Custom Banner Image at Original Aspect Ratio Mode ───────────── */
.web-techiq-page-hero-banner-image-mode {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.web-techiq-page-banner-full-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  margin: 0 auto;
}

/* Background Image Cover */
.web-techiq-page-hero-banner.has-bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Default Fallback Futuristic Network Wallpapers per Individual Page Type */
.web-techiq-page-hero-banner.has-default-pattern {
  background: linear-gradient(135deg, #0b1329 0%, #1e293b 50%, #0f172a 100%);
}

/* About Page Vector Background Accent */
.web-techiq-page-hero-banner.page-banner-type-about.has-default-pattern {
  background: linear-gradient(135deg, #0f172a 0%, #0369a1 50%, #0284c7 100%);
}

/* Contact Page Vector Background Accent */
.web-techiq-page-hero-banner.page-banner-type-contact.has-default-pattern {
  background: linear-gradient(135deg, #0b1329 0%, #1d4ed8 50%, #10b981 100%);
}

/* Services Page Vector Background Accent */
.web-techiq-page-hero-banner.page-banner-type-services.has-default-pattern {
  background: linear-gradient(135deg, #090d16 0%, #0369a1 45%, #0284c7 75%, #0ea5e9 100%);
}

/* Packages Page Vector Background Accent */
.web-techiq-page-hero-banner.page-banner-type-packages.has-default-pattern {
  background: linear-gradient(135deg, #0b1329 0%, #d97706 50%, #ff6b00 100%);
}

/* Projects / Portfolio Page Vector Background Accent */
.web-techiq-page-hero-banner.page-banner-type-projects.has-default-pattern {
  background: linear-gradient(135deg, #090d16 0%, #0f766e 40%, #0d9488 75%, #14b8a6 100%);
}

/* Blog / News Page Vector Background Accent */
.web-techiq-page-hero-banner.page-banner-type-blog.has-default-pattern {
  background: linear-gradient(135deg, #0f172a 0%, #4338ca 50%, #8b5cf6 100%);
}

/* General Archive Vector Background Accent */
.web-techiq-page-hero-banner.page-banner-type-archive.has-default-pattern {
  background: linear-gradient(135deg, #0f172a 0%, #312e81 50%, #6366f1 100%);
}

/* Search Results Vector Background Accent */
.web-techiq-page-hero-banner.page-banner-type-search.has-default-pattern {
  background: linear-gradient(135deg, #0b1329 0%, #1e293b 50%, #2563eb 100%);
}

/* 404 Page Vector Background Accent */
.web-techiq-page-hero-banner.page-banner-type-404.has-default-pattern {
  background: linear-gradient(135deg, #3b0764 0%, #701a75 50%, #dc2626 100%);
}

/* Privacy Policy Vector Background Accent */
.web-techiq-page-hero-banner.page-banner-type-privacy.has-default-pattern {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #3b82f6 100%);
}

/* Terms & Conditions Vector Background Accent */
.web-techiq-page-hero-banner.page-banner-type-terms.has-default-pattern {
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #f59e0b 100%);
}

/* Return & Refund Vector Background Accent */
.web-techiq-page-hero-banner.page-banner-type-return.has-default-pattern {
  background: linear-gradient(135deg, #450a0a 0%, #7f1d1d 50%, #2563eb 100%);
}

/* Single Package Vector Background Accent */
.web-techiq-page-hero-banner.page-banner-type-single_package.has-default-pattern {
  background: linear-gradient(135deg, #0f172a 0%, #b45309 50%, #ff6b00 100%);
}

/* Single Service Vector Background Accent */
.web-techiq-page-hero-banner.page-banner-type-single_service.has-default-pattern {
  background: linear-gradient(135deg, #090d16 0%, #0369a1 45%, #2563eb 100%);
}

/* Single Project Vector Background Accent */
.web-techiq-page-hero-banner.page-banner-type-single_project.has-default-pattern {
  background: linear-gradient(135deg, #090d16 0%, #0f766e 45%, #6366f1 100%);
}

/* Single Post Vector Background Accent */
.web-techiq-page-hero-banner.page-banner-type-single_post.has-default-pattern {
  background: linear-gradient(135deg, #1e1b4b 0%, #2563eb 50%, #7c3aed 100%);
}

.web-techiq-page-hero-banner.has-default-pattern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.15) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.18) 0%, transparent 45%);
  pointer-events: none;
  z-index: 1;
}

/* ── Dark Tint Overlay ───────────────────────────────────────────────── */
.web-techiq-page-hero-banner .banner-overlay-tint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* Ambient Radial Vignette Mesh Layer */
.web-techiq-page-hero-banner .banner-mesh-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 30%, rgba(15, 23, 42, 0.65) 100%);
}

/* ── Banner Content Box ──────────────────────────────────────────────── */
.web-techiq-page-hero-banner .banner-inner-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #ffffff;
}

/* ── Glassmorphism Breadcrumbs Bar ───────────────────────────────────── */
.web-techiq-page-hero-banner .banner-breadcrumbs-wrap {
  display: inline-block;
  margin-bottom: 18px;
  max-width: 100%;
}

.web-techiq-page-hero-banner .banner-breadcrumbs-list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 6px 18px;
  margin: 0;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  max-width: 100%;
  word-break: break-word;
}

.web-techiq-page-hero-banner .banner-breadcrumbs-list .breadcrumb-item a {
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s ease;
}

.web-techiq-page-hero-banner .banner-breadcrumbs-list .breadcrumb-item a:hover {
  color: #ff9f00;
}

.web-techiq-page-hero-banner .banner-breadcrumbs-list .breadcrumb-item a svg {
  color: #ff9f00;
}

.web-techiq-page-hero-banner .banner-breadcrumbs-list .breadcrumb-sep {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: 12px;
}

.web-techiq-page-hero-banner .banner-breadcrumbs-list .breadcrumb-item.active span {
  color: #ff9f00;
  font-weight: 700;
}

/* ── Title & Subtitle ────────────────────────────────────────────────── */
.web-techiq-page-hero-banner .banner-heading-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.25;
  color: #ffffff;
  margin: 0 0 12px 0;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.web-techiq-page-hero-banner .banner-sub-text {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(241, 245, 249, 0.92);
  max-width: 760px;
  margin: 0 auto;
  font-weight: 400;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* ── Mobile Responsive Styles ────────────────────────────────────────── */
@media (max-width: 768px) {
  .web-techiq-page-hero-banner {
    padding: 45px 16px 50px 16px;
    min-height: 230px !important;
  }

  .web-techiq-page-hero-banner .banner-heading-title {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .web-techiq-page-hero-banner .banner-sub-text {
    font-size: 14.5px;
    line-height: 1.5;
  }

  .web-techiq-page-hero-banner .banner-breadcrumbs-list {
    padding: 5px 14px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .web-techiq-page-hero-banner {
    padding: 38px 12px 42px 12px;
    min-height: 200px !important;
  }

  .web-techiq-page-hero-banner .banner-heading-title {
    font-size: 24px;
  }
}


