body {
  font-family: "monserrat", sans-serif;
  color: #6B7E76;
  font-size: 1rem;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #053215;
  font-family: "cinzel", sans-serif;
  font-weight: 700;
}

a {
  color: #038478;
  text-decoration: none;
}
a:hover {
  color: #053215;
}

ul.hellochild-ul {
  padding-left: 20px;
}
ul.hellochild-ul > li {
  margin-bottom: 0.625em;
}

.text-primary {
  color: #038478;
}

.text-secondary {
  color: #053215;
}

.hc-heading-line {
  position: relative;
}
.hc-heading-line::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 70px;
  height: 4px;
  background-color: #038478;
}

.overflow-hidden {
  overflow: hidden;
}

.visibility-hidden {
  visibility: hidden;
}

@media (max-width: 767px) {
  .visibility-hidden-mobile {
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .visibility-hidden-desktop {
    visibility: hidden;
  }
}

.site-header {
  padding-block-start: 0.75rem;
  padding-block-end: 0;
  z-index: 2;
}
.site-header .header-inner {
  flex-direction: column;
  align-items: center;
  max-width: 1400px;
}
.site-header .header-inner .site-branding .site-logo img {
  width: auto;
  height: 142px;
}
body:not(.elementor-editor-active) .site-header + .site-main {
  margin-top: -33px;
}
@media (max-width: 992px) {
  .site-header {
    padding: 0.75rem 1rem;
  }
  .site-header .header-inner {
    flex-direction: row;
  }
  .site-header .header-inner .site-branding .site-logo img {
    height: 50px;
  }
  .site-header + .site-main {
    margin-top: 0;
  }
  body:not(.elementor-editor-active) .site-header + .site-main {
    margin-top: 0;
  }
}

.site-navigation-toggle-holder .site-navigation-toggle {
  background-color: transparent;
  color: #038478;
}

.site-navigation {
  margin-top: 14px;
  padding: 8px;
  background-color: #F3F3F3;
  border-radius: 34px;
  box-shadow: 0 12px 11px 0 rgba(0, 0, 0, 0.5);
}
.site-navigation ul.menu > li > a {
  display: inline-flex;
  align-items: center;
  color: #053215;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 16px;
  min-height: 50px;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  border-radius: 26px;
  transition: background-color 0.3s, color 0.3s;
}
.site-navigation ul.menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.site-navigation ul.menu > li.menu-item-has-children {
  padding-inline-end: 0;
}
.site-navigation ul.menu > li.menu-item-has-children::after {
  display: none;
}
.site-navigation ul.menu > li.menu-item-has-children > a {
  padding-inline-end: 40px;
  position: relative;
}
.site-navigation ul.menu > li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 14px;
  height: 14px;
  background-image: url("../images/chevron-down-2.svg");
  background-size: contain;
  transform: translateY(-50%);
}
.site-navigation ul.menu > li.current-menu-item:not(.menu-item-type-custom) > a, .site-navigation ul.menu > li.current-menu-parent > a {
  background-color: #038478;
  color: #fff;
}
.site-navigation ul.menu > li.current-menu-item:not(.menu-item-type-custom) > a::after, .site-navigation ul.menu > li.current-menu-parent > a::after {
  background-image: url("../images/chevron-down-white.svg");
}
.site-navigation ul.menu > li ul {
  min-width: 280px;
  border-radius: 16px;
}
.site-navigation ul.menu > li ul li a {
  font-size: 14px;
  padding: 14px 16px;
  font-weight: 600;
}

.site-navigation-dropdown .sub-menu {
  padding-inline-start: 16px;
}
.site-navigation-dropdown ul.menu li a {
  color: #053215;
}
.site-navigation-dropdown ul.menu li.current-menu-item > a {
  background-color: #fff;
  color: #053215;
}
.site-navigation-dropdown ul.menu li.current-menu-item:not(.menu-item-type-custom) > a {
  background-color: #038478;
  color: #fff;
}
.site-navigation-dropdown ul.menu li.current-menu-parent > a {
  background-color: #038478;
  color: #fff;
}

.site-footer-hellochild {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.site-footer-hellochild.site-footer {
  max-width: 100%;
}
.site-footer-hellochild .site-footer__row {
  display: flex;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  padding: 2.5rem 0;
}
@media (max-width: 992px) {
  .site-footer-hellochild .site-footer__row {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.site-footer-hellochild .site-footer__col {
  flex: 1 1 22%;
  padding: 0 1.25rem;
}
.site-footer-hellochild .site-footer__col:nth-of-type(1) {
  flex-basis: 33%;
}
@media (max-width: 992px) {
  .site-footer-hellochild .site-footer__col {
    flex: 1 1 33.33%;
    margin-bottom: 1.25rem;
  }
  .site-footer-hellochild .site-footer__col:nth-of-type(1) {
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .site-footer-hellochild .site-footer__col {
    flex: 1 1 100%;
    margin-bottom: 1.25rem;
  }
}
.site-footer-hellochild .site-footer__footer {
  border-top: 1px solid #D9D9D9;
  padding-top: 20px;
  padding-bottom: 20px;
}
.site-footer-hellochild .footer-widget {
  color: #595959;
  font-weight: 300;
  font-size: 14px;
  margin-top: 20px;
}
.site-footer-hellochild .footer-widget:nth-of-type(1) {
  margin-top: 0;
}
.site-footer-hellochild .footer-widget .footer-widget-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #038478;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.site-footer-hellochild .footer-widget a {
  color: #595959;
  font-size: 14px;
}
.site-footer-hellochild .footer-widget a:hover {
  color: #038478;
}
.site-footer-hellochild .footer-widget > nav {
  font-weight: 300;
}
.site-footer-hellochild .footer-widget > nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer-hellochild .footer-widget > nav ul li {
  margin-bottom: 0.5rem;
}
.site-footer-hellochild .footer-widget > nav ul li a {
  color: #595959;
  font-size: 14px;
}
.site-footer-hellochild .footer-widget > nav ul li a:hover {
  color: #038478;
}
.site-footer-hellochild .footer-widget .wp-block-image {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
@media (max-width: 992px) {
  .site-footer-hellochild .footer-widget .wp-block-image img {
    width: auto;
    max-height: 80px;
  }
}
.site-footer-hellochild .footer-widget h4.wp-block-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #038478;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.hellochild-button > .elementor-button {
  display: inline-flex;
  height: 50px;
  padding: 0 4px 0 20px;
  border-radius: 25px;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  background-color: #038478;
}
.hellochild-button > .elementor-button .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
}
.hellochild-button > .elementor-button .elementor-button-icon {
  width: 40px;
  height: 40px;
  margin-left: 8px;
  font-size: 20px;
  line-height: 20px;
  display: inline-flex;
  align-self: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
}
.hellochild-button > .elementor-button .elementor-button-icon svg {
  fill: #038478;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}
.hellochild-button > .elementor-button:hover, .hellochild-button > .elementor-button:focus {
  background-color: #053215;
}
.hellochild-button > .elementor-button:hover .elementor-button-icon, .hellochild-button > .elementor-button:focus .elementor-button-icon {
  background-color: #ffffff;
}
.hellochild-button > .elementor-button:hover .elementor-button-icon svg, .hellochild-button > .elementor-button:focus .elementor-button-icon svg {
  fill: #053215;
  transform: rotate(0);
}
.hellochild-button--inverted > .elementor-button {
  background-color: #ffffff;
  color: #038478;
}
.hellochild-button--inverted > .elementor-button .elementor-button-icon {
  background-color: #038478;
}
.hellochild-button--inverted > .elementor-button .elementor-button-icon svg {
  fill: #ffffff;
}
.hellochild-button--inverted > .elementor-button:visited {
  color: #038478;
}
.hellochild-button--inverted > .elementor-button:hover, .hellochild-button--inverted > .elementor-button:focus {
  background-color: #ffffff;
  color: #053215;
}
.hellochild-button--inverted > .elementor-button:hover .elementor-button-icon, .hellochild-button--inverted > .elementor-button:focus .elementor-button-icon {
  background-color: #053215;
}
.hellochild-button--inverted > .elementor-button:hover .elementor-button-icon svg, .hellochild-button--inverted > .elementor-button:focus .elementor-button-icon svg {
  fill: #ffffff;
}

.hellochild-timeline-dots-container .e-con-inner {
  position: relative;
}
.hellochild-timeline-dots-container .hellochild-timeline-dots-line {
  position: absolute;
  width: 2px;
  left: 7px;
  top: 6px;
  background-color: #9CADA5;
}
@media screen and (min-width: 768px) {
  .hellochild-timeline-dots-container.hellochild-timeline-dots-center .hellochild-timeline-dots-line {
    left: 50%;
    transform: translateX(-5px);
  }
}

.hellochild-bdt-prime-slider .bdt-prime-slider .bdt-title-tag {
  display: block !important;
  text-align: center;
}
.hellochild-bdt-prime-slider .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title {
  display: block !important;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.hellochild-bdt-prime-slider .bdt-slideshow-items {
  min-height: 80vh !important;
  aspect-ratio: unset !important;
}
@media (max-width: 1024px) {
  .hellochild-bdt-prime-slider .bdt-slideshow-items {
    min-height: 400px !important;
  }
}
@media (max-width: 767px) {
  .hellochild-bdt-prime-slider .bdt-slideshow-items {
    min-height: 300px !important;
  }
}

.elementor-image-box-title {
  margin-block-start: 0;
}

form.wpcf7-form label {
  display: block;
  margin-bottom: 24px;
}
form.wpcf7-form label > span:first-child {
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 1rem;
  font-weight: 500;
  color: #053215;
}
form.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
form.wpcf7-form .wpcf7-form-control-wrap input[type=text],
form.wpcf7-form .wpcf7-form-control-wrap input[type=email],
form.wpcf7-form .wpcf7-form-control-wrap input[type=tel],
form.wpcf7-form .wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 0.75em 1em;
  border: 1px solid transparent;
  background-color: #ececec;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
form.wpcf7-form .wpcf7-form-control-wrap input[type=text]:focus,
form.wpcf7-form .wpcf7-form-control-wrap input[type=email]:focus,
form.wpcf7-form .wpcf7-form-control-wrap input[type=tel]:focus,
form.wpcf7-form .wpcf7-form-control-wrap textarea:focus {
  border-color: #038478;
  outline: none;
}
form.wpcf7-form .wpcf7-form-control-wrap textarea {
  height: 150px;
  resize: vertical;
}
form.wpcf7-form .wpcf7-submit {
  background-color: #038478;
  color: #fff;
  padding: 0.75em 1.5em;
  border: none;
  border-radius: 24px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
form.wpcf7-form .wpcf7-submit:hover {
  background-color: #053215;
}

@keyframes hcfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body:not(.elementor-editor-active) .hellochild-collapsible__less-content {
  display: block;
  animation: hcfadeIn 0.4s ease-in;
}
body:not(.elementor-editor-active) .hellochild-collapsible__more-content {
  display: none;
  animation: hcfadeIn 0.4s ease-in;
}
body:not(.elementor-editor-active) .hellochild-collapsible__less-button {
  display: none;
}
body:not(.elementor-editor-active) .hellochild-collapsible__more-button {
  display: block;
}
body:not(.elementor-editor-active) .hellochild-collapsible--more .hellochild-collapsible__less-content {
  display: none;
}
body:not(.elementor-editor-active) .hellochild-collapsible--more .hellochild-collapsible__more-content {
  display: block;
}
body:not(.elementor-editor-active) .hellochild-collapsible--more .hellochild-collapsible__less-button {
  display: block;
}
body:not(.elementor-editor-active) .hellochild-collapsible--more .hellochild-collapsible__more-button {
  display: none;
}
