/* Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: 'Playfair', serif;
  font-size: 62.5%;
}

body {
  font-family: 'Lora', serif;
  font-size: 16px;
  overflow-x: hidden;
}

/* Header Styles */
header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('/images/BowenHeader.webp');
  background-size: cover;
  background-position: center;
  color: #75ba75;
  height: 100vh;
  width: 100%;
  position: relative;
}

.headerText {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 15%;
  max-width: 800px;
}

header p {
  color: white;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
  padding-top: 100px;
  text-align: start;
}

header h1 {
  color: white;
  font-family: 'playfair', serif;
  font-size: 6rem;
  letter-spacing: 0.07rem;
  padding-top: 5px;
}

header h2 {
  color: white;
  font-family: 'lora', serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  padding-top: 30px;
  width: 100%;
}

.btnProgramare {
  background-color: #75ba75;
  border: none;
  border-radius: 5px;
  color: white;
  font-family: inherit;
  font-size: 1.4rem;
  margin-left: 15%;
  margin-top: 30px;
  padding: 10px 20px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btnProgramare:hover {
  background-color: #5cb85c;
}

/* Benefits Section */
.beneficii {
  background-color: #e7e7e7;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
  margin-bottom: 150px;
}

.centerBeneficii {
  width: 80%;
  max-width: 1200px;
}

.beneficii h1 {
  color: #75ba75;
  font-family: 'playfair', serif;
  font-size: 3rem;
  font-weight: 900;
  margin-top: 70px;
  text-align: center;
}

.beneficii h2 {
  color: #888888;
  font-family: 'lora', serif;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 70px;
  text-align: center;
}

.beneficii h3 {
  text-align: center;
}

.beneficii ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  list-style-type: none;
}

.beneficii li {
  color: #888888;
  display: inline-block;
  font-family: 'lora', serif;
  font-size: 1.5rem;
  font-weight: 500;
  list-style: none;
  margin-right: 20px;
  margin-top: 20px;
  padding-left: 25px;
  position: relative;
}

.beneficii li::before {
  color: #75ba75;
  content: '✔';
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
}

