.elementor-kit-6{--e-global-color-primary:#F5F5F5;--e-global-color-secondary:#383838;--e-global-color-text:#4A4A4A;--e-global-color-accent:#FBFBFB;--e-global-color-1c996ad:#2A2A2A;--e-global-color-3076647:#FF6B35;--e-global-color-afe3390:#FF8E53;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:55px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-line-height:55px;--e-global-typography-primary-letter-spacing:0em;--e-global-typography-primary-word-spacing:5px;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-letter-spacing:-0.5px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:25px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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{padding-inline-end:0px;padding-inline-start:0px;}@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 *//* Universal Premium Button Style */
.premium-button .elementor-button {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 50px !important;
    padding: 15px 35px !important;
    display: inline-block;
    min-width: 160px;
    text-align: center;
    transition: all 0.3s ease;
}

.premium-button .elementor-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    transition: left 0.5s ease;
    z-index: -1;
    pointer-events: none;
}

.premium-button .elementor-button:hover::before {
    left: 100%;
}

.premium-button .elementor-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}/* End custom CSS */