.elementor-kit-6{--e-global-color-primary:#5B5EA6;--e-global-color-secondary:#7C7FFF;--e-global-color-text:#0F1222;--e-global-color-accent:#6B6F8D;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.65rem;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.65rem;--e-global-typography-secondary-letter-spacing:-0.4px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.65px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#F8F9FD;color:#0F1222;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:1.65rem;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#5B5EA6;font-family:"Inter", Sans-serif;font-size:15px;font-weight:800;color:#FFFFFF;border-radius:12px 12px 12px 12px;padding:14px 18px 14px 18px;}.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:#7C7FFF;box-shadow:0px 10px 24px 0px rgba(90.99999999999997, 93.99999999999997, 165.99999999999997, 0.24);border-radius:12px 12px 12px 12px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:#0F1222;font-family:"Inter", Sans-serif;font-size:52px;font-weight:800;line-height:1.05rem;letter-spacing:-0.5px;}.elementor-kit-6 h2{color:#0F1222;font-family:"Inter", Sans-serif;font-size:36px;font-weight:800;line-height:1.15rem;letter-spacing:-0.4px;}.elementor-kit-6 h3{color:#0F1222;font-family:"Inter", Sans-serif;font-size:24px;font-weight:800;}.elementor-kit-6 h4{color:#0F1222;font-family:"Inter", Sans-serif;font-size:18px;font-weight:800;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1160px;}.e-con{--container-max-width:1160px;--container-default-padding-top:072px;--container-default-padding-right:0px;--container-default-padding-bottom:072px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}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 *//* Weblinx Indigo Premium UI */
:root{
  --brand:#5B5EA6;
  --brand2:#7C7FFF;
  --ink:#0F1222;
}

/* Smooth hover lift on buttons */
.elementor a.elementor-button:hover{
  transform: translateY(-1px);
}

/* Premium shadow on primary buttons */
.elementor a.elementor-button.elementor-button-link:hover,
.elementor a.elementor-button:hover{
  box-shadow: 0 10px 24px rgba(15,18,34,.12);
}

/* Card hover (add class "card" to containers) */
.card{
  transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease;
}
.card:hover{
  transform: translateY(-2px);
  border-color: rgba(124,127,255,.55) !important;
  box-shadow: 0 14px 42px rgba(15,18,34,.14);
}

/* Dark button class */
.btn-dark .elementor-button{
  background: var(--ink) !important;
  color:#fff !important;
  border: 1px solid rgba(255,255,255,.10) !important;
}
.btn-dark .elementor-button:hover{
  box-shadow: 0 14px 42px rgba(15,18,34,.25) !important;
}/* End custom CSS */