.elementor-kit-9{--e-global-color-primary:#005596;--e-global-color-secondary:#54595F;--e-global-color-text:#383838;--e-global-color-accent:#FFBD59;--e-global-color-53628d62:#000000;--e-global-color-9e6dd61:#FFFFFF;--e-global-color-4b040a0e:#FFBD59;--e-global-color-f3da8c1:#A232F5;--e-global-color-fe7827e:#016EFF;--e-global-color-3c13d6d:#DFECFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:normal;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:normal;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-53978ea-font-family:"Roboto";--e-global-typography-53978ea-font-size:21px;--e-global-typography-53978ea-font-weight:normal;--e-global-typography-53978ea-text-transform:uppercase;--e-global-typography-181d616-font-family:"Roboto";--e-global-typography-181d616-font-size:75px;--e-global-typography-181d616-font-weight:300;--e-global-typography-a202dea-font-family:"Roboto";--e-global-typography-a202dea-font-size:48px;--e-global-typography-a202dea-font-weight:300;--e-global-typography-a202dea-line-height:1.25em;--e-global-typography-030e2ba-font-size:25px;--e-global-typography-ceba405-font-family:"Roboto";--e-global-typography-ceba405-font-size:19px;--e-global-typography-ceba405-font-weight:400;--e-global-typography-13fcd56-font-family:"Roboto";--e-global-typography-13fcd56-font-size:25px;--e-global-typography-13fcd56-font-weight:300;--e-global-typography-13fcd56-text-transform:none;font-family:"Roboto", Sans-serif;}.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-4b040a0e );color:var( --e-global-color-9e6dd61 );border-radius:50px 50px 50px 50px;padding:15px 35px 15px 35px;}.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:var( --e-global-color-accent );color:var( --e-global-color-9e6dd61 );border-radius:50px 50px 50px 50px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:var( --e-global-color-4b040a0e );font-family:"Roboto", Sans-serif;}.elementor-kit-9 a:hover{color:var( --e-global-color-accent );}.elementor-kit-9 h1{font-family:"Roboto", Sans-serif;font-size:80px;font-weight:700;text-transform:uppercase;}.elementor-kit-9 h2{font-family:"Roboto", Sans-serif;font-size:40px;font-weight:600;}.elementor-kit-9 h3{font-family:"Roboto", Sans-serif;}.elementor-kit-9 h4{font-family:"Roboto", Sans-serif;font-size:20px;font-weight:100;text-decoration:underline;line-height:82px;letter-spacing:3px;}.elementor-kit-9 h5{font-family:"Roboto", Sans-serif;}.elementor-kit-9 h6{font-family:"Roboto", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:10px;--container-default-padding-right:10px;--container-default-padding-bottom:10px;--container-default-padding-left:10px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1536px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1366px;}.e-con{--container-max-width:1366px;}}@media(max-width:1200px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}}@media(max-width:1024px){.elementor-kit-9{--e-global-typography-primary-font-size:30px;--e-global-typography-181d616-font-size:30px;--e-global-typography-a202dea-font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-a202dea-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.floating-project-title,
.floating-project-info {
  position: absolute;
  pointer-events: none;
  background: linear-gradient(135deg, #016EFF 0%, #8C1DF4 100%);

  color: #ffffff;
  
  border-radius: 3px;
  font-family: "Arial", sans-serif;
  white-space: nowrap;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: width 0.3s ease-in-out, opacity 0.2s ease;
}

.floating-project-title {
  font-family: "Roboto"; 
  font-weight: 300;
  font-size: 20px;
  padding: 12px 25px;
}

.floating-project-info {
  font-weight: 400;
  font-size: 14px;
  z-index: 9998;
  padding: 10px 25px;
}

@media(max-width: 1400px){
    .floating-project-title {
        font-size: 14px;
        padding: 10px 15px;
    }
    .floating-project-info {
        font-size: 10px;
        padding: 10px 15px;
    }
}

@media (max-width: 1024px) {
    .floating-project-title,
    .floating-project-info {
        display: none;
    }
}/* End custom CSS */