.elementor-kit-6{--e-global-color-primary:#FF7900;--e-global-color-secondary:#282827;--e-global-color-text:#F6F6F6;--e-global-color-accent:#6B6666;--e-global-color-df07d29:#A7A8AB;--e-global-color-ceac9d0:#F1E9DF;--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);}@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 *//* Overlay (hidden by default) */
.floating-overlay {
  position: fixed !important;
  inset: 0;
  background: rgba(0,0,0,0.45); /* dark transparent */
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease;
  z-index: 999998;
}

/* Visible overlay */
.floating-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Disable scrolling when active */
body.no-scroll {
  overflow: hidden !important;
}

/* Floating wrapper */
.floating-container {
  position: fixed !important;
  width: 80px !important;
  max-width: 80px !important;
  bottom: 30px;
  right:80px;
  z-index: 999999;
  
}

/* Button */
.floating-btn {
  cursor: pointer;
  background-color: #FF7900;
  padding: 25px;
  border-radius: 40px;
  border:0px;
}
.icon-default{
    
}

/* Hide open icon by default */
.floating-btn .icon-open {
  display: none;
}

/* Popup */
.floating-popup {
  position: absolute;
  bottom: 10px;
 right:100px;
  width: 550px;
  height: 600px;
  background: #f7efe6;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all .25s ease;
  z-index: 9999999;
}

/* Popup visible */
.floating-popup.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width:767px){
    .floating-container{
        right: 10px !important;
        bottom: 0px;
    }
    .floating-btn{
        padding: 10px !important;
    }
    .floating-popup{
        right: 10px;
        bottom: 74px;
    width: 320px;
    height: auto;
    padding:10px;
    }
        .floating-popup  .elementor-field-group > label{
            font-size: 12px !important;
            padding-bottom: 5px !important;
        }
            .floating-popup h2{
                font-size: 28px !important;
                padding:0px 10px ;
            }
          .floating-popup .elementor-field-group-email,    .floating-popup .elementor-field-group-yourname{
              width: 50%;
          }
          .floating-popup .custom-dropdown,   .floating-popup #contact-subject .custom-select-trigger{
              padding: 10px !important;
          }
}
@media (max-width:767px){
    .icon-active{
        display:none !important;
    }
}/* End custom CSS */