.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#888888;--e-global-color-text:#CCCCCC;--e-global-color-accent:#D90429;--e-global-typography-primary-font-family:"Quicksand";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:53px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:22px;--e-global-typography-secondary-letter-spacing:3px;--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:26px;--e-global-typography-accent-font-family:"Quicksand";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:23px;--e-global-typography-f5585cf-font-family:"Quicksand";--e-global-typography-f5585cf-font-size:19px;--e-global-typography-f5585cf-font-weight:700;--e-global-typography-f5585cf-line-height:23px;--e-global-typography-5b9ad6d-font-family:"Inter";--e-global-typography-5b9ad6d-font-size:22px;--e-global-typography-5b9ad6d-font-weight:700;--e-global-typography-5b9ad6d-line-height:36px;--e-global-typography-ac049ce-font-family:"Inter";--e-global-typography-ac049ce-font-size:14px;--e-global-typography-ac049ce-font-weight:400;--e-global-typography-ac049ce-line-height:22px;background-color:#050505;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:transparent;background-image:linear-gradient(90deg, var( --e-global-color-accent ) 0%, #B00020 100%);box-shadow:0px 10px 30px 0px rgba(217, 4.000000000000007, 40.99999999999973, 0.4);border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-accent );border-radius:50px 50px 50px 50px;padding:14px 32px 14px 32px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{box-shadow:0px 20px 40px 0px rgba(217, 4.000000000000007, 40.99999999999973, 0.4);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--container-default-padding-top:80px;--container-default-padding-right:40px;--container-default-padding-bottom:80px;--container-default-padding-left:40px;}.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;--container-default-padding-top:60px;--container-default-padding-right:25px;--container-default-padding-bottom:60px;--container-default-padding-left:25px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:32px;--e-global-typography-primary-line-height:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:40px;--container-default-padding-right:15px;--container-default-padding-bottom:40px;--container-default-padding-left:15px;}}/* Start custom CSS *//* --- 1. THE GLASS BUTTON (Class: glass-btn) --- */
.glass-btn .elementor-button {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    transition: all 0.3s ease !important;
    /* UPDATED: Added White Glow to match Red Button style */
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1) !important;
}

/* Hover Effect for Glass Button */
.glass-btn .elementor-button:hover,
.glass-btn .elementor-button:focus {
    background: #ffffff !important;
    color: #000000 !important;
    transform: translateY(-3px);
    border-color: #ffffff !important;
    /* UPDATED: Stronger Glow on Hover */
    box-shadow: 0 20px 40px rgba(255, 255, 255, 0.3) !important;
}

/* --- 2. THE PREMIUM RED BUTTON (Class: red-btn) --- */
.red-btn .elementor-button {
    background: linear-gradient(135deg, #d90429, #b00020) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 10px 30px rgba(217, 4, 41, 0.4) !important; /* Red Glow */
}

/* Hover Effect for Red Button */
.red-btn .elementor-button:hover,
.red-btn .elementor-button:focus {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(217, 4, 41, 0.6) !important; /* Stronger Glow */
}

/* --- 3. TYPOGRAPHY FIX --- */
.elementor-button {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}/* End custom CSS */