@charset "UTF-8";
.nop {
  margin-bottom: 0;
}
.nop p {
  margin-bottom: 0;
}

body {
  margin: 0 !important;
}

body.ehf-header #masthead {
  position: fixed;
  width: 100%;
  background: #fff;
}
body.ehf-header #masthead #the_header {
  box-shadow: 0 10px 40px rgba(117, 186, 230, 0.1960784314);
  transition: padding 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
body.ehf-header #masthead #the_header #logo_column {
  width: 212px;
}
body.ehf-header #masthead #the_header #navigation_column {
  width: calc(100% - 212px);
}
body.ehf-header #masthead #the_header #navigation_column .hfe-nav-menu .hfe-nav-menu__toggle.hfe-active-menu {
  top: 72px;
  z-index: 111111;
}
body.ehf-header #masthead #the_header #navigation_column .hfe-nav-menu .hfe-nav-menu__layout-horizontal {
  top: 0;
  position: relative;
}
body.ehf-header #masthead #the_header #navigation_column .hfe-nav-menu .hfe-nav-menu__layout-horizontal #menu-item-728 {
  display: none;
}
@media screen and (max-width: 1024px) {
  body.ehf-header #masthead #the_header #navigation_column .hfe-nav-menu .hfe-nav-menu__layout-horizontal #menu-item-728 {
    display: block;
  }
}
body.ehf-header #masthead #the_header #navigation_column .hfe-nav-menu .hfe-nav-menu__layout-horizontal #menu-item-728 img {
  width: 209px;
  margin-left: -14px;
  top: -6px;
  position: relative;
}
body.ehf-header #masthead #the_header #navigation_column .hfe-nav-menu .hfe-nav-menu__layout-horizontal li.menu-item-has-children ul.sub-menu {
  -webkit-box-shadow: 0 12px 18px -12px rgba(117, 186, 230, 0.1960784314);
  box-shadow: 0 12px 18px -12px rgba(117, 186, 230, 0.1960784314);
}
@media screen and (min-width: 1025px) {
  body.ehf-header #masthead #the_header #navigation_column .hfe-nav-menu .hfe-nav-menu__layout-horizontal li.menu-item-has-children ul.sub-menu {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1025px) {
  body.ehf-header #masthead #the_header #navigation_column .hfe-nav-menu .hfe-nav-menu__layout-horizontal #menu-item-399 {
    margin-left: 10px;
  }
  body.ehf-header #masthead #the_header #navigation_column .hfe-nav-menu .hfe-nav-menu__layout-horizontal #menu-item-399 a.hfe-menu-item {
    background: #75bae6;
    color: #fff;
    padding: 15px 30px;
    border-radius: 12px;
  }
  body.ehf-header #masthead #the_header #navigation_column .hfe-nav-menu .hfe-nav-menu__layout-horizontal #menu-item-399 a.hfe-menu-item:hover {
    background-color: #2e3c4e;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.4s);
  }
}
body.ehf-header #masthead #the_header #navigation_column .hfe-nav-menu:has(.hfe-active-menu) {
  /* mobile menu is open */
  margin-top: -57px;
}
body.ehf-header #masthead #the_header.is-shrunk #logo_column .hfe-site-logo-img {
  transition: max-width 0.25s ease, width 0.25s ease, transform 0.25s ease;
  max-width: 150px;
  width: 150px;
}
body.ehf-header #masthead #the_header.is-shrunk #navigation_column .hfe-nav-menu .hfe-nav-menu__layout-horizontal #menu-item-728 {
  display: none;
}
@media screen and (max-width: 1024px) {
  body.ehf-header #masthead #the_header.is-shrunk #navigation_column .hfe-nav-menu .hfe-nav-menu__layout-horizontal #menu-item-728 {
    display: block;
  }
}
body.ehf-header #masthead #the_header.is-shrunk #navigation_column .hfe-nav-menu .hfe-nav-menu__layout-horizontal #menu-item-728 img {
  width: 164px;
  margin-left: -12px;
  top: -3px;
}
body.ehf-header #masthead #the_header.is-shrunk #navigation_column .hfe-nav-menu .hfe-nav-menu__layout-horizontal ul.hfe-nav-menu > li > a.hfe-menu-item {
  transition: padding 0.25s ease, font-size 0.25s ease, line-height 0.25s ease;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.95em;
}
@media screen and (min-width: 1025px) {
  body.ehf-header #masthead #the_header.is-shrunk #navigation_column .hfe-nav-menu .hfe-nav-menu__layout-horizontal ul.hfe-nav-menu li.menu-item-has-children {
    top: -5px;
  }
}
@media screen and (min-width: 1025px) {
  body.ehf-header #masthead #the_header.is-shrunk #navigation_column .hfe-nav-menu .hfe-nav-menu__layout-horizontal ul.hfe-nav-menu #menu-item-399 a.hfe-menu-item {
    padding: 10px 21px;
  }
}
body.ehf-header div[data-elementor-type=wp-page] {
  padding-top: 104px;
}

