/* ===== DHS Advertising — responsive & design polish ===== */

/* --- Foundations --- */
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}

img,
svg,
video,
iframe {
  max-width: 100%;
}

/* Prevent iOS input zoom */
input,
select,
textarea {
  font-size: 16px;
}

@media (min-width: 768px) {
  input,
  select,
  textarea {
    font-size: inherit;
  }
}

/* --- Layout & containers --- */
.container,
.container-fluid,
.container.headerfix {
  padding-left: max(16px, env(safe-area-inset-left));
  padding-right: max(16px, env(safe-area-inset-right));
}

@media (min-width: 576px) {
  .container,
  .container.headerfix {
    padding-left: max(20px, env(safe-area-inset-left));
    padding-right: max(20px, env(safe-area-inset-right));
  }
}

/* --- Typography (fluid scaling) --- */
.hero1-section-area .hero-header-area h1,
.inner-section-area .hero-header-area h1 {
  font-size: clamp(1.75rem, 5vw + 0.5rem, 5rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.hero1-section-area .hero-header-area h5,
.inner-section-area .hero-header-area h4 {
  font-size: clamp(0.75rem, 1.5vw + 0.5rem, 1.5rem);
  line-height: 1.4;
}

.heading1 h2,
.vl-section-title,
.vl-blog-1-section-box h2 {
  font-size: clamp(1.5rem, 3vw + 0.75rem, 3rem);
  line-height: 1.15;
}

.heading1 h3,
.blog-others-sidebar h2,
.blog-others-sidebar h3 {
  font-size: clamp(1.25rem, 2vw + 0.5rem, 2rem);
  line-height: 1.25;
}

p,
.vl-blog-1-content,
.blog-others-sidebar p {
  line-height: 1.65;
}

/* --- Header --- */
.homepage1-menu .vl-transparent-header {
  padding-top: max(12px, env(safe-area-inset-top));
}

.homepage1-menu .row-bg1 {
  padding: 10px 12px;
}

@media (max-width: 991.98px) {
  .homepage1-menu .row-bg1 {
    padding: 12px 8px;
    border-left: none;
    border-right: none;
  }
}

.homepage1-menu .vl-header-action-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.homepage1-menu .vl-header-action-item button,
.homepage1-menu .vl-offcanvas-close-toggle {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: background 0.2s ease, color 0.2s ease;
}

.homepage1-menu .vl-header-action-item button:active,
.homepage1-menu .vl-offcanvas-close-toggle:active {
  background: rgba(206, 241, 43, 0.15);
  color: var(--ztc-text-text-8);
}

/* --- DHS logo (transparent PNG) — per-section sizing --- */
.dhs-logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  flex-shrink: 0;
}

.dhs-logo {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
  max-width: 100%;
  background: transparent;
}

/* Header — DHS mark only (wide, no tagline) */
.homepage1-menu .vl-transparent-header .vl-logo .dhs-logo--header,
.dhs-logo--header {
  height: 36px;
  width: auto;
}

/* Footer */
.footer-logo1 .dhs-logo--footer,
.dhs-logo--footer {
  height: 48px;
  width: auto;
}

/* Sidebar */
.sidebar-logo .dhs-logo--sidebar,
.dhs-logo--sidebar {
  height: 34px;
  width: auto;
}

/* Mobile offcanvas */
.vl-offcanvas-logo .dhs-logo--mobile,
.dhs-logo--mobile {
  height: 32px;
  width: auto;
}

.homepage1-menu .vl-logo {
  display: flex;
  align-items: center;
  min-height: 36px;
}

.footer-logo1 {
  max-width: 180px;
}

.sidebar-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.vl-offcanvas-logo {
  display: flex;
  align-items: center;
  width: auto !important;
  height: auto !important;
  max-width: 160px;
}

/* Override theme fixed logo dimensions (legacy 122×50 SVG rules) */
.homepage1-menu .vl-transparent-header .vl-logo img.dhs-logo,
.vl-footer1-section-area .footer-logo1 img.dhs-logo,
.header-site-icon .slide-bar.slide-bar1 .sidebar-info .sidebar-logo a img.dhs-logo,
.vl-offcanvas-logo img.dhs-logo {
  width: auto !important;
  max-width: none;
  object-fit: contain !important;
  background: transparent !important;
}

.homepage1-menu .vl-transparent-header .vl-logo img.dhs-logo--header {
  height: 36px !important;
}

.vl-footer1-section-area .footer-logo1 img.dhs-logo--footer {
  height: 48px !important;
}

.header-site-icon .slide-bar.slide-bar1 .sidebar-info .sidebar-logo a img.dhs-logo--sidebar {
  height: 34px !important;
}

.vl-offcanvas-logo img.dhs-logo--mobile {
  height: 32px !important;
}

@media (max-width: 1199.98px) {
  .homepage1-menu .vl-transparent-header .vl-logo img.dhs-logo--header {
    height: 34px !important;
  }
}

@media (max-width: 991.98px) {
  .homepage1-menu .vl-transparent-header .vl-logo img.dhs-logo--header {
    height: 32px !important;
  }

  .homepage1-menu .vl-logo {
    min-height: 32px;
  }
}

@media (max-width: 575.98px) {
  .homepage1-menu .vl-transparent-header .vl-logo img.dhs-logo--header {
    height: 28px !important;
  }

  .vl-offcanvas-logo img.dhs-logo--mobile {
    height: 28px !important;
  }

  .vl-footer1-section-area .footer-logo1 img.dhs-logo--footer {
    height: 40px !important;
  }

  .header-site-icon .slide-bar.slide-bar1 .sidebar-info .sidebar-logo a img.dhs-logo--sidebar {
    height: 30px !important;
  }

  .footer-logo1 {
    max-width: 150px;
  }
}

.homepage1-menu .header-sticky {
  padding-top: max(10px, env(safe-area-inset-top));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}

/* --- Mobile offcanvas menu --- */
.vl-offcanvas {
  padding: max(24px, env(safe-area-inset-top)) 24px 32px;
  width: min(100%, 380px);
}

.vl-offcanvas-header {
  margin-bottom: 32px !important;
}

.vl-offcanvas-menu ul li a {
  padding: 14px 0;
  font-size: 1.05rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.vl-offcanvas-menu ul li:last-child a {
  border-bottom: none;
}

.vl-offcanvas-info span a {
  word-break: break-word;
  line-height: 1.5;
  padding: 6px 0;
}

/* --- Hero (homepage) --- */
.hero1-section-area {
  padding-top: clamp(110px, 14vw, 170px);
}

@media (max-width: 991.98px) {
  .hero1-section-area .dhs-hero-globe-wrap--home {
    max-width: min(100%, 400px);
    margin-left: auto;
    margin-right: auto;
  }

  .hero1-section-area .space60 {
    height: 32px !important;
  }
}

@media (max-width: 767.98px) {
  .hero1-section-area .hero-bottom-images .started-btn svg {
    width: 120px;
    height: 120px;
    top: -30px;
    left: -25px;
  }

  .hero1-section-area .hero-bottom-images .started-btn a {
    font-size: 0.95rem;
  }
}

/* --- Inner page heroes --- */
.inner-section-area,
.dhs-inner-hero {
  padding-top: clamp(100px, 12vw, 160px);
  padding-bottom: clamp(24px, 4vw, 48px);
  overflow: visible;
}

.dhs-inner-hero {
  background-image: url(../img/all-images/bg/hero-bg1.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.dhs-inner-hero-row {
  --dhs-inner-hero-min: clamp(220px, 26vw, 340px);
  min-height: var(--dhs-inner-hero-min);
}

.dhs-inner-hero-globe-col,
.dhs-home-hero-globe-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .dhs-inner-hero-globe-col,
  .dhs-home-hero-globe-col {
    justify-content: flex-end;
    padding-right: clamp(0px, 2vw, 24px);
  }

  .hero1-section-area .row > .col-lg-6:first-child .hero-header-area {
    max-width: 640px;
  }
}

@media (max-width: 991.98px) {
  .dhs-inner-hero-row {
    min-height: 0;
    text-align: center;
  }

  .dhs-inner-hero-row .hero-header-area {
    margin-bottom: 8px;
  }

  .dhs-inner-hero-row .hero-header-area h4 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
  }

  .dhs-inner-hero-globe-col,
  .dhs-home-hero-globe-col {
    justify-content: center;
    margin-top: 12px;
  }

  .hero1-section-area .hero-header-area {
    text-align: center;
  }
}

/* --- Marquee / slider strip --- */
.slider1-section-area {
  overflow: hidden;
}

.slider1-section-area .marquee-wrap .marquee-text .main-heading h3,
.slider1-section-area .brand-single-box h3 {
  font-size: clamp(1rem, 2.5vw, 1.75rem);
  white-space: nowrap;
}

/* --- Section spacing --- */
@media (max-width: 767.98px) {
  .sp6,
  .sp7,
  .sp8,
  .sp9 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .space-margin60 {
    margin-bottom: 36px !important;
  }
}

/* --- Cards: blog, team, services --- */
@media (max-width: 767.98px) {
  .vl-blog-1-item,
  .team-author-boxarea,
  .service1-section-area .service-boxarea,
  .project-inner-section-area .project-boxarea {
    margin-bottom: 24px;
  }
}

/* --- Service branding cards (home + services page) --- */
@media (max-width: 767.98px) {
  .service1-section-area .service-branding-boxesarea,
  .service3-section-area .service-branding-boxesarea {
    display: block;
    width: 100%;
    padding: 16px 18px;
    position: relative;
    box-sizing: border-box;
  }

  .service3-section-area .service-branding-boxesarea {
    padding: 20px 18px;
  }

  .service1-section-area .col-lg-12 > .space60 {
    height: 14px !important;
  }

  .service1-section-area .service-branding-boxesarea .service-brand-head,
  .service3-section-area .service-branding-boxesarea .service-brand-head {
    padding-right: 52px;
  }

  .service1-section-area .service-branding-boxesarea .service-brand-head h2,
  .service3-section-area .service-branding-boxesarea .service-brand-head h2 {
    margin: 0;
  }

  .service1-section-area .service-branding-boxesarea .service-brand-head h2 a,
  .service3-section-area .service-branding-boxesarea .service-brand-head h2 a {
    font-size: clamp(1.05rem, 4.2vw, 1.35rem);
    line-height: 1.25;
    letter-spacing: -0.02em;
  }

  .service1-section-area .service-branding-boxesarea .service-brand-head .space8,
  .service3-section-area .service-branding-boxesarea .service-brand-head .space8 {
    height: 8px !important;
  }

  .service1-section-area .service-branding-boxesarea .service-brand-head .service-list,
  .service3-section-area .service-branding-boxesarea .service-brand-head .service-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
  }

  .service1-section-area .service-branding-boxesarea .service-brand-head ul li,
  .service3-section-area .service-branding-boxesarea .service-brand-head ul li {
    display: block;
    margin: 0;
  }

  .service1-section-area .service-branding-boxesarea .service-brand-head ul li a,
  .service3-section-area .service-branding-boxesarea .service-brand-head ul li a {
    font-size: 0.6875rem;
    line-height: 1.2;
    padding: 6px 9px;
    margin: 0;
    letter-spacing: -0.02em;
  }

  .service1-section-area .service-branding-boxesarea .arrow,
  .service3-section-area .service-branding-boxesarea .arrow {
    position: absolute;
    top: 16px;
    right: 18px;
    margin-top: 0;
  }

  .service1-section-area .service-branding-boxesarea .arrow a,
  .service3-section-area .service-branding-boxesarea .arrow a {
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-size: 15px;
  }
}

@media (max-width: 399.98px) {
  .service1-section-area .service-branding-boxesarea,
  .service3-section-area .service-branding-boxesarea {
    padding: 14px 14px;
  }

  .service1-section-area .service-branding-boxesarea .service-brand-head,
  .service3-section-area .service-branding-boxesarea .service-brand-head {
    padding-right: 48px;
  }

  .service1-section-area .service-branding-boxesarea .arrow,
  .service3-section-area .service-branding-boxesarea .arrow {
    top: 14px;
    right: 14px;
  }

  .service1-section-area .service-branding-boxesarea .arrow a,
  .service3-section-area .service-branding-boxesarea .arrow a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

.vl-blog-1-thumb img,
.team-author-boxarea .img1 img,
.service-boxarea .img1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.vl-blog-1-title a {
  display: block;
  word-wrap: break-word;
}

/* --- Blog details --- */
@media (max-width: 991.98px) {
  .blog-details-section-area .blog-details-side {
    margin-bottom: 40px;
  }

  .blog-others-sidebar .row .col-lg-6 {
    margin-bottom: 16px;
  }
}

.blog-details-side .category-area ul li a,
.blog-category2 ul li a {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* --- Buttons & touch targets --- */
.vl-btn1,
.vl-btn2,
button.vl-btn1 {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
}

@media (hover: none) and (pointer: coarse) {
  .vl-btn1:active {
    transform: scale(0.98);
  }
}

/* --- Footer --- */
@media (max-width: 767.98px) {
  .vl-footer1-section-area {
    text-align: center;
  }

  .vl-footer1-section-area .footer-logo1 > p {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }

  .footer-logo1 ul {
    justify-content: center;
  }

  .vl-footer-widget ul li a {
    word-break: break-word;
  }

  .vl-footer1-section-area .vl-copyright-area.dhs-copyright-block p {
    font-size: 0.875rem;
    line-height: 1.45;
    padding-left: 12px;
    padding-right: 12px;
  }

  .vl-footer1-section-area .vl-copyright-area.dhs-copyright-block .dhs-powered-by {
    font-size: 0.8125rem;
    margin-top: 6px;
  }
}

.vl-footer1-section-area .vl-copyright-area.dhs-copyright-block {
  border-top: 1px solid #292B2F;
  padding: 24px 0 32px;
  text-align: center;
}

.vl-footer1-section-area .vl-copyright-area.dhs-copyright-block p {
  border-top: none;
  padding: 0;
  margin: 0;
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 1.5;
  opacity: 0.8;
}

.vl-footer1-section-area .vl-copyright-area.dhs-copyright-block .dhs-powered-by {
  margin-top: 8px;
}

.vl-footer1-section-area .vl-copyright-area.dhs-copyright-block .dhs-powered-by a {
  color: var(--ztc-text-text-8);
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.vl-footer1-section-area .vl-copyright-area.dhs-copyright-block .dhs-powered-by a:hover {
  opacity: 0.85;
  text-decoration: underline;
}

.vl-footer1-section-area .elements6 {
  pointer-events: none;
  max-width: 40vw;
  opacity: 0.5;
}

@media (max-width: 767.98px) {
  .vl-footer1-section-area .elements6 {
    display: none;
  }
}

/* --- Contact map --- */
.dhs-map-embed {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  aspect-ratio: 16 / 10;
}

.dhs-map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* --- Forms --- */
.contact-boxarea .input-area input,
.contact-boxarea .input-area textarea,
.input-area input,
.input-area textarea {
  width: 100%;
}

.input-area textarea {
  min-height: 140px;
  resize: vertical;
}

/* --- Decorative elements (prevent horizontal scroll) --- */
[class*="elements"],
.hero1-section-area .hero-bottom-images .elements3 {
  max-width: 100%;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .about1-section-area .elements9,
  .vl-blog-1-area .elements15,
  .project-inner-section-area > img[class*="elements"],
  .service-inner-section-area > img[class*="elements"] {
    opacity: 0.35;
    max-width: 120px;
  }
}

/* --- Project / portfolio grid --- */
.dhs-portfolio-thumb {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.dhs-portfolio-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.45s ease;
}

.project-inner-section-area .portfolio-boxarea:hover .dhs-portfolio-thumb img,
.portfolio1-section-area .portfolio-boxarea:hover .dhs-portfolio-thumb img,
.portfolio1-inner-section-area .portfolio-boxarea:hover .dhs-portfolio-thumb img {
  transform: scale(1.05);
}

/* Project detail hero — template-style banner crop (not full-page mockup scroll) */
.project-details-section-area .project-details-area .img1 {
  aspect-ratio: 16 / 10;
  max-height: 440px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.project-details-section-area .project-details-area .img1 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  border-radius: 8px;
}

.project-details-section-area .dhs-detail-client,
.project-details-section-area .dhs-detail-website,
.project-details-section-area .dhs-detail-website a {
  text-transform: none !important;
}

.portfolio1-section-area .portfolio-slider-area .portfolio-boxarea .img1.dhs-portfolio-thumb,
.portfolio1-inner-section-area .portfolio-slider-area .portfolio-boxarea .img1.dhs-portfolio-thumb {
  aspect-ratio: 4 / 3;
  min-height: 220px;
}

.portfolio1-section-area .portfolio-slider-area .portfolio-boxarea .img1.dhs-portfolio-thumb img,
.portfolio1-inner-section-area .portfolio-slider-area .portfolio-boxarea .img1.dhs-portfolio-thumb img {
  height: 100%;
  object-fit: cover;
}

.project-inner-section-area .all-project-area .row {
  row-gap: 8px;
}

.project-inner-section-area .all-project-area .portfolio-boxarea .img1,
.project-inner-section-area .tab-content .tab-pane .all-project-area .portfolio-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}

.project-inner-section-area .all-project-area .portfolio-boxarea:hover .arrow-content,
.project-inner-section-area .tab-content .tab-pane .all-project-area .portfolio-boxarea:hover .arrow-content {
  bottom: 24px;
}

@media (min-width: 992px) {
  .project-inner-section-area .all-project-area .portfolio-boxarea .img1.dhs-portfolio-thumb {
    min-height: 280px;
  }
}

@media (max-width: 575.98px) {
  .project-inner-section-area .nav-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    gap: 8px;
  }

  .project-inner-section-area .nav-pills .nav-link {
    white-space: nowrap;
    flex-shrink: 0;
  }
}

/* --- Homepage SEO hero subline --- */
.dhs-hero-subline {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.6;
  max-width: 520px;
  margin: 0;
}

@media (max-width: 767.98px) {
  .dhs-hero-subline {
    font-size: 16px;
  }
}

/* --- Owl / swiper controls --- */
@media (max-width: 767.98px) {
  .owl-nav button,
  .swiper-button-next,
  .swiper-button-prev {
    min-width: 44px;
    min-height: 44px;
  }
}

/* --- CTA section --- */
@media (max-width: 767.98px) {
  .cta-btn-area .row {
    text-align: center;
  }

  .cta-btn-area .btn-area1,
  .cta-btn-area .cta-btn1 {
    margin-top: 20px;
    display: inline-flex;
  }
}

/* --- Utility: reduce motion --- */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* --- DHS hero globe (consistent sizing — home + all inner pages) --- */
.dhs-hero-globe-wrap {
  --dhs-globe-size: clamp(220px, 30vw, 340px);
  --dhs-badge-size: clamp(88px, 11vw, 112px);
  position: relative;
  width: min(100%, calc(var(--dhs-globe-size) + 48px));
  max-width: 100%;
  margin: 0 auto;
  padding: 8px 12px 0;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent !important;
}

.dhs-hero-globe-wrap--home {
  --dhs-globe-size: clamp(260px, 34vw, 420px);
  --dhs-badge-size: clamp(96px, 10vw, 118px);
}

.dhs-hero-globe-wrap--inner {
  --dhs-globe-size: clamp(200px, 22vw, 300px);
  --dhs-badge-size: clamp(84px, 9vw, 106px);
}

.dhs-hero-globe {
  position: relative;
  width: var(--dhs-globe-size);
  max-width: 100%;
  aspect-ratio: 1;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  overflow: visible;
  border-radius: 0;
}

/* Kill template cover/crop — transparent blend into hero stars */
.hero1-section-area .dhs-hero-globe-wrap .img1.dhs-hero-globe,
.inner-section-area .dhs-hero-globe-wrap .img1.dhs-hero-globe {
  border-radius: 0;
  overflow: visible;
  background: transparent !important;
}

.hero1-section-area .dhs-hero-globe-wrap .dhs-hero-globe-img,
.inner-section-area .dhs-hero-globe-wrap .dhs-hero-globe-img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  aspect-ratio: 1;
  object-fit: contain !important;
  border-radius: 0;
  background: transparent !important;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 0%, #000 58%, transparent 72%);
  mask-image: radial-gradient(circle at 50% 50%, #000 0%, #000 58%, transparent 72%);
}

.dhs-hero-globe-atmosphere {
  position: absolute;
  inset: -4%;
  border-radius: 50%;
  background: radial-gradient(
    circle at 42% 38%,
    rgba(100, 180, 255, 0.22) 0%,
    rgba(206, 241, 43, 0.08) 35%,
    transparent 68%
  );
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}

.dhs-hero-globe-glow {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(64, 140, 255, 0.18) 0%,
    rgba(206, 241, 43, 0.1) 40%,
    transparent 70%
  );
  filter: blur(24px);
  pointer-events: none;
  z-index: 0;
}

.dhs-hero-globe-img {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.35)) drop-shadow(0 0 40px rgba(80, 160, 255, 0.15));
  animation: dhsGlobeFloat 8s ease-in-out infinite alternate;
}

