.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-text:#7A7A7A;--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 e-page-transition{background-color:#FFBC7D;}.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);}.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;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.backslash {
  font-size: 17px;
  font-weight: bold;
    background: linear-gradient(to right, #4F0C8A, #0000FF);
    padding: 0 2px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.elementor-button {
clip-path: polygon(0 0, 100% 0, 100% 62%, 93% 100%, 0 100%, 0 0);
color:white !important;
transition: all .5s;
}

.square::before {
    content:"■";
    font-size: 22px;
    clip-path: polygon(0 0, 100% 0, 100% 62%, 93% 100%, 0 100%, 0 0);
        background: linear-gradient(to right, #5C20EF, #0000FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cut-corner {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 92% 100%, 0 100%);
  transition: all 0.3s ease;
  background: transparent;

  /* Gradient border highlight (strongest at bottom-right) */
  border: 2px solid transparent;
  background-image:
    linear-gradient(#0e0527, #0e0527), /* background fill */
    linear-gradient(to right bottom, #3B2AFF, #724AFF 50%, #724AFF 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
/* Color fill for the diagonal cut */
.cut-corner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8%;
  height: 15%;
  background-color: #724AFF;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: 1;
}




/* Optional hover */
.cut-corner:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(114, 74, 255, 0.4);
}/* End custom CSS */