/*------------------------------------------------------------------
Project: The Hormone Program | Sage Naturopathic Clinic
Version: 1.0
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

/*[ General ] */
.herobanner .heading img html {
  height: 100%;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #666666;
  background-color: #fff;
  min-height: 100%;
  overflow-x: hidden;
  letter-spacing: 0%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  margin-top: 0;
  font-weight: 500;
}

h1,
.h1 {
  font-size: 3.5rem;
}

h2,
.h2 {
  font-size: 40px;
  line-height: 3.375rem;
  font-weight: 600;
}

h3,
.h3 {
  font-size: 2.5rem;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 2rem;
  font-weight: 500;
}

h5,
.h5 {
  font-size: 1.225rem;
}

h6,
.h6 {
  font-size: 0.75rem;
}

a {
  color: #009fd1;
}

a:hover {
  color: #8dc63f;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

hr {
  border-top: 1px solid #dee2e6;
}

dl,
ol,
ul {
  margin-left: 0;
  padding: 0;
  list-style: none;
}

input,
button,
a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

input,
input:focus,
button,
button:focus {
  outline: none;
}

input[type="file"] {
  height: auto;
}

input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.form-control {
  resize: vertical;
}

label.col-form-label {
  font-weight: 600;
  line-height: 1.2;
}
.container {
  max-width: 1290px;
}
section {
  padding: 4rem 0;
}

body::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb,
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #acacac;
}

img {
  height: auto;
  max-width: 100%;
}

.main-wrapper {
  overflow: hidden;
}
.bg-beige {
  background-color: #e3dfbe;
}
/*[ Brand Color ]*/
.text-light-gold,
.text-light-gold a {
  color: #e3dfbe;
}

.text-light-gold a {
  text-decoration: none;
  border-bottom: 2px solid #e3dfbe;
}

.text-light-gold a:hover {
  color: #fff;
  border-color: #fff;
}

.bg-light-gold {
  background-color: #e3debe !important;
}

.bg-light {
  background-color: #f7f7f7 !important;
}

.text-green {
  color: #1c562a;
}
.text-brown {
  color: #9f7a43;
}

/*[ Button Classes ]*/
.btn {
  border-color: transparent;
  outline: none;
  border-radius: 0;
  padding: 0.8rem 1.5rem;
  font-size: 0.75rem;
  position: relative;
  color: #fff;
  background-color: #404a58;
  font-weight: bold;
}

.btn.btn-md {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0.675rem 1.5rem;
}

.btn.btn-lg {
  padding: 20px 41px;
  background-color: transparent;
  border: 1px solid #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.btn-green.btn {
  background-color: #1c562a;
  color: #fff;
  border: 1px solid #1c562a;
}
.btn-brown.btn {
  background-color: #9f7a43;
  color: #fff;
  border: 1px solid #9f7a43;
}
.btn-transparent.btn {
  background-color: #9f7a4300;
  color: #fff;
  border: 1px solid #ffffff;
}

.btn-white {
  background-color: #fff;
  color: #080808;
  border: 1px solid #fff;
}