@keyframes dhsGlobeFloat {
  0% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(-10px) scale(1.02);
  }
}

/* Badge — circular, no template square border */
.hero1-section-area .dhs-hero-globe-wrap .dhs-hero-badge.arrow a,
.inner-section-area .dhs-hero-globe-wrap .dhs-hero-badge.arrow a,
.dhs-hero-globe-wrap .dhs-hero-badge.arrow a {
  position: relative;
  display: inline-flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: var(--dhs-badge-size) !important;
  height: var(--dhs-badge-size) !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 50% !important;
  overflow: hidden;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dhs-hero-globe-wrap .dhs-hero-badge.arrow a:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 32px rgba(206, 241, 43, 0.22);
}

.dhs-hero-badge-ring {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  border-radius: 50%;
}

.dhs-hero-badge-logo {
  position: relative;
  z-index: 2;
  display: block;
  width: 58%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
}

.hero1-section-area .dhs-hero-globe-wrap .dhs-hero-badge.arrow,
.inner-section-area .dhs-hero-globe-wrap .dhs-hero-badge.arrow {
  position: absolute;
  top: 2%;
  right: 0;
  z-index: 3;
  margin: 0;
  transform: none;
}

/* Desktop / laptop fine-tuning */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .dhs-hero-globe-wrap--home {
    --dhs-globe-size: clamp(280px, 36vw, 380px);
  }

  .dhs-hero-globe-wrap--inner {
    --dhs-globe-size: clamp(220px, 24vw, 280px);
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .dhs-hero-globe-wrap--home {
    --dhs-globe-size: clamp(300px, 32vw, 400px);
  }

  .dhs-hero-globe-wrap--inner {
    --dhs-globe-size: clamp(240px, 20vw, 300px);
  }
}

