.elementor-kit-6{--e-global-color-primary:#38579A;--e-global-color-secondary:#B82A2E;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--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;}.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:#FFFFFF;}.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{background-color:var( --e-global-color-secondary );color:#FFFFFF;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;--container-default-padding-top:40px;--container-default-padding-right:40px;--container-default-padding-bottom:40px;--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 .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;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:15px;--container-default-padding-right:15px;--container-default-padding-bottom:15px;--container-default-padding-left:15px;}}/* Start custom CSS *//* --- Global Base Button Style --- */
.elementor-button {
    background-color: #2b458c !important; /* Logo ka Blue Color */
    color: #ffffff !important;
    border-radius: 8px !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s ease-in-out !important;
    border: none !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2) !important; 
}

/* Button text ko shine ke upar rakhne ke liye */
.elementor-button .elementor-button-content-wrapper {
    position: relative;
    z-index: 2;
}

/* --- Global Hover State (Depth & Red Glow) --- */
.elementor-button:hover {
    background-color: #314d9e !important; /* Slightly lighter blue */
    transform: translateY(-3px) !important; /* Button thora upar uthay ga */
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3), 0 0 15px rgba(171, 35, 40, 0.5) !important; 
}

/* --- Global Shine Effect (Hidden in normal state) --- */
.elementor-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%; /* Shuru mein button ke bahar hoga */
    width: 50%;
    height: 100%;
    /* White glass-like gradient */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg); /* Tircha angle */
    z-index: 1;
}

/* --- Trigger Shine Animation on Hover --- */
.elementor-button:hover::before {
    animation: dt-shine-sweep 0.7s ease-out;
}

/* Keyframes for sweeping motion */
@keyframes dt-shine-sweep {
    0% {
        left: -100%;
    }
    100% {
        left: 200%; /* Poora button cross kar ke aagay nikal jayega */
    }
}/* End custom CSS */