.elementor-kit-8{--e-global-color-primary:#6509C8;--e-global-color-secondary:#CBB2E7;--e-global-color-text:#000000;--e-global-color-accent:#006440;--e-global-color-c6e2ae4:#CBB2E745;--e-global-color-4f151ab:#40C9FF;--e-global-color-95ed02e:#E81CFF;--e-global-color-f9826b2:#C0FDFF;--e-global-color-32608d7:#D0D1FF;--e-global-color-2b1c938:#000000;--e-global-color-d217039:#5A189A;--e-global-color-9dcf4ac:#DEAAFF;--e-global-color-f6e0157:#C77DFF;--e-global-typography-primary-font-family:"Irish Grover";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Irish Grover";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-decoration:underline;--e-global-typography-text-font-family:"Risque";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Irish Grover";--e-global-typography-accent-font-size:17px;--e-global-typography-accent-font-weight:500;--e-global-typography-d42e43a-font-family:"Rochester";--e-global-typography-d42e43a-font-size:25px;--e-global-typography-73de9fe-font-family:"Rochester";--e-global-typography-73de9fe-font-size:30px;--e-global-typography-73de9fe-font-weight:500;--e-global-typography-73de9fe-text-decoration:underline;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1500ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-width:100%;}.elementor-kit-8 e-page-transition{background-color:transparent;background-image:linear-gradient(158deg, #000000 35%, var( --e-global-color-primary ) 100%);}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{text-shadow:0px 0px 10px #000000;border-style:double;border-width:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Basic styling for the main menu buttons */
.premium-menu-link.premium-menu-link-parent {
  background: linear-gradient(to right, rgba(231, 0, 255, 1), rgba(0, 255, 242, 1));
  padding: 5px 5px; /* Adjust padding for smaller button size */
  border-width: 2px; /* Slightly smaller border */
  border-color: #020101;
  border-style: solid;
    cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(231, 0, 255, 1), 0 0 20px rgba(0, 255, 242, 1); /* Adjust box shadow */
  animation: glow2 3s ease-in-out infinite;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Styling for dropdown menu items */
.premium-menu-link.premium-sub-menu-link {
  background: linear-gradient(to right, rgba(231, 0, 255, 1), rgba(0, 255, 242, 1));
  color: #ffffff;
  padding: 2px 5px; /* Reduced padding to shrink dropdown size */
  border: double;
   border-color: #020101;
   border-width: 2px;
  border-radius: 15px; /* Adjusted corner radius */
  height: auto; /* Ensure height adapts to content */
  line-height: 1; /* Adjust line height to reduce vertical size */
  transition: background 0.3s ease, transform 0.3s ease;
  margin: 0; /* Ensure there's no margin adding to the size */
}

/* Hover effect */
.premium-menu-link.premium-menu-link-parent:hover {
  transform: scale(1.2); /* Slight enlargement on hover */
  box-shadow: 0 0 10px rgba(65, 0, 140, 0.8), 5px 5px 10px rgba(104, 8, 210, 0.5),
              0 0 60px rgba(231, 0, 255, 1); /* Custom hover shadow */
  border-width: 2px; /* Adjusted border width */
  border-color: #ffffff;
  border-style: solid;
}

/* Hover effect for dropdown menu items */
.premium-menu-link.premium-sub-menu-link:hover {
  transform: scale(1.2); /* Slight enlargement on hover */
  box-shadow: 0 0 10px rgba(65, 0, 140, 0.8), 5px 5px 10px rgba(104, 8, 210, 0.5),
              0 0 60px rgba(231, 0, 255, 1); /* Custom hover shadow */
  border-width: 2px;
  border-color: #ffffff;
  border-style: solid;
  background-color: #6808d2;
}

/* Persistent Glow Animation */
@keyframes glow2 {
  0% {
    box-shadow: 5px 5px 5px rgba(231, 0, 255, 1), 0 0 10px rgba(0, 255, 242, 1);
  }
  50% {
    box-shadow: 5px 5px 5px rgba(65, 0, 140, 0.8), 0 0 10px rgba(0, 255, 242, 0.8);
  }
  100% {
    box-shadow: 5px 5px 5px rgba(231, 0, 255, 1), 0 0 10px rgba(0, 255, 242, 1);
  }
}/* End custom CSS */