.elementor-4082 .elementor-element.elementor-element-4fe13076{--display:flex;}.elementor-4082 .elementor-element.elementor-element-50c3c2d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4082 .elementor-element.elementor-element-c4f4f77 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Gilroy", Sans-serif;font-weight:600;fill:#161E45;color:#161E45;box-shadow:2px 2px 6px 0px rgba(0,0,0,0.5);border-radius:12px 12px 12px 12px;padding:14px 15px 15px 15px;}.elementor-4082 .elementor-element.elementor-element-c4f4f77 .elementor-button:hover, .elementor-4082 .elementor-element.elementor-element-c4f4f77 .elementor-button:focus{background-color:#161E45;color:#FFFFFF;box-shadow:3px 3px 10px 0px rgba(0,0,0,0.5);}.elementor-4082 .elementor-element.elementor-element-c4f4f77 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-4082 .elementor-element.elementor-element-c4f4f77 .elementor-button .elementor-button-content-wrapper{gap:12px;}.elementor-4082 .elementor-element.elementor-element-c4f4f77 .elementor-button:hover svg, .elementor-4082 .elementor-element.elementor-element-c4f4f77 .elementor-button:focus svg{fill:#FFFFFF;}/* Start custom CSS for button, class: .elementor-element-c4f4f77 *//* Button base */
.elementor-button {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Icon inside button */
.elementor-button .elementor-button-icon {
  display: inline-block;
  transition: transform 0.4s ease;
  transform: rotate(-45deg); /* Start pointing up (top) */
}

/* Rotate to right side on hover */
.elementor-button:hover .elementor-button-icon {
  transform: rotate(0deg); /* Rotate to right */
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://sigmauniversity.ac.in/wp-content/uploads/2023/12/Gilroy-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://sigmauniversity.ac.in/wp-content/uploads/2023/12/Gilroy-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://sigmauniversity.ac.in/wp-content/uploads/2023/12/Gilroy-Semibold.ttf') format('truetype');
}
@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://sigmauniversity.ac.in/wp-content/uploads/2023/12/Gilroy-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */