.elementor-kit-73{--e-global-color-primary:#0F1727;--e-global-color-secondary:#4B5563;--e-global-color-text:#002068;--e-global-color-accent:#61CE70;--e-global-color-9736ddf:#61CE70;--e-global-color-686e973:#61CE70;--e-global-color-3f91f18:#7ED6DF;color:#4B5563;font-family:"Figtree", Sans-serif;font-size:18px;font-weight:500;line-height:30px;}.elementor-kit-73 e-page-transition{background-color:#FFBC7D;}.elementor-kit-73 h1{color:#0F1727;font-size:90px;font-weight:600;line-height:102px;}.elementor-kit-73 h2{color:#0F1727;font-size:48px;font-weight:400;line-height:60px;letter-spacing:-1.4px;}.elementor-kit-73 h3{color:#0F1727;font-size:60px;font-weight:400;line-height:72px;letter-spacing:-1.4px;}.elementor-kit-73 h4{color:#0F1727;font-size:26px;font-weight:400;line-height:38px;}.elementor-kit-73 h5{color:#0F1727;font-size:20px;font-weight:400;line-height:32px;}.elementor-kit-73 h6{font-size:16px;font-weight:500;line-height:24px;}.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;--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-kit-73{font-size:16px;line-height:28px;}.elementor-kit-73 h1{font-size:50px;line-height:62px;}.elementor-kit-73 h2{font-size:24px;line-height:32px;letter-spacing:-1.4px;}.elementor-kit-73 h3{font-size:40px;line-height:52px;letter-spacing:-1.4px;}.elementor-kit-73 h4{font-size:24px;line-height:36px;letter-spacing:-1.4px;}.elementor-kit-73 h5{font-size:18px;line-height:30px;letter-spacing:-1.4px;}.elementor-kit-73 h6{font-size:14px;line-height:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-73{font-size:14px;line-height:22px;}.elementor-kit-73 h1{font-size:32px;line-height:40px;}.elementor-kit-73 h2{font-size:22px;line-height:30px;letter-spacing:-1.4px;}.elementor-kit-73 h3{font-size:26px;line-height:34px;letter-spacing:-1.4px;}.elementor-kit-73 h4{font-size:20px;line-height:28px;letter-spacing:-1.4px;}.elementor-kit-73 h5{font-size:16px;line-height:24px;letter-spacing:-1.4px;}.elementor-kit-73 h6{font-size:12px;line-height:20px;}.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: #002068; /* 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: white !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: 96%;
  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;
}/* End custom CSS */