/* Widget Pixels Inc. — brand overrides */
.body-bg1 {
  background: #282262;
}

.vl-logo img,
.vl-offcanvas-logo img,
.sidebar-logo img {
  width: auto;
  max-width: 185px;
  height: 58px;
  max-height: 58px;
  object-fit: contain;
  display: block;
}

.homepage1-menu .vl-transparent-header .vl-logo img {
  width: auto;
  max-width: 185px;
  height: 58px;
  max-height: 58px;
  object-fit: contain;
}

.footer-logo1 img,
.vl-footer1-section-area .footer-logo1 img {
  width: auto !important;
  max-width: 240px;
  height: auto !important;
  max-height: 64px;
  object-fit: contain !important;
  object-position: left center;
  display: block;
}

.wp-service-grid .wp-service-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 173, 66, 0.2);
  border-radius: 12px;
  padding: 32px 28px;
  height: 100%;
  transition: all 0.35s ease;
}

.wp-service-grid .wp-service-card:hover {
  border-color: #ffad42;
  transform: translateY(-6px);
  background: rgba(255, 173, 66, 0.08);
}

.wp-service-grid .wp-service-card .service-num {
  color: #ffad42;
  font-family: var(--ztc-family-font1);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.wp-service-grid .wp-service-card h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
  text-transform: none;
}

.wp-service-grid .wp-service-card .tagline {
  color: #ffad42;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
}

.wp-service-grid .wp-service-card p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 20px;
}

.wp-service-grid .wp-service-card a.wp-service-link {
  color: #ffad42;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.wp-service-grid .wp-service-card a.wp-service-link i {
  margin-left: 6px;
  transition: transform 0.3s ease;
}

.wp-service-grid .wp-service-card:hover a.wp-service-link i {
  transform: translateX(4px);
}

.vl-copyright-area .legal-line {
  font-size: 13px;
  opacity: 0.75;
  margin-top: 6px;
}

.contact-inner-area .contact-author-boxarea .wp-contact-address {
  color: #ffffff;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: 1.6;
  opacity: 0.9;
}

  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
}

.wp-coming-soon-wrap {
  position: relative;
  overflow: hidden;
}

body.wp-page-coming-soon {
  overflow: hidden;
}

.wp-coming-soon-page .wp-coming-soon-blur,
.wp-coming-soon-wrap .wp-coming-soon-blur {
  filter: blur(8px);
  pointer-events: none;
  user-select: none;
  min-height: 100vh;
  min-height: 100dvh;
}

.wp-coming-soon-page .wp-coming-soon-overlay,
.wp-coming-soon-wrap .wp-coming-soon-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100dvh;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 24px 40px;
  background: rgba(40, 34, 98, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  pointer-events: none;
}

.wp-coming-soon-content {
  text-align: center;
  max-width: 520px;
  padding: 48px 40px;
  border-radius: 16px;
  border: 1px solid rgba(255, 173, 66, 0.35);
  background: rgba(40, 34, 98, 0.85);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.25);
  pointer-events: auto;
}

.wp-coming-soon-badge {
  display: inline-block;
  color: #ffad42;
  font-family: var(--ztc-family-font1);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.wp-coming-soon-content h2 {
  color: #fff;
  font-family: var(--ztc-family-font1);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.wp-coming-soon-content p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .wp-coming-soon-content {
    padding: 36px 24px;
  }

  .wp-coming-soon-content h2 {
    font-size: 36px;
  }
}

/* Legal pages — Privacy Policy & Terms */
.wp-legal-section {
  background: rgba(255, 255, 255, 0.02);
}

.wp-legal-content {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.75;
}

.wp-legal-content h2 {
  color: #fff;
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-weight: 700;
  margin: 36px 0 14px;
  text-transform: none;
}

.wp-legal-content h2:first-of-type {
  margin-top: 8px;
}

.wp-legal-content p {
  margin-bottom: 16px;
}

.wp-legal-content ul {
  margin: 0 0 18px 1.25rem;
  padding: 0;
}

.wp-legal-content li {
  margin-bottom: 8px;
}

.wp-legal-content a {
  color: #ffad42;
  text-decoration: underline;
}

.wp-legal-content a:hover {
  color: #ffc56e;
}

.wp-legal-updated {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 173, 66, 0.2);
  margin-bottom: 24px !important;
}

