/**************************/
/* HEADER */
/**************************/

.header {
  display: flex;
  justify-content: right;
  align-items: center;
  background-color: #fff;

  /* Because we want header to be sticky later */
  height: 9.6rem;
  padding: 0 4.8rem;
  position: relative;
}

.logo {
  height: 2.2rem;
}

/**************************/
/* NAVIGATION */
/**************************/

.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4.8rem;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
}

.main-nav-link:hover,
.main-nav-link:active {
  color: #3f573d;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 16px;
}

.main-nav-link.nav-cta:link,
.main-nav-link.nav-cta:visited {
  padding: 1.2rem 2.4rem;
  border-radius: 24px;
  color: #fff;
  background-color: #58803c;
}

.main-nav-link.nav-cta:hover,
.main-nav-link.nav-cta:active {
  background-color: #3f573d;
  text-decoration: none;
}

.screenreader-text {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;

  &:focus {
    color: #3f573d;
    display: inline-block;
    height: auto;
    width: auto;
    position: static;
    margin: auto;
    padding: 1rem;
  }
}

/* MOBILE */
.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;

  display: none;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #333;
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
}

.dropdown {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  top: 64px;
  z-index: 1;
  /*visibility: hidden;
  opacity: 0;*/
  display: none;
  transform: scale(0.97) translateX(-5px);
  transition: 0.1s ease-in-out;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.25);
}

.dropdown.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1) translateX(5px);
}

.dropdown ul {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.dropdown-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.15rem;
}

.dropdown a:link,
.dropdown a:visited {
  text-decoration: none;
}

.dropdown a:hover,
.dropdown a:active {
  background-color: var(--button-green);
  color: #fff;
  text-decoration: none;
}

.dropdown-link {
  display: flex;
  padding: 1rem;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--button-green);
  transition: 0.1s ease-in-out;
}

.nav-link {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.3rem;
  min-width: 60px;
  margin: 0 0.6rem;
}

.show {
  display: block;
}

/**************************/
/* REUSABLE SECTIONS */
/**************************/

