/* Font imports */
/* Bona Nova  */
@import url("https://fonts.googleapis.com/css2?family=Bona+Nova+SC&family=Inter&family=Assistant:wght@600&display=swap");
/* Bacasime Antique  */
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Bacasime+Antique&display=swap');
/* Assistant  */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  font-family:
    Assistant,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
}

/* Body */
body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Navigation Header Styles */
.nav-header {
  overflow: hidden;

  width: 100%;
  padding: 18px 52px;
  background-color: #ffdac8;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px 100px;
  /* ??? */
}

@media (max-width: 480px) {
  .nav-header {
    max-width: 100%;
    padding: 18px 20px;
    gap: 0 20px;
  }
}
@media (480px <= width <= 1200px){
  .nav-header {
    justify-content: center;
  }
}

.logo-container {
  min-width: 240px;
  margin: auto 0;
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: start;
  gap: 24px;
  color: #f6372f;
  font-family:
    "Bona Nova SC",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
}

.logo-image {
  width: 79px;
  margin: auto 0;
  object-fit: contain;
  object-position: center;
  align-self: stretch;
  flex-shrink: 0;
}

.name-title-container {
  border-radius: 0;
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin: auto 0;
  flex-direction: column;
  align-items: stretch;
  width: 269px;
}

.name {
  
  font-family:
    "Bona Nova SC",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 64px;
  font-weight: 400;
  font-size: 36px;
  font-weight: 400;
  margin: 0;
}

.title {
  
  font-family:
    "Bona Nova SC",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 64px;
  font-weight: 400;
  font-size: 24px;
  align-self: end;
  z-index: 10;
  margin: -10px 43px 0 0;
  font-weight: 400;
}

@media (max-width: 480px) {
  .logo-container {
    width: 100%;
    justify-content: center;
    gap: 0px;
  }
  .name-title-container{
    min-width: 160px;
    width: 180px;
  }
  .name {
    width: max-content;
    font-size: 24px;
  }
  .title{
    font-size: 15px;
    margin: -5px 30px 0 0;
  }

  .nav-link{
    font-size: 16px !important;
  }
  .cta-button{
    display: none;
  }
}

.navigation {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin: auto 0;
  align-items: center;
  gap: 23px;
  font-family:
    Inter,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 20px;
  color: #42240c;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .navigation {
   width: 100%;
    justify-content: center;
    gap: 10px;
  }
}

.nav-link {
  align-self: stretch;
  margin: auto 0;
  text-decoration: none;
  font-size: 20px;
  color: #42240c;
}

nav .cta-button {
  align-self: stretch;
  border-radius: 20px;
  background-color: #f6372f;
  margin: auto 0;
  padding: 9px 20px;
  font-size: 20px;

  font-family:
    Assistant,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  text-decoration: none;
}