.gform_wrapper form .gform-body .ginput_container input, .gform_wrapper form .gform-body .ginput_container textarea {
  border: 0 !important;
  box-shadow: none !important;
  border-bottom: 1px solid #E7E7E7 !important;
  color: #958F8F !important;
  font-size: 18px !important;
  padding: 30px 18px !important;
  opacity: 0.81;
}
.gform_wrapper form .gform-body .ginput_container input:hover, .gform_wrapper form .gform-body .ginput_container input:active, .gform_wrapper form .gform-body .ginput_container textarea:hover, .gform_wrapper form .gform-body .ginput_container textarea:active {
  opacity: 1;
  transition: opacity ease-in-out 0.3s;
  color: #2e3c4e !important;
}
.gform_wrapper form .gform-body .ginput_container select {
  border: 0 !important;
  box-shadow: none !important;
  border-bottom: 1px solid #E7E7E7 !important;
  color: #958F8F !important;
  font-size: 18px !important;
  height: 54px;
  opacity: 0.81;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: 300;
}
.gform_wrapper form .gform-body .ginput_container select:hover, .gform_wrapper form .gform-body .ginput_container select:active {
  opacity: 1;
  transition: opacity ease-in-out 0.3s;
  color: #2e3c4e !important;
}
.gform_wrapper form .gform-footer {
  justify-content: center;
}
.gform_wrapper form .gform-footer input.gform_button {
  background: #5e8bc9 !important;
  color: #fff;
  border-radius: 15px !important;
  font-size: 18px !important;
  padding: 15px 40px !important;
}
.gform_wrapper form .gform-footer input.gform_button:hover {
  background-color: #2e3c4e !important;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.4s) !important;
}

.single-post .single-post__article {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.single-post .single-post__article .single-post__featured {
  position: relative;
}
.single-post .single-post__article .single-post__featured .single-post__title {
  margin: 0 0 10px;
  color: #2e3c4e;
  font-size: 99px;
  line-height: 111px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(94, 139, 201, 0.3215686275);
  top: 0;
  justify-content: center;
  display: flex;
  align-items: center;
}
.single-post .single-post__article .single-post__featured img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 722px;
  object-fit: cover;
}
.single-post .single-post__article .single-post-rest {
  max-width: 1305px;
  margin: 0 auto;
}
.single-post .single-post__article .single-post-rest .single-post__header {
  padding: 18px 0 10px;
}
.single-post .single-post__article .single-post-rest .single-post__header .single-post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  font-size: 14px;
  opacity: 0.9;
}
.single-post .single-post__article .single-post-rest .single-post__header .single-post__meta .single-post__meta-item {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #2e3c4e;
}
.single-post .single-post__article .single-post-rest .single-post__header .single-post__meta .single-post__meta-item .single-post__icon {
  display: inline-flex;
}
.single-post .single-post__article .single-post-rest .single-post__content {
  padding: 10px 0 20px;
}
.single-post .single-post__article .single-post-rest .single-post__nav .single-post__nav-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 16px;
}
.single-post .single-post__article .single-post-rest a {
  text-decoration: none;
  color: #2e3c4e;
}