.wp-legal-notice {
  background: rgba(255, 173, 66, 0.12);
  border: 1px solid rgba(255, 173, 66, 0.35);
  border-radius: 12px;
  padding: 20px 24px;
  margin: 20px 0 28px;
  color: #fff;
  line-height: 1.65;
}

.wp-legal-notice-danger {
  background: rgba(220, 38, 38, 0.15);
  border-color: rgba(248, 113, 113, 0.45);
}

.vl-copyright-area .legal-line a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
}

.vl-copyright-area .legal-line a:hover {
  color: #ffad42;
}

/* Hero visual — light brand touch on template arrow */
.hero1-section-area .imges-header .arrow a,
.inner-section-area .imges-header .arrow a {
  border-color: rgba(255, 173, 66, 0.45) !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.hero1-section-area .imges-header .arrow a:hover,
.inner-section-area .imges-header .arrow a:hover {
  border-color: #ffad42 !important;
  box-shadow: 0 0 20px rgba(255, 173, 66, 0.35);
}

/* Hero side image — icon-only video play (corner) */
.wp-hero-has-video .img1 {
  position: relative;
}

.wp-hero-play {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 3;
}

.wp-hero-play__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 173, 66, 0.95);
  color: #282262 !important;
  font-size: 18px;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
  animation: wp-hero-play-bounce 2.4s ease-in-out infinite;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.wp-hero-play__btn i {
  position: relative;
  z-index: 2;
  margin-left: 3px;
}

.wp-hero-play__btn:hover {
  animation: none;
  transform: scale(1.1);
  background: #ffc56e;
  box-shadow: 0 10px 28px rgba(255, 173, 66, 0.5);
  color: #282262 !important;
}

.wp-hero-play__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 173, 66, 0.7);
  animation: wp-hero-play-ring 2s ease-out infinite;
  pointer-events: none;
}

.wp-hero-play__ring--2 {
  animation-delay: 1s;
}

@keyframes wp-hero-play-bounce {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

@keyframes wp-hero-play-ring {
  0% { transform: scale(1); opacity: 0.75; }
  100% { transform: scale(1.55); opacity: 0; }
}

@media (max-width: 767px) {
  .wp-hero-play {
    bottom: 10px;
    left: 10px;
  }

  .wp-hero-play__btn {
    width: 48px;
    height: 48px;
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wp-hero-play__btn {
    animation: none;
  }

  .wp-hero-play__ring {
    animation: none;
    opacity: 0.35;
  }
}

/* Contact form alerts */
.wp-contact-alert {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
  padding: 16px 18px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 15px;
  line-height: 1.5;
}

.wp-contact-alert[hidden] {
  display: none !important;
}

.wp-contact-alert__icon {
  flex-shrink: 0;
  font-size: 22px;
  line-height: 1;
  margin-top: 2px;
}

.wp-contact-alert__text {
  flex: 1;
}

.wp-contact-alert--success {
  background: rgba(34, 197, 94, 0.12);
  border-color: rgba(34, 197, 94, 0.35);
  color: #bbf7d0;
}

.wp-contact-alert--success .wp-contact-alert__icon {
  color: #4ade80;
}

.wp-contact-alert--error {
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.35);
  color: #fecaca;
}

.wp-contact-alert--error .wp-contact-alert__icon {
  color: #f87171;
}

.wp-contact-alert--warning {
  background: rgba(255, 173, 66, 0.12);
  border-color: rgba(255, 173, 66, 0.4);
  color: #fde68a;
}

.wp-contact-alert--warning .wp-contact-alert__icon {
  color: #ffad42;
}

/* WhatsApp floating button */
.wp-whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9990;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff !important;
  font-size: 30px;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wp-whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 14px 36px rgba(37, 211, 102, 0.55);
  color: #fff !important;
}

.wp-whatsapp-float__pulse {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.55);
  animation: wp-whatsapp-pulse 2s ease-out infinite;
  pointer-events: none;
}

@keyframes wp-whatsapp-pulse {
  0% { transform: scale(0.95); opacity: 0.85; }
  100% { transform: scale(1.5); opacity: 0; }
}

@media (max-width: 767px) {
  .wp-whatsapp-float {
    bottom: 18px;
    right: 18px;
    width: 52px;
    height: 52px;
    font-size: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wp-whatsapp-float__pulse {
    animation: none;
    opacity: 0.35;
  }
}
