.elementor-kit-12{--e-global-color-primary:#481785;--e-global-color-secondary:#2E0F5F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FA641E;--e-global-color-background:#F5F5F5;--e-global-color-backgroundAccent:#EDE7F6;--e-global-color-transparent:#00000000;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading-xl-font-family:"Inter";--e-global-typography-heading-xl-font-size:56px;--e-global-typography-heading-xl-font-weight:600;--e-global-typography-heading-xl-line-height:1.2em;--e-global-typography-heading-l-font-family:"Inter";--e-global-typography-heading-l-font-size:48px;--e-global-typography-heading-l-font-weight:600;--e-global-typography-heading-l-line-height:1.2em;--e-global-typography-heading-m-font-family:"Inter";--e-global-typography-heading-m-font-size:40px;--e-global-typography-heading-m-font-weight:600;--e-global-typography-heading-m-line-height:1.2em;--e-global-typography-heading-s-font-family:"Inter";--e-global-typography-heading-s-font-size:18px;--e-global-typography-heading-s-font-weight:500;--e-global-typography-body-s-font-family:"Inter";--e-global-typography-body-s-font-size:14px;--e-global-typography-body-s-font-weight:400;--e-global-typography-body-s-line-height:1.5em;background-color:var( --e-global-color-background );font-family:"Inter", Sans-serif;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{font-family:"Inter", Sans-serif;}.elementor-kit-12 h1{font-family:"Inter", Sans-serif;}.elementor-kit-12 h2{font-family:"Inter", Sans-serif;}.elementor-kit-12 h3{font-family:"Inter", Sans-serif;}.elementor-kit-12 h4{font-family:"Inter", Sans-serif;}.elementor-kit-12 h5{font-family:"Inter", Sans-serif;}.elementor-kit-12 h6{font-family:"Inter", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-12{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading-xl-font-size:48px;--e-global-typography-heading-l-font-size:40px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-12{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading-xl-font-size:40px;--e-global-typography-heading-l-font-size:32px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Sticky Effect Settings */
.elementor-sticky--effects.sticky-menu {
   background: #00000012 !important;
}
/* GLOBAL VOV NAV BUTTONS
   Navy normal → Orange hover → Orange filled on click
   Works in header, pages, and Woo product posts
*/

.vov-nav-buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}

/* Normal state for all link states */
.vov-nav-buttons a.vov-nav-btn,
.vov-nav-buttons a.vov-nav-btn:link,
.vov-nav-buttons a.vov-nav-btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all .25s ease;

  /* normal navy look */
  color: #190A5C !important;
  border: 2px solid #190A5C !important;
  background: transparent !important;
}

/* Hover – orange text + orange border, still transparent */
.vov-nav-buttons a.vov-nav-btn:hover {
  color: #FA641E !important;
  border-color: #FA641E !important;
  background: transparent !important;
  transform: translateY(-2px);
}

/* Active / click – filled orange */
.vov-nav-buttons a.vov-nav-btn:active {
  color: #FFFFFF !important;
  border-color: #FA641E !important;
  background: #FA641E !important;
  transform: scale(.96);
  box-shadow: 0 4px 12px rgba(250,100,30,.35);
}

/* Mobile */
@media (max-width: 767px) {
  .vov-nav-buttons {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .vov-nav-buttons a.vov-nav-btn {
    font-size: 13px;
    padding: 8px 16px;
  }
}
/* ============================================
   VOV – NEON CLOSE ICON (#FA641E)
   ============================================ */

/* Base button container */
.elementor-popup-modal .dialog-close-button {
    background: transparent !important;
    border-radius: 6px !important;
    border: 2px solid rgba(250, 100, 30, 0.8) !important; /* small orange box */
    padding: 4px !important;
    cursor: pointer;
    transition: transform 0.25s ease-out, border-color 0.25s ease-out;
}

/* Target the actual icon (font icon or SVG) */
.elementor-popup-modal .dialog-close-button i,
.elementor-popup-modal .dialog-close-button svg,
.elementor-popup-modal .dialog-close-button path {
    color: #FA641E !important;
    fill: #FA641E !important;
    stroke: #FA641E !important;

    /* neon glow using drop-shadow so it works on SVG too */
    filter: drop-shadow(0 0 6px rgba(250, 100, 30, 0.7))
            drop-shadow(0 0 12px rgba(250, 100, 30, 0.5));
    transition: filter 0.25s ease-out, transform 0.25s ease-out;
    animation: vovCloseNeonPulse 3s ease-in-out infinite;
}

/* soft breathing animation for the glow */
@keyframes vovCloseNeonPulse {
    0%, 100% {
        filter: drop-shadow(0 0 6px rgba(250, 100, 30, 0.6))
                drop-shadow(0 0 12px rgba(250, 100, 30, 0.4));
        transform: scale(1);
    }
    50% {
        filter: drop-shadow(0 0 10px rgba(250, 100, 30, 1))
                drop-shadow(0 0 18px rgba(250, 100, 30, 0.9));
        transform: scale(1.06);
    }
}

/* Hover – stronger glow + slight pop */
.elementor-popup-modal .dialog-close-button:hover i,
.elementor-popup-modal .dialog-close-button:hover svg,
.elementor-popup-modal .dialog-close-button:hover path {
    filter: drop-shadow(0 0 12px rgba(250, 100, 30, 1))
            drop-shadow(0 0 24px rgba(250, 100, 30, 0.9));
    transform: scale(1.1);
}

.elementor-popup-modal .dialog-close-button:hover {
    border-color: #FA641E !important;
    transform: scale(1.05);
}/* End custom CSS */