.btn-green:hover,
.btn-white:hover,
.btn-transparent:hover {
  background-color: #9f7a43;
  color: #fff;
  border-color: #9f7a43;
}
.btn-brown:hover {
  background-color: #1c562a;
  color: #fff;
  border: 1px solid #1c562a;
}
/*[ Helper Classes ]*/
.ltr-spacing-1 {
  letter-spacing: 1px;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

.form-control {
  border-color: #e3e3e3;
  box-shadow: none;
  font-size: 0.875rem;
  height: 40px;
  border-radius: 2px;
}

.form-control-sm {
  height: 32px;
}

.iconify {
  font-size: 1rem;
}

.section-title {
  margin-bottom: 1rem;
}

.section-title h2 {
  line-height: 1.1;
  position: relative;
}

.section-title .smallheading {
  position: relative;
  font-weight: 600;
}

.section-title .smallheading span {
  padding-right: 1.5rem;
}

.section-title .smallheading:after {
  content: "";
  width: 100%;
  max-width: 150px;
  height: 1px;
  background-color: #ed1c24;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

.entry-content ul,
.entry-content ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 40px;
}

.entry-content ul {
  list-style: disc;
}

.entry-content ol {
  list-style: decimal;
}

.entry-content ul li,
.entry-content ol li {
  margin-bottom: 0.8rem;
}

.entry-content ul.inline-list li,
.entry-content ol.inline-list li {
  float: left;
  margin-right: 3rem;
}

.entry-content ul.lg-text li,
.entry-content ol.lg-text li {
  font-size: 1.2rem;
  font-weight: 600;
  color: #444444;
}

.overlay {
  position: relative;
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.overlay.green-overlay:before {
  background-color: rgba(28, 86, 42, 0.8);
}

.bannerbg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

/*[ Header ]*/
.header {
  transition: all 0.5s;
  background-color: transparent;
  position: relative;
  min-height: 75px;
  position: fixed;
  z-index: 999;
  width: 100%;
  visibility: visible;
  opacity: 1;
  padding-block: 15px;
  transition: 0.25s;
}

.header.sticky-header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  /*top:-75px;*/
  left: 0;
  right: 0;
  transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
  min-height: 75px;
  box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  visibility: visible;
  opacity: 1;
}

body.down .header.sticky-header {
  top: 0;
  background: #fff;
  animation: 0.4s;
  min-height: 68px;
}

body.down {
  padding-top: 0;
}

#header .logo img {
  padding: 0;
  margin: 5px 0;
  width: 100%;
  height: 60px;
  object-fit: cover;
  transition: all 0.5s;
  filter: brightness(0) invert(1);
}
#header.sticky-header .logo img {
  filter: brightness(1) invert(0);
}
#header.sticky-header .logo img {
  height: 60px;
  transition: 0.4s;
}
#header .navbar .nav-item a {
  color: #fff;
  font-weight: 400;
  padding-inline: 2rem;
}
#header.sticky-header .navbar .nav-item a {
  color: #666666;
}

#header .offcanvas-collapse {
  position: fixed;
  top: 100px;
  bottom: 0;
  width: 100%;
  padding: 3rem;
  /* padding-left: 1rem; */
  overflow-y: auto;
  background-color: #fdfdfa;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
#header .offcanvas-collapse.open {
  -webkit-transform: translateX(0rem);
  transform: translateX(0rem);
  right: 0;
}
#header .offcanvas-collapse.open .nav-link {
  /*font-size: 30px;*/
  color: #666666;
}
#header .bookbtn a {
  font-size: 17px;
}
#header .offcanvas-collapse.open .bookbtn a {
  /*font-size: 30px;*/
}
/*#header .bookbtn {*/
/*  display: none;*/
/*}*/
#header.sticky-header .bookbtn {
  display: block;
}
.heading-h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 2.6rem;
  letter-spacing: 0%;
}
.heading-h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 4rem;
  letter-spacing: 0%;
}
.heading-h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 80px;
  line-height: 90px;
  letter-spacing: 0%;
}
.hero-text .heading-h2,
.hero-text .heading-h1,
.hero-text .heading-h4 {
  text-shadow: 0 4px 4px #0000001a;
}

