.elementor-kit-10{--e-global-color-primary:#0D1517;--e-global-color-secondary:#EAEEED;--e-global-color-text:#4B4B4B;--e-global-color-accent:#89D8BA;--e-global-color-cf8377d:#FFFFFF;--e-global-color-efa1184:#16B5D5;--e-global-color-1089de1:#F8F6F5;--e-global-color-860ed69:#16181C;--e-global-typography-primary-font-family:"Segoe UI";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-line-height:55px;--e-global-typography-secondary-font-family:"Segoe UI";--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-secondary-line-height:45px;--e-global-typography-text-font-family:"Segoe UI";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:25px;--e-global-typography-accent-font-family:"Segoe UI";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:30px;--e-global-typography-cc9649c-font-family:"Segoe UI";--e-global-typography-cc9649c-font-size:15px;--e-global-typography-cc9649c-font-weight:400;--e-global-typography-cc9649c-text-transform:capitalize;--e-global-typography-cc9649c-font-style:normal;--e-global-typography-cc9649c-line-height:24px;--e-global-typography-5db1108-font-family:"Segoe UI";--e-global-typography-5db1108-font-size:20px;--e-global-typography-5db1108-font-weight:400;--e-global-typography-5db1108-line-height:25px;--e-global-typography-3926756-font-family:"Segoe UI";--e-global-typography-3926756-font-size:23px;--e-global-typography-3926756-font-weight:400;--e-global-typography-3926756-line-height:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;}.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-kit-10{--e-global-typography-primary-font-size:35px;--e-global-typography-primary-line-height:40px;--e-global-typography-secondary-font-size:30px;--e-global-typography-text-font-size:17px;--e-global-typography-text-line-height:25px;--e-global-typography-cc9649c-font-size:15px;--e-global-typography-cc9649c-line-height:20px;--e-global-typography-5db1108-font-size:18px;--e-global-typography-5db1108-line-height:23px;--e-global-typography-3926756-font-size:23px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10{--e-global-typography-primary-font-size:30px;--e-global-typography-primary-line-height:35px;--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-line-height:30px;--e-global-typography-text-font-size:15px;--e-global-typography-text-line-height:22px;--e-global-typography-accent-font-size:14px;--e-global-typography-accent-line-height:20px;--e-global-typography-cc9649c-font-size:14px;--e-global-typography-cc9649c-line-height:18px;--e-global-typography-5db1108-font-size:20px;--e-global-typography-5db1108-line-height:25px;--e-global-typography-3926756-font-size:20px;--e-global-typography-3926756-line-height:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg {
fill: none !important;}








/*gradiant2 button*/

.grediant2 .elementor-button {
    --offset: 2px;
    background: rgb(55, 21, 90);
    border-radius: 50px;
    position: relative;
    /*height: 75px;*/
    /*width: 400px;*/
    /*max-width: 100%;*/
    overflow: hidden;
    
    
    
}
.grediant2 span.elementor-button-icon{
    width: 14px;
}

/* Conic gradient */
.grediant2 .elementor-button::before { 
    content: "";
   background: #756CBF;
background: #5B21B6;
background: linear-gradient(90deg, rgba(91, 33, 182, 1) 20%, rgba(6, 182, 212, 1) 50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1;
    width: 100%;
    animation: rotate 10s linear infinite;
}



/* Overlay */
.grediant2 .elementor-button::after {
    content: "";
    background: inherit;
   
    border-radius: inherit;
    position: absolute;
    inset: var(--offset);
    height: calc(100% - 2 * var(--offset));
    width: calc(100% - 2 * var(--offset));
}

.grediant2 .elementor-button-text{
    z-index: 1000;
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) scale(1.4) rotate(0turn);
    }

    to {
        transform: translate(-50%, -50%) scale(1.4) rotate(1turn);
    }
}

.elementor-kit-10 svg{
    z-index: 100;
    
}


/*gradient1 button*/

.grediant1 .elementor-button {
    --offset: 2px;
    background: white !important;
    border-radius: 50px;
    position: relative;
    /*height: 75px;*/
    /*width: 400px;*/
    /*max-width: 100%;*/
    overflow: hidden;

}

.grediant1 .elementor-button:hover{
    background: transparent !important;
}

/* Conic gradient */
.grediant1 .elementor-button::before { 
    content: '';
   background: #756CBF;
background: #5B21B6;
background: linear-gradient(58deg, rgba(91, 33, 182, 1) 44%, rgba(6, 182, 212, 1) 80%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1;
    width: 100%;
    /*animation: rotate 2s linear infinite;*/
}

/* Overlay */
.grediant1 .elementor-button::after {
    content: "";
    background: inherit;
   
    border-radius: inherit;
    position: absolute;
    inset: var(--offset);
    height: calc(100% - 2 * var(--offset));
    width: calc(100% - 2 * var(--offset));
}

.grediant1 .elementor-button-text{
    z-index: 1000;
}






/*header button*/

.grediant2 .elementor-kit-10 svg{
    z-index: 100;
}

.grediant2 .elementor-button {
    --offset: 2px;
    background: rgb(55, 21, 90);
    border-radius: 50px;
    position: relative;
    /*height: 75px;*/
    /*width: 400px;*/
    /*max-width: 100%;*/
    overflow: hidden;
    
    
    
}

.grediant2 span.elementor-button-icon{
    width: 14px;
}

/* Conic gradient */
.grediant2 .elementor-button::before { 
    content: "";
   background: #756CBF;
background: #5B21B6;
background: linear-gradient(90deg, rgba(91, 33, 182, 1) 20%, rgba(6, 182, 212, 1) 50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1;
    width: 100%;
    animation: rotate 10s linear infinite;
}



/* Overlay */
.grediant2 .elementor-button::after {
    content: "";
    background: inherit;
   
    border-radius: inherit;
    position: absolute;
    inset: var(--offset);
    height: calc(100% - 2 * var(--offset));
    width: calc(100% - 2 * var(--offset));
}

.grediant2 .elementor-button-text{
    z-index: 1000;
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) scale(1.4) rotate(0turn);
    }

    to {
        transform: translate(-50%, -50%) scale(1.4) rotate(1turn);
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Segoe UI';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://sarakadiya.com/wp-content/uploads/2026/08/Segoe-UI-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Segoe UI';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://sarakadiya.com/wp-content/uploads/2026/08/Segoe-UI.ttf') format('truetype');
}
@font-face {
	font-family: 'Segoe UI';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://sarakadiya.com/wp-content/uploads/2026/08/Segoe-UI.ttf') format('truetype');
}
/* End Custom Fonts CSS */