.elementor-kit-13{--e-global-color-primary:#1434A4;--e-global-color-secondary:#0A0B10;--e-global-color-text:#4B4B4B;--e-global-color-accent:#C70103;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#D6D5E1;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 h1{font-family:"Playfair Display", Sans-serif;font-size:45px;font-weight:600;text-transform:capitalize;}.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);}@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 *//* Modern Button - Initial State */
.elementor-button {
    background-color: #1434a4 !important; /* Aapka Primary Blue */
    border-radius: 6px !important; /* Slightly more modern than 4px */
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    box-shadow: 0 4px 15px rgba(9, 78, 175, 0.2) !important;
    border: none !important;
}

/* Premium Gradient Hover Effect */
.elementor-button:hover {
    /* Red to Darker Red Gradient for a 'Heated' look */
    background: linear-gradient(135deg, #1434a4 0%, #1434a4 100%) !important;
    
    /* Elegant Movement */
    transform: translateY(-4px) scale(1.02);
    
    /* Vibrant Glow that matches the red gradient */
    box-shadow: 0 12px 24px rgba(255, 59, 48, 0.4) !important;
    
    /* Optional: Slight brightness boost */
    filter: brightness(1.1);
}

/* Active State (When Clicked) */
.elementor-button:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(255, 59, 48, 0.3) !important;
}/* End custom CSS */