/* =========================================================
   VIDHITSA TECHNOLOGIES — SHARED VISUAL ENHANCEMENTS
   Loaded after page-specific styles on every HTML page.
   ========================================================= */

:root {
  --vt-gold: #fcb90e;
  --vt-gold-soft: #fcb90e;
  --vt-gold-pale: #fff8e5;
  --vt-ink: #0b0b0d;
  --vt-ink-2: #151518;
  --vt-copy: #4e5057;
  --vt-line: rgba(12, 12, 14, 0.10);
  --vt-shadow-sm: 0 10px 30px rgba(12, 12, 14, 0.07);
  --vt-shadow-md: 0 20px 55px rgba(12, 12, 14, 0.11);
  --vt-shadow-gold: 0 18px 40px rgba(252, 185, 14, 0.24);
  --vt-radius-sm: 14px;
  --vt-radius-md: 20px;
  --vt-radius-lg: 28px;
}

html {
  scroll-behavior: smooth;
}

body.vt-redesign {
  color: var(--vt-copy);
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

body.vt-redesign ::selection {
  color: #0a0a0a;
  background: var(--vt-gold);
}

body.vt-redesign :focus-visible {
  outline: 3px solid rgba(252, 185, 14, 0.58);
  outline-offset: 3px;
}

body.vt-redesign h1,
body.vt-redesign h2,
body.vt-redesign h3,
body.vt-redesign .section-heading,
body.vt-redesign .section-title {
  text-wrap: balance;
}

body.vt-redesign p,
body.vt-redesign li {
  text-wrap: pretty;
}

/* ---------- Original header retained ---------- */
/* The desktop and mobile headers use the website's original stylesheet rules. */

/* Shared redesign effects for content-area buttons only. */
body.vt-redesign .btn-gold,
body.vt-redesign .btn-dark,
body.vt-redesign .btn-outline,
body.vt-redesign .btn-primary,
body.vt-redesign button[type="submit"] {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 999px !important;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease !important;
}

body.vt-redesign .btn-gold:hover,
body.vt-redesign .btn-dark:hover,
body.vt-redesign .btn-primary:hover,
body.vt-redesign button[type="submit"]:hover {
  transform: translateY(-3px);
  box-shadow: var(--vt-shadow-gold);
}

body.vt-redesign .btn-gold::after,
body.vt-redesign .btn-dark::after,
body.vt-redesign .btn-primary::after,
body.vt-redesign button[type="submit"]::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -80%;
  left: -45%;
  width: 28%;
  height: 260%;
  background: rgba(255,255,255,.35);
  transform: rotate(24deg) translateX(-250%);
  transition: transform .65s ease;
}

body.vt-redesign .btn-gold:hover::after,
body.vt-redesign .btn-dark:hover::after,
body.vt-redesign .btn-primary:hover::after,
body.vt-redesign button[type="submit"]:hover::after {
  transform: rotate(24deg) translateX(650%);
}

/* ---------- Section title system ---------- */
body.vt-redesign .section-tag,
body.vt-redesign .section-label,
body.vt-redesign .hero-eyebrow,
body.vt-redesign .about-hero-eyebrow,
body.vt-redesign .blog-hero-eyebrow,
body.vt-redesign .sv-hero-eyebrow {
  border-radius: 999px;
  letter-spacing: .12em;
}

body.vt-redesign .section-heading,
body.vt-redesign .section-title {
  letter-spacing: -.035em;
}

body.vt-redesign .section-sub,
body.vt-redesign .section-desc {
  color: #696b73;
}

/* ---------- Hero polish ---------- */
body.vt-redesign :is(
  .hp-hero,
  .about-hero,
  .blog-page-hero,
  .contact-hero,
  .pricing-hero,
  .seo-hero,
  .smm-hero,
  .wd-hero,
  .sv-hero,
  .ppc-hero,
  .service-inner-header,
  .error-section-area
) {
  isolation: isolate;
}

body.vt-redesign :is(
  .hp-hero,
  .about-hero,
  .blog-page-hero,
  .contact-hero,
  .pricing-hero,
  .seo-hero,
  .smm-hero,
  .wd-hero,
  .sv-hero,
  .ppc-hero
)::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 420px;
  right: -160px;
  top: -170px;
  border-radius: 50%;
  border: 1px solid rgba(252,185,14,.16);
  box-shadow:
    0 0 0 55px rgba(252,185,14,.025),
    0 0 0 110px rgba(252,185,14,.018);
  pointer-events: none;
}

