.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-75e45db:#080808;--e-global-color-4b2da35:#ABABAB;--e-global-color-716a3ce:#18181B;--e-global-color-09ac424:#FFFFFF;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;--e-global-typography-1168989-font-family:"WF Visual Sans";--e-global-typography-1168989-font-size:128px;--e-global-typography-1168989-font-weight:600;--e-global-typography-1168989-line-height:1em;--e-global-typography-1168989-letter-spacing:-4px;--e-global-typography-446a1f9-font-family:"WF Visual Sans";--e-global-typography-446a1f9-font-size:92px;--e-global-typography-446a1f9-font-weight:600;--e-global-typography-446a1f9-line-height:1.1em;--e-global-typography-446a1f9-letter-spacing:-3.6px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end: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-8 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:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.color-text{
    color: inherit;
}

.color-text.head{
    margin-right: 1rem;
    color: inherit;
}

.color-text.blue {
  color: #2E9CFF;
  text-shadow: 0px 0px 40px rgba(18, 143, 255, 0.9);
}

.color-text.blue {
  color: #2E9CFF;
  text-shadow: 0px 0px 40px rgba(18, 143, 255, 0.9);
}

.color-text.rose {
  color: #AB66DC;
  text-shadow: 0px 0px 40px rgba(198, 117, 255, 0.9);
}

@keyframes auraPulse {
  0% {
    box-shadow: 0 0 10px 2px rgba(198, 117, 255, 0.4),
                0 0 20px 4px rgba(0, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0 0 15px 6px rgba(198, 117, 255, 0.6),
                0 0 60px 12px rgba(0, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 10px 2px rgba(198, 117, 255, 0.4),
                0 0 20px 4px rgba(0, 255, 255, 0.2);
  }
}

.btn-bordered .elementor-button-wrapper a{
 display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 20px;
  background: 
    linear-gradient(#0a0a0a, #0a0a0a) padding-box,
    linear-gradient(90deg, #C675FF, #00FFFF) border-box;
  border: 2px solid transparent;
  transition: transform 0.2s ease;
  
}

.btn-bordered .elementor-button-wrapper a:hover {
 animation: auraPulse 1.5s ease-in-out infinite;

  cursor: pointer;
}


.btn-bordered.white .elementor-button-wrapper a{
 display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  color: black;
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 20px;
  background: 
    linear-gradient(#ffff, #ffff) padding-box,
    linear-gradient(90deg, #C675FF, #00FFFF) border-box;
  border: 2px solid transparent;
  transition: transform 0.2s ease;
  
}

.btn-bordered.white .elementor-button-wrapper a:hover {
 animation: auraPulse 1.5s ease-in-out infinite;

  cursor: pointer;
}

.wd-content-layout {
    padding-block: 0px!important;
}


.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 30px !important;
  background-color: #f5f5f5;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 1;
  min-height: 40px;
  overflow: hidden;
  white-space: nowrap;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check {
  margin: 10px 10px !important; 
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check input:checked + label > span {
  background-color: #ddeeff;
  border-color: #7AC9F9;
  color: #000;
}


.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check input[type="radio"],
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check input[type="checkbox"] {
  display: none;
}/* End custom CSS */