.elementor-kit-11{--e-global-color-primary:#9D36F1;--e-global-color-secondary:#D500F9;--e-global-color-text:#FFFFFF;--e-global-color-accent:#2B2C3875;--e-global-color-0e9c7d2:#2B2C3875;--e-global-typography-primary-font-family:"Hertical";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Oswald";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Oswald";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );}.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);}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}@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 */#newbtn {
    position: relative; /* Required for the pseudo-element to align */
    padding: 16px 60px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    background: transparent; /* Center is now clear */
    border: none; /* We will create the border with ::before */
}

#newbtn::before {
    content: "";
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0;
    
    /* 1. Create the rounded border shape */
    border-radius: 50px; 
    padding: 3px; /* This acts as your border-width */
    
    /* 2. Apply the gradient */
    background: linear-gradient(to right, #844be9, #b5179e);
    
    /* 3. The Mask (only affects this layer, not the button text) */
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    
    pointer-events: none; /* Ensures you can still click the button */
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Hertical';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('http://sarwarakash.site/wp-content/uploads/2026/03/6ba9d0e7eaf50668d74c0c4b5293b5a3.ttf') format('truetype');
}
/* End Custom Fonts CSS */