.elementor-kit-9{--e-global-color-primary:#0E0E0E;--e-global-color-secondary:#464646;--e-global-color-text:#242424;--e-global-color-accent:#FEE305;--e-global-typography-primary-font-family:"Teko";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Teko";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-secondary );font-family:"Poppins", Sans-serif;font-size:14px;font-weight:400;line-height:24px;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Teko", Sans-serif;font-size:26px;font-weight:500;text-transform:uppercase;line-height:1.5em;color:#000000;border-style:solid;border-color:var( --e-global-color-accent );padding:10px 15px 10px 15px;}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{background-color:#FEE305;color:#121212;border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-accent );border-radius:0px 0px 0px 0px;}.elementor-kit-9 e-page-transition{background-color:#FEE305;}.elementor-kit-9 a{color:var( --e-global-color-primary );}.elementor-kit-9 a:hover{color:var( --e-global-color-accent );}.elementor-kit-9 h1{color:var( --e-global-color-primary );font-family:"Teko", Sans-serif;font-size:90px;font-weight:600;line-height:1.5em;}.elementor-kit-9 h2{color:var( --e-global-color-primary );font-family:"Teko", Sans-serif;font-size:55px;font-weight:600;line-height:1.5em;}.elementor-kit-9 h3{color:var( --e-global-color-primary );font-family:"Teko", Sans-serif;font-size:36px;font-weight:600;line-height:1.5em;}.elementor-kit-9 h4{color:var( --e-global-color-primary );font-family:"Teko", Sans-serif;font-size:27px;font-weight:600;line-height:1.5em;}.elementor-kit-9 h5{color:var( --e-global-color-primary );font-family:"Teko", Sans-serif;font-size:20px;font-weight:600;line-height:1.5em;}.elementor-kit-9 h6{color:var( --e-global-color-primary );font-family:"Teko", Sans-serif;font-size:18px;font-weight:600;line-height:1.5em;}.elementor-kit-9 label{color:#707D84;font-family:"Open Sans", Sans-serif;font-size:14px;font-weight:400;line-height:30px;}.elementor-kit-9 input:not([type="button"]):not([type="submit"]),.elementor-kit-9 textarea,.elementor-kit-9 .elementor-field-textual{font-family:"Open Sans", Sans-serif;font-size:14px;font-weight:400;color:#707D84;background-color:#F4F5F6;padding:6px 15px 6px 15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 */.floating-buttons {
  position: fixed;
  right: 25px;
  bottom: 120px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

.float-btn {
  background: #111;
  color: #fff !important;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}

.float-btn:hover {
  background: #333;
  color:#FEE305 !important;
  transform: translateY(-2px);
}

.float-btn i {
  margin-right: 8px;
}

@media (max-width: 768px) {
  .floating-buttons {
    right: 10px;
    bottom: 80px;
  }

  .float-btn {
    font-size: 14px;
    padding: 10px 16px;
  }
}/* End custom CSS */