.elementor-kit-6{--e-global-color-primary:#B85782;--e-global-color-secondary:#820933;--e-global-color-text:#1E1E1E;--e-global-color-accent:#FFDDD2;--e-global-color-0b20422:#FFFFFF;--e-global-color-40a5bea:#384852;--e-global-color-8c58af8:#EDF6F9;--e-global-color-e1eb8cb:#FF0000;--e-global-color-bf03023:#26FFE6;--e-global-typography-primary-font-family:"Bellefair";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Bellefair";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Bellefair";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Bellefair";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-0b20422 );color:var( --e-global-color-text );font-family:"Bellefair", Sans-serif;font-size:19px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-0b20422 );border-radius:15px 15px 15px 15px;padding:15px 25px 15px 25px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-e1eb8cb );font-family:"Bellefair", Sans-serif;}.elementor-kit-6 a:hover{color:var( --e-global-color-bf03023 );}.elementor-kit-6 h1{color:var( --e-global-color-text );font-size:50px;}.elementor-kit-6 h2{font-size:40px;}.elementor-kit-6 h3{font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end:15px;}.elementor-element{--widgets-spacing:15px 15px;--widgets-spacing-row:15px;--widgets-spacing-column:15px;}{}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-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 */body {
    overflow-x: hidden;
}

.grecaptcha-badge{
    visibility: hidden;
}


/* table style */
.table-style table tr th:first-child{
    border-top-left-radius: 20px;
}
.table-style table tr th:last-child{
    border-top-right-radius: 20px;
}
.table-style table tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}
.table-style table tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}
/* table style */

header ul li ul li:first-child>a
{
    /*padding-top: 0px !important;*/
}
header ul li ul li:last-child>a
{
    /*padding-bottom: 20px !important;*/
}

@media screen and (max-width: 1023px) {
    .elementor-location-header .elementor-nav-menu li:first-child>a
    {
        /*padding-top: 25px !important;*/
    }
    .elementor-location-header .elementor-nav-menu li:last-child>a
    {
        /*padding-bottom: 30px !important;*/
    }
    .elementor-flip-box .elementor-icon svg {
        font-size: 50px !important;
    }
    .elementor-button.elementor-size-lg {
        font-size: 15px !important;
    }
}

.elementor-size-lg:hover {
    background-color: var(--e-global-color-primary) !important;
}

.elementor-8 .elementor-element.elementor-element-19c5c1a .swiper-slide-inner {
    padding: 0;
    max-width: 1500px;
}

@media only screen and (max-width: 767px) {
  .elementor-8 .elementor-flip-box__button {
      padding: 10px 15px;
    font-size: 13px;
  }
}

.special-animation:hover::before, special-.animation:focus::before {
  opacity: 1;
}

.special-animation::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 3px solid #00FFCB;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
  animation: ring 2s infinite;
}

.special-animation:hover::after, 
.special-animation:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 20px;
    height: 20px;
    opacity: 1;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}

#moove_gdpr_cookie_info_bar {
    position: fixed;
    display: flex;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    max-height: 100% !important;
    margin: 0 !important;
    align-items: center; /* Centers the content vertically */
    justify-content: center; /* Centers the content horizontally */
    background-color: rgba(0, 0, 0, 0.6) !important; /* Adds a semi-transparent backdrop */
    border: 0 !important;
    border-radius: 0 !important;
    max-width: 100% !important;
}

/* Optional: Ensure the internal container doesn't stretch weirdly */
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    width: auto !important;
    max-width: 600px !important;
    background: #fff; 
    border-radius: 8px;
}

@media (max-width: 767px) {
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
        max-width: 90% !important;
    }
}

.moove-gdpr-cookie-notice {
    color: #000 !important;
    font-size: 0.8em;
    line-height: 1.4em;
}

.moove-gdpr-cookie-notice .ql-block{
    margin-block: 10px !important;
}/* End custom CSS */