.elementor-kit-7{--e-global-color-primary:#F2388F;--e-global-color-secondary:#EE05F2;--e-global-color-text:#000000;--e-global-color-accent:#001E41;--e-global-color-d137a73:#FFFFFF;--e-global-color-428d6ce:#F07EF2;--e-global-color-44e447a:#FFFFFF;--e-global-color-63c618f:#001E41;--e-global-typography-primary-font-family:"Source Sans Pro";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Cormorant Garamond";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-text );}.elementor-kit-7 a:hover{font-family:"Source Sans Pro", Sans-serif;font-size:1rem;font-weight:500;}.elementor-kit-7 h1{color:#CECECE;}.e-con{--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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 */.sticky-social {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0; /* change to left: 0; if needed */
  background-color: #E1306C; /* Instagram color */
  padding: 12px 14px;
  border-radius: 8px 0 0 8px;
  z-index: 999;
  display: flex;
  align-items: center;
  color: white;
  font-size: 18px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-family: sans-serif;
}

.sticky-social i {
  font-size: 20px;
}

.sticky-social span {
  overflow: hidden;
  white-space: nowrap;
  max-width: 0;
  opacity: 0;
  margin-left: 8px;
  transition: all 0.3s ease;
}

.sticky-social:hover span {
  max-width: 120px;
  opacity: 1;
}

.sticky-social:hover {
  background-color: #C13584; /* Slightly darker on hover */
}/* End custom CSS */