/* Prevent horizontal overflow across all viewports without breaking position: sticky */
html, body {
  max-width: 100%;
  overflow-x: clip;
}

/* Goglite Re-creation CSS Animation Overrides */

/* 1. Staggered On-Load Entrance Transitions */
.animate-on-load-01,
.animate-on-load-02,
.animate-on-load-03,
.animate-on-load-04,
.animate-on-load-05,
.animate-on-load-06 {
  opacity: 0 !important;
  transform: translate3d(0, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0) !important;
  transition: opacity 1.8s cubic-bezier(0.16, 1, 0.3, 1), transform 1.8s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.animate-on-load-01.animate { transition-delay: 0.1s !important; opacity: 1 !important; transform: translate3d(0, 0, 0) !important; }
.animate-on-load-02.animate { transition-delay: 0.3s !important; opacity: 1 !important; transform: translate3d(0, 0, 0) !important; }
.animate-on-load-03.animate { transition-delay: 0.5s !important; opacity: 1 !important; transform: translate3d(0, 0, 0) !important; }
.animate-on-load-04.animate { transition-delay: 0.7s !important; opacity: 1 !important; transform: translate3d(0, 0, 0) !important; }
.animate-on-load-05.animate { transition-delay: 0.9s !important; opacity: 1 !important; transform: translate3d(0, 0, 0) !important; }
.animate-on-load-06.animate { transition-delay: 1.1s !important; opacity: 1 !important; transform: translate3d(0, 0, 0) !important; }

/* 2. Hero Visual Components Entrance */
.app-holder {
  opacity: 0 !important;
  transform: translate3d(0, -120px, 0) scale3d(1.15, 1.15, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0) !important;
  transition: opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1), transform 1.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  transition-delay: 0.85s !important;
}

.app-holder.animate {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
}

.circle-container {
  opacity: 0 !important;
  transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1) rotateX(0) rotateY(0) rotateZ(-360deg) skew(0, 0) !important;
  transition: opacity 1.8s cubic-bezier(0.16, 1, 0.3, 1), transform 1.8s cubic-bezier(0.16, 1, 0.3, 1) !important;
  transition-delay: 0.85s !important;
  filter: saturate(160%) blur(0px) !important;
}

.circle-container.animate {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) !important;
}

/* Glowing Halos */
.red-glow, .white-glow {
  opacity: 0 !important;
  transform: translate3d(-248px, 95px, 0) scale3d(0.9, 0.9, 1) rotateX(0) rotateY(0) rotateZ(-26deg) skew(0, 0) !important;
  transition: opacity 2.2s cubic-bezier(0.16, 1, 0.3, 1), transform 2.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  transition-delay: 1.2s !important;
}

.circle-container.animate .red-glow {
  opacity: 0.35 !important;
  transform: translate3d(-248px, 95px, 0) scale3d(1, 1, 1) rotateZ(-26deg) !important; /* Centered rotation offset */
}

.circle-container.animate .white-glow {
  opacity: 0.15 !important;
  transform: translate3d(-248px, 95px, 0) scale3d(1, 1, 1) rotateZ(-26deg) !important;
}

/* 3. Hero Visual Light Columns Reveal */
.light {
  height: 0px !important;
  opacity: 0 !important;
  transition: height 1.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
  transition-delay: 1.5s !important;
}

.circle-container.animate ~ .light-wrapper .light {
  height: 380px !important;
  opacity: 0.3 !important;
}

.circle-container.animate ~ .light-wrapper .light.middle {
  height: 480px !important;
  opacity: 0.45 !important;
}

/* 4. Scroll Reveal Transitions */
.scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 45px, 0);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}

.scroll-reveal.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* 5. Follow Cursor Glowing light styling */
.cursor-light-holder {
  transition: opacity 0.45s ease !important;
}

/* Image visuals adjustments */
.app-image, .feature-image, .blog-grid-2x-image {
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
}

