/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.gfield_label {
  font-weight: 600 !important;
  font-size: 18px !important;
}
.gform-theme--framework .gf_progressbar .percentbar_blue {
	background: #036FB0;
}
.contact-info a {
	text-decoration: none;
}
#round .elementor-button {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  line-height: 1.3em;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
}
.blue p {
   background: linear-gradient(130deg, #0064A1 0%, #44B9FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent !important;
}
.blur-btn {
	backdrop-filter: blur(5px);
}
  .icon {
    position: relative;
    width: 60px;
    height: 60px;
  }

  /* center core */
  .core {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 20px #fff;
    animation: corePulse 6s ease-in-out forwards;
  }

  /* orbit ring */
  .ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.4);
    animation: rotateRing 6s ease-in-out infinite;
  }

  /* orbit dot */
  .dot {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 12px #fff;
  }

  /* animations */
  @keyframes rotateRing {
    0%   { transform: rotate(0deg) scale(0.6); opacity: 0; }
    20%  { opacity: 1; }
    50%  { transform: rotate(540deg) scale(1); }
    80%  { transform: rotate(900deg) scale(1.1); }
    100% { transform: rotate(1080deg) scale(0.8); opacity: 0; }
  }

  @keyframes corePulse {
    0%   { transform: scale(0.5); opacity: 0; }
    25%  { transform: scale(1.2); }
    50%  { transform: scale(1); }
    75%  { transform: scale(1.4); }
    100% { transform: scale(0.6); opacity: 0; }
  }
#real span {
	color: #036FB0;
}
#hero::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0%;
  pointer-events: none;
  background: radial-gradient(47.24% 30.73% at -9.71% 43.51%, rgba(3, 111, 176, 0.11) 0%, rgba(255, 255, 255, 0.00) 100%), radial-gradient(61.29% 39.87% at 100% 18.75%, rgba(3, 111, 176, 0.1) 0.88%, rgba(255, 255, 255, 0.00) 100%), #FFF;
  height: 100%;
  width: 100%;
}
#masthead {
  position: absolute !important;
  width: 100%;
}
.gform-page-footer.gform_page_footer.top_label {
  display: flex;
  justify-content: space-between;
}
.gform_previous_button,
.gform_next_button,
#content .gform_button {
	border-radius: 50px !important;
}

.gform_previous_button,
.gform_next_button {
  padding: 12px 30px !important;
}

.gfield--type-html {
  margin-bottom: -20px;
  margin-top: 30px;
}
.gfield--type-html p {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0;
	color: #036FB0;
}

.get-started a,
.gform_next_button,
#content .gform_button,
.btn .elementor-button {
  background: linear-gradient(
    135deg,
    #036FB0,
    #38A1E1,
    #036FB0
  );
  background-size: 200% 200%;
  background-position: 0% 50%;

  color: white;
  border: none;
  padding: 14px 28px;
  cursor: pointer;
  transition: background-position 0.4s ease;
}
.get-started a {
  border-radius: 50px;
  color: #fff !important;
	margin-left: 5px;
}
.get-started a:hover,
.gform_next_button:hover,
#content .gform_button:hover,
.btn .elementor-button:hover {
  background-position: 100% 50%;
}

#hero-img .elementor-widget-container  {
  mask-image: url(https://howtobeatloneliness.com/wp-content/uploads/2026/03/grace-zenith-header-path-image.png);
  mask-size: contain;
mask-repeat: no-repeat;
mask-position: center;
  -webkit-mask-image: url(https://howtobeatloneliness.com/wp-content/uploads/2026/03/grace-zenith-header-path-image.png);
  -webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
