:root {
  --primary-color: #E5A4B9;
  --secondary-color: #D4688B;
  --fourth-color: #581226;
  --primary-color-light: #F6E1E8;
  --primary-color-dark: #132433;
  --contrast-color: #FCC961;
  --text-color-light: #A72F4A;
  --text-p-color: #240E15;
  --text-color-dark: #581226;
  --light-color: #F1F1F1;
}


html {
    font-size: 20px;
    scroll-padding-top: 92px;
    background-color: #faf5f6;
}


body{
  overflow-x: hidden !important;
  font-family: "Hanken Grotesk", sans-serif;
}

body.no-scroll {
  overflow: hidden;
}
h1, h2{
  font-weight: 800 !important; 
}
h3{
  font-weight: 700 !important;;
}

header{
    background: rgb(229 164 185 / var(--tw-bg-opacity, 1));
    font-family: monospace;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
}

h1,h2,h3,h4{
    color: var(--text-color-dark);
     line-height: 130% !important ; 
}


p{
    color: var(--text-p-color);
    line-height: 150%;
    font-weight: 400;
}

.hero-section {
    background-image: linear-gradient(to right, #fdeced 45%, rgba(245, 232, 235, 0.1)), url('../img/hero-bd.jpg');
    background-size: contain;
    background-position:  right;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.hero-mobile-image {
    display: none;
}

@media (max-width: 1300px) {
    .hero-section{
        padding: 0px;
    }
}

@media (max-width: 767.98px) {

    .hero-section {
        background-image: none;
        background-color: #f5e8eb;
    }


    .hero-mobile-image {
        display: block; 
        width: 100%;    
        height: auto;   
    }


    .hero-section .card-body {
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }
}




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

  .marquee {
    height: 100%;
    display: flex;
    width: 200%;
    animation: marqueeRight 60s linear infinite;
  }

@media (min-width: 1200px) {
    .block-p{
        width: 37rem;
    }
}

  .wave svg {
    height: auto;
  }
  
  @media (min-width: 768px) and (max-width: 1023px) {
    .carrosel-container {
      padding-bottom: 300px !important;
    }
    .hero-text {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    
    .featured-logos {
      gap: 1.5rem !important;
    }
    
    .featured-logos div {
      width: 150px !important;
      padding: 0.75rem !important;
    }
    
    .section-spacing {
      margin-top: -300px !important;
    }
    
    .card-image-height {
      height: 500px !important;
    }
    
    .marquee-container {
      height: 45px !important;
    }
  }

  @media (min-width: 641px) and (max-width: 767px){
 .section-spacing {
      margin-top: 0px !important;
    }
  }

  .bg-desktop-only {
  background: none; 
}

@media (min-width: 1524px) {
  .bg-desktop-only {
    /*background: url('../img/blur-bottle.webp') no-repeat right center;*/
  }
}

/* quiz.css */


.progress-bar {
  height: 8px;
  background-color: #fbcfe8;
  transition: width 0.4s ease;
}


.quiz-slide {
  position: relative;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transform: translateY(20px) scale(0.98);
  transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.quiz-slide.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
  transform: translateY(0) scale(1);
}

.quiz-slide.exit {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transform: translateY(-20px) scale(0.98);
}


.quiz-content-wrapper {
  width: 100%;
  margin-bottom: 2rem;
  padding-right: 0.5rem;
}

.quiz-content {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}


.option-btn {
  transition: all 0.3s ease;
}
.option-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}


.option-checkbox:checked + .option-label {
  background-color: #f7cbd9;
  border-color: #ec4899;
  color: #581226;
}

.loading-bar {
  height: 6px;
  background-color: #f472b6;
  animation: loading 10s linear forwards;
}

@keyframes loading {
  0% { width: 0%; }
  100% { width: 100%; }
}

.analyzing-gif {
  display: block;
  margin: 0 auto 1rem;
  width: 64px;
  height: 64px;
}

.option-radio:checked + .option-label {
  background-color: #f7cbd9 !important;   
  border-color:     #ec4899 !important;   
  color:            #581226 !important;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.accordion-content.open {
  padding-bottom: 1rem;
}


/* Carrosel */
  
  .splide__arrow {
    
    background: #581c37; 
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 1; 
  }


  .splide__arrow svg {
    fill: #FFFFFF;
    width: 20px; 
    height: 20px;
  }

 
  .splide__arrow:focus {
    outline: none;
    box-shadow: none;
  }

  
  .splide__arrow--prev {
  
    left: -4rem; 
  }


  .splide__arrow--next {
   
    right: -4rem;
  }


  @media (max-width: 1024px) {
    .splide__arrow--prev {
      left: 0.5rem; 
    }
    .splide__arrow--next {
      right: 0.5rem; 
    }
  }

/* Footer */

footer .container {
  max-width: 1100px;
}
footer a:hover {
  opacity: 0.75;
}
footer .statements {
  font-size: 0.7em;
}
footer .small {
  font-size: 0.8em;
}

.statements p {
  color: white;
}



/* timeline container */
.timeline {
  position: relative;
  padding: 2rem 0;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #581226;
  transform: translateX(-50%);
}

/* each item */
.timeline__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 6rem;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .6s ease-out, transform .6s ease-out;
}
.timeline__item.reverse {
  flex-direction: row-reverse;
}
.timeline__item.viewing {
  opacity: 1;
  transform: translateY(0);
}

/* the circular marker */
.timeline__marker {
  flex: 0 0 3rem;
  width: 3rem;
  height: 3rem;
  background-color: #E5A4B9;
  border: 3px solid #581226;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
.timeline__item.reverse .timeline__marker {
  margin-left: 1rem;
  margin-right: 0;
}

/* the content box */
.timeline__content {
  flex: 1;
  background-color: #F6E1E8;
  border: 3px solid #581226;
  border-radius: 0.5rem;
  padding: 1rem;
}



    /* Testimonials */

    .customer-reviews h4 {
        margin-bottom: 15px;
    }

    .customer-reviews span {
        font-size: 40px;
        font-weight: 900;
    }

    .customer-reviews p {
        margin: 10px 0 20px 0;
        font-size: 18px;
    }

    .customer-reviews .stars i {
        font-size: 26px;
    }

    @media(max-width: 991px) {
        .texts h4 {
            font-size: 17px;
        }
    }

    .name p,
    .text-user p {
        color: #565959;
        font-size: 16px;
    }

    .user-name .user {
        max-width: 100px;
        max-height: 100px;
        border-radius: 100%;
        float: right;
    }

    @media(max-width: 991px) {
        .user-name .user {
            float: inherit;
            margin: 0;
            max-width: 68px;
            max-height: 68px;
        }
    }

    .user-name .user img {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        object-fit: cover;
    }

    .purchase {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: solid 1px var(--primary-color);
    }

    .purchase img {
        max-width: 50px;
    }

    .purchase p {
        margin: 0;
    }

    #testimonials .card {
        border: 0;
        padding: 1.5rem;
        text-align: left;
        background-color: transparent;
        border-bottom: 1px solid #ddd;
        border-radius: 0px;
    }

    #testimonials .card:last-of-type {
        border-bottom: 0;
    }

    #testimonials .card-container {
        background-color: #f6f6f6;
        border-radius: 15px;
        border: 1px solid rgb(0, 0, 0, 0.1);
    }

    #testimonials .col-lg-12 {
        padding: 0px;
    }

    #testimonials .card h4 {
        color: #000;
        font-weight: 700;
        text-align: left;
    }

    #testimonials .stars i {
        color: #E2961A;
    }

    #testimonials .reviewed-on {
        color: #828989;
        font-size: 14px;
        margin: 0;
    }

    #testimonials .verified {
        color: #565959;
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 1em;
    }

    #testimonials .verified span:last-of-type {
        color: #de7921;
    }

    #testimonials .verified div {
        width: 1px;
        height: 16px;
        background-color: #bdbdbd;
    }

    #testimonials .purchase {
        display: flex;
        gap: 0.5rem;
        margin-bottom: 0.5rem;
        padding-bottom: 0;
        border-bottom: none;
        align-items: center;
    }

    #testimonials .purchase img {
        max-width: 35px;
        border-radius: 100%;
    }

    #testimonials .purchase p {
        margin: 0;
    }

    #testimonials .user {
        max-width: 200px;
        margin-bottom: 1rem;
    }

    @media(max-width: 991px) {
        #testimonials .user {
            float: inherit;
            margin: 0px;
        }
    }

    #testimonials .user img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    @media(max-width: 991px) {
        #testimonials .user img {
            margin-bottom: 1rem;
        }
    }

    #testimonials .helpful-report {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
        font-size: 14px;
    }

    #testimonials .helpful-report .helpful {
        border: solid 1px var(--text-color);
        border-radius: 30px;
        padding: 5px 25px;
    }

    #testimonials .helpful-report .share {
        display: flex;
        gap: 0.5rem;
        align-items: center;
    }

    #testimonials .helpful-report .report {
        color: #979797;
    }


    #loading-text { opacity: 1; transition: opacity 0.6s; }
    #loading-text.opacity-0 { opacity: 0; }