/*Hero Banner*/
.herobanner {
  width: 100%;
  height: 768px;
  /*height: 100vh;
  min-height: 768px;*/
  background-image: url(../images/herobanner-bg.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  align-content: center;
}

.herobanner .heading img {
  width: 100%;
  /*max-width: 900px;*/
}

.hero-text {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: start;
}

.hero-text .tagline {
  max-width: 950px;
}

/*Content*/
/* .intro-text {
  background-image: url(../images/introtext-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
} */

.intro-text p {
  font-size: 18px;
}

ul.points {
  border-left: 2px solid #e3dfbe;
  padding-left: 3rem;
}

ul.points li {
  margin: 1.2rem 0;
  position: relative;
}

ul.points.checker li {
  padding-left: 3.3rem;
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

ul.points.checker li:before {
  content: "";
  background: url("../images/check-vector.png");
  position: absolute;
  left: 0;
  top: 10px;
  width: 31px;
  height: 26px;
  background-size: contain;
}
.howitworks-text .text p {
  font-size: 18px;
}
.howitworks-blocks .single-block {
  padding: 2rem 0;
}

.howitworks-blocks .single-block .block {
  text-align: right;
}

.howitworks-blocks .single-block:nth-child(even) .block {
  text-align: left;
}

.howitworks-blocks .single-block:nth-child(even) .block:first-child {
  order: 2;
}
.howitworks-text .img img {
  max-height: 820px;
  width: 100%;
  object-fit: cover;
}
/* .howitworks-blocks .single-block .block .img {
  position: relative;
  padding: 2.5rem 0 0 2.5rem;
  text-align: left;
}

.howitworks-blocks .single-block:nth-child(even) .block .img {
  padding: 2.5rem 2.5rem 0 0;
  text-align: right;
}

.howitworks-blocks .single-block .block .img:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border: 2px solid #e3dfbe;
  border-radius: 5px;
  left: 0;
  top: 0;
  z-index: -1;
}

.howitworks-blocks .single-block:nth-child(even) .block .img:before {
  right: 0;
  left: auto;
} */

.components-blocks .single-block {
  text-align: center;
  height: 100%;
}

.components-blocks .single-block h4 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  line-height: 2rem;
  letter-spacing: 0%;
  text-align: center;
  color: #9f7a43;
  padding-top: 40px;
}
.components-blocks .single-block p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5rem;
  letter-spacing: 0%;
  text-align: center;
  color: #9f7a43;
}
.components-blocks .single-block .number {
  font-family: Poppins;
  font-weight: 600;
  font-size: 128px;
  width: 100%;
  line-height: 5.6rem;
  text-align: center;
  color: #9f7a43;
  background: #020024;
  background: linear-gradient(
    180deg,
    rgba(2, 0, 36, 0) 90%,
    rgb(0 0 0 / 7%) 100%
  );
  display: block;
}

.components-img {
  max-width: 250px;
}
#components .card .card-img-top {
  height: 220px;
  object-fit: cover;
  object-position: top;
  margin-top: -70px;
  border-radius: 8px;
}
#components .card {
  height: 100%;
  padding: 10px;
  border-radius: 8px;
  width: 230px;
}
#components .card h4 {
  font-size: 18px;
}
#components .card .card-body {
  padding: 1rem 0rem;
}
.care-team {
  background-image: url(../images/care-team-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#components .card .card-body h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
  color: #1c562a;
  margin-bottom: 10px;
  line-height: 1.2;
}
#components .card .card-body p {
  font-size: 0.875rem;
}
.care-team .single-block h4 {
  text-align: left;
  color: #ffffff;
  padding-top: 0px;
}
.care-team .single-block p {
  color: #fff;
  text-align: left;
}
.care-team .single-block img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.common-symptoms .components-blocks .single-block {
  background-color: #f3f6f4;
  border-radius: 8px;
  padding: 24px 16px;
}
.common-symptoms .components-blocks .single-block h4 {
  color: #666666;
  padding-top: 0px;
  text-align: left;
}
.common-symptoms .components-blocks .single-block ul.points {
  border-left: 0px solid #e3dfbe;
  padding-left: 0rem;
}
.common-symptoms .components-blocks .single-block ul.points.checker li:before {
  background: url(../images/check-icon.png);
  width: 14px;
  height: 11px;
  background-size: contain;
}
.common-symptoms .components-blocks .single-block ul.points.checker li {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  padding-left: 1.6rem;
  color: #666666;
  text-align: left;
}
/*Social Icons*/
.social-icons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 2.875rem;
  row-gap: 0;
}

.social-icons a .iconify {
  color: #080808;
  font-size: 1.8rem;
}

.social-icons a:hover {
  opacity: 0.8;
  border-bottom: 0;
}
.section-btn a {
  font-size: 24px;
  line-height: 2rem;
  text-decoration: underline;
  font-weight: 700;
  transition: 0.3s;
  text-decoration-thickness: 1.3px;
  text-underline-offset: 2px;
}
.section-btn a:hover {
  color: #1c562a;
}
/*Footer*/
.footer {
  padding: 5.625rem 0;
}

.footerlinks li {
  display: inline-block;
  margin: 0.5rem;
}

.copyright {
  text-align: center;
  padding: 1.5rem 0 0.5rem;
}

.copyright p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.copyright p a {
  color: #666666;
  text-decoration: underline;
  text-decoration-thickness: 1.3px;
  text-underline-offset: 2px;
}

.copyright p a:hover {
  color: #9f7a43;
  border-color: #9f7a43;
}

.checker.how-list {
  padding-left: 0;
  border: none;

  & li::before {
    top: 5px;
  }
}
