.elementor-kit-1528{--e-global-color-primary:#7ED6DF;--e-global-color-secondary:#1C1C1E;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;font-family:"Manrope", Sans-serif;}.elementor-kit-1528 e-page-transition{background-color:#FFFFFF;}.elementor-kit-1528 a{font-family:"Geist", Sans-serif;}.elementor-kit-1528 h1{font-family:"Geist", Sans-serif;}.elementor-kit-1528 h2{font-family:"Geist", Sans-serif;}.elementor-kit-1528 h3{font-family:"Geist", Sans-serif;}.elementor-kit-1528 h4{font-family:"Geist", Sans-serif;}.elementor-kit-1528 h5{font-family:"Geist", Sans-serif;}.elementor-kit-1528 h6{font-family:"Geist", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:10px;--container-default-padding-right:10px;--container-default-padding-bottom:10px;--container-default-padding-left:10px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-1528{font-size:14px;line-height:150%;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Target buttons inside a wrapper that has class 'fancy-hover' */
.fancy-hover .elementor-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 50px;
  transition: color 0.3s ease;
}

.fancy-hover .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #1C1C1E;
  border-radius: 50px;
  transition: all 0.6s ease;
  z-index: -1;
}

.fancy-hover .elementor-button:hover::before {
  left: 0;
}

.fancy-hover .elementor-button:hover {
  color: #fff !important;
}

.fancy-hover .elementor-button .elementor-button-content-wrapper {
  position: relative;
  z-index: 2;
}

.fancy-hover .elementor-button .custom-icon {
  transition: opacity 0.3s ease;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.fancy-hover .elementor-button .custom-icon.hover-icon {
  display: none;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  z-index: 3;
}

.fancy-hover .elementor-button:hover .custom-icon.default-icon {
  opacity: 0;
}

.fancy-hover .elementor-button:hover .custom-icon.hover-icon {
  display: block;
  opacity: 1;
}

.fancy-hover .elementor-button .elementor-button-icon {
  position: relative;
}

/* Default icon */
.fancy-hover .elementor-button .custom-icon.default-icon {
  display: block;
  transition: opacity 0.3s ease;
  position: relative;
  z-index: 2;
}

/* Hover icon: same size, same spot */
.fancy-hover .elementor-button .custom-icon.hover-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  display: none;
  z-index: 3;
}

/* Hide default icon and show hover on hover */
.fancy-hover .elementor-button:hover .custom-icon.default-icon {
  opacity: 0;
}

.fancy-hover .elementor-button:hover .custom-icon.hover-icon {
  display: block;
  opacity: 1;
}


.fancy-hover2 .elementor-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 50px;
  transition: color 0.3s ease;
}

.fancy-hover2 .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #7ED6DF; /* Change if needed */
  border-radius: 50px;
  transition: all 0.4s ease;
  z-index: -1;
}

.fancy-hover2 .elementor-button:hover::before {
  left: 0;
}

.fancy-hover2 .elementor-button:hover {
  color: #1C1C1E !important;
}

.fancy-hover2 .elementor-button .elementor-button-content-wrapper {
  position: relative;
  z-index: 2;
}

.fancy-hover2 .elementor-button .elementor-button-icon {
  position: relative;
}

/* Default icon */
.fancy-hover2 .elementor-button .custom-icon.default-icon {
  display: block;
  transition: opacity 0.3s ease;
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}

/* Hover icon */
.fancy-hover2 .elementor-button .custom-icon.hover-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
}

/* Icon swap on hover */
.fancy-hover2 .elementor-button:hover .custom-icon.default-icon {
  opacity: 0;
}

.fancy-hover2 .elementor-button:hover .custom-icon.hover-icon {
  opacity: 1;
}


.circle-pulse {
  position: relative;
  width: 10px;   /* adjust size */
  height: 8px;
  border-radius: 50%;
  background-color: #98E5E6; /* or use transparent for icons/images */
  z-index: 1;
}

.circle-pulse::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(78, 137, 255, 0.4); /* color of the pulse */
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: -1;
  animation: pulse-ring 1.5s ease-out infinite;
}

@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}


.circle-pulse img{
    display: none !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Geist';
	font-display: auto;
	src: url('https://cosmedisolutions.com/storage/2025/06/Geist-VariableFont_wght-2.ttf') format('truetype');
}
/* End Custom Fonts CSS */