.btnDescopera {
  background-color: #75ba75;
  border: none;
  border-radius: 5px;
  color: white;
  display: block;
  font-family: inherit;
  font-size: 1.4rem;
  margin: 80px auto;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btnDescopera:hover {
  background-color: #5cb85c;
}

/* Images Section */
.imagesSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.imagesContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.firstLine,
.secondLine {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 700px;
}

.imagesContainer img {
  width: 600px;
  height: 700px;
  object-fit: cover;
}

.text {
  padding: 80px;
}

.imagesContainer h1 {
  color: #75ba75;
  font-family: 'Playfair', serif;
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-align: center;
}

.imagesContainer h2 {
  color: #888888;
  font-family: 'Lora', serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}

.text ul {
  margin: 15px 0;
  list-style-type: none;
}

.text li {
  color: #888888;
  font-family: 'lora', serif;
  font-size: 1.5rem;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  text-align: center;
}

.text li::before {
  content: '\2014';
  margin-right: 4px;
}

.aboutBowen,
.btnBeneficii {
  background-color: #75ba75;
  border: none;
  border-radius: 5px;
  color: white;
  display: block;
  font-family: inherit;
  font-size: 1.4rem;
  margin: 30px auto;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.aboutBowen:hover,
.btnBeneficii:hover {
  background-color: #5cb85c;
}

/* FAQ Section */
.intrebariFrecvente {
  padding: 80px 20px;
  background-color: #f9f9f9;
}

.intrebariFrecvente h1 {
  text-align: center;
  font-family: 'playfair', serif;
  color: #75ba75;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 50px;
}

.intrebariFrecventeContainer {
  max-width: 850px;
  margin: 0 auto;
}

.intrebare {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}

.intrebare h2 {
  color: #75ba75;
  font-family: 'lora', serif;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.intrebare p {
  color: #888888;
  font-family: 'lora', serif;
  font-size: 1.4rem;
  padding: 0 20px 20px;
  display: none;
}

.arrow-down,
.arrow-up {
  width: 24px;
  height: 24px;
}

.arrow-up {
  display: none;
}

/* Testimonials Section */
.testimonials {
  padding: 80px 20px;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.centerTestimonials {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.centerTestimonials h1 {
  color: #75ba75;
  font-family: 'playfair', serif;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
}

/* Carousel Container */
.carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}

/* Carousel Track */
.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  animation: scroll 40s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Review Cards */
.review-card {
  flex: 0 0 300px;
  margin: 0 15px;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: left;
  transition: transform 0.3s, box-shadow 0.3s;
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Review Header */
.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.review-author {
  font-weight: 600;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.review-author-image {
  margin-top: 10px;
}

.userPicture {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

/* Stars */
.review-rating {
  display: flex;
}

.star {
  color: #ddd;
  font-size: 18px;
}

.star.filled {
  color: #ffb700;
}

/* Review Content */
.review-content {
  margin-bottom: 15px;
  color: #555;
  line-height: 1.5;
  font-style: italic;
}

/* Review Date */
.review-date {
  font-size: 14px;
  color: #999;
  text-align: right;
}

/* No Reviews Message */
.no-reviews {
  padding: 30px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  color: #666;
  font-style: italic;
  text-align: center;
  margin-bottom: 20px;
}

/* Carousel Controls */
.carousel-controls {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.carousel-control {
  background-color: #75ba75;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-control:hover {
  background-color: #5cb85c;
}

/* Leave Review Section */
.leaveReview {
  text-align: center;
  margin-top: 20px;
}

.btnTestimonial {
  background-color: #75ba75;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-bottom: 15px;
}

.btnTestimonial:hover {
  background-color: #5cb85c;
}

.reviewLogged {
  font-size: 14px;
  color: #666;
  font-style: italic;
}

/* Therapist Section */
.terapeut {
  padding: 80px 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.terapeutContainer {
  display: flex;
  align-items: center;
  gap: 40px;
}

.terapeutText {
  flex: 1;
}

.terapeutText h1 {
  color: #75ba75;
  font-family: 'playfair', serif;
  font-size: 3rem;
  margin-bottom: 30px;
  text-align: center;
}

.terapeutText h2 {
  color: #888888;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
}

.terapeutImage img {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.btnTerapeutProgramare {
  background-color: #75ba75;
  color: white;
  border: none;
  border-radius: 5px;
  font-family: inherit;
  font-size: 1.4rem;
  padding: 12px 24px;
  display: block;
  margin: 30px auto 0;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btnTerapeutProgramare:hover {
  background-color: #5cb85c;
}

/* Pin Form */
#pinForm {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  width: 90%;
  max-width: 500px;
}

#pinForm fieldset {
  border: none;
}

#pinForm legend {
  font-weight: bold;
  margin-bottom: 15px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-group textarea {
  height: 100px;
}

.btn {
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
}

.btn-success {
  background-color: #75ba75;
  color: white;
}

.btn-danger {
  background-color: #dc3545;
  color: white;
}

/* Pin Confirm */
#pinConfirm,
#pinConfirmSucces {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

#pinConfirmBtns {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .headerText {
    margin-left: 10%;
  }

  header h2 {
    width: 70%;
  }
  .text h2 {
    width: 600px;
  }
  #hamburger.hamburger {
    position: absolute;
    right: 0;
  }
  .centerBeneficii {
    width: 90%;
  }
  .aboutBowen {
    margin-bottom: 160px;
  }
  .imagesContainer img {
    width: 600px;
    height: 350px;
    object-fit: cover;
  }
}

@media (max-width: 992px) {
  header h1 {
    font-size: 4.5rem;
  }

  header h2 {
    width: 80%;
  }
  .btnProgramare {
    display: block;
    margin: 20px auto;
  }
  .firstLine,
  .secondLine {
    flex-direction: column;
    align-items: center;
  }

  .text {
    order: 1;
  }

  .secondLine .text {
    order: 2;
  }

  .terapeutContainer {
    flex-direction: column-reverse;
    text-align: center;
  }

  .terapeutText {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  header {
    height: auto;
    min-height: 100vh;
    padding-bottom: 50px;
  }

  .headerText {
    margin-left: 5%;
    width: 90%;
    align-items: center;
  }

  header p {
    text-align: center;
  }

  header h1 {
    font-size: 3.5rem;
    text-align: center;
  }

  header h2 {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
  }

  .btnProgramare {
    margin-left: auto;
    margin-right: auto;
  }

  .beneficii h1 {
    font-size: 2.5rem;
  }

  .beneficii h2 {
    font-size: 1.6rem;
  }

  .imagesContainer h1 {
    font-size: 2.2rem;
  }

  .imagesContainer h2 {
    font-size: 1.4rem;
  }

  .intrebariFrecvente h1 {
    font-size: 2.5rem;
  }

  .intrebare h2 {
    font-size: 1.6rem;
  }

  .centerTestimonials h1 {
    font-size: 2.5rem;
  }

  .review-card {
    flex: 0 0 260px;
  }

  .terapeutText h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 576px) {
  header h1 {
    font-size: 3rem;
  }

  header h2 {
    font-size: 1.1rem;
  }
  button.btnProgramare {
    display: block;
    margin: 20px auto;
  }
  .imagesSection {
    display: block;
  }
  .beneficii h1 {
    font-size: 2.2rem;
    margin-top: 40px;
  }

  .beneficii h2 {
    font-size: 1.4rem;
    margin-top: 40px;
  }
  .text h2 {
    width: 350px;
  }

  .beneficii li {
    font-size: 1.3rem;
    width: 100%;
    text-align: center;
  }

  .btnDescopera {
    margin: 60px auto;
  }
  button.aboutBowen {
    margin-bottom: 120px;
  }
  .imagesContainer img {
    width: 400px;
    height: 350px;
    object-fit: cover;
  }
  .beneficii li::before {
    left: unset;
    transform: translateX(-20px);
  }
  .footerLogo {
    position: relative;
    /* overflow: hidden; */
  }

  .footerLogo img {
    width: 70px;
    height: auto;
    margin-left: 0;
    position: absolute;
  }
  .imagesContainer h1 {
    font-size: 2rem;
  }

  .imagesContainer h2 {
    font-size: 1.3rem;
  }

  .text li {
    font-size: 1.3rem;
    padding-left: 0;
  }

  .intrebare h2 {
    font-size: 1.4rem;
  }

  .intrebare p {
    font-size: 1.2rem;
  }

  .review-card {
    flex: 0 0 85%;
    margin: 0 10px;
  }

  .terapeutImage img {
    width: 250px;
    height: 250px;
  }

  .terapeutText h1 {
    font-size: 2.2rem;
  }

  .terapeutText h2 {
    font-size: 1.3rem;
  }
}

/* Fix for carousel on hover */
.carousel-container:hover .carousel-track {
  animation-play-state: paused;
}

/* JavaScript enhancements */
.intrebare p.active {
  display: block;
}
.paragraph-faq {
  transition: opacity 0.5s ease; /* Adjust duration and easing as needed */
}