/* 6. Dynamic Commerce Cart Side-Drawer layout override */
.w-commerce-commercecartcontainerwrapper {
  position: fixed !important;
  top: 0;
  right: -420px !important;
  left: auto !important;
  width: 400px;
  max-width: 100%;
  height: 100vh;
  z-index: 10000;
  background: #0d0d11 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: -15px 0 50px rgba(0, 0, 0, 0.8);
  transition: right 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
  display: block !important;
}

.w-commerce-commercecartcontainerwrapper.open {
  right: 0 !important;
}

.cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.cart-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.w-commerce-commercecartopenlink {
  cursor: pointer;
}

/* 7. Hide Webflow Badge */
.w-webflow-badge {
  display: none !important;
}

/* 8. New Hero Grid & Background Layout Match Reference Image */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0 80px 0;
  box-sizing: border-box;
  overflow: hidden;
}

.hero-bg-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; /* Centers the android face visually */
  z-index: 1;
  pointer-events: none;
}

.hero-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 15% 50%, rgba(6, 9, 16, 0.95) 0%, rgba(6, 9, 16, 0.4) 45%, rgba(6, 9, 16, 0) 80%),
    radial-gradient(circle at 85% 50%, rgba(6, 9, 16, 0.9) 0%, rgba(6, 9, 16, 0.4) 45%, rgba(6, 9, 16, 0) 80%),
    linear-gradient(180deg, rgba(6, 9, 16, 0) 50%, rgba(6, 9, 16, 0.8) 80%, rgba(6, 9, 16, 1) 100%);
  z-index: 2;
  pointer-events: none;
}

.hero-grid-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.6fr 1.2fr;
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  position: relative;
  z-index: 5;
  padding: 0 24px;
  box-sizing: border-box;
}

/* Left Column Content styling */
.hero-left-content {
  max-width: 440px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.hero-agency-prefix {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.hero-title-main {
  font-family: 'Inter', sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.05;
  color: #ffffff;
  margin: 0 0 24px 0;
  letter-spacing: -2px;
  text-transform: none;
}

.orange-glow-text {
  color: #ff5e00;
  font-style: italic;
  font-weight: 800;
  text-shadow: 0 0 15px rgba(255, 94, 0, 0.5);
  display: inline;
}

.hero-subtitle-main {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 32px 0;
}

/* Buttons */
.hero-cta-holder {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.button-start-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff5e00 0%, #a21caf 100%); /* Orange-to-Purple Gradient */
  color: #ffffff;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 9999px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(255, 94, 0, 0.35);
}

.button-start-now:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(255, 94, 0, 0.5);
}

.button-learn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 9999px;
  transition: all 0.3s ease;
}

.button-learn-more:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-2px);
}

.arrow-icon {
  transition: transform 0.25s ease;
}

.button-learn-more:hover .arrow-icon {
  transform: translateX(3px);
}

/* Partners Area */
.hero-partners-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0.85;
}

.partners-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.partners-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.partners-row {
  display: flex;
  gap: 20px;
  align-items: center;
}

.partner-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}

.partner-icon {
  color: rgba(255, 255, 255, 0.3);
  font-size: 10px;
}

/* Right Column Cards styling */
.hero-right-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 330px; /* Reduced by 25% from ~440px to fit beautifully */
  justify-self: end;
}

.hero-vertical-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  margin-bottom: 8px;
}

.menu-ver-prefix {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 1px;
}

.menu-ver-item {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.25s ease;
  cursor: pointer;
}

.menu-ver-item:hover {
  color: #ffffff;
}

.card-brand-assets {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  background: rgba(13, 13, 17, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  overflow: hidden;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  min-height: 145px;
  transition: all 0.3s ease;
}

.card-brand-assets:hover {
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.assets-left {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.assets-count {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}

.assets-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 2px;
  margin-bottom: 8px;
}

.assets-logos {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
}

.logo-mini {
  font-size: 9px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2px 5px;
  border-radius: 3px;
}

.button-book-call {
  background: #ffffff;
  color: #0d0d11;
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 9999px;
  text-align: center;
  transition: all 0.25s ease;
}

.button-book-call:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
}

.assets-right-image {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.assets-right-image::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.85) 100%);
  z-index: 1;
}