.section-clouds {
  padding: 4.8rem 0;
  background-image: url("../images/soft-clouds.png");
  background-color: #ffaeb8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}

.section-plain {
  padding: 4.8rem 0;
  background-color: #fff;
}

.section-green {
  padding: 4.8rem 0;
  background-color: #dae4be;
}

.section-pink {
  padding: 4.8rem 0;
  background-color: #fff9f3;
}

.audio-iframe {
  border: none;
  aspect-ratio: 44 / 14;
}

/**************************/
/* HERO SECTION */
/**************************/

.section-hero {
  background-color: #fff1ee;
  padding: 4.8rem 0 6.4rem 0;
  background-image: url("../images/hero-background-image.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% top;
}

.hero {
  max-width: 130rem;
  margin: 0 auto;
  padding: 0 4.8rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9.6rem;
  align-items: center;
}

.hero-description {
  font-size: 2rem;
  line-height: 0.8;
  margin-bottom: 2.4rem;
}

.hero-img {
  width: 100%;
}

/**************************/
/* FEATURED IN SECTION */
/**************************/

.section-featured {
  padding: 4.8rem 0 3.2rem 0;
}

.heading-featured-in {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2.4rem;
  color: #888;
}

.logos {
  display: flex;
  justify-content: space-around;
}

.logos img {
  height: 3.2rem;
  filter: brightness(0);
  opacity: 50%;
}

/**************************/
/* DISCLAIMER */
/**************************/

.disclaimer {
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.4s;
  padding: 3.2rem;
  grid-column: 1/4;
  text-align: center;
}

/**************************/
/* REUSED SECTIONS */
/**************************/

.buttons-container {
  padding-bottom: 3.2em;
}

/**************************/
/* BOOKS SECTION */
/**************************/

.section-books {
  padding: 4.8rem 0 3.2rem 0;
  background-image: url("../images/soft-clouds.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.book {
  background-color: #fff;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.4s;
}

.book:hover {
  transform: translateY(-1.2rem);
  box-shadow: 0 3.2rem 6.4rem rgba(0, 0, 0, 0.06);
}

.book-content {
  padding: 2rem 3.2rem 3.2rem;
}

.book-title {
  font-size: 2.4rem;
  line-height: 130%;
  color: #333;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.book-text {
  font-size: 1.4rem;
  padding-top: 2rem;
}

.book-attributes {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.book-attribute {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.book-icon {
  height: 2.4rem;
  width: 2.4rem;
  color: #58803c;
}

.book-img {
  width: 90%;
  border-radius: 16px;
  padding: 2.4rem;
}

.book-1-column {
  background: none;
  grid-column: 1/2;
  column-span: none;
  text-align: center;
}

.book-cover {
  width: 100%;
  border-radius: 24px;
  margin-bottom: 2.6rem;
  background-color: #fff;
}

.section-book-info {
  background-color: var(--accent-color);
  padding: 4.8rem 0 3.2rem 0;
}

.back-link {
  display: inline-block;
  text-decoration: none;
  color: #58803c;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
  margin-bottom: 3.2rem;
}

.back-link:hover,
.back-link:active {
  color: #3f573d;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/**************************/
/* TESTIMONIALS D*/
/**************************/

.testimonials-card {
  margin-top: 3.2rem;
  background-color: #fff;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 24px;
  overflow: hidden;
  padding: 3.2rem 4.8rem;
  line-height: 1.4;
}

.quote-name {
  font-family: Cochin, Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  color: var(--button-green);

  margin-top: 1rem;
}

.quote-decor {
  padding-bottom: 3.2rem;
}

/**************************/
/* TESTIMONIALS SECTION */
/**************************/

.section-testimonials {
  background-color: #fdf2e9;
  display: grid;
  grid-template-columns: 55fr 45fr;
  align-items: center;
}

/**************************/
/* ABOUT SECTION */
/**************************/

.section-about {
  /* padding: 9.6rem 0; */
  padding: 4.8rem 0 3.2rem 0;
  background-color: rgb(255, 255, 255);
  background-image: url("../images/about-background.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 110% bottom;
}

.about-photo {
  /* background-color: #fff;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075); */
  grid-column: 1/2;
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.4s;
}

.about-content {
  grid-column: 2/4;
}

/**************************/
/* CONTACT */
/**************************/

.section-contact {
  padding: 4.8rem 0 18rem 0;
  background-image: url("../images/contact-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 30%;
}

.contact {
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.4s;
  padding: 3.2rem 3.2rem 1rem 3.2rem;
  grid-column: 2/4;
  text-align: center;
}

.contact-link {
  display: inline-block;
  text-decoration: unerline;
  color: #58803c;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
}

/**************************/
/* ABOUT HANI */
/**************************/

.section-about-hani {
  padding: 4.8rem 0;
  background-image: url("../images/soft-clouds.png");
  background-color: #ffaeb8;
  background-repeat: repeat;
  background-size: cover;
  background-position: top left;
  /*grid-template-columns: 1fr 2fr;*/
}

.hani-card {
  background-color: #fff;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 24px;
  /*overflow: hidden;
  grid-column: 1/1;*/
  line-height: 1.4;
  margin-bottom: 3rem;
  padding: 3.2rem 4.8rem 4.8rem 4.8rem;
  text-align: center;
  align-items: center;
}

.hani-card > p {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.hani-card > h2 {
  margin: 2rem 0;
}

.hani-link {
  text-decoration: underline;
  color: #58803c;
}

.hani-link:hover,
.hani-link:active {
  color: #3f573d;
}

/**************************/
/* APPOINTMENTS */
/**************************/

.section-appointments {
  padding: 4.8rem 0;
  background-image: url("../images/appointments-bg.png");
  background-repeat: no-repeat;
  background-size: 115%;
  background-position: top left;
}

.appointments-content {
  padding: 0 0 3.2rem 0;
  grid-column: 1/3;
  grid-row: 1/3;
}

.appointments-side {
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 24px;
  /*display: inline-block;*/
  transition: all 0.4s;
  padding: 3.2rem 4.8rem;
  margin-bottom: 3rem;
  text-align: center;
  /*grid-column: 3/4;*/
}

/**************************/
/* SEX THERAPY */
/**************************/

.section-therapy {
  padding: 4.8rem 0 1rem 0;
  background-color: #fff0e8;
  background-image: url("../images/therapy-bg.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom right;
}

.therapy-content {
  grid-column: 1/3;
}

.therapy-quote {
  margin-top: 7.5em;
  grid-column: 3/3;
}

.therapy-quote > p {
  color: #d72767;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}

.couples-card {
  background-color: #fff;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 24px;
  overflow: hidden;
  line-height: 1.4;
  margin-bottom: 3rem;
}

.couples-card-content {
  padding: 3.2rem 4.8rem;
}

.couples-image {
  width: 100%;
}

.couples-card-content > p,
.couples-card-content > ul > li {
  font-size: 1.6rem;
  line-height: 1.1;
  margin-bottom: 1.2rem;
}

.section-success {
  /* padding: 9.6rem 0; */
  padding: 4.8rem 0 1rem 0;
  background-color: rgb(255, 255, 255);
}

.success-photo {
  /* background-color: #fff;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075); */
  grid-column: 1/2;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.4s;
}

.success-content {
  grid-column: 2/4;
  /*grid-row: 1/3;*/
}

/**************************/
/* CTA SECTION */
/**************************/

.section-cta {
  padding: 3.2rem 0 12.8rem;
  background-color: var(--accent-color);
}

.cta-text-box {
  background-color: #ffffff;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 10px;
  padding: 4.8rem 6.4rem 6.4rem;
  margin: 0 12rem;
}

.cta .heading-secondary {
  /* color: #45260a; */
  color: inherit;
  margin-bottom: 1.2rem;
}

.cta .heading-tertiary {
  /* color: #45260a; */
  color: inherit;
  margin: 2.4rem 0;
}

.cta-text {
  font-size: 1.6rem;
  font-style: italic;
  line-height: 140%;
  margin-bottom: 0rem;
}

.cta-form {
  display: grid;
  grid-template-columns: 1fr;
  /* column-gap: 3.2rem;
  row-gap: 2.4rem; */
}

.cta-form label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.field {
  width: 100%;
  min-width: 24rem;
  padding: 1.2rem;
  margin-bottom: 2.8rem;
  font-size: 1.8rem;
  font-family: inherit;
  color: inherit;
  background-color: #e9eddd;
  border-radius: 6px;
  border: 1px solid #3f573d;
}

.field::placeholder {
  color: var(--light-green);
}

[type="checkbox"],
[type="radio"] {
  width: 14px;
  height: 14px;
  accent-color: #696;
  border-color: var(--button-green);
  margin-right: 1rem;
}

.cta *:focus {
  outline: none;
  box-shadow: 0 0 0 0.6rem rgba(121, 171, 94, 0.5);
}

.cta-logos {
  width: 50%;
  padding-top: 4rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hint,
.note {
  font-size: 1.4rem;
  margin-bottom: 2.4rem;
}

.hint {
  margin-top: -2rem;
}

.form-link:link,
.form-link:visited {
  display: inline-block;
  font-size: 1.4rem;
  color: #58803c;
  text-decoration: none;
  padding-bottom: 2px;
  transition: all 0.3s;
}

.form-link:hover,
.form-link:active {
  color: #3f573d;
  font-size: 1.4rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pricing {
  text-align: right;
}

.adjacent {
  display: inline-flex;
  padding: 0 0 1.2rem 0;
}

#usa,
#country-usa {
  display: none;
}

.cta-side {
  background-color: #ffffff;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 10px;
  border: 1px solid #58803c;
  padding: 2.4rem 4.8rem 4.8rem;
  display: inline-block;
  margin: 2.4em 0 3.2rem 0;
}

.cta-side p {
  font-size: 1.6rem;
  line-height: 140%;
  margin-bottom: 1rem;
}

.cta-side p:last-child {
  padding-top: 1.6rem;
  border-top: #3f573d 2px solid;
}

/**************************/
/* THANK YOU */
/**************************/

.section-thanks {
  padding: 4.8rem 0 18rem 0;
  background-image: url("../images/book-purchase.png");
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: 0% 30%;*/
}

/**************************/
/* FOOTER */
/**************************/

.footer {
  padding: 2rem 0;
  border-top: 1px solid #eee;
  background-color: #3f573d;
}

.copyright {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #dae4be;
  margin-top: auto;
}

.footer-text {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  color: #dae4be;
  margin-bottom: 0;
}