/* HERO  */
/* Hero Section Styles */
.hero-section {
  height: 90vh;
  display: flex;
  align-items: center;
  gap: 40px 43px;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.hero-content {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  gap: 40px;
  align-items: stretch;
  color: #42240c;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 1;
  width: 588px;
}

.hero-name {
  font-family:
    "Bona Nova SC",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 64px;
  font-weight: 400;
  margin: 0;
}

.hero-tagline {
  font-family:
    "Assistant",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
}

.hero-section .cta-button {
  align-self: flex-start;
  border-radius: 30px;
  border: 1px solid var(--Opcin2-red, #f6372f);
  background-color: #ffdac8;
  padding: 12px 19px;
  gap: 10px;

  color: #f6372f;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
}

.hero-image-container {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: stretch;
  font-family:
    "Assistant",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  color: #f6372f;
  text-align: right;
  justify-content: start;
  flex-grow: 1;
  flex-shrink: 1;
  width: 323px;
  gap: 20px;
}

.hero-image {
  aspect-ratio: 0.81;
  object-fit: contain;
  object-position: center;
  width: 403px;
  border-radius: 52px;
  box-shadow: 0px 4px 28px -32px rgba(0, 0, 0, 1);
  align-self: flex-end;
  max-width: 100%;
}

.hero-credentials {
  font-size: 24px;
}

/* Responsive Styles */
@media (0 <= width <= 1200px){
  .hero-section{
    max-width: 100%;
    height: max-content;
    padding: 60px 20px;
  }
  .hero-name{
    text-align: center;
  }
  .hero-tagline{
    text-align: center;
  }
  .hero-section .cta-button{
    align-self: center;
  }
  .hero-image-container{
    text-align: center;
  }
  .hero-image{
    align-self: center;
  }
}
@media (max-width: 480px) {


  .hero-content {
    max-width: 100%;
    gap: 20px;
  }

  .hero-name {
    max-width: 100%;
    font-size: 40px;
  }

  .hero-tagline {
    font-size: 18px;
    max-width: 100%;
  }
  .hero-section .cta-button {
    font-size: 18px;
  }
}

/* MAIN  */
main {
  width: 100%;
  overflow: hidden;
}

/* ABOUT    */
.about-section {
  overflow: hidden;
  background-color: rgba(251, 236, 220, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 140px 0;
  gap: 100px;
  color: #f6372f;
}

@media (0 <= width <= 1200px) {
  .about-section {
    max-width: 100%;
    padding: 80px 0 0 0;
    gap: 40px;
  }
}

.about-header {
  display: flex;
  max-width: 776px;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
}

.about-title {
  font-family:
    "Bona Nova SC",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 180px;
  font-weight: 400;
}

.about-subtitle {
  text-align: center;
  font-family:
    Assistant,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 32px;
  font-weight: 600;
  align-self: center;
  margin-bottom: 0;
}

@media (0 <= width <= 1200px) {
  .about-header{
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .about-title {
    font-size: 60px;
  }
  .about-subtitle{
    font-size: 20px;
  }
}

.separator-image {
  aspect-ratio: 9.43;
  object-fit: contain;
  object-position: center;
  width: 132px;
  fill: #f6372f;
  max-width: 100%;
}

.about-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px 95px;
  flex-wrap: wrap;
}

@media (0 <= width <= 1200px) {
  .about-content {
    max-width: 100%;
    margin-top: 40px;
    font-size: 40px;
  }
}

.purpose-statement {
  max-width: 612px;
  padding: 0 40px;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

@media (0 <= width <= 1200px) {
  .purpose-statement {
    max-width: 100%;
    font-size: 32px;
    padding: 0 20px;
  }
}

.therapist-image {
  aspect-ratio: 0.55;
  object-fit: contain;
  object-position: center;
  width: 490px;
  align-self: stretch;
  min-width: 240px;
  margin: auto 0;
}

@media (max-width: 480px) {
  .therapist-image {
    max-width: 100%;
    aspect-ratio: 0;
  }
}

/* SERVICES  */
.services-container {
  padding: 190px 50px;
  display: flex;
  flex-direction: column;
  gap: 160px;
}

@media (max-width: 480px) {
  .services-container {
    max-width: 100%;
    padding: 100px 20px;
    gap: 40px;
  }
}

/* Header section styles */
.services-header {
  align-self: end;
  max-width: 945px;
}

.services-title {
  color: #f6372f;
  font-family:
    "Bona Nova SC",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 180px;
}


.services-description {
  color: #3f2305;
  text-align: center;
}

@media (0 <= width <= 1200px) {
  .services-title {
    max-width: 100%;
    font-size: 60px;
  }
  .services-description {
    max-width: 100%;
    text-align: start;
    font-size: 18px;
  }
}

/* Services grid styles */
.services-grid {
  align-self: center;
  max-width: 1400px;
  display: flex;
  align-items: center;
  gap: 40px;
  color: #3f2305;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .services-grid {
    max-width: 100%;
    margin-top: 40px;
    gap: 60px;
  }
}

/* Service card styles - common properties */
.service-card {
  min-width: 240px;
  max-width: 416px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 333px;
}

.service-title {
  font-family:
    "Bacasime Antique",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 36px;
}

.service-image {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 15px;
}
@media (0 <= width <= 1200px) {
  .service-title{
    font-size: 30px;
  }
  .service-text{
    font-size: 18px;
  }
  .service-image{
    max-height: 300px;
  }
}

/* CTA  */

.consultation-section {
  background-color: rgba(246, 55, 47, 1);
  display: flex;
  padding: 145px 86px 36px;
  align-items: center;
  gap: 38px;
  overflow: hidden;
  justify-content: start;
  flex-wrap: wrap;
}

.consultation-container {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  width: 877px;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 38px;
}

.text-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  justify-content: start;
  gap: 37px;
}

.main-heading {
  font-size: 96px;
  font-family:
    "Bacasime Antique",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  align-self: center;
}

.description-text {

  font-weight: 600;
}

.schedule-button {
  text-decoration: none;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 1);
  padding: 15px 49px;
  font-size: 32px;
  color: #f6372f;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-align: center;
  display: block;
}

@media (0 <= width <= 1200px) {
  .consultation-section {
    max-width: 100%;
    padding: 100px 20px;
  }
  .text-content{
    max-width: 580px;
  }
  .main-heading {
    max-width: 100%;
    font-size: 50px;
  }

  .description-text {
    max-width: 100%;
    font-size: 18px;
  }

  .schedule-button {
    font-size: 18px;
    padding: 15px 20px;
  }
}
/* WAVE  */
.wave-container {
  width: 100%;
}

.responsive-image {
  position: relative;
  bottom: 4px;
  object-fit: contain;
  object-position: center;
  width: 100%;
  align-self: center;
}

/* REVIEWS  */
.testimonials-section {
  display: flex;
  padding: 178px 60px;
  flex-direction: column;
  justify-content: center;
  gap: 95px;
}

.testimonials-header {
  max-width: 945px;
}

.testimonials-title {
  color: #42240c;
  font-family:
    "Bona Nova SC",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 96px;
}

.testimonials-subtitle {
  color: #3f2305;

}

.testimonials-container {
  display: flex;
  align-items: self-start;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.testimonial-card {
  min-width: 180px;
  max-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.testimonial-header {

  width: 100%;
}

.user-info {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 11px;
  justify-content: start;
}

.user-avatar {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 60px;
  border-radius: 30px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

.user-avatar-letter {
  border-radius: 100px;
  background-color: #3b6832;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 32px;
  color: #ffffff;
  flex-shrink: 0;
}

.user-avatar-letter-gray {
  background-color: #878787;
}

.user-details {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}

.user-name {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.review-date {
  color: #707070;
  font-size: 14px;
}

.rating-stars {
  aspect-ratio: 5.1;
  object-fit: contain;
  object-position: center;
  margin-top: 7px;
  max-width: 100%;
}

.testimonial-text {
  color: #000000;
  font-size: 16px;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .testimonials-section {
    max-width: 100%;
    padding: 100px 20px;
  }
  .testimonials-container{
    max-width: 100%;
    gap: 50px;
    margin-top: 0px;
  }
  .testimonial-card{
    gap: 10px;
  }
  .testimonials-title {
    max-width: 100%;
    font-size: 50px;
  }

  .testimonials-subtitle {
    max-width: 100%;
    font-size: 18px;
  }
  .user-avatar-letter {
    white-space: initial;
  }
  .testimonial-text{
    font-size: 14px
  }
}

/* FORM */
.appointment-section {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px 26px;
  overflow: hidden;
  align-items: center;
  justify-content: start;
  gap: 40px;
}

@media (max-width: 480px) {
  .appointment-section {
    max-width: 100%;
    padding: 40px 20px;
  }
}

.appointment-background-image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.appointment-header-container {
  position: relative;
  background-color: #f6362fae;
  display: flex;
  max-width: 945px;
  padding: 13px 30px;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  justify-content: start;
  border-radius: 30px;
}

.appointment-main-title {
  font-family:
    Bona Nova SC,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 48px;
  align-self: center;
}

.appointment-subtitle {
  text-align: center;
  font-weight: 600;
}

@media (0 <= width <= 1200px) {
  .appointment-header-container {
    padding: 13px 20px;
    gap: 20px;
  }
  .appointment-main-title {
    max-width: 100%;
    text-align: center;
    font-size: 50px;
  }
  .appointment-subtitle {
    max-width: 100%;
    font-size: 18px;
  }
}

.appointment-content-container {
  position: relative;
  display: flex;
  max-width: 100%;
  align-items: end;
  gap: 40px 100px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-form {
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 1);
  min-width: 240px;
  padding: 30px 20px;
  color: #3F2305;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

@media (0 <= width <= 1200px) {
  .appointment-content-container{
    justify-content: center;
  }
}

.form-title {
  font-weight: 400;
  
}

@media (0 <= width <= 1200px) {
  label {
    font-size: 19px;
  }
  .form-title {
    max-width: 100%;
  }
}

.form-group {
  width: 100%;
}

@media (0 <= width <= 1200px) {
  .form-group {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
}

.form-input {
  width: 100%;
  height: 54px;
  border: none;
  border-bottom: 2px solid #ffdac8;
  border-radius: 14px;
  margin-top: 9px;
  padding: 20px;
  outline: none;
  max-width: 100%;
  background-color: #ffdac8;
  color:#f6372f ;
  font-size: 32px;
}
.form-textarea {
  border-radius: 14px;
  width: 100%;
  height: 151px;
  border: 2px solid #ffdac8;
  margin-top: 9px;
  outline: none;
  resize: none;
  padding: 20px;
  background-color: #ffdac8;
  color:#f6372f ;
  font-size: 32px;
}

.submit-container{
  width: 100%;
  display: flex;
  justify-content: center;
}

.submit-button {
  width: 185px;
  align-self: stretch;
  border-radius: 20px;
  background-color: #f6372f;
  padding: 15px 49px;
  font-size: 24px;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  border: none;
  cursor: pointer;
  font-family:
    Assistant,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
}

@media (0 <= width <= 1200px) {
  .form-input{
    width: 100%;
  }
  .submit-button {
    font-size: 24px;
    padding: 15px 20px;
  }
}

.contact-info {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
}

.address-text {
  color: #ffdac8;
  text-align: right;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.23);
  font-size: 20px;
  font-weight: 700;
  align-self: end;
  font-style: normal;
}

.whatsapp-container {
  display: flex;
  margin-top: 17px;
  width: 100%;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  color: rgba(10, 155, 32, 1);
  font-weight: 600;
  justify-content: start;
}

.whatsapp-button {
  border: none;
  align-self: stretch;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 1);
  min-width: 240px;
  padding: 15px 49px;
  gap: 10px;
  text-decoration: none;
  color: rgba(10, 155, 32, 1);
  display: inline-block;
  text-align: center;
}

@media (0 <= width <= 1200px) {
  .whatsapp-button {
    font-size: 18px;
    padding: 15px 20px;
  }
}

.whatsapp-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 52px;
  flex-shrink: 0;
}

/* FOOTER    */
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffdac8;
  width: 100%;
  padding: 83px 100px;
  flex-wrap: wrap;
  overflow: hidden;
}

/* Contact details section */
.contact-details {
  
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  flex-direction: column;
  align-items: flex-end;
  font-size: 24px;
  color: #3F2305;
  justify-content: start;
}

/* Individual contact items */
.contact-phone,
.contact-email {
  text-decoration: none;
  color: #3F2305;
  font-size: 18px;
  margin: 0;
  line-height: 1.5;
}
@media (0 <= width <= 400px) {
  .whatsapp-icon{
    display: none;
  }
}
@media (0 <= width <= 735px) {
  .logo-container{
    justify-content: center;
    align-items: center;
  }
  footer {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
}
/* Responsive adjustments */
@media (0 <= width <= 1200px) {
  
  footer {
    padding: 20px;
  }
  .contact-details{
    align-items: center;
    text-align: center;
  }
  .contact-card {
    max-width: 100%;
    padding: 83px 20px;
  }
  .contact-phone,
.contact-email {
  text-decoration: none;
  color: #3F2305;
  font-size: 18px;
}
  .profile-profession {
    margin-right: 10px;
  }
}