.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-44560c2:#DE978A;--e-global-color-d162d87:#f2295b;--e-global-color-d4ecac2:#181B1C;--e-global-color-10a5158:#A0100C;--e-global-color-45691fa:#FC0000;--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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 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 */.elementor-button-icon svg {
    width: 1em;
    height: auto;
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 0;
    transform: scale(1) translateX(-50px);
    opacity: 0;
    transition: .4s ease;
    
}

.btn span {
    z-index: 5;
}

.btn:hover .elementor-button-icon svg{
    opacity: 1;
        transform:translateX(0px) scale(3.9);
    
}

.btn {
  position: relative;
  text-decoration: none;
  font-size: 18px;
  color: black;
  font-weight: bold;
}

.btn::before {
  content: '';
  position: absolute;
  top: -20px; /* Adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  width: 60px; /* Adjust image size */
  height: 100%; /* Adjust image size */
  background-image: url('https://stage8.testlinkdesigns.com/wp-content/uploads/2025/01/Asset-1.png');
  filter: invert(100%);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  pointer-events: none; /* Prevent interaction issues */
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.btn:hover::before {
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}

.book-now{
    display: none !important;
}

/*.call-now{*/
/*    display: none;*/
/*}*//* End custom CSS */