@media (min-width: 1400px) {
  .dhs-hero-globe-wrap--home {
    --dhs-globe-size: 420px;
    --dhs-badge-size: 118px;
  }

  .dhs-hero-globe-wrap--inner {
    --dhs-globe-size: 300px;
    --dhs-badge-size: 108px;
  }
}

@media (max-width: 991.98px) {
  .dhs-hero-globe-wrap--home {
    --dhs-globe-size: clamp(240px, 56vw, 340px);
    --dhs-badge-size: clamp(92px, 14vw, 108px);
  }

  .dhs-hero-globe-wrap--inner {
    --dhs-globe-size: clamp(210px, 52vw, 300px);
    --dhs-badge-size: clamp(88px, 13vw, 104px);
  }
}

@media (max-width: 575.98px) {
  .dhs-hero-globe-wrap--home {
    --dhs-globe-size: min(78vw, 300px);
  }

  .dhs-hero-globe-wrap--inner {
    --dhs-globe-size: min(72vw, 260px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .dhs-hero-globe-img,
  .dhs-hero-badge-ring {
    animation: none !important;
  }
}

/* --- Large screens --- */
@media (min-width: 1400px) {
  .homepage1-menu .vl-transparent-header .container.headerfix {
    max-width: 1320px;
  }
}

/* ===== MOBILE & LAPTOP POLISH (full-site pass) ===== */

/* --- Prevent horizontal scroll from decorative absolute layers --- */
.testimonials-2 .container {
  overflow-x: clip;
}

.testimonials-2 .dhs-testimonial-main {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-2 .swiper-testimonial-2 {
  width: 100%;
  max-width: 100%;
}

.testimonials-2 .swiper-testimonial-2 .testimonial-boxarea {
  position: relative;
  height: auto;
}

.testimonials-2 .pagination-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 8px;
}

.testimonials-2 .pagination-buttons .swiper-button-next,
.testimonials-2 .pagination-buttons .swiper-button-prev {
  margin-top: 0;
}

@media (max-width: 1399.98px) {
  .testimonials-2 .map-testimonial {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .testimonials-2 .dhs-testimonial-main {
    min-height: 420px;
    padding: 0 80px;
  }

  .testimonials-2 .map-testimonial {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  .testimonials-2 .map-testimonial .swiper-slide div {
    display: block !important;
  }

  .testimonials-2 .map-testimonial .swiper-slide:nth-child(1) {
    bottom: 6%;
    left: 4%;
    top: auto;
    position: absolute;
  }

  .testimonials-2 .map-testimonial .swiper-slide:nth-child(2) {
    top: 22%;
    left: 0;
    position: absolute;
  }

  .testimonials-2 .map-testimonial .swiper-slide:nth-child(3) {
    top: 48%;
    left: 4%;
    position: absolute;
  }

  .testimonials-2 .map-testimonial .swiper-slide:nth-child(4) {
    bottom: 6%;
    right: 4%;
    left: auto;
    position: absolute;
  }

  .testimonials-2 .map-testimonial .swiper-slide:nth-child(5) {
    top: 22%;
    right: 0;
    left: auto;
    position: absolute;
  }

  .testimonials-2 .map-testimonial .swiper-slide:nth-child(6) {
    top: 48%;
    right: 4%;
    left: auto;
    position: absolute;
  }
}

/* Mobile testimonial avatar strip */
@media (max-width: 991.98px) {
  .testimonials-2 .dhs-testimonial-mobile-thumbs {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 8px 4px 16px;
    margin-top: 8px;
    scrollbar-width: none;
  }

  .testimonials-2 .dhs-testimonial-mobile-thumbs::-webkit-scrollbar {
    display: none;
  }

  .testimonials-2 .dhs-testimonial-mobile-thumbs img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    scroll-snap-align: start;
    border: 2px solid transparent;
  }
}

@media (min-width: 992px) {
  .testimonials-2 .dhs-testimonial-mobile-thumbs {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .testimonials-2 .swiper-testimonial-2 .testimonial-boxarea {
    padding: 24px 20px;
  }

  .testimonials-2 .swiper-testimonial-2 .testimonial-boxarea p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .testimonials-2 .swiper-testimonial-2 .testimonial-boxarea svg {
    right: 20px;
    top: 20px;
    width: 24px;
    height: auto;
  }

  .testimonials-2 .swiper-testimonial-2 .testimonial-boxarea .names-area .elements20 {
    display: none;
  }

  .testimonials-2 .swiper-testimonial-2 .testimonial-boxarea .names-area .man-textarea {
    margin-bottom: 8px;
  }

  .testimonial-inner-section-area .testimonial-boxarea {
    margin-bottom: 20px;
  }
}

/* --- Homepage hero --- */
@media (max-width: 991.98px) {
  .hero1-section-area .row.align-items-center {
    text-align: center;
  }

  .hero1-section-area .hero-header-area {
    margin-bottom: 8px;
  }

  .dhs-hero-subline {
    margin-left: auto;
    margin-right: auto;
  }

  .hero1-section-area .col-lg-1 {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .hero1-section-area .hero-header-area h1 .elements1 {
    max-width: 48px;
    height: auto;
    vertical-align: middle;
  }

  .hero1-section-area .hero-bottom-images {
    overflow: hidden;
    border-radius: 16px;
  }

  .hero1-section-area .hero-bottom-images .started-btn {
    transform: scale(0.85);
    transform-origin: center;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero1-section-area .col-lg-6 {
    flex: 0 0 55%;
    max-width: 55%;
  }

  .hero1-section-area .col-lg-5 {
    flex: 0 0 45%;
    max-width: 45%;
  }
}

/* --- Inner page heroes --- */
@media (max-width: 767.98px) {
  .inner-section-area .hero-header-area h1 {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
  }

  .inner-section-area .hero-header-area h4 {
    font-size: 0.9rem;
  }
}

/* --- Service / project detail layouts --- */
@media (min-width: 992px) {
  .service-details-section .service-details-side {
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }

  .project-details-section-area .project-details-side {
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }
}

@media (max-width: 991.98px) {
  .service-details-section .service-details-side,
  .project-details-section-area .project-details-side {
    margin-bottom: 32px;
  }

  .service-details-section .contact-boxarea,
  .blog-details-section-area .contact-boxarea {
    margin-top: 8px;
  }
}

@media (max-width: 767.98px) {
  .service3-section-area .space100,
  .service-inner-section-area .space100 {
    height: 48px !important;
  }

  .service-details-area .images-area .row .col-lg-6,
  .blog-others-sidebar .row .col-lg-6 {
    margin-bottom: 12px;
  }

  .project-details-section-area .progresbar {
    margin-bottom: 20px;
  }

  .project-details-section-area .list-area li {
    font-size: 0.95rem;
    line-height: 1.5;
  }
}

/* --- Portfolio tabs & grid --- */
@media (min-width: 576px) and (max-width: 991.98px) {
  .project-inner-section-area .nav-pills {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .project-inner-section-area .nav-pills .nav-link {
    font-size: 0.9rem;
    padding: 10px 16px;
  }
}

/* --- Blog --- */
@media (max-width: 767.98px) {
  .blog-details-section-area .tags-social {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .blog-details-section-area .tags-social .tags ul,
  .blog-details-section-area .tags-social .social ul {
    flex-wrap: wrap;
    gap: 8px;
  }

  .vl-blog-meta ul {
    flex-wrap: wrap;
    gap: 8px;
  }
}

/* --- FAQ accordion touch targets --- */
.faq-inner-section-area .accordion-button {
  min-height: 52px;
  padding: 16px 18px;
  font-size: 1rem;
  line-height: 1.45;
}

.faq-inner-section-area .accordion-body {
  padding: 16px 18px 20px;
  line-height: 1.65;
}

/* --- Contact page --- */
.contact-inner-area .dhs-contact-cards > [class*="col-"] {
  display: flex;
}

.contact-inner-area .dhs-widget-contactbox {
  width: 100%;
  height: 100%;
  min-height: 210px;
}

.contact-inner-area .dhs-widget-contactbox--stacked {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 28px 22px 24px;
}

.contact-inner-area .dhs-widget-contactbox .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  line-height: 1;
}

.contact-inner-area .dhs-widget-contactbox .icons i {
  font-size: 24px;
  color: var(--ztc-bg-bg-5, #03060a);
  line-height: 1;
  transition: color 0.3s ease;
}

.contact-inner-area .dhs-widget-contactbox .content {
  min-width: 0;
  width: 100%;
  padding-left: 0;
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.contact-inner-area .dhs-widget-contactbox .content h4 {
  width: 100%;
  margin: 0;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.contact-inner-area .dhs-widget-contactbox .dhs-contact-detail-wrap {
  width: 100%;
  min-height: 52px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-inner-area .dhs-widget-contactbox .content a,
.contact-inner-area .dhs-widget-contactbox .content .dhs-contact-detail {
  color: var(--ztc-text-text-1, #fff);
  font-family: var(--ztc-family-font1, inherit);
  font-size: 15px;
  font-weight: var(--ztc-weight-medium, 500);
  line-height: 1.5;
  display: block;
  margin: 0;
  opacity: 1;
  word-break: break-word;
  text-align: center;
}

.contact-inner-area .dhs-widget-contactbox:hover .icons i {
  color: var(--ztc-text-text-1, #fff);
}

.contact-inner-area .dhs-widget-contactbox:hover .content .dhs-contact-detail {
  color: var(--ztc-text-text-4, #03060a);
  opacity: 0.85;
}

@media (min-width: 1200px) {
  .contact-inner-area .dhs-contact-cards {
    --bs-gutter-x: 1.25rem;
  }
}

@media (max-width: 991.98px) {
  .contact-inner-area .dhs-widget-contactbox {
    min-height: 196px;
  }

  .contact-inner-area .contact-images {
    margin-bottom: 32px;
  }

  .contact-inner-area .contact-author-boxarea {
    padding: 24px 20px;
  }
}

@media (max-width: 575.98px) {
  .contact-inner-area .dhs-widget-contactbox--stacked {
    padding: 24px 18px 22px;
  }

  .contact-inner-area .dhs-widget-contactbox .content a,
  .contact-inner-area .dhs-widget-contactbox .content .dhs-contact-detail {
    font-size: 14px;
  }
}

/* --- DHS team cards (portrait avatars) --- */
.dhs-team-section .team-header {
  text-align: center;
}

.dhs-team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 28px 24px 24px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(45, 48, 52, 0.95) 0%, rgba(30, 32, 36, 0.98) 100%);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.dhs-team-card:hover {
  transform: translateY(-6px);
  border-color: rgba(206, 241, 43, 0.45);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.dhs-team-card__avatar {
  width: min(100%, 220px);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(145deg, #cef12b 0%, #b6e3f4 50%, #c0aede 100%);
  border: 4px solid rgba(206, 241, 43, 0.55);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  flex-shrink: 0;
}

.dhs-team-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.dhs-team-card__body {
  flex: 1 1 auto;
  width: 100%;
}

.dhs-team-card__name {
  margin: 0 0 8px;
  font-size: 1.35rem;
  line-height: 1.2;
}

.dhs-team-card__name a {
  color: #fff;
  text-decoration: none;
  transition: color 0.25s ease;
}

.dhs-team-card__name a:hover {
  color: var(--ztc-text-text-8, #cef12b);
}

.dhs-team-card__role {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.4;
}

.dhs-team-card__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
  padding-top: 18px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dhs-team-card__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-5, #2d3034);
  transition: background 0.25s ease;
}

.dhs-team-card__contact:hover {
  background: var(--ztc-text-text-8, #cef12b);
}

.dhs-team-card__social {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dhs-team-card__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 1rem;
  transition: background 0.25s ease, color 0.25s ease;
}

.dhs-team-card__social a:hover {
  background: var(--ztc-text-text-8, #cef12b);
  color: #111;
}

@media (max-width: 767.98px) {
  .dhs-team-card {
    padding: 24px 20px 20px;
  }

  .dhs-team-card__avatar {
    width: min(72vw, 200px);
  }
}

/* --- Team section (about + team page legacy cards) --- */
.team1-section-area .team-header {
  text-align: center;
}

.team1-section-area .team-author-boxarea .img1 {
  display: block;
  line-height: 0;
}

.team1-section-area .team-author-boxarea .content-area {
  visibility: visible;
  opacity: 1;
  transform: none;
  align-items: center;
}

.team1-section-area .team-author-boxarea .list {
  right: 24px;
}

.team1-section-area .team-author-boxarea .list ul {
  display: block;
  padding: 0;
  margin: 0;
}

.team1-section-area .team-author-boxarea .list ul li {
  display: block;
}

.team1-section-area .team-author-boxarea:hover .list {
  right: 24px;
}

@media (max-width: 767.98px) {
  .team1-section-area .team-author-boxarea .list {
    right: 16px;
    top: 18%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .team1-section-area .team-author-boxarea .list {
    right: 20px;
    top: 20%;
  }
}

/* --- Footer newsletter --- */
.vl-footer1-section-area form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 576px) {
  .vl-footer1-section-area form {
    flex-direction: row;
    align-items: stretch;
  }

  .vl-footer1-section-area form input {
    flex: 1 1 auto;
    min-width: 0;
  }

  .vl-footer1-section-area form .vl-btn1 {
    flex-shrink: 0;
    white-space: nowrap;
  }
}

/* --- Sidebar slide menu --- */
.header-site-icon .slide-bar .form-area form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.header-site-icon .slide-bar .form-area form input,
.header-site-icon .slide-bar .form-area form button {
  width: 100%;
}

/* --- CTA band --- */
.cta-btn-area .cta-btn1 {
  min-height: 52px;
  padding: 16px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* --- Safe area for notched phones --- */
@supports (padding: max(0px)) {
  .vl-offcanvas,
  .vl-footer1-section-area {
    padding-bottom: max(32px, env(safe-area-inset-bottom));
  }

  .homepage1-menu .vl-transparent-header {
    padding-top: max(12px, env(safe-area-inset-top));
  }
}

/* --- Project details polish --- */
.project-details-section-area .project-details-area [data-field="scope"] {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
}

.project-details-section-area .project-details-area [data-field="scope"] .list-area {
  flex: 1 1 260px;
  min-width: 0;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .project-details-section-area .project-details-area {
    padding-left: 0 !important;
  }

  .project-details-section-area .project-details-area .img1 {
    max-height: 320px;
  }
}

@media (max-width: 767.98px) {
  .project-details-section-area .project-details-area .progresbar {
    justify-content: center;
  }

  .project-details-section-area .project-details-side .project-details-box .list-details,
  .project-details-section-area .project-details-side .project-details-box .list-details1,
  .project-details-section-area .project-details-side .project-details-box .list-details2,
  .project-details-section-area .project-details-side .project-details-box .list-details3,
  .project-details-section-area .project-details-side .project-details-box .list-details4,
  .project-details-section-area .project-details-side .project-details-box .list-details5 {
    flex-wrap: wrap;
    gap: 6px 12px;
  }

  .project-details-section-area .project-details-side .project-details-box .list-details h5,
  .project-details-section-area .project-details-side .project-details-box .list-details1 h5,
  .project-details-section-area .project-details-side .project-details-box .list-details2 h5,
  .project-details-section-area .project-details-side .project-details-box .list-details3 h5,
  .project-details-section-area .project-details-side .project-details-box .list-details4 h5 {
    padding-left: 0 !important;
  }
}

/* --- About page image block --- */
.about1-section-area .images .img1 img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* --- Service grid alignment --- */
.serve-section-area .service-author-boxarea,
.service-inner-section-area .service-author-boxarea {
  height: 100%;
}

/* --- Blog card thumbs --- */
.dhs-blog-card .vl-blog-1-thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.dhs-blog-card .vl-blog-1-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- Homepage + FAQ page accordion (dark theme) --- */
.dhs-faq-teaser,
.dhs-faq-page {
  position: relative;
  background-color: var(--ztc-bg-bg-5, #03060a);
  background-image:
    radial-gradient(circle at 20% 30%, rgba(206, 241, 43, 0.06), transparent 42%),
    radial-gradient(circle at 80% 70%, rgba(206, 241, 43, 0.04), transparent 38%);
}

.dhs-faq-teaser .heading1 h5,
.dhs-faq-page .heading1 h5 {
  color: var(--ztc-text-text-8, #cef12b);
  font-family: var(--ztc-family-font1, 'Space Grotesk', sans-serif);
  font-size: clamp(13px, 1.4vw, 16px);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.dhs-faq-teaser .heading1 h2,
.dhs-faq-page .heading1 h2 {
  color: #fff;
  font-family: var(--ztc-family-font1, 'Space Grotesk', sans-serif);
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.dhs-faq-teaser .accordion,
.dhs-faq-page .accordion {
  --bs-accordion-color: rgba(255, 255, 255, 0.82);
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: rgba(255, 255, 255, 0.1);
  --bs-accordion-border-radius: 20px;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 1.5rem;
  --bs-accordion-btn-padding-y: 1.25rem;
  --bs-accordion-btn-color: #fff;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cef12b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: rgba(206, 241, 43, 0.35);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.15rem rgba(206, 241, 43, 0.12);
  --bs-accordion-active-color: #cef12b;
  --bs-accordion-active-bg: rgba(206, 241, 43, 0.08);
  --bs-accordion-body-padding-x: 1.5rem;
  --bs-accordion-body-padding-y: 1.25rem;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.25);
}

.dhs-faq-teaser .accordion-item,
.dhs-faq-page .accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dhs-faq-teaser .accordion-item:last-child,
.dhs-faq-page .accordion-item:last-child {
  border-bottom: 0;
}

.dhs-faq-teaser .accordion-header,
.dhs-faq-page .accordion-header {
  margin: 0;
}

.dhs-faq-teaser .accordion-button,
.dhs-faq-page .accordion-button {
  font-family: var(--ztc-family-font1, 'Space Grotesk', sans-serif);
  font-size: clamp(15px, 1.5vw, 17px);
  font-weight: 600;
  line-height: 1.45;
  text-align: left;
  box-shadow: none !important;
}

.dhs-faq-teaser .accordion-button:not(.collapsed),
.dhs-faq-page .accordion-button:not(.collapsed) {
  color: #cef12b;
  background: rgba(206, 241, 43, 0.08);
}

.dhs-faq-teaser .accordion-button:hover,
.dhs-faq-page .accordion-button:hover {
  color: #cef12b;
  background: rgba(255, 255, 255, 0.04);
}

.dhs-faq-teaser .accordion-button.collapsed,
.dhs-faq-page .accordion-button.collapsed {
  color: #fff;
}

.dhs-faq-teaser .accordion-body,
.dhs-faq-page .accordion-body {
  padding: 0.25rem 1.5rem 1.35rem;
  background: rgba(206, 241, 43, 0.04);
  border-top: 1px solid rgba(206, 241, 43, 0.12);
}

.dhs-faq-teaser .accordion-body p,
.dhs-faq-page .accordion-body p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--ztc-family-font2, 'Figtree', sans-serif);
  font-size: clamp(15px, 1.45vw, 16px);
  font-weight: 500;
  line-height: 1.72;
}

.dhs-faq-teaser a.vl-btn1 {
  min-width: 200px;
}

@media (max-width: 991.98px) {
  .dhs-faq-teaser .heading1 h2,
  .dhs-faq-page .heading1 h2 {
    font-size: clamp(1.5rem, 6vw, 2.25rem);
  }

  .dhs-faq-teaser .accordion-button,
  .dhs-faq-page .accordion-button {
    padding: 1.1rem 1.15rem;
    font-size: 15px;
  }
}

/* --- Homepage static video + AI insights --- */
.dhs-home-insights {
  position: relative;
  overflow: hidden;
  background-color: var(--ztc-bg-bg-5, #03060a);
  background-image: url(../img/all-images/bg/bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dhs-home-insights__decor {
  position: absolute;
  right: -40px;
  top: 12%;
  width: min(280px, 22vw);
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

.dhs-home-insights__mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(206, 241, 43, 0.14), transparent 42%),
    radial-gradient(circle at 82% 78%, rgba(206, 241, 43, 0.08), transparent 38%);
  pointer-events: none;
  z-index: 0;
}

.dhs-home-insights .container {
  position: relative;
  z-index: 1;
}

.dhs-home-insights .heading1 h5 {
  color: var(--ztc-text-text-8, #cef12b);
  font-family: var(--ztc-family-font1, 'Space Grotesk', sans-serif);
  letter-spacing: 0.12em;
}

.dhs-home-insights .heading1 h2 {
  color: #fff;
  font-family: var(--ztc-family-font1, 'Space Grotesk', sans-serif);
}

.dhs-home-insights__lead {
  max-width: 640px;
  margin: 0 auto;
  color: var(--ztc-text-text-3, rgba(255, 255, 255, 0.8));
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.7;
}

.dhs-insights-stage {
  position: relative;
  border-radius: 24px;
  padding: 3px;
  background: linear-gradient(135deg, rgba(206, 241, 43, 0.55), rgba(206, 241, 43, 0.08) 45%, rgba(255, 255, 255, 0.12) 100%);
  box-shadow: 0 32px 80px rgba(3, 6, 10, 0.45);
}

.dhs-insights-stage > .row {
  margin: 0;
  border-radius: 21px;
  overflow: hidden;
  background: rgba(3, 6, 10, 0.94);
}

.dhs-media-card,
.dhs-ai-panel {
  min-height: 100%;
}

.dhs-media-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(22px, 3vw, 32px);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.dhs-media-card__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.dhs-media-card__live,
.dhs-media-card__duration {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.dhs-media-card__live {
  color: var(--ztc-text-text-8, #cef12b);
  background: rgba(206, 241, 43, 0.1);
  border: 1px solid rgba(206, 241, 43, 0.22);
}

.dhs-media-card__live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.18);
  animation: dhsLivePulse 2s ease-in-out infinite;
}

.dhs-media-card__duration {
  color: var(--ztc-text-text-1, #fff);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.dhs-static-video__frame {
  position: relative;
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(206, 241, 43, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.dhs-static-video__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.5s ease;
}

.dhs-media-card:hover .dhs-static-video__frame img {
  transform: scale(1.06);
}

.dhs-static-video__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 6, 10, 0.08) 20%, rgba(3, 6, 10, 0.82) 100%);
  pointer-events: none;
  z-index: 1;
}

.dhs-static-video__ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 96px;
  height: 96px;
  margin: -48px 0 0 -48px;
  border-radius: 50%;
  border: 2px solid rgba(206, 241, 43, 0.45);
  animation: dhsPlayRing 2.4s ease-out infinite;
  z-index: 2;
  pointer-events: none;
}

.dhs-static-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ztc-bg-bg-7, #cef12b);
  color: var(--ztc-bg-bg-5, #03060a);
  font-size: 24px;
  box-shadow: 0 16px 40px rgba(206, 241, 43, 0.35);
  z-index: 3;
  cursor: default;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dhs-static-video__play i {
  margin-left: 4px;
}

.dhs-media-card:hover .dhs-static-video__play {
  transform: translate(-50%, -50%) scale(1.06);
  box-shadow: 0 20px 48px rgba(206, 241, 43, 0.45);
}

.dhs-static-video__badge {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 3;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ztc-text-text-1, #fff);
  background: rgba(3, 6, 10, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(6px);
}

.dhs-static-video__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 22px 20px 18px;
}

.dhs-static-video__overlay h3 {
  margin: 0;
  color: var(--ztc-text-text-1, #fff);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.35;
  max-width: 90%;
}

.dhs-media-card__body {
  padding-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 1;
}

.dhs-media-card__caption {
  margin: 0;
  color: var(--ztc-text-text-3, rgba(255, 255, 255, 0.8));
  line-height: 1.65;
  font-size: 15px;
}

.dhs-media-card__chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dhs-media-card__chips li {
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: var(--ztc-text-text-8, #cef12b);
  background: rgba(206, 241, 43, 0.08);
  border: 1px solid rgba(206, 241, 43, 0.18);
}

.dhs-media-card__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.dhs-media-card__features li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--ztc-text-text-1, #fff);
  font-size: 14px;
  line-height: 1.45;
}

.dhs-media-card__feature-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(206, 241, 43, 0.12);
  color: var(--ztc-text-text-8, #cef12b);
}

.dhs-ai-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(22px, 3vw, 32px);
  background:
    linear-gradient(180deg, rgba(206, 241, 43, 0.04) 0%, rgba(3, 6, 10, 0) 28%),
    rgba(3, 6, 10, 0.55);
}

.dhs-ai-panel__chrome {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dhs-ai-panel__dots {
  display: inline-flex;
  gap: 6px;
}

.dhs-ai-panel__dots i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  background: rgba(255, 255, 255, 0.18);
}

.dhs-ai-panel__dots i:nth-child(1) { background: #ff5f57; }
.dhs-ai-panel__dots i:nth-child(2) { background: #febc2e; }
.dhs-ai-panel__dots i:nth-child(3) { background: #28c840; }

.dhs-ai-panel__chrome-title {
  flex: 1;
  font-size: 13px;
  font-weight: 600;
  color: var(--ztc-text-text-3, rgba(255, 255, 255, 0.8));
  letter-spacing: 0.02em;
}

.dhs-ai-panel__chrome-badge {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ztc-bg-bg-5, #03060a);
  background: var(--ztc-bg-bg-7, #cef12b);
}

.dhs-ai-panel__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.dhs-ai-panel__avatar {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(206, 241, 43, 0.28), rgba(206, 241, 43, 0.06));
  color: var(--ztc-text-text-8, #cef12b);
  font-size: 22px;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(206, 241, 43, 0.2);
}

.dhs-ai-panel__name {
  margin: 0;
  color: var(--ztc-text-text-1, #fff);
  font-weight: 700;
  font-size: 17px;
}

.dhs-ai-panel__status {
  margin: 5px 0 0;
  color: var(--ztc-text-text-3, rgba(255, 255, 255, 0.8));
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dhs-ai-panel__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.15);
  animation: dhsLivePulse 2s ease-in-out infinite;
}

.dhs-ai-panel__capabilities {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dhs-ai-panel__capabilities li {
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--ztc-text-text-1, #fff);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.dhs-ai-panel__chat {
  display: grid;
  gap: 14px;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  max-height: 280px;
  overflow: auto;
}

.dhs-ai-bubble {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.dhs-ai-bubble__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 13px;
}

.dhs-ai-bubble__avatar--user {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ztc-text-text-1, #fff);
}

.dhs-ai-bubble__avatar--ai {
  background: rgba(206, 241, 43, 0.18);
  color: var(--ztc-text-text-8, #cef12b);
}

.dhs-ai-bubble__content {
  flex: 1;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.dhs-ai-bubble--user .dhs-ai-bubble__content {
  background: rgba(255, 255, 255, 0.04);
}

.dhs-ai-bubble--ai .dhs-ai-bubble__content {
  background: rgba(206, 241, 43, 0.08);
  border-color: rgba(206, 241, 43, 0.2);
}

.dhs-ai-bubble__label {
  display: block;
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ztc-text-text-8, #cef12b);
}

.dhs-ai-bubble p {
  margin: 0;
  line-height: 1.65;
  color: var(--ztc-text-text-1, #fff);
  font-size: 14px;
}

.dhs-ai-panel__typing {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-left: 46px;
}

.dhs-ai-panel__typing span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(206, 241, 43, 0.65);
  animation: dhsTypingDot 1.2s ease-in-out infinite;
}

.dhs-ai-panel__typing span:nth-child(2) { animation-delay: 0.15s; }
.dhs-ai-panel__typing span:nth-child(3) { animation-delay: 0.3s; }

.dhs-ai-panel__highlights {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.dhs-ai-panel__highlights li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.dhs-ai-panel__highlights li:hover {
  border-color: rgba(206, 241, 43, 0.28);
  transform: translateY(-2px);
}

.dhs-ai-panel__icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(206, 241, 43, 0.12);
  color: var(--ztc-text-text-8, #cef12b);
}

.dhs-ai-panel__highlights strong {
  display: block;
  color: var(--ztc-text-text-1, #fff);
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.35;
}

.dhs-ai-panel__highlights p {
  margin: 0;
  color: var(--ztc-text-text-3, rgba(255, 255, 255, 0.8));
  font-size: 12px;
  line-height: 1.5;
}

.dhs-ai-panel__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dhs-ai-panel__stat {
  padding: 14px 10px;
  border-radius: 12px;
  text-align: center;
  background: linear-gradient(180deg, rgba(206, 241, 43, 0.08), rgba(206, 241, 43, 0.02));
  border: 1px solid rgba(206, 241, 43, 0.14);
}

.dhs-ai-panel__stat-value {
  display: block;
  color: var(--ztc-text-text-8, #cef12b);
  font-weight: 700;
  font-size: clamp(14px, 1.7vw, 17px);
  line-height: 1.2;
}

.dhs-ai-panel__stat-label {
  display: block;
  margin-top: 6px;
  color: var(--ztc-text-text-3, rgba(255, 255, 255, 0.8));
  font-size: 11px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.dhs-ai-panel__cta {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.dhs-ai-panel__link {
  color: var(--ztc-text-text-1, #fff);
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
}

.dhs-ai-panel__link i {
  margin-left: 6px;
  color: var(--ztc-text-text-8, #cef12b);
  transition: transform 0.2s ease;
}

.dhs-ai-panel__link:hover {
  color: var(--ztc-text-text-8, #cef12b);
}

.dhs-ai-panel__link:hover i {
  transform: translateX(4px);
}

@keyframes dhsPlayRing {
  0% {
    transform: scale(0.85);
    opacity: 0.85;
  }
  70% {
    transform: scale(1.18);
    opacity: 0;
  }
  100% {
    transform: scale(1.18);
    opacity: 0;
  }
}

@keyframes dhsLivePulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

@keyframes dhsTypingDot {
  0%, 80%, 100% {
    transform: translateY(0);
    opacity: 0.35;
  }
  40% {
    transform: translateY(-4px);
    opacity: 1;
  }
}

@media (max-width: 991.98px) {
  .dhs-home-insights__decor {
    display: none;
  }

  .dhs-media-card {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .dhs-ai-panel__highlights {
    grid-template-columns: 1fr;
  }

  .dhs-ai-panel__stats {
    grid-template-columns: 1fr;
  }

  .dhs-ai-panel__cta {
    flex-direction: column;
    align-items: stretch;
  }

  .dhs-ai-panel__cta .vl-btn1 {
    width: 100%;
    text-align: center;
  }

  .dhs-ai-panel__link {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .dhs-insights-stage {
    border-radius: 18px;
  }

  .dhs-insights-stage > .row {
    border-radius: 15px;
  }

  .dhs-media-card,
  .dhs-ai-panel {
    padding: 18px;
  }

  .dhs-static-video__play {
    width: 64px;
    height: 64px;
    font-size: 20px;
  }

  .dhs-static-video__ring {
    width: 84px;
    height: 84px;
    margin: -42px 0 0 -42px;
  }
}

.dhs-static-video__play:focus-visible {
  outline: 2px solid var(--ztc-text-text-8, #cef12b);
  outline-offset: 4px;
}

/* --- Floating chatbot widget --- */
.dhs-chatbot {
  position: fixed;
  right: clamp(16px, 2vw, 28px);
  bottom: clamp(16px, 2vw, 28px);
  z-index: 10050;
  font-family: inherit;
}

.dhs-chatbot__launcher {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px 14px 16px;
  border: none;
  border-radius: 999px;
  background: var(--ztc-bg-bg-7, #cef12b);
  color: var(--ztc-bg-bg-5, #03060a);
  box-shadow: 0 16px 40px rgba(206, 241, 43, 0.35);
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dhs-chatbot__launcher:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(206, 241, 43, 0.45);
}

.dhs-chatbot__launcher-open,
.dhs-chatbot__launcher-close {
  font-size: 18px;
}

.dhs-chatbot__launcher-close {
  display: none;
}

.dhs-chatbot.is-open .dhs-chatbot__launcher-open,
.dhs-chatbot.is-open .dhs-chatbot__launcher-label {
  display: none;
}

.dhs-chatbot.is-open .dhs-chatbot__launcher-close {
  display: inline-flex;
}

.dhs-chatbot.is-open .dhs-chatbot__launcher {
  padding: 14px 16px;
}

.dhs-chatbot__panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 14px);
  width: min(390px, calc(100vw - 32px));
  max-height: min(620px, calc(100vh - 120px));
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(3, 6, 10, 0.96);
  border: 1px solid rgba(206, 241, 43, 0.22);
  box-shadow: 0 28px 80px rgba(3, 6, 10, 0.55);
  backdrop-filter: blur(12px);
}

.dhs-chatbot__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 16px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(206, 241, 43, 0.08), rgba(206, 241, 43, 0));
}

.dhs-chatbot__header-info {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.dhs-chatbot__avatar {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(206, 241, 43, 0.16);
  color: var(--ztc-text-text-8, #cef12b);
  flex-shrink: 0;
}

.dhs-chatbot__title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--ztc-text-text-1, #fff);
  line-height: 1.3;
}

.dhs-chatbot__status {
  margin: 3px 0 0;
  font-size: 12px;
  color: var(--ztc-text-text-3, rgba(255, 255, 255, 0.8));
  display: flex;
  align-items: center;
  gap: 7px;
}

.dhs-chatbot__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.15);
}

.dhs-chatbot__close {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ztc-text-text-1, #fff);
  cursor: pointer;
  flex-shrink: 0;
}

.dhs-chatbot__messages {
  flex: 1;
  overflow: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 220px;
}

.dhs-chatbot__message {
  max-width: 88%;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.6;
}

.dhs-chatbot__message p {
  margin: 0;
}

.dhs-chatbot__message--bot {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--ztc-text-text-1, #fff);
}

.dhs-chatbot__message--user {
  align-self: flex-end;
  background: rgba(206, 241, 43, 0.14);
  border: 1px solid rgba(206, 241, 43, 0.24);
  color: var(--ztc-text-text-1, #fff);
}

.dhs-chatbot__message--typing {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 14px 16px;
}

.dhs-chatbot__message--typing span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(206, 241, 43, 0.75);
  animation: dhsTypingDot 1.2s ease-in-out infinite;
}

.dhs-chatbot__message--typing span:nth-child(2) { animation-delay: 0.15s; }
.dhs-chatbot__message--typing span:nth-child(3) { animation-delay: 0.3s; }

.dhs-chatbot__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.dhs-chatbot__links a {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  color: var(--ztc-bg-bg-5, #03060a);
  background: var(--ztc-bg-bg-7, #cef12b);
}

.dhs-chatbot__suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 16px 12px;
}

.dhs-chatbot__chip {
  border: 1px solid rgba(206, 241, 43, 0.22);
  background: rgba(206, 241, 43, 0.08);
  color: var(--ztc-text-text-1, #fff);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 1.35;
  cursor: pointer;
  text-align: left;
}

.dhs-chatbot__chip:hover {
  border-color: rgba(206, 241, 43, 0.45);
  color: var(--ztc-text-text-8, #cef12b);
}

.dhs-chatbot__form {
  display: flex;
  gap: 8px;
  padding: 12px 16px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dhs-chatbot__form input {
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ztc-text-text-1, #fff);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
}

.dhs-chatbot__form input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.dhs-chatbot__send {
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 12px;
  background: var(--ztc-bg-bg-7, #cef12b);
  color: var(--ztc-bg-bg-5, #03060a);
  cursor: pointer;
  flex-shrink: 0;
}

.dhs-ai-panel__chat-open {
  border: 1px solid rgba(206, 241, 43, 0.28);
  background: rgba(206, 241, 43, 0.08);
  color: var(--ztc-text-text-1, #fff);
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.dhs-ai-panel__chat-open:hover {
  border-color: rgba(206, 241, 43, 0.5);
  color: var(--ztc-text-text-8, #cef12b);
}

@media (max-width: 575.98px) {
  .dhs-chatbot__launcher-label {
    display: none;
  }

  .dhs-chatbot__panel {
    width: calc(100vw - 24px);
    right: -8px;
    max-height: calc(100vh - 100px);
  }
}

/* --- Focus visibility (keyboard / a11y) --- */
a:focus-visible,
button:focus-visible,
.vl-btn1:focus-visible,
.accordion-button:focus-visible {
  outline: 2px solid var(--ztc-text-text-8, #cef12b);
  outline-offset: 2px;
}

/* --- Print --- */
@media print {
  .homepage1-menu,
  .vl-offcanvas,
  .loader,
  .progress-wrap,
  .cta-btn-area,
  .slider1-section-area {
    display: none !important;
  }

  body {
    overflow: visible;
    color: #111;
    background: #fff;
  }
}
