.elementor-kit-5{--e-global-color-primary:#E25967;--e-global-color-secondary:#FFF9FA;--e-global-color-text:#717171;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Thicccboi";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Thicccboi";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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 */.discover-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 60px;
  padding-left: 60px;   /* space for left circle */
  padding-right: 22px;
  background: #e25967;
  border-radius: 999px;
  font-family: 'Thicccboi', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  transition: padding 0.45s cubic-bezier(.4,0,.2,1);
}

/* moving circle */
.bubble {
  position: absolute;
  left: 6px;
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: left 0.45s cubic-bezier(.4,0,.2,1),
              background 0.3s ease;
}

/* label */
.label {
  white-space: nowrap;
}

/* arrow */
.arrow {
  font-size: 22px;
  color: #000;
  transition: color 0.3s ease;
}

/* HOVER STATE */
.discover-btn:hover {
  padding-left: 18px;
  padding-right: 66px;
    color: #ffffff;/* space shifts to right */
}

.discover-btn:hover .bubble {
  left: calc(100% - 58px);
  background: #ffffff;
}

.discover-btn:hover .arrow {
  color: #483C32;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Thicccboi';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://premiumhousings.com/wp-content/uploads/2026/02/THICCCBOI-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */