/*
Theme Name: Hello Blocks Child
Theme URI: https://example.com/hello-blocks-child/
Author: Your Name
Author URI: https://example.com/
Description: A child theme for the Hello Blocks theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: hello-blocks
Text Domain: hello-blocks-child
*/
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
/* A Modern CSS Reset */

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  font-family: Helvetica, sans-serif;
}

p {
  line-height: 1.3;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

a {
  color: #b99731 !important;
  text-decoration: none;
}
a:hover {
  color: #b99731 !important;
  text-decoration: underline;
}
.wp-block-list {
  margin-top: 2px;
  margin-bottom: 2px;
}
ul.wp-block-navigation a {
  color: #ffffff !important;
  text-decoration: none;
}
ul.wp-block-navigation a:hover {
  color: #b99731 !important;
  text-decoration: underline;
}
:root :where(.is-layout-flow) > *,
:where(.wp-site-blocks) > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.wp-block-navigation__responsive-container-open {
  color: #ffffff;
}
.wp-block-navigation__responsive-container-open svg {
  color: #ffffff;
  height: 50px;
  width: 50px;
}

.is-menu-open .wp-block-navigation__responsive-container-close * {
  color: #000000 !important;
}
.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation * {
  color: #000000 !important;
  text-align: left;
}

.wp-site-blocks {
  padding-top: 0;
  padding-bottom: 0;
}
.whitespace-nowrap {
  whitespace: nowrap;
}
.text-center {
  text-align: center;
}
.font-semibold {
  font-weight: 600;
}
.font-bold: {
  font-weight: 700;
}

.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.gap-4 {
  gap: 1rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 0.75rem !important;
}
.p-4 {
  padding: 1em !important;
}
.p-3 {
  padding: 0.75em !important;
}
.p-2 {
  padding: 0.5em !important;
}
.p-1 {
  padding: 0.25em !important;
}
.w-full {
  width: 100%;
}
.w-half {
  width: 50%;
}
.w-third {
  width: 33.333%;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mr-4 {
  margin-right: 1rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.ml-4 {
  margin-left: 1rem !important;
}

.flex-1 {
  flex: 1;
}

.hide-on-screen {
  display: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-zentha-outline,
.btn-zentha-danger,
.btn-zentha {
  background: #b99731;
  border: 1px solid #b99731;
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
  margin: 5px 0;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}

a.btn-zentha {
  color: #fff !important;
  text-decoration: none !important;
}

.btn-zentha-outline {
  border-color: #b99731;
  background: #fff;
  color: #b99731;
}

.btn-zentha:hover {
  background: #e8a824;
  border-color: #e8a824;
}

.btn-zentha-outline:hover {
  background: #b99731 !important;
  border-color #b99731 !important;
  color: #fff !important;
}

.btn-zentha-danger:hover {
  background: #bf8080 !important;
  border-color  #bf8080 !important;
  color: #fff;
}

@media print {
  .hide-on-screen {
    display: flex !important;
  }
  .no-print,
  .no-print * {
    display: none !important;
  }
  @page {
    margin: 0 !important; /* Remove default margin */
  }
  body {
    margin: 1cm 1.6cm !important; /* Add custom margin */
  }
}

h1,
h2,
h3 {
  font-family: Helvetica, sans-serif;
}

.lora-font {
  font-family: Helvetica, sans-serif;
}

.page-id-47 .page-header,
.page-id-42 .page-header,
.page-id-339 .page-header {
  display: none !important;
}

.spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  vertical-align: middle;
  margin-right: 8px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.elementor-element-79d3368 .elementor-container .elementor-column {
  width: 33%;
}

/**Support Form**/
.input-wrap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.input-group {
  margin-bottom: 10px;
}

.input-group label {
  color: #54595f;
  padding-bottom: 5px;
  font-size: 15px;
}

.input-group .wpcf7-not-valid-tip {
  font-size: 12px;
}

.form-control {
  background-color: #ebebeb;
  color: #111;
  border-color: #d4d4d4 !important;
}

.btn-group {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}

.btn-group input {
  background-color: #001f33;
  border-color: #001f33 !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 6px;
  padding-left: 60px;
  padding-right: 60px;
}

.btn-group input:hover,
.btn-group input:focus,
.btn-group input:active {
  background-color: #001f33;
  border-color: #001f33 !important;
}

.btn-group .wpcf7-spinner {
  display: block;
}

input#mm-login-button {
  width: 100%;
  box-shadow: unset;
  border-color: #b99731;
  color: #000;
  background: #b99731;
  font-weight: bold;
}

a.mm-forgot-password {
  color: #b99731;
}

/**End Support Form**/

/* START -- TEMPLATE HD CERT SALES PAGE */

.hdcert-section.hero-section {
  background: url('https://zentha.com/wp-content/uploads/2024/11/Sharon01.jpg');
  background-position: left;
  background-repeat: no-repeat;
  background-color: #000;
}

div.heropad {
  padding: 3rem 1rem !important;
}

.hero-author h3 {
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 25px;
}

.hero-author h4 {
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 17px;
}

.hero-section h1 {
  color: #b99831;
  font-size: 35px;
  margin-bottom: 1rem;
}

.hero-section p {
  font-size: 21px;
  color: #fff;
  margin-bottom: 1rem;
}

.get-started-heading {
  background: #cbb583;
  margin: 0 0 1rem;
}

.get-started-heading h3 {
  color: #fff;
  font-size: 27px;
}

.get-started-heading h2 {
  text-decoration: underline;
  font-size: 34px;
}

ul.check-list {
  list-style: none;
  padding: 0;
}

ul.check-list li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  background: url('https://zentha.com/wp-content/uploads/2018/05/check-gold.png');
  background-size: 15px 15px;
  background-repeat: no-repeat;
  padding-left: 30px;
}

ul.check-list li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

ul.black-arrow li {
  background: url('https://zentha.com/wp-content/uploads/2024/11/Layer-7-copy-3.png');
  padding-left: 0px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  width: 450px;
  margin: 0 auto;
}
.section-holding-back {
  background-image: url('https://zentha.com/wp-content/uploads/2024/11/guy-banner-img.png');
  background-size: cover;
  background-position: right;
  padding: 60px 0;
  color: #333;
}

.heading-holding-back {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.card-container-holding-back {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.card-holding-back {
  max-width: 250px;
  padding: 20px;
  border: 1px solid #e0c68c;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #f9f5e7;
  border-radius: 5px;
}

.card-holding-back p {
  font-size: 0.95rem;
}

.hdhero2 {
  padding: 150px 0 150px 45%;
  background-image: url('https://zentha.com/wp-content/uploads/2024/12/sharonheader.jpg');
  background-size: cover;
  background-position: center top;
}

.hero-content {
  max-width: 900px;
  padding: 30px;
  border-radius: 8px;
}

.hero-content h1,
.hero-content h2,
.hero-content h3,
.hero-content h4 {
  text-align: center;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: bold;
}
.hero-content h2 {
  font-size: 2rem;
}
.hero-content h3 {
  font-size: 1.5rem;
}
.hero-content h4 {
  font-size: 1.2rem;
}

.section-about-me {
  background-image: url('https://zentha.com/wp-content/uploads/2024/11/Sharon02.jpg');
  background-size: cover;
  background-position: left;
  padding: 30px 0;
  color: #333;
  display: flex;
  align-items: center;
}

.about-content {
  max-width: 900px;
  /* Light overlay for text readability */
  padding: 30px;
  border-radius: 8px;
}

.heading-about-me {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.subheading-about-me {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 20px;
  font-style: italic;
}

.about-text {
  font-size: 18px;
  line-height: 1.3em;
}

.about-text strong {
  font-weight: bold;
}

.about-text .highlight {
  font-weight: bold;
  font-size: 1.1rem;
}

.certification-section {
  text-align: center;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.certification-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #b19b51;
  margin-top: 20px;
  margin-bottom: 10px;
}

.certification-subtitle {
  font-size: 1.1rem;
  color: #333;
  font-weight: 500;
}

.certification-description {
  font-size: 1rem;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 1.3em;
}

.certification-img-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.certification-img-container img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.certification-img-container .img-large {
  max-width: 600px;
}

#discover-how-to {
  background-color: #f0e5ca;
  font-family: Helvetica, sans-serif;
  /* Sets Lora as the default font for the section */
}

#discover-how-to .title-text {
  font-family: 'Helvetica', serif;
  /* Overrides to use Helvetica for the title */
  font-size: 1.8rem;
  color: #c8a95e;
  font-weight: 700;
  text-transform: uppercase;
}

#discover-how-to .arrow-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

#discover-how-to ul li span {
  color: #333;
  font-size: 1rem;
  line-height: 1.3em;
  text-align: left;
}

#certification-info {
  background-color: #1a1714;
  /* Dark background color */
  color: #ffffff;
  /* Default text color */
}

#certification-info .highlight-box {
  border: 1px solid #c8a95e;
  /* Gold border color */
  padding: 20px;
  max-width: 800px;
  /* Limit width for better readability */
}

.highlight-text {
  color: #c8a95e;
  /* Gold color for highlighted text */
  font-weight: bold;
  font-family: 'Helvetica', serif;
  /* Apply Helvetica font for the highlighted text */
}

#certification-info p {
  font-family: Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.3em;
}

#no-worries {
  background-color: #c2a366;
  /* Background color to match the image */
  color: #1a1714;
  /* Dark text color */
}

#no-worries .title-text {
  font-family: 'Helvetica', serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

#no-worries .subtitle-text {
  font-family: 'Helvetica', serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3em;
}

#no-worries .arrow-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

#no-worries ul li span {
  font-family: Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}

#how-is-different {
  background-color: #f0e5ca;
}

#how-is-different .image-container {
  position: relative;
  overflow: hidden;
}

#how-is-different .image-container img {
  filter: grayscale(100%);
  /* Converts image to grayscale */
  width: 100%;
  height: auto;
}

#how-is-different .text-content h2 {
  font-family: 'Helvetica', serif;
  font-size: 1.8rem;
  color: #1a1714;
}

#how-is-different .highlight {
  color: #c8a95e;
  /* Gold color for the highlighted "ZENTHA" text */
}

#how-is-different .text-content h4 {
  color: #c8a95e;
  font-weight: bold;
  margin-top: 1.5rem;
}

#how-is-different .benefits-list {
  font-family: Helvetica, sans-serif;
  color: #333;
  margin-top: 1rem;
}

#how-is-different .check-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

#how-is-different .highlighted-heading {
  color: #c8a95e;
  font-family: 'Helvetica', serif;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 2rem;
}

#how-is-different {
  background: url('https://zentha.com/wp-content/uploads/2024/11/Sharon03.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pricing-packages {
  background-image: url('https://zentha.com/wp-content/uploads/2024/11/pricing-img01.png');
  background-size: cover;
  background-position: center;
  color: #1a1714;
}

#human-design-pricing-2 {
  background-image: url('https://zentha.com/wp-content/uploads/2024/11/pricing-img02.png') !important;
}

#human-design-pricing-3 {
  background-image: url('https://zentha.com/wp-content/uploads/2024/11/pricing-img03.png') !important;
}

.pricing-packages h2 {
  font-family: 'Helvetica', serif;
  color: #1a1714;
  font-size: 1.8rem;
}

.pricing-packages .highlight {
  color: #c8a95e;
  /* Gold color for "HUMAN DESIGN" text */
}

.pricing-packages .card {
  border: none;
  border-radius: 8px;
  background-color: #ffffff;
}

.pricing-packages .card-header {
  background-color: #c8a95e;
  /* Gold color */
  font-family: Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.pricing-packages .original-price {
  font-size: 1.2rem;
  color: #000;
  text-decoration: line-through;
  display: block;
  margin-bottom: 5px;
}

.pricing-packages .discounted-price {
  font-size: 2rem;
  color: #c8a95e;
  font-weight: bold;
}

.pricing-packages .check-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: 5px;
}

.pricing-packages .btn-gold {
  background-color: #c8a95e;
  color: #000;
  font-family: Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
}

.pricing-packages .btn-gold:hover {
  background-color: #b08e4e;
  color: #fff;
}

.package-feature-list li {
  display: flex;
}

.features-list-section h2 {
  font-family: 'Helvetica', serif;
  font-size: 1.8rem;
  color: #ffffff;
}

.features-list-section .highlight {
  color: #c8a95e;
  /* Gold color for "HD CERTIFICATION" */
}

.features-list-section .content-image {
  border: 2px solid #c8a95e;
  /* Gold border around images */
  width: 200px;
  /* Consistent size for images */
  height: 200px;
  object-fit: cover;
  /* Ensures images maintain aspect ratio */
}

.features-list-section .content-title {
  font-family: 'Helvetica', serif;
  font-size: 1.3rem;
  color: #c8a95e;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.features-list-section p {
  font-family: Helvetica, sans-serif;
  font-size: 1rem;
  color: #333;
  line-height: 1.3em;
}

section.features-list-section ul li {
  font-size: 16px !important;
  color: #333 !important;
}

#human-design-reviews {
  background-color: #c2a366;
  /* Background color for the section */
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#human-design-reviews .reviews-title {
  font-family: 'Helvetica', serif;
  font-size: 1.8rem;
  color: #1a1714;
}

#human-design-reviews .review-card {
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Helvetica, sans-serif;
  color: #333;
}

#human-design-reviews .review-card p {
  font-size: 1rem;
  line-height: 1.3em;
  margin-bottom: 1rem;
}

.review-card p {
  font-style: italic;
  text-align: left;
}

#human-design-reviews .review-author {
  font-size: 1rem;
  color: #1a1714;
  font-weight: bold;
  margin-top: 1.5rem;
  text-align: center;
  font-style: normal;
}

#human-design-banner {
  background-image: url('https://zentha.com/wp-content/uploads/2024/11/Sharon04.jpg');
  background-size: cover;
  background-position: center;
  padding: 1.5rem 0;
  color: #ffffff;
}

#human-design-banner .banner-image img {
  max-height: 150px;
  /* Control image height */
  object-fit: cover;
  border-radius: 8px;
  /* Optional rounded corners */
}

#human-design-banner .banner-text {
  font-family: 'Helvetica', serif;
  font-size: 1.5rem;
  color: #ffffff;
  text-align: left;
}

#human-design-banner .highlight {
  color: #c8a95e;
  /* Gold color for "HUMAN DESIGN" */
}

#weekly-sessions .accordion-button {
  background-color: #f9f9f9;
  font-family: 'Helvetica', serif;
  font-size: 32px;
  color: #c8a95e;
  font-weight: 700;
  border: none;
}

#weekly-sessions .accordion-button:focus {
  box-shadow: none;
}

#weekly-sessions .accordion-button:not(.collapsed) {
  background-color: #f0e5ca;
}

#weekly-sessions .accordion-body {
  background-color: #e6e6db;
  font-family: Helvetica, sans-serif;
  color: #333;
  padding: 1rem 1.5rem;
}

#weekly-sessions .week-title {
  color: #c8a95e;
  font-weight: 700;
}

#weekly-sessions .accordion-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

#weekly-sessions .accordion-button.collapsed .accordion-icon {
  transform: rotate(0deg);
}

#weekly-sessions .accordion-button:not(.collapsed) .accordion-icon {
  transform: rotate(180deg);
}

#certification-info-banner {
  background: url('https://zentha.com/wp-content/uploads/2024/11/Sharon05.jpg');
  padding: 10rem 0;
  color: #ffffff;
  background-repeat: no-repeat;
}

#certification-info-banner .banner-text {
  max-width: 600px;
  /* Limits text width for readability */
  color: #ffffff;
  font-family: Helvetica, sans-serif;
}

#certification-info-banner h2 {
  font-family: 'Helvetica', serif;
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 1rem;
}

#certification-info-banner .highlight {
  color: #c8a95e;
  /* Gold color for highlighted text */
}

#certification-info-banner ul li {
  font-size: 1rem;
  line-height: 1.3em;
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  color: #ffffff;
}

#certification-info-banner .bullet-point {
  width: 10px;
  height: 10px;
  background-color: #c8a95e;
  /* Gold bullet point color */
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}

#not-for-you {
  background-color: #ffffff;
  /* White background */
  color: #333;
  /* Dark text color */
}

#not-for-you h2 {
  font-family: 'Helvetica', serif !important;
  font-size: 1.8rem;
  color: #333;
  font-weight: 700;
}

#not-for-you .highlight {
  color: #c8a95e;
  /* Gold color for highlighted text */
}

#not-for-you ul li {
  font-family: Helvetica, sans-serif;
  font-size: 1rem;
  color: #333;
  display: flex;
  align-items: center;
}

#not-for-you .bullet-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  flex-shrink: 0;
}

#faq-section {
  background-color: #c2a366;
  /* Beige background */
  color: #ffffff;
}

#faq-section .faq-title {
  font-family: 'Helvetica', serif;
  font-size: 1.8rem;
  color: #333;
  text-transform: uppercase;
}

#faq-section .accordion-item {
  background-color: #1a1714;
  /* Dark background for each item */
  border: none;
}

#faq-section .accordion-button {
  background-color: #1a1714;
  color: #ffffff;
  font-family: Helvetica, sans-serif;
  font-size: 1.1rem;
  border: none;
  padding: 1rem;
  position: relative;
}

#faq-section .accordion-button::after {
  content: url('https://zentha.com/wp-content/uploads/2024/11/Shape-1.png');
  position: absolute;
  right: 1rem;
  transition: transform 0.3s ease;
  width: 16px;
  height: 16px;
}

#faq-section .accordion-button:not(.collapsed)::after {
  content: url('https://zentha.com/wp-content/uploads/2024/11/Shape-1.png');
  transform: rotate(180deg);
  transform-origin: center;
}

#faq-section .accordion-button:not(.collapsed) {
  color: #c8a95e;
  /* Gold text color when expanded */
}

#faq-section .accordion-button:focus {
  box-shadow: none;
}

#faq-section .accordion-body {
  background-color: #ffffff;
  color: #333;
  font-family: Helvetica, sans-serif;
  padding: 1rem;
  border-top: 3px solid #c8a95e;
  text-align: left !important;
  /* Gold border for the accordion body */
}

/* HD CERT SALES */

.hdhero-sale {
  height: 459px;
}

.sharon-photo {
  background-image: url('https://zentha.com/wp-content/uploads/2024/11/Sharon01.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 459px;
  width: 50%;
  float: left;
}

.sharon-hayes-presents {
  width: 50%;
  float: right;
  background-color: #000;
  padding: 100px;
  height: 459px;
  text-align: center;
}

.hero-presents {
  color: #fff;
  text-align: center;
}

.profile-name-h1 {
  font-size: 36px;
  color: #b99831;
}

.profile-name-h3 {
  font-size: 23px;
}

.profile-name-h4 {
  font-size: 15px;
}

.profile-name-p {
  font-size: 20px;
  color: #fff;
}

/* HD CERTIFICATION 1128 STYLES */

.hdcert-hero {
  background-image: url('https://zentha.com/wp-content/uploads/2024/11/header-bg-scaled.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 477px;
  font-family: Helvetica;
  margin-top: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-hero {
  width: 500px;
  margin: 0 auto;
  text-align: center;
}

.intro-hero {
  font-size: 20px;
  color: #fff;
}

.intro-sechero {
  font-size: 16px;
  color: #fff;
}

.hero-title {
  font-size: 50px;
  color: #b99831;
}

.hero-report-white {
  font-size: 45px;
  color: #fff;
}

.hero-text-sm {
  font-size: 18px;
  color: #fff;
}

.hero-text-bg {
  font-size: 20px;
  color: #fff;
}

.second-section {
  background-color: #cbb583;
  font-family: Helvetica;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  flex-direction: column;
}

.second-section-white {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.third-section {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.skip-registration a {
  font-size: 32px;
  color: #000;
  text-decoration: underline;
  font-weight: 700;
  text-align: center;
}

.content-section {
  max-width: 100%;
  margin: 0 auto;
  width: 900px;
  padding: 45px;
}

.text-after-content {
  background-color: #cbb583;
  padding: 45px;
  margin: 20px 0px;
  border-radius: 21px;
  font-size: 14px;
  font-style: italic;
}

.whatyoulldiscover {
  background-color: #eadbbe;
  padding: 45px;
  margin: 0 auto;
}

.discover-content {
  max-width: 100%;
  margin: 0 auto;
  width: 800px;
  padding: 45px;
}

h2.discover-title {
  color: #b99831;
  font-size: 38px;
  text-align: center;
  font-weight: 500;
}

ul.discover-list {
  width: 575px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 18px;
}

.discover-item {
  list-style: none;
  padding-left: 30px;
  background: url('https://zentha.com/wp-content/uploads/2024/11/Layer-4-copy-3.png')
    no-repeat left center;
  background-size: 15px 15px;
}

.testimonial-section {
  background-color: #fff;
  padding: 45px;
  margin: 0 auto;
  width: 900px;
  max-width: 100%;
}

.how-human-works {
  max-width: 100%;
  margin: 0 auto;
  background-color: #181510;
  padding: 45px;
}

h2.how-human-title {
  color: #b99831;
  font-size: 38px;
  text-align: center;
  font-weight: 500;
}

.how-human-content {
  max-width: 100%;
  margin: 0 auto;
  width: 900px;
  padding: 45px;
  font-size: 1rem;
}

.how-human-content p {
  color: #fff;
  font-size: 1rem;
}

.text-after-how {
  background-color: #cbb583;
  padding: 45px;
  margin: 20px 0px;
  border-radius: 21px;
  font-size: 14px;
  font-style: italic;
  width: 800px;
  margin: auto;
}

.who-am-i {
  max-width: 100%;
  margin: 0 auto;
  background-color: #cbb583;
  padding: 45px;
}

.who-am-i-content {
  max-width: 100%;
  margin: 0 auto;
  width: 900px;
  padding: 45px;
  font-size: 1rem;
}

.who-am-i-title {
  color: #000;
  font-size: 38px;
  text-align: center;
  font-weight: 500;
}
.who-am-i-profile {
  display: inline-table;
  width: 100%;
}

.who-am-i-photo {
  float: left;
  width: 45%;
}

.who-am-i-content-profile {
  font-size: 1em;
  width: 49%;
  float: right;
}

.personalized-section {
  max-width: 100%;
  margin: 0 auto;
  background-image: url('https://zentha.com/wp-content/uploads/2024/11/Layer-54-copy.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px;
}

.personalized-content {
  max-width: 100%;
  margin: 0 auto;
  width: 900px;
  padding: 45px;
  font-size: 1rem;
}

.personalized-title {
  color: #000;
  font-size: 38px;
  text-align: center;
  font-weight: 500;
}

.goldtxt {
  color: #b99831;
}
.personalized-col {
  display: flex;
  width: 940px;
  margin: 0 auto;
}

.personalized-col-one {
  float: left;
  width: 45%;
}

.personalized-col-two {
  font-size: 1em;
  width: 49%;
  float: right;
}

.personalized-box {
  width: 400px;
  border-top: #b99731 20px solid;
  border-radius: 20px;
  background-color: #fff;
  padding: 50px;
  text-align: center;
  vertical-align: middle;
  height: 270px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.accord {
  background-color: #e6e6db;
}

@media (min-width: 200px) and (max-width: 768px) {
  .removemobile {
    display: none;
  }

  ul.black-arrow li {
    padding-left: 30px;
  }

  .sharon-photo {
    width: 100%;
  }

  .skip-registration a {
    font-size: 20px;
  }

  .sharon-hayes-presents {
    width: 100%;
    padding: 20px;
  }

  .hdhero-sale {
    height: 459px;
    min-height: 918px;
  }

  .features-list-section .content-image {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }

  .d-flex {
    flex-direction: column;
  }
  #weekly-sessions .accordion-button {
    font-size: 14px;
  }

  .ms-2 {
    font-size: 12px !important;
  }

  .about-content {
    background-color: #000000c9;
  }
  .heading-about-me {
    color: #fff;
  }

  .subheading-about-me {
    color: #fff;
  }

  .about-text {
    color: #fff;
  }

  .flex-odd {
    flex-direction: column;
  }

  .flex-even {
    flex-direction: column-reverse;
  }

  .blackoverlay {
    background-color: #000000c9;
    padding: 50px;
  }
}

@media (min-width: 769px) and (max-width: 1300px) {
  .justify-content-end.blackoverlay {
    justify-content: center !important;
    background-color: #000000c9;
    padding: 50px;
  }

  .fullmob {
    width: 100% !important;
  }

  .sharon-photo {
    width: 100%;
  }

  .sharon-hayes-presents {
    width: 100%;
  }

  .hdhero-sale {
    height: 459px;
    min-height: 918px;
  }
  #weekly-sessions .accordion-button {
    font-size: 16px;
  }

  .ms-2 {
    font-size: 12px !important;
  }

  .about-content {
    background-color: #000000c9;
  }
  .heading-about-me {
    color: #fff;
  }

  .subheading-about-me {
    color: #fff;
  }

  .about-text {
    color: #fff;
  }
}

@media (min-width: 200px) and (max-width: 1300px) {
  .content-section {
    max-width: 100%;
    margin: 0 auto;
    width: 900px;
    padding: 30px;
  }

  #weekly-sessions .accordion-body {
    font-size: 15px;
  }

  .whatyoulldiscover {
    padding: 30px;
  }

  .discover-content {
    max-width: 100%;
    margin: 0 auto;
    width: 800px;
    padding: 30px;
  }

  .whatyoulldiscover {
    background-color: #eadbbe;
    padding: 30px;
    margin: 0 auto;
  }

  .testimonial-section {
    max-width: 100%;
    margin: 0 auto;
    width: 900px;
    padding: 30px;
  }

  .how-human-content {
    max-width: 100%;
    margin: 0 auto;
    width: 900px;
    padding: 30px;
  }

  .how-human-works {
    padding: 30px;
  }

  .text-after-how {
    padding: 30px;
    max-width: 100%;
  }

  .who-am-i {
    max-width: 100%;
    padding: 30px;
  }

  .who-am-i-content {
    max-width: 100%;
    padding: 10px;
  }

  .who-am-i-photo {
    width: 100%;
  }

  .who-am-i-photo img {
    width: 100%;
  }

  .who-am-i-content-profile {
    width: 100%;
    margin: 20px 0;
  }
}

@media (min-width: 200px) and (max-width: 1000px) {
  .hdhero2 {
    padding: 0;
    background-image: url('https://zentha.com/wp-content/uploads/2024/12/sharonheader.jpg');
    background-size: cover;
    background-position: center top;
  }

  .herodiv {
    background-color: #00000099;
    padding: 50px 0 50px 100px;
  }

  .hero-content h1,
  .hero-content h2,
  .hero-content h3,
  .hero-content h4 {
    color: #fff;
  }
}

@media (min-width: 200px) and (max-width: 768px) {
  .hdhero2 {
    background-position: left top;
  }
  .herodiv {
    padding: 30px 0;
  }
}

/* END -- TEMPLATE HD CERT SALES PAGE */

/* CHART CSS */
.bgec-topbar-details .bgec-topbar-inner {
  border-radius: 5px;
  padding: 11px 8px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.bgec-topbar-details .bgec-topbar-inner .bgec-topbar-left {
  font-size: 14px;
  font-family: Roboto;
  display: flex;
  align-items: center;
}

.bgec-topbar-details .bgec-topbar-inner .bgec-topbar-left .bgec-select-person {
  display: inline-block;
  vertical-align: middle;
}

.bgec-topbar-details
  .bgec-topbar-inner
  .bgec-topbar-left
  .bgec-select-person
  .bgec-select-wrapper {
  width: 250px;
}

.bgec-select-wrapper {
  position: relative;
  border-radius: 3px;
  border: solid 1px var(--bgec-border-color);
  background: var(--bgec-white-color);
}

.bgec-topbar-details
  .bgec-topbar-inner
  .bgec-topbar-left
  .bgec-select-person
  .bgec-select-wrapper
  select {
  width: 100%;
  padding: 7px 15px;
}

.bgec-topbar-details .bgec-topbar-inner .bgec-topbar-left select.bgec-select {
  font-size: 14px;
}

.bgec-select-wrapper .bgec-select {
  appearance: none;
  width: 100%;
  font-size: 16px;
  padding: 10px 15px;
  border: 0px;
  background: transparent;
  position: relative;
  z-index: 2;
  outline: none;
}

option {
  font-weight: normal;
  display: block;
  padding-block-start: 0px;
  padding-block-end: 1px;
  min-block-size: 1.2em;
  padding-inline: 2px;
  white-space: nowrap;
}

.bgec-icon-green-btn {
  color: var(--bgec-white-color);
  border: solid 1px var(--bgec-light-green-color);
  padding: 6px 10px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  background: var(--bgec-light-green-color);
  cursor: pointer;
  font-size: 14px;
  font-weight: var(--bgec-font-regular);
  line-height: 17px;
  font-family: var(--bgec-font-family);
  text-decoration: none;
  transition: 0.5s;
  min-height: 32px;
}

.bgec-icon-green-btn {
  color: var(--bgec-white-color);
  border: solid 1px var(--bgec-light-green-color);
  padding: 6px 10px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  background: var(--bgec-light-green-color);
  cursor: pointer;
  font-size: 14px;
  font-weight: var(--bgec-font-regular);
  line-height: 17px;
  font-family: var(--bgec-font-family);
  text-decoration: none;
  transition: 0.5s;
  min-height: 32px;
}

.bgec-icon-transparent-btn {
  background-color: rgb(140, 115, 44) !important;
}

.bgec-icon-transparent-btn {
  color: var(--bgec-secondary-color);
  border: solid 1px var(--bgec-button-border-color);
  padding: 6px 10px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: var(--bgec-font-regular);
  line-height: 17px;
  font-family: var(--bgec-font-family);
  text-decoration: none;
  transition: 0.5s;
  min-height: 32px;
}

.bgec-icon-transparent-btn svg {
  margin-right: 8px;
  display: inline-block;
  vertical-align: -3px;
}

.bgec-main-container {
  max-width: 1040px;
  margin: auto;
}

.bgec-chart-wrapper.bgec-chart-result-wrap.bgec-chart-portrait
  .bgec-chart-details {
  padding-right: 0px;
  max-width: 700px;
  margin: auto;
}
.bgec-chart-wrapper.bgec-chart-portrait .bgec-chart-details {
  max-width: 100%;
  flex: 1 1 100%;
}

.bgec-multiple-charts {
  max-width: 100%;
  margin: auto;
}
.bgec-multiple-charts {
  position: relative;
}

.main-wrapper * {
  padding: 0px;
  margin: 0px;
}

.bgec-multiple-charts ul {
  display: flex;
  flex-wrap: nowrap;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.bgec-chart-result-wrap .bgec-multiple-charts ul li {
  max-width: 70px;
  flex: 1 1 70px;
}

.bgec-features-list-item h3 {
  color: var(--bgec-black-color);
  font-size: 11px;
  font-weight: var(--bgec-font-medium);
  line-height: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: var(--bgec-font-family);
  text-align: center;
}

.bgec-features-list-item.purple-box .bgec-single-feature-item {
  padding: 4px 9px;
  position: relative;
}

.bgec-features-list-item.purple-box .bgec-single-feature-item {
  padding: 4px 9px;
  position: relative;
}

.bgec-features-list-item .bgec-single-feature-item {
  padding: 2px 6px 2px 0px;
  margin-bottom: 1px;
  overflow: hidden;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 2px;
  position: relative;
}

.bgec-chart-result-wrap .bgec-multiple-charts ul li:nth-child(2) {
  max-width: calc(100% - 140px);
  flex: 1 1 calc(100% - 140px);
  padding: 0px 10px;
}

.bgec-stats-boxes {
  max-width: 250px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto !important;
}
.bgec-left-boxes,
.bgec-left-boxes div span:not(.arrow-icon),
.bgec-left-boxes svg path,
.bgec-left-boxes svg path {
  fill: rgb(220, 203, 148) !important;
  color: rgb(220, 203, 148) !important;
}

.main-wrapper * {
  padding: 0px;
  margin: 0px;
}

.bgec-common-boxes {
  z-index: 1;
}

.bgec-left-boxes,
.bgec-left-boxes div span:not(.arrow-icon),
.bgec-left-boxes svg path,
.bgec-left-boxes svg path {
  fill: rgb(220, 203, 148) !important;
  color: rgb(220, 203, 148) !important;
}

.bgec-stats-boxes .bgec-common-boxes div svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-left: 15px;
  float: left;
  margin-top: 12px;
  width: initial;
  max-height: initial;
}

.bgec-left-boxes,
.bgec-left-boxes div span:not(.arrow-icon),
.bgec-left-boxes svg path,
.bgec-left-boxes svg path {
  fill: rgb(220, 203, 148) !important;
  color: rgb(220, 203, 148) !important;
}

.bgec-stats-boxes .bgec-common-boxes div span:not(.arrow-icon) {
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
  position: relative;
  top: 5px;
  color: var(--bgec-theme-color);
  font-family: var(--bgec-font-family);
  font-weight: 500;
  text-align: center;
}

.bgec-left-boxes,
.bgec-left-boxes div span:not(.arrow-icon),
.bgec-left-boxes svg path,
.bgec-left-boxes svg path {
  fill: rgb(220, 203, 148) !important;
  color: rgb(220, 203, 148) !important;
}
.bgec-stats-boxes .bgec-common-boxes div span sub {
  font-size: 13px;
  display: inline-block;
  font-weight: var(--bgec-font-medium);
  line-height: 15px;
  position: absolute;
  color: inherit;
  font-family: var(--bgec-font-family);
  border-radius: 50%;
  padding: 0px;
  right: -6px;
  bottom: -7px;
}

.bgec-features-list-item.bgec-reverse-details
  .bgec-single-feature-item
  .bgec-arrow-icon {
  position: absolute;
  right: inherit;
  left: 3px;
  margin-left: 0px;
}

.bgec-features-list-item .bgec-single-feature-item i {
  position: relative;
  top: 0px;
  margin-left: 5px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 2px;
  height: 100%;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.bgec-features-list-item .bgec-single-feature-item p {
  font-family: var(--bgec-font-family);
  display: inline-block;
  vertical-align: middle;
  padding-left: 6px;
  position: relative;
  top: 0px;
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
  margin: 0px;
}

.bgec-chart-result-wrap
  .bgec-features-list-item.bgec-reverse-details
  .bgec-single-feature-item
  svg {
  fill: rgb(255, 255, 255) !important;
  color: rgb(255, 255, 255) !important;
}

.bgec-single-feature-item svg {
  width: 12px;
}

.bgec-chart-result-wrap
  .bgec-features-list-item.bgec-reverse-details
  .bgec-single-feature-item {
  background: rgb(140, 115, 44) !important;
  color: rgb(255, 255, 255) !important;
}

.bgec-chart-result-wrap
  .bgec-features-list-item.bgec-reverse-details
  .bgec-single-feature-item {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.bgec-chart-result-wrap .bgec-features-list-item .bgec-single-feature-item {
  padding: 4px 7px;
  background: rgb(220, 203, 148) !important;
}
.bgec-features-list-item.golden-box .bgec-single-feature-item {
  padding: 4px 7px;
  -webkit-box-pack: end;
  justify-content: flex-end;
  position: relative;
}

.bgec-features-list-item.golden-box .bgec-single-feature-item span {
  line-height: inherit;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0px;
  text-align: center;
}

.bgec-features-list-item .bgec-single-feature-item span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0px;
  text-align: center;
}

.bgec-features-list-item .bgec-single-feature-item span {
  color: var(--bgec-black-color);
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  font-weight: 800;
  border-radius: 50%;
  margin: auto;
  text-align: center;
  line-height: 24px;
}

.bgec-properties-chart-inner ul {
  padding: 0px;
  margin: 0px;
}

.bgec-properties-chart-inner ul {
  padding: 0px;
  margin: 0px;
}

.bgec-properties-chart-inner ul li {
  margin-bottom: 1px;
  list-style: none;
}

.bgec-property-single-item {
  display: flex;
  flex-wrap: nowrap;
}

.bgec-chart-wrapper.bgec-chart-result-wrap
  .bgec-property-single-item
  .bgec-property-label {
  max-width: 150px;
  flex: 1 1 150px;
}

.bgec-property-single-item .bgec-property-label {
  border-right: solid 1px var(--bgec-white-color);
  padding: 8px 10px;
  max-width: 210px;
  flex: 1 1 210px;
  background: rgb(244, 244, 244);
}

.bgec-property-single-item .bgec-property-label h3 {
  color: var(--bgec-theme-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin: 0px;
}

.bgec-chart-wrapper.bgec-chart-result-wrap
  .bgec-property-single-item
  .bgec-property-content {
  max-width: calc(100% - 150px);
  flex: 1 1 calc(100% - 150px);
}

.bgec-property-single-item .bgec-property-content {
  border-left: 0px;
  padding: 8px 15px;
  position: relative;
  max-width: calc(100% - 210px);
  flex: 1 1 calc(100% - 210px);
  overflow-wrap: break-word;
}

.bgec-property-single-item .bgec-property-content p {
  color: var(--bgec-theme-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding-right: 20px;
  margin: 0px;
}

.bgec-property-single-item .bgec-property-content .bgec-action-property {
  position: absolute;
  right: 7px;
  top: 6px;
}
.bgec-action-topbar a {
  margin: 5px;
}

body .gform_wrapper .gform_footer input[type='submit'],
#gform_submit_button_10,
[type='button']:focus,
[type='button']:hover,
[type='submit']:focus,
[type='submit']:hover {
  color: #1c1919 !important;
  background-color: #cab36b !important;
  text-decoration: none;
}

input[type='file'] {
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}

#gform_wrapper_10 .gform_page_footer .gform_previous_button {
  display: none !important;
}

.hd-user-credits {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: row !important;
}


#gform_fields_14 {row-gap: 1em;}
#gform_fields_14 input[type="text"],
#gform_fields_14 input[type="email"],
#gform_fields_14 textarea{
  color: #0f0e04;
  font-size: 18px;
  font-weight: 500;
}

#gform_submit_button_14 {
font-size: 1.5rem;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.ac ul li.current-page-item a {
  font-weight: 700 !important;
  color: #000 !important;
}