body.vt-redesign .hero-panel,
body.vt-redesign .about-hero-panel,
body.vt-redesign .hero-platform-panel,
body.vt-redesign .ppc-metrics-panel,
body.vt-redesign .explainer-panel,
body.vt-redesign .wd-hero-mockup {
  box-shadow: 0 30px 90px rgba(0,0,0,.30);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* ---------- Cards, panels and content surfaces ---------- */
body.vt-redesign :is(
  .svc-card,
  .service-card,
  .benefit-card,
  .testi-card,
  .blog-card,
  .bp-card,
  .pricing-card,
  .office-card,
  .mvv-card,
  .wwd-card,
  .ws-card,
  .plt-card,
  .result-card,
  .step-card,
  .why-card,
  .sv-why-card,
  .sv-pkg-card,
  .ppc-svc-card,
  .ppc-metric-card,
  .team-boxarea,
  .testimonial-boxarea,
  .testimonial-slider-boxarea,
  .services-seo-catagory-item,
  .faq-item
) {
  border-color: rgba(12,12,14,.09) !important;
  box-shadow: var(--vt-shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease !important;
}

body.vt-redesign :is(
  .svc-card,
  .service-card,
  .benefit-card,
  .testi-card,
  .blog-card,
  .bp-card,
  .pricing-card,
  .office-card,
  .mvv-card,
  .wwd-card,
  .ws-card,
  .plt-card,
  .result-card,
  .step-card,
  .why-card,
  .sv-why-card,
  .sv-pkg-card,
  .ppc-svc-card,
  .ppc-metric-card,
  .team-boxarea,
  .testimonial-boxarea,
  .testimonial-slider-boxarea,
  .services-seo-catagory-item
):hover {
  transform: translateY(-7px);
  border-color: rgba(252,185,14,.36) !important;
  box-shadow: var(--vt-shadow-md);
}

body.vt-redesign :is(
  .svc-card,
  .service-card,
  .benefit-card,
  .wwd-card,
  .ws-card,
  .plt-card,
  .result-card,
  .step-card,
  .why-card,
  .sv-why-card,
  .ppc-svc-card
) :is(.svc-icon,.card-icon,.wwd-card-icon,.service-icon,.step-icon,.why-icon) {
  box-shadow: 0 10px 28px rgba(252,185,14,.17);
}

body.vt-redesign :is(.blog-img,.bp-card-img,.featured-post-img,.service-images,.about-img-stack) img {
  transition: transform .55s cubic-bezier(.2,.75,.2,1), filter .55s ease;
}

body.vt-redesign :is(.blog-card,.bp-card,.featured-post-card,.service-images,.about-img-stack):hover img {
  transform: scale(1.045);
  filter: saturate(1.06) contrast(1.02);
}

body.vt-redesign :is(.blog-img,.bp-card-img,.featured-post-img,.service-images) {
  overflow: hidden;
}

body.vt-redesign .pricing-card.featured,
body.vt-redesign .sv-pkg-card.featured {
  box-shadow: 0 28px 70px rgba(252,185,14,.20) !important;
}

/* ---------- Forms ---------- */
body.vt-redesign :is(
  .contact-form-panel,
  .enquiry-dialog,
  .contact-inner-section-area form,
  .newsletter-form
) input,
body.vt-redesign :is(
  .contact-form-panel,
  .enquiry-dialog,
  .contact-inner-section-area form
) textarea,
body.vt-redesign :is(
  .contact-form-panel,
  .enquiry-dialog,
  .contact-inner-section-area form
) select {
  border-radius: 13px !important;
  border-color: rgba(12,12,14,.12) !important;
  box-shadow: inset 0 1px 0 rgba(12,12,14,.02);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

body.vt-redesign :is(
  .contact-form-panel,
  .enquiry-dialog,
  .contact-inner-section-area form
) input:focus,
body.vt-redesign :is(
  .contact-form-panel,
  .enquiry-dialog,
  .contact-inner-section-area form
) textarea:focus,
body.vt-redesign :is(
  .contact-form-panel,
  .enquiry-dialog,
  .contact-inner-section-area form
) select:focus {
  border-color: var(--vt-gold) !important;
  box-shadow: 0 0 0 4px rgba(252,185,14,.13) !important;
}

body.vt-redesign .contact-form-panel,
body.vt-redesign .enquiry-dialog {
  border: 1px solid rgba(12,12,14,.08);
  box-shadow: var(--vt-shadow-md);
}

/* ---------- FAQ ---------- */
body.vt-redesign .faq-question,
body.vt-redesign .faq-q {
  transition: color .22s ease, background .22s ease;
}

body.vt-redesign .faq-item:hover {
  border-color: rgba(252,185,14,.30) !important;
}

body.vt-redesign .faq-item.active,
body.vt-redesign .faq-item.open {
  border-color: rgba(252,185,14,.48) !important;
  box-shadow: 0 16px 38px rgba(12,12,14,.09);
}

/* ---------- Footer ---------- */
body.vt-redesign :is(.hp-footer,.footer1-section-area) {
  position: relative;
  overflow: hidden;
}

body.vt-redesign :is(.hp-footer,.footer1-section-area)::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  right: -220px;
  bottom: -280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(252,185,14,.10), transparent 68%);
  pointer-events: none;
}

body.vt-redesign .footer-brand .brand-logo img,
body.vt-redesign .footer-logo1 img,
body.vt-redesign .footer-logo img {
  width: 185px !important;
  max-width: 185px !important;
  height: auto !important;
  object-fit: contain;
}

body.vt-redesign .footer-socials a,
body.vt-redesign .social-links-mobile-menu a {
  transition: transform .25s ease, background .25s ease, color .25s ease;
}

body.vt-redesign .footer-socials a:hover,
body.vt-redesign .social-links-mobile-menu a:hover {
  transform: translateY(-3px);
}

/* ---------- Floating Call and WhatsApp controls ---------- */
.vt-floating-actions {
  position: fixed;
  z-index: 1450;
  right: 22px;
  bottom: 96px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.vt-float-button {
  position: relative;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 23px;
  border: 3px solid rgba(255,255,255,.94);
  box-shadow: 0 14px 34px rgba(0,0,0,.24);
  transition: transform .25s ease, box-shadow .25s ease;
  isolation: isolate;
}

.vt-float-button::after {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: -1;
  border-radius: inherit;
  border: 1px solid currentColor;
  opacity: .22;
}

.vt-float-button:hover {
  color: #fff !important;
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 20px 42px rgba(0,0,0,.28);
}

.vt-float-call {
  background: linear-gradient(145deg, #17171a, #050505);
}

.vt-float-whatsapp {
  background: linear-gradient(145deg, #2bd66f, #16a94e);
}

.vt-float-label {
  position: absolute;
  right: 68px;
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  padding: 8px 12px;
  border-radius: 9px;
  color: #fff;
  background: #111114;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
  font: 600 12px/1.1 "DM Sans", sans-serif;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  pointer-events: none;
}

.vt-float-label::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #111114;
  transform: translateY(-50%) rotate(45deg);
}

.vt-float-button:hover .vt-float-label,
.vt-float-button:focus-visible .vt-float-label {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

/* Keep the existing scroll-to-top control clear of the contact buttons. */
body.vt-redesign .progress-wrap {
  right: auto !important;
  left: 24px !important;
  bottom: 24px !important;
}

/* ---------- Responsive refinements ---------- */
@media (max-width: 991px) {
  body.vt-redesign :is(
    .hp-hero,
    .about-hero,
    .blog-page-hero,
    .contact-hero,
    .pricing-hero,
    .seo-hero,
    .smm-hero,
    .wd-hero,
    .sv-hero,
    .ppc-hero
  )::after {
    width: 300px;
    height: 300px;
    right: -170px;
    top: -130px;
  }

  body.vt-redesign .contact-form-panel,
  body.vt-redesign .contact-info-panel,
  body.vt-redesign .enquiry-dialog {
    border-radius: 22px !important;
  }
}

@media (max-width: 767px) {
body.vt-redesign :is(
    .svc-card,
    .service-card,
    .benefit-card,
    .testi-card,
    .blog-card,
    .bp-card,
    .pricing-card,
    .office-card,
    .mvv-card,
    .wwd-card,
    .ws-card,
    .plt-card,
    .result-card,
    .step-card,
    .why-card,
    .sv-why-card,
    .sv-pkg-card,
    .ppc-svc-card,
    .ppc-metric-card
  ):hover {
    transform: none;
  }

  .vt-floating-actions {
    right: 14px;
    bottom: 82px;
    gap: 10px;
  }

  .vt-float-button {
    width: 52px;
    height: 52px;
    font-size: 21px;
    border-width: 2px;
  }

  .vt-float-label {
    display: none;
  }

  body.vt-redesign .progress-wrap {
    left: 14px !important;
    bottom: 16px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body.vt-redesign *,
  body.vt-redesign *::before,
  body.vt-redesign *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Preserve the dark-footer contrast of the full-colour company logo. */
body.vt-redesign .footer-brand .brand-logo,
body.vt-redesign .footer-logo1,
body.vt-redesign .footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 12px 32px rgba(0,0,0,.14);
}