.vr-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(13, 13, 17, 0.7);
  color: #fff;
  font-size: 9px;
  padding: 3px 6px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 4px;
}

.badge-time {
  color: rgba(255, 255, 255, 0.4);
}

.vr-stat-count {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  position: relative;
  z-index: 2;
  line-height: 1.1;
}

.vr-stat-desc {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 2;
  margin-top: 2px;
}

.card-contact-form {
  background: rgba(13, 13, 17, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  padding: 18px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: all 0.3s ease;
}

.card-contact-form:hover {
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.card-contact-form h3 {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 4px 0;
}

.card-contact-form p {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 12px 0;
}

.contact-actions-row {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.circle-action {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 11px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.circle-action.orange {
  background: #ff5e00;
  color: #ffffff;
}

.circle-action.orange:hover {
  background: #e03e00;
  transform: scale(1.05);
}

.circle-action.gray {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.circle-action.gray:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  transform: scale(1.05);
}

.contact-email-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  padding: 3px 3px 3px 12px;
}

.contact-email-input-wrapper:focus-within {
  border-color: rgba(255, 94, 0, 0.5);
  box-shadow: 0 0 10px rgba(255, 94, 0, 0.15);
}

.email-input-field {
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 11px;
  width: 100%;
  padding-right: 8px;
}

.email-input-field::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.email-submit-btn {
  background: #ff5e00;
  color: #ffffff;
  border: none;
  outline: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.email-submit-btn:hover {
  background: #e03e00;
  transform: scale(1.05);
}

/* RESPONSIVENESS OVERRIDES */
@media screen and (max-width: 991px) {
  .hero-bg-media {
    object-position: center !important;
  }
  .hero-gradient-overlay {
    background-image: 
      linear-gradient(180deg, rgba(6, 9, 16, 0.85) 0%, rgba(6, 9, 16, 0.4) 50%, rgba(6, 9, 16, 1) 100%) !important;
  }
  .hero-grid-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 32px;
  }
  .hero-title-main {
    font-size: 38px;
  }
  .hero-left-content {
    align-items: center;
    text-align: center;
    max-width: 500px;
  }
  .hero-cta-holder {
    justify-content: center;
  }
  .hero-vertical-menu {
    align-items: center;
  }
  .hero-right-cards {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .hero-title-main {
    font-size: 28px;
    letter-spacing: -1px;
  }
  .card-brand-assets {
    grid-template-columns: 1fr;
  }
  .assets-right-image {
    height: 120px;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }
  .button-start-now, .button-learn-more {
    width: 100%;
    box-sizing: border-box;
  }
}

/* 9. Aceternity-Style Scroll Animation Container */
.scroll-container-wrapper {
  display: block;
  position: relative;
  padding: 80px 0 0 0;
  width: 100%;
  box-sizing: border-box;
  overflow: visible;
  min-height: 140vh; /* High scroll range to let the panel slide over the pinned header */
}

.scroll-container-header {
  position: sticky;
  top: 120px; /* Pins below the navigation bar */
  z-index: 1; /* Sits below the scrolling card */
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  will-change: transform, opacity;
}

.scroll-card-perspective {
  perspective: 1000px;
  width: 100%;
  max-width: 1000px;
  margin: 120px auto 0 auto; /* Creates space so panel starts below header */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2; /* Sits above the sticky header to cover it */
  box-sizing: border-box;
  padding-bottom: 120px; /* Spacing at the bottom of the scroll container */
}

.scroll-card-wrapper {
  width: 100%;
  max-width: 1000px;
  border: 4px solid #6C6C6C;
  background: #222222;
  padding: 16px;
  border-radius: 30px;
  box-shadow: 
    0 0 #0000004d, 
    0 9px 20px #0000004a, 
    0 37px 37px #00000042, 
    0 84px 50px #00000026, 
    0 149px 60px #0000000a, 
    0 233px 65px #00000003;
  transform: rotateX(var(--scroll-rotate, 20deg)) scale(var(--scroll-scale, 1.05));
  transform-origin: top center;
  will-change: transform;
  box-sizing: border-box;
  transition: transform 0.1s ease-out;
}

.scroll-card-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
  background: #0c0d12;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-dashboard-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 16px;
}

/* Responsiveness for Scroll Card */
@media screen and (max-width: 768px) {
  .scroll-container-wrapper {
    min-height: auto !important;
    padding: 40px 0 40px 0;
  }
  .scroll-container-header {
    position: relative !important;
    top: 0 !important;
    margin-bottom: 24px;
  }
  .scroll-card-perspective {
    margin: 0 auto !important;
    padding-bottom: 40px !important;
  }
  .scroll-card-wrapper {
    max-width: 90%;
    padding: 8px;
    border-radius: 20px;
    border-width: 2px;
  }
  .scroll-card-inner {
    border-radius: 12px;
  }
  .scroll-dashboard-img {
    border-radius: 12px;
  }
}

/* 10. Floating WhatsApp Button styling */
.whatsapp-floating-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 
    0 4px 16px rgba(37, 211, 102, 0.3), 
    0 2px 6px rgba(0, 0, 0, 0.4), 
    inset 0 1px 1px rgba(255, 255, 255, 0.3);
  z-index: 9999;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  animation: whatsapp-pulse 2.5s infinite;
}

@keyframes whatsapp-pulse {
  0% {
    box-shadow: 
      0 4px 16px rgba(37, 211, 102, 0.3), 
      0 2px 6px rgba(0, 0, 0, 0.4),
      0 0 0 0 rgba(37, 211, 102, 0.5),
      inset 0 1px 1px rgba(255, 255, 255, 0.3);
  }
  70% {
    box-shadow: 
      0 4px 20px rgba(37, 211, 102, 0.3), 
      0 2px 6px rgba(0, 0, 0, 0.4),
      0 0 0 16px rgba(37, 211, 102, 0),
      inset 0 1px 1px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 
      0 4px 16px rgba(37, 211, 102, 0.3), 
      0 2px 6px rgba(0, 0, 0, 0.4),
      0 0 0 0 rgba(37, 211, 102, 0),
      inset 0 1px 1px rgba(255, 255, 255, 0.3);
  }
}

.whatsapp-floating-btn:hover {
  transform: translateY(-4px) scale(1.06);
  background: linear-gradient(135deg, #2ae771 0%, #16a090 100%);
  box-shadow: 
    0 8px 24px rgba(37, 211, 102, 0.45), 
    0 4px 12px rgba(0, 0, 0, 0.3),
    inset 0 1.5px 1.5px rgba(255, 255, 255, 0.4);
  animation: none;
}

.whatsapp-icon {
  width: 28px;
  height: 28px;
  fill: #ffffff;
  transition: transform 0.3s ease;
}

.whatsapp-floating-btn:hover .whatsapp-icon {
  transform: rotate(8deg) scale(1.05);
}

/* Elegant WhatsApp Tooltip */
.whatsapp-tooltip {
  position: absolute;
  right: 70px;
  background: rgba(13, 13, 17, 0.95);
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.whatsapp-tooltip::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  background: rgba(13, 13, 17, 0.95);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.whatsapp-floating-btn:hover .whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Responsive adjustments for WhatsApp Floating Button */
@media screen and (max-width: 768px) {
  .whatsapp-tooltip {
    display: none; /* Hide tooltips on mobile to save space */
  }
}

@media screen and (max-width: 479px) {
  .whatsapp-floating-btn {
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
  }
  .whatsapp-icon {
    width: 24px;
    height: 24px;
  }
}

/* 11. Premium Floating Centered Navigation Bar */
.navbar {
  background: rgba(6, 9, 16, 0.75) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 9999px !important;
  margin: 15px auto !important;
  width: calc(100% - 48px) !important;
  max-width: 1000px !important; /* Compact width to make it centered with space on both sides */
  padding: 2px 24px !important;
  box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.4),
    inset 0 1px 1px rgba(255, 255, 255, 0.15) !important;
  box-sizing: border-box !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.container.navbar-container {
  border-bottom: none !important;
  padding: 6px 0 !important;
}

/* Center the links holder inside the navbar */
.nav-menus {
  justify-content: center !important;
  flex: 1 !important;
}

/* Hide Shopping Cart Option */
.w-commerce-commercecartwrapper {
  display: none !important;
}

/* Adjustments for responsive viewports */
@media screen and (max-width: 991px) {
  .navbar {
    border-radius: 20px !important;
    padding: 6px 16px !important;
    margin: 10px auto !important;
    width: calc(100% - 30px) !important;
  }
  .menu-cart-holder {
    gap: 12px !important;
  }
}

/* ==========================================
   13. Premium Subpages Common & Custom Layouts
   ========================================== */

/* Subpage Hero */
.subpage-hero {
  position: relative;
  min-height: 55vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 160px 24px 80px 24px;
  box-sizing: border-box;
  overflow: hidden;
  background-image: 
    radial-gradient(circle at 50% 30%, rgba(255, 94, 0, 0.07) 0%, rgba(6, 9, 16, 0) 60%);
}

.subpage-hero-title {
  font-family: 'Inter', sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  margin: 0 0 16px 0;
  letter-spacing: -1.5px;
  max-width: 800px;
}

.subpage-hero-desc {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  max-width: 600px;
  margin: 0;
}

/* Subpage Content Section */
.subpage-section {
  padding: 80px 24px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Grid columns */
.grid-3-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 100%;
}

.grid-2-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  width: 100%;
  align-items: center;
}

/* Glassmorphic Feature Card */
.feature-card-sub {
  background: rgba(13, 13, 17, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 32px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: all 0.3s ease;
}

.feature-card-sub:hover {
  border-color: rgba(255, 94, 0, 0.2);
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.feature-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255, 94, 0, 0.1);
  color: #ff5e00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 94, 0, 0.15);
}

.feature-card-title {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px 0;
}

.feature-card-desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

/* About Block Details */
.about-detail-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-detail-block h3 {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px 0;
}

.about-detail-block p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

/* Pricing Section Styles */
.pricing-card-sub {
  background: rgba(13, 13, 17, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  padding: 40px 32px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease;
}

.pricing-card-sub.highlighted {
  border-color: rgba(255, 94, 0, 0.25);
  background: rgba(13, 13, 17, 0.75);
  box-shadow: 
    0 15px 35px rgba(255, 94, 0, 0.05),
    0 5px 15px rgba(0, 0, 0, 0.3);
}

.pricing-card-sub.highlighted::before {
  content: 'RECOMENDADO';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #ff5e00 0%, #a21caf 100%);
  color: #ffffff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(255, 94, 0, 0.3);
}

.pricing-card-sub:hover {
  transform: translateY(-4px);
}

.pricing-header-sub {
  margin-bottom: 24px;
}

.pricing-name-sub {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 8px;
}

.pricing-price-sub {
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}

.pricing-price-sub span {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
}

.pricing-desc-sub {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
  margin: 8px 0 0 0;
}

.pricing-features-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 32px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.pricing-feature-item {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  gap: 8px;
}

.pricing-feature-item svg {
  color: #ff5e00;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}

.pricing-button-sub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.25s ease;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.pricing-button-sub.outline {
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.02);
}

.pricing-button-sub.outline:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.4);
}

.pricing-button-sub.gradient {
  background: linear-gradient(135deg, #ff5e00 0%, #a21caf 100%);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(255, 94, 0, 0.25);
}

.pricing-button-sub.gradient:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(255, 94, 0, 0.4);
}

/* FAQ accordion section */
.faq-section-title {
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: -1px;
}

.faq-wrapper-sub {
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item-sub {
  background: rgba(13, 13, 17, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.25s ease;
}

.faq-item-sub:hover {
  border-color: rgba(255, 94, 0, 0.15);
}

.faq-question-sub {
  padding: 20px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

.faq-question-sub h4 {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.faq-arrow-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  transition: transform 0.3s ease;
}

.faq-answer-sub {
  padding: 0 24px 20px 24px;
  display: none; /* Controlled by simple script */
}

.faq-answer-sub p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

/* Portfolio grid overlay */
.portfolio-card-sub {
  background: rgba(13, 13, 17, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  overflow: hidden;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.portfolio-card-sub:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 94, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.portfolio-img-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #0d0d11;
  position: relative;
}

.portfolio-img-sub {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.portfolio-card-sub:hover .portfolio-img-sub {
  transform: scale(1.05);
}

.portfolio-details-sub {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.portfolio-tag-sub {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff5e00;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.portfolio-title-sub {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px 0;
}

.portfolio-desc-sub {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

/* Contact Form custom styling */
.contact-container-sub {
  max-width: 600px;
  margin: 0 auto;
  background: rgba(13, 13, 17, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 40px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.contact-form-sub {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-group-sub {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group-sub label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.input-field-sub {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 12px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #ffffff;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.25s ease;
}

.input-field-sub:focus {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 94, 0, 0.5);
  box-shadow: 0 0 10px rgba(255, 94, 0, 0.15);
}

.textarea-field-sub {
  min-height: 120px;
  resize: vertical;
}

.submit-button-sub {
  background: linear-gradient(135deg, #ff5e00 0%, #a21caf 100%);
  color: #ffffff;
  border: none;
  outline: none;
  padding: 14px 32px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.25s ease;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 8px 24px rgba(255, 94, 0, 0.35);
}

.submit-button-sub:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(255, 94, 0, 0.5);
}

/* Responsiveness overrides for subpages */
@media screen and (max-width: 991px) {
  .subpage-hero-title {
    font-size: 38px;
  }
  .grid-3-col {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .grid-2-col {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .contact-container-sub {
    padding: 24px;
  }
}

@media screen and (max-width: 479px) {
  .subpage-hero-title {
    font-size: 28px;
    letter-spacing: -1px;
  }
  .grid-3-col {
    grid-template-columns: 1fr;
  }
}

/* 12. Premium Footer Overhaul Styling */
.footer-wrapper {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 60px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.footer-brand {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  max-width: 320px !important;
  gap: 16px !important;
}

.footer-logo-img {
  max-height: 40px;
  width: auto;
}

.footer-desc {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

.footer-social-holder {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}

.footer-social-link {
  color: rgba(255, 255, 255, 0.45);
  transition: color 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-social-link:hover {
  color: #ffffff;
}

.footer-social-icon {
  width: 18px;
  height: 18px;
}

.footer-content {
  grid-column-gap: 80px !important;
  grid-row-gap: 40px !important;
  grid-template-columns: auto auto auto !important; /* Exactly 3 columns */
  display: grid !important;
}

.footer-block {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.footer-block .title-small {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.35) !important; /* Low-opacity header */
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.footer-block .grey-link {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-block .grey-link:hover {
  color: #ffffff !important;
}

/* Footer copyright notice */
.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  margin-top: 60px !important;
  padding-top: 30px !important;
  justify-content: center !important;
  display: flex !important;
}

.footer-copyright-text {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
}

/* Responsive layout for Footer */
@media screen and (max-width: 768px) {
  .footer-wrapper {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 40px !important;
  }
  .footer-brand {
    align-items: center !important;
    max-width: 100% !important;
  }
  .footer-content {
    grid-column-gap: 40px !important;
    grid-template-columns: repeat(3, 1fr) !important;
    text-align: left !important;
  }
}

@media screen and (max-width: 479px) {
  .footer-content {
    grid-template-columns: 1fr !important; /* Stack columns on mobile portrait */
    text-align: center !important;
    gap: 30px !important;
  }
  .footer-block {
    align-items: center !important;
  }
}