body.category .blog-archive__header {
  text-align: center;
  padding: 90px 0 54px;
}
body.category .blog-archive__title {
  margin: 0;
  font-size: 99px;
  line-height: 111px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #2e3c4e;
}
body.category .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 1305px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  body.category .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  body.category .blog-grid {
    grid-template-columns: 1fr;
  }
}
body.category .blog-card {
  background: #F0EEE8;
  overflow: hidden;
}
body.category .blog-card__thumb {
  display: block;
  background: #fff;
}
body.category .blog-card__img,
body.category .blog-card__img--placeholder {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
body.category .blog-card__img--placeholder {
  background: rgba(0, 0, 0, 0.06);
}
body.category .blog-card__content {
  padding: 22px 22px 26px;
  background: #F0EEE8;
}
body.category .blog-card__title {
  margin: 0 0 10px;
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
body.category .blog-card__title a {
  text-decoration: none;
  color: inherit;
  font-family: "Poppins", Sans-serif;
  font-size: 25px;
  font-weight: 600;
}
body.category .blog-card__excerpt {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 18px;
  min-height: 78px; /* keeps card heights more even */
}
body.category .blog-card__button {
  display: inline-block;
  padding: 6px 21px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #5e8bc9;
  color: #fff;
}
body.category .blog-pagination {
  display: flex;
  justify-content: center;
  padding: 28px 0 10px;
  max-width: 1305px;
  margin: 0 auto;
  margin-bottom: 100px;
  margin-top: 45px;
}
body.category .blog-pagination__list {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  align-items: center;
}
body.category .blog-pagination__item a,
body.category .blog-pagination__item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  height: auto;
  padding: 5px 10px;
  text-decoration: none;
  color: #5e8bc9;
}
body.category .blog-pagination__item .current {
  background: rgba(0, 0, 0, 0.08);
}

.zelfy_button_other_options {
  display: flex;
  justify-content: center;
}
.zelfy_button_other_options a {
  background: #75bae6;
  color: #fff;
  border-radius: 15px;
  padding: 11px 30px;
  font-weight: 500;
  margin-top: 30px;
}
.zelfy_button_other_options a:hover {
  background-color: #2e3c4e;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.4s);
}

#numbers_home .elementor-counter-title {
  text-align: center;
}

#the_footer #second_footer_column p a {
  color: #fff;
}
#the_footer #second_footer_column p a:hover {
  opacity: 0.9;
}
#the_footer #third_footer_column .elementor-icon-box-wrapper {
  justify-content: center;
}
#the_footer #third_footer_column .elementor-icon-box-wrapper .elementor-icon-box-content {
  width: fit-content;
  flex-grow: 0;
}

#sub_footer a {
  color: #fff;
}
#sub_footer a:hover {
  opacity: 0.9;
}

/* Make button act like a circular progress ring fill */
.hfe-scroll-to-top-button {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #5e8bc9;
  cursor: pointer;
  text-align: center;
  /* IMPORTANT */
  position: fixed;
  overflow: hidden;
  isolation: isolate; /* keeps layers clean */
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  --p: 0;
}
.hfe-scroll-to-top-button:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  /* start at TOP (12 o’clock) */
  background: conic-gradient(from -90deg, #F0EEE8 0deg calc(var(--p) * 360deg), #ffffff 0deg 360deg);
  z-index: 0;
}
.hfe-scroll-to-top-button i {
  position: relative;
  z-index: 1;
  color: #2e3c4e;
}

/*# sourceMappingURL=custom.css.map */
