/********** Template CSS **********/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
}
/*** Spinner ***/


.bg-light-pink{
background-color: #f2f0f7!important;
}

span.font-ivrea {
    font-weight: 600;
    font-style: normal;
    color: #8254bc;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

img.animated.pulse {
    animation-duration: 5s;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

.margin-top-10{
    margin-top:-75px;
}

.navbar {
    padding: 11px 0 !important;
    height: 70px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 45px;
    padding: 0;
    color: #7b5db6;
    font-weight: 500;
    transition: .5s;
    outline: none;
    /* font-size: 1.5rem; */
    font-size: 1rem;
    font-weight:700;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    /* color: var(--bs-white); */
    color: #421e7c;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        padding: 0 15px;
        background: #f2f0f7;
        /* background: var(--bs-primary); */
    }

    .flexmobile {
        flex-direction: column-reverse;
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        /* padding: 10px 0; */
        padding: 10px 10px;
    }

    .navbar-nav {
        display: block;
        padding-left: 10px;
        height: auto;
    }

    .uses-hampoo p {
        font-size: 0.9rem;
        color: #1d1349;
        line-height: 1.1;
    }


}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Hero Header ***/
.hero-header {
    position: relative;
    margin-top: -85px;
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.hero-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.hero-header .container {
    position: relative;
    z-index: 1;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-light);
}


/*** Feature ***/
.feature-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.feature-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}


/*** Deal ***/
.deal {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.deal::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.deal .bg-white {
    position: relative;
    z-index: 1;
}

.deal .cdt span {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: 200;
    text-transform: capitalize;
}


/*** How To Use ***/
.how-to-use {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.how-to-use::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.how-to-use .container {
    position: relative;
    z-index: 1;
}

.how-to-use .border {
    border-color: rgba(255, 255, 255, .2) !important;
}


/*** Product ***/
.product-item {
    transition: .1s;
}

.product-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(144, 188, 121, .25);
}

.product-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Testimonial ***/
.testimonial {
    position: relative;

    background-size: cover;
}

.testimonial::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.testimonial .testimonial-carousel {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
    /* border-color: rgba(255, 255, 255, .2) !important; */
    background:#7b5db6;
    margin: 0 auto 20px auto;
    border-radius: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: none;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8254bc;
    border: 3px solid rgba(255, 255, 255, .2);
    border-radius: 30px;
    transition: .5s;
}


.testimonial-carousel .owl-item {
    transition: transform 0.3s ease, z-index 0.3s ease;
  }
  
  .testimonial-carousel .owl-item.active {
    transform: scale(0.95);
    z-index: 1;
  }
  
  .testimonial-carousel .owl-item.centered {
    transform: scale(1.1);
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
  }
  

  


.owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
  }
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    position: absolute;
    border: none;
    color: #fff;
    font-size: 1rem;
    background-color: #8254bc4d; /* semi-transparent purple */
    background-image: url('/img/bubblearrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .owl-nav .owl-prev {
    left: -45px;
  }
  .owl-nav .owl-next {
    right: -45px;
  }
  

.testimonial-carousel .owl-dot.active {
    /* background: var(--bs-dark); */
    background: #1d1349;
}

.btn-primary {

    background-color: #8254bc;
    border-color: #8254bc;
}

.btn-primary:hover {
    background-color: #1d1349;
    border-color: #1d1349;
}

.accordion-button {
    font-size: 25px;
    font-weight:600;
}




/*** Blog ***/
.blog-item {
    transition: .1s;
}

.blog-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(144, 188, 121, .25);
}

.blog-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Contact ***/
.contact-info-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.contact-info-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}


/*** Newsletter ***/
.newsletter {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.newsletter::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.newsletter .container {
    position: relative;
    z-index: 1;
}

.newsletter .form-control {
    background: rgba(255, 255, 255, .3);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--bs-body);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 3px solid var(--bs-light);
}

.footer .copyright a {
    color: var(--bs-body);
}

.footer .copyright a:hover {
    color: var(--bs-primary);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 3px solid var(--bs-light);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

p{
    color:#8254bc; 
}

.font-dark{
    color:#1d1349!important;
}

.font-light{
    color:#8254bc!important;
}

.strong{
    font-weight: 700;
}

.movingstrip {
    position: fixed;
    bottom: 0; /* or top: 0 depending on where you want it */
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #ffe6eb; /* matches bg-light-pink if you're using that */
    overflow: hidden;
}

/* .font-title{
    color:#8254bc;
} */

h2, .h2 {
    font-size: 40px;
}

.section-bg-lice {
    /* padding: 50px 0; */
    background-image: url('/img/lice-hurt-bg.jpg');

}

.left-bg {
    /* background:
        linear-gradient(to bottom, #e4e3df 0%, #ffffff 10%, #ffffff 90%, #e4e3df 100%),
        linear-gradient(to right, #e4e3df 0%, #e4e3df 30%, #ffffff 90%, #e4e3df 100%);
    background-blend-mode: overlay; */
}

.right-bg {
    /* background:
        linear-gradient(to bottom, #e4e3df 0%, #ffffff 10%, #ffffff 90%, #e4e3df 100%),
        linear-gradient(to left, #e4e3df 0%, #e4e3df 30%, #ffffff 90%, #e4e3df 100%);
    background-blend-mode: overlay; */
}

img.imgwidth {
    width: 150px;
}

.img-thumbnail {
  border:none;
  cursor:pointer;
}

img.img-thumbnail.active {
    border: 2px solid #8254bc;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
    font-family: "Montserrat", sans-serif;
}

/* .faq-bak {
    background-image: url('/img/faq-bg.jpg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
} */


/* .faq-bak {
    background-image: url('/img/faq-bg.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%; 
  } */


  /* .faq-bak {
    position: relative;
    display: flex;
    background-color: #f9f9f9;
  }


  .faq-bak::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 400px; 
    height: 100%;
    background-image: url('/img/faq-bg.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    z-index: 0;
  } */


.site-light {
    font-weight: 400;
}


img.review-thumb {
    width: 150px;
}

.video-thumbnail-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.video-thumbnail-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* Play Button */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(130, 84, 188, 0.85); /* #8254bc with opacity */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.play-button i {
    color: white;
    font-size: 28px;
    margin-left: 5px;
}

.video-thumbnail-container:hover .play-button {
    background: rgba(130, 84, 188, 1);
    transform: translate(-50%, -50%) scale(1.1);
}



.btn-close-white {
    filter: invert(1);
    opacity: 0.8;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
}

.img-thumbnail {
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid transparent;
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}
.img-thumbnail:hover {
    border-color: #8254bc;
}
.img-thumbnail.active {
    border-color: #8254bc;
    box-shadow: 0 0 12px rgba(130, 84, 188, 0.6);
    transform: scale(1.02);
}
.thumbnails .col-3 {
    padding: 0 5px; /* Adjust spacing between thumbnails */
}

   .carousel-item {
    position: relative;
}

/* .carousel-caption {
    position: absolute;
    left: 0;
    top: 70px;
    padding: 2rem;
    border-radius: 0 8px 8px 0;
    width: 50%; 
    max-width: 600px;
} */

.carousel-caption {
    position: absolute;
    /* left: 0; */
    left: 20px;
    /* top: 50%; */
    /* top: 10px; */
    top: 50%;
    transform: translateY(-50%);
    /* padding: 2rem; */
    padding: 2rem 0;
    /* background: rgba(0, 0, 0, 0.5);  */
    border-radius: 0 8px 8px 0;
    /* width: 50%; */
    width:100%;
    /* max-width: 600px; */
}

.carousel-caption h5 {
    font-size: 40px;
    font-weight: bold;
}

img.imgbanner {
    height: 100vh;
    margin-left: auto;
}

.carousel-caption p {
/* font-size: 20px; */
/* letter-spacing: 2px; */
color: #8d70c3;
}


.container-fluid.sticky-top.bg-primary.shadow-sm {
    background-color: #f2f0f7!important;
}

.moving-strip {
    color: #7b5db6;
    font-size: 16px;
}

.ticker-carousel .item {
    padding: 0 20px;
    position: relative;
    text-align: center;
    font-size: 1.5rem;
    white-space: nowrap;
}



.ticker-carousel .owl-item:last-child .item:after {
    display: none;
}

/* Override Owl Carousel dots */
.ticker-carousel .owl-dots {
    display: none !important;
}

.mar_top {
    margin-top: -70px;
}

section {
    padding: 60px 0;

   
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #421e7c;
}


.carousel-indicators {
    bottom: 60px;
}


.quiz-container {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 10px;
    border-radius: 20px;
    width: 100%;
    margin: auto;
    background-color: #8254bc;
}

.quiz-step {
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 15px;
}



form.formstyle {
    padding: 20px 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.formstyle label {
    font-size: 1rem;
    color: #1d1349;
    font-weight: 500;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #1d1349;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #7b5db687;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* .linearbggradient{
    background: linear-gradient(
        to bottom,
        #eae1ff 0%,
        #fbfafd   10%,    
        #ffffff 50%,        
        #fbfafd   90%,     
        #eae1ff 100%
    );
}


.lineartopgradient{
    background: linear-gradient(
        to top,
        #eae1ff 0%,
        #fbfafd   10%,    
        #ffffff 50%,        
        #ffffff   90%,     
        #ffffff 100%
    );
} */
.step { 
    display: none; 
    animation: stepfadeIn 0.3s ease-in-out; 
  }
  .step.active { 
    display: block; 
  }

  .step-2{
    max-height:300px;
    overflow-y: auto;
  }
  
  .step-indicator { 
    display: flex; 
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
  }
  
  .step-circle {
    width: 40px; 
    height: 40px;
    border-radius: 50%;
    background: #e9ecef;
    color: #6c757d;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
  }
  
  .step-circle.active { 
    background: #8254bc; 
    color: white;
    box-shadow: 0 0 0 5px rgba(130,84,188, 0.2);
  }
  
  .step-line {
    width: 60px;
    height: 2px;
    background: #e9ecef;
    margin: 0 5px;
  }


  .siteintended {
    font-size: 14px;
    color: #fff;
}

a.back-to-top {
    border: 1px solid;
}
  
  @keyframes stepfadeIn { 
    from { opacity: 0; transform: translateY(10px); } 
    to { opacity: 1; transform: translateY(0); } 
  }
  
  .question-card {
    background-color: #f8f9fa;
    border-left: 4px solid #8254bc;
  }
  
  .question-card:hover {
    background-color: #f1f3f5;
  }
  
  .result-card {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
  }
  
  .result-icon {
    color: #8254bc ;
  }
  
  .btn-check:checked + .btn-outline-primary {
    background-color: #8254bc ;
    color: white;
  }


.leftbubble {
    position: relative;
    overflow: hidden;
    /* padding: 90px 0 60px 0; */
}

.texthead {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%);
}



.vertical-button {
    position: fixed;
    right: 55px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right top;
    background: #8254bc;
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    z-index: 1000;
    white-space: nowrap;
}

.uses-hampoo p {
    font-size: 1rem;
    font-weight: 600;
    font-style: italic;
    color: #1d1349;
}

h5.title-head {
    display: inline-block;
    padding: 5px;
    background: #f2f0f7;
}

        /* Hover effect */
        .vertical-button:hover {
            background: #1d1349;
        }

        .brright {
    border-right: 1px solid;
}

.blleft {
    border-left: 1px solid;
}




    .popup {
        position: absolute;
        display: none;
        padding: 1.5rem;
        background: white;
        border-radius: 12px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        z-index: 1000;
        width: 300px;
      }
      
      .popup.show {
        opacity: 1;
        transform: translateY(0);
      }
      
      .close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 20px;
        cursor: pointer;
        color: #666;
      }
      
      .blob-bubble.burst {
        animation: burst 0.3s forwards;
        pointer-events: none;
      }
      
      @keyframes burst {
        0% { transform: scale(1); opacity: 1; }
        100% { transform: scale(1.5); opacity: 0; }
      }


    .blob-bubble {
        width: 150px;
        height: 150px;
        margin: 10px;
        background: 
          radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.05)),
          url('/img/bubbleblub.png'); 
        background-size: cover;
        background-blend-mode: screen;
        border-radius: 50% 60% 50% 60% / 60% 50% 60% 50%;
        backdrop-filter: blur(10px) saturate(1.8);
        transition: transform 0.3s ease, opacity 0.5s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 20px;
        color: rgba(74, 46, 117, 0.5);
        pointer-events: auto;
        user-select: none;
        border: 1px solid rgba(255, 255, 255, 0.3);
        cursor: pointer;
        position: absolute;
        animation: float 8s ease-in-out infinite;
      }
      
      .blob-bubble:hover {
        /* transform: scale(1.05) !important; */
        animation-play-state: paused;
      }
      
      /* Individual bubble positions and animations */
      .bubble1 {
        top: 90px;
        height: 100px;
        width: 100px;
        left: 20%;
        animation: float 7s ease-in-out infinite;
        background: 
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.05)),
        url('/img/bubbleblob_35.png'); 
        background-size: contain;
    }
    .bubble2 {
        top: 114px;
        width: 120px;
        height: 120px;
        left: 54%;
        animation: float 9s ease-in-out infinite 1s;
        background: 
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.05)),
        url('/img/bubbleblob_30.png'); 
        background-size: contain;
    }
      .bubble3 {
        top: 20%;
        width: 200px;
        height: 200px;
        left: 33%;
        animation: float 8.5s ease-in-out infinite 1.5s;
        background: 
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.05)),
        url('/img/bubbleblob_60.png'); 
        background-size: contain;
    }


    .bubble4 {
        width: 60px;
        height: 60px;
        left: 30%;
        background: 
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.05)),
        url('/img/emtybubble.png'); 
        background-size: contain;
    }

    .bubble5 {
        width: 80px;
        height: 80px;
        right: 32%;
        top: 12px;
        background: 
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.05)),
        url('/img/emtybubble.png'); 
        background-size: contain;
    }
      

      .bubble-container {
        position: relative;
      }
      
      .bubble {
        display: inline-block;
        /* background: #a0d2eb; */
        border-radius: 50%;
        padding: 20px;
        cursor: pointer;
        transition: transform 0.2s ease;
        font-size: 24px;
      }
      
      .bubble.burst {
        animation: burst 0.3s forwards;
      }
      
      @keyframes burst {
        0% { transform: scale(1); opacity: 1; }
        100% { transform: scale(1.4); opacity: 0; }
      }
      
      #popup {
        position: absolute;
        display: none;
        padding: 1rem;
        background: white;
        border-radius: 8px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        z-index: 1000;
      }
      
      #popup.show {
        opacity: 1;
        transform: translateY(0);
      }
      


      #popup {
        position: absolute;
        display: none;
        padding: 1rem;
        background: white;
        border-radius: 8px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        z-index: 1000;
      }
      #popup.show {
        opacity: 1;
        transform: translateY(0);
      }

      
      
      .close-btn {
        position: absolute;
        top: 8px;
        right: 12px;
        font-size: 18px;
        cursor: pointer;
      }
      
      @keyframes float {
        0% {
          transform: translate(0, 0) rotate(0deg);
        }
        25% {
          transform: translate(-10px, -15px) rotate(2deg);
        }
        50% {
          transform: translate(5px, -5px) rotate(-1deg);
        }
        75% {
          transform: translate(8px, -12px) rotate(1deg);
        }
        100% {
          transform: translate(0, 0) rotate(0deg);
        }
      }
      
      .blob-bubble {
        animation: float 8s ease-in-out infinite;
      }
      
      .bubble1 { 
        animation: float 7s ease-in-out infinite;
        animation-delay: 0s;
      }
      .bubble2 { 
        animation: float 9s ease-in-out infinite;
        animation-delay: 1s;
      }
      .bubble3 { 
        animation: float 8.5s ease-in-out infinite;
        animation-delay: 1.5s;
      }


      @keyframes burst {
        0% { 
          transform: scale(1); 
          opacity: 1; 
        }
        50% { 
          transform: scale(1.2); 
          opacity: 0.8; 
        }
        100% { 
          transform: scale(0); 
          opacity: 0; 
        }
      }
      
      .blob-bubble.burst {
        animation: burst 0.4s forwards;
        pointer-events: none;
      }


      .container.bubblecovercontainer {
        position: absolute;
        top: 50%;
        right: 10px;
        width: 100%;
      }

  
    
      .accordion-button {
        display: block;
    }

      .accordion-button::after {
        position: absolute;
        right: 5px;
    }


    
    .socialtext {
        /* color: #8254bc; */
        color: #fff;
        /* display: block; */
        font-weight: 700;
        font-size: 15px;
    }


    .footerbg {
        background: #8254bc;
    }
    div#img-bubble-cover {
        overflow: hidden;
        position: relative;
    }
    
    .siteintended a {
        color: #fff;
    }
    
    section.sadbubble-banner {
        text-align: center;
    }
    
    .circlesection {
        /* padding: 390px 0; */
        padding: 450px 0;
        padding-bottom: 0px;
        position: relative;
    }

    /* .circlesection::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5));
        pointer-events: none; 
        z-index: 2;
    } */
    
    .quizcontainer {
        background-color: white;
        border-radius: 20px;
        padding: 10px;
        /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
        text-align: center;
    }
    
    
    img.sad-child {
        height: 80vh;
        margin: auto;
        max-width: 100%;
    }
    
    /* h2 {
        color: #333;
        margin-bottom: 20px;
    }
    p {
        color: #666;
        margin-bottom: 30px;
        font-size: 16px;
    } */
    .quiz-button {
        background-color: #4CAF50;
        color: white;
        border: none;
        padding: 12px 25px;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s;
    }
    .quiz-button:hover {
        background-color: #45a049;
    }
    
    .social-icons a {
        color: #fff;
    }
    
    .bubble-wrap {
      position: absolute;
      bottom: -13em;
      /* bottom: 0; */
      padding: 0;
    }
    
    .bubble {
      border-radius: 5em;
      /* box-shadow: 1px 1px 7px rgba(204, 204, 204, 0.7); */
      height: 4em;
      width: 4em;
      cursor: pointer;
      background-image: url('/img/emtybubble.png');
    background-size: contain;
    
    }
    
    .explosion {
      color: white;
      position: fixed;
      transform-origin: center;
      /* font-family: "Tillana", sans-serif; */
      font-weight: 700;
      font-size: 20pt;
    }
    
    
    .video-wrapper-shorts {
        background: #000;
        margin: 0;
        padding: 10px;
    }
    
    
    .store-link {
        display: contents;
        margin: 0px;
        border-radius: 12px;
        overflow: hidden;
        text-decoration: none;
        background-color: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        padding: 6px;
        border-top: 1px solid #f8f8f8;
    }
    
    .store-link img {
      display: block;
      max-width: 100%;
      height: auto;
      transition: transform 0.3s ease;
      border-radius: 8px;
      width:65px;
    }
    
    .store-link:hover {
      transform: translateY(-5px) scale(1.03);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    }
    
    .store-link:hover img {
      transform: scale(1.05);
    }
    
    
    .text-dark {
        color: #8254bc !important;
    }
    
    .testimonial-card {
        scroll-snap-align: start;
        background: #fff;
        border-radius: 0px;
        border: 1px solid #8254bc;
        /* box-shadow: 0 4px 12px rgba(0,0,0,0.3); */
        padding: 0;
        /* text-align: center; */
        height: 100%;
        margin-bottom: 0;
        margin: 10px;
        border-radius: 15px;
        position: relative;
        transition: background-color 0.8s ease, color 0.8s ease;

    }


    #rssBlock {
        position: fixed;
        bottom: 0;
        width: 100vw;
        height: 50px;
        background: #ffe6eb;
        overflow: hidden;
        display: flex;
        align-items: center;
        font-family: "Montserrat", sans-serif;
        z-index: 9999;
        padding: 0 10px;
      }
      
      /* Ensure text scales on smaller screens */
      #rssBlock span {
        font-size: 1.5rem;
        font-weight: 400;
        color: #8254bc;
        white-space: nowrap;
      }
      
      /* Wrapper to control overflow */
      .marqueeWrapper {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
      }
      
      /* Scrolling content */
      .marqueeContent {
        display: inline-block;
        white-space: nowrap;
        animation: marquee-scroll 12s linear infinite;
      }
      
      /* Duplicate span for seamless loop */
      .marqueeContent span {
        display: inline-block;
        padding-right: 3rem;
      }
      
      /* Animation */
      @keyframes marquee-scroll {
        0% {
          transform: translateX(0%);
        }
        100% {
          transform: translateX(-50%);
        }
      }
      
      /* Responsive tweaks */
      @media (max-width: 576px) {
        #rssBlock {
          height: 50px;
        }
      
        #rssBlock span {
          font-size: 16px;
        }
      }
      





      /* .testimonial-card::after {
        content: '';
        background-image: url('/img/testimonialbubble.png');
        width: 100px;
        height: 100px;
        background-size: contain;
        z-index: 99;
        position: absolute;
        background-repeat: no-repeat;
        right: 10px;
        bottom: 30px;
        background-position: right;
        animation: vibrate 0.9s linear infinite;
        animation-delay: 2s;
        animation-iteration-count: infinite;
        opacity: 0.5;
    }


      .testimonial-carousel .owl-item.centered .testimonial-card::after {
        background-image: url('/img/bubblecenter.png');
      }
      

    @keyframes vibrate {
        0% { transform: translate(0); }
        20% { transform: translate(-2px, 2px); }
        40% { transform: translate(-2px, -2px); }
        60% { transform: translate(2px, 2px); }
        80% { transform: translate(2px, -2px); }
        100% { transform: translate(0); }
      } */


      .sharingtext{
        top:37.5%;
        transform: translateY(-37.5%);
      }

    
    .testimonial-item {
        height: 265px;
        margin: 5px;
    }

    .testimonial-carousel .owl-item.centered .testimonial-card{
        background: #8254bc;
    } 

    .testimonial-carousel .owl-item.centered h5 {
        color:#fff!important;
    }

    .testimonial-carousel .owl-item.centered p.lh-base.font-dark{
        color:#fff!important;
    }

    .testimonial-carousel .owl-item.centered p.lh-base.font-dark .font-ivrea{
        color:#fff!important;
    } 

    .testimonial-carousel .owl-item.centered .testimonial-footer{
        color:#fff; 
    }

    .brbellow{
        border-bottom: 1px solid ;
    }
    
    .video-wrapper {
      position: relative;
      width: 100%;
    
      overflow: hidden;
      border-radius: 8px;
    }
    
    .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .testimonial-footer .star-rating i {
        font-size: 1rem;
        margin-right: 2px;
      }
      
      .testimonial-footer .review-date {
        font-size: 0.85rem;
      }
    



      .testimonial-footer {
        color: #8254bc;
        position: absolute;
        width: 100%;
        bottom: 15px;
        padding: 0 10px;
    }
    
    .circle-layout {
        position: relative;
        max-width: 30%;
        margin: 0 auto;
        /* padding-top: 100px; */
    }
    
    img.center-image {
        width: 100%;
        margin: auto;
     
    }

    .stat-content {
        display: flex;
    }
    
    .stat-box {
        position: absolute;
        /* width: 250px; */
        width: 300px;
        text-align: center;
        font-size: 14px;
        color: #1d1349;
        transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
        cursor: pointer;
        transform-origin: center center;
        /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); */
        background: #fff;
        border-radius: 12px;
        padding: 10px;
    }
    

      .stat-box:hover {
        background-color: #f5f4fc;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
        z-index: 5;
      }
    
    .stat-box img {
        /* width: 150px; */
        height: 120px;
        margin-bottom: 8px;
    }
    
    /* Positions for large screens */
    .stat-top {
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%);
    }
    
    .stat-left {
        right: 100%;
        top: 25%;
        transform: translateY(-50%);
        text-align: left;
    }
    
    .stat-right {
        left: 100%;
        top: 25%;
        transform: translateY(-50%);
    }
    /* .stat-number {
        font-size: 22px;
        font-weight: bold;
        color: #8C4AD8;
        display: inline-block;
    } */

    .stat-number {
        font-size: 60px;
        font-weight: bold;
        color: #8C4AD8;
        display: inline-block;
    }


    .statcontenttext {
        display: inline-block;
        /* width: 67%; */
        margin-left: 10px;
        padding-left: 10px;
        vertical-align: middle;
        border-left: 1px solid #f1f1f1;
    }
    



.quizcover{
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding:10px;
    border-radius: 20px;
    width:100%;
    margin: auto;
    text-align: center;
  }
  
  button.btn.next-btn {
      background: #fff;
      border-radius: 20px;
      color: #8254bc;
      padding: 2px 20px;
  }
  
  button.btn.btn-light.back-btn {
    background: #fff;
      border-radius: 20px;
      color:#8254bc;
      padding: 2px 20px;
  }
  
  button.btn.btn-light-purple.answer-btn.selected {
      background: #72348f;
      color: #fff;
  }
  
  .quiz-step h4 {
      color: #fff;
  }
  
  .quiz-result-card {
     
      border-radius: 20px;
      /* background: linear-gradient(to bottom, rgb(123, 93, 182) 0%, #d6cce9 50%, rgb(123, 93, 182) 100%); */
      background: #8254bc;
   width:100%;
      margin: 2rem auto;
      padding: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  
  .result-cover {
      border: 1px solid #fff;
      padding: 10px;
      border-radius: 20px;
  }
  
  .btn-light-purple {
      background-color: white;
      color: rgb(123, 93, 182);
      font-weight: bold;
      border-radius: 25px;
  }
  
  
  .test-card {
      padding: 10px;
      font-size: 15px;
  }
  
  .owl-carousel .owl-stage {
  
      margin: 10px 0;
    
  }
  
  
  
  
  
  .btn-purple {
      /* background-color: #72348f; */
      color: white;
      border-radius: 20px;
      padding: 8px 24px;
  }
  
  .btn-light-purple {
      background-color: #fff;
      color: #8254bc;
      border-radius: 20px;
      padding: 2px 24px;
  }
  
  .dot {
      display: inline-block;
      height: 8px;
      width: 20px;
      background-color: #ccc;
      border-radius: 4px;
      margin: 0 3px;
  }
  
  .dot.filled {
      background-color: #72348f;
  }

  .bglightbottle {
    /* background: #faf9ff; */
    background: #f2f0f7;
}

section.bgdarkcolor {
    background: #8254bc;
}

.imgquiz {
    position: relative;
}

.w-65{
    width:70%;
}

@media (max-width: 1100px) {
    .circlesection {

        padding: 490px 0;
        padding-bottom: 0;
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 15px;
    }
}

  
  @media (max-width:768px){
    .quiz-container {
      width: 100%;
  }
  }
    
    /* Responsive adjustments */
    @media (max-width: 768px) {
      .circle-layout {
        padding-top: 0;
      }
    
      .stat-box {
        position: unset;
        transform: unset;
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
    
    
    
    
    
      .center-image {
        margin: 20px auto;
      }
    
      .stat-box img {
        height: 80px;
        margin-bottom: 8px;
        width: auto!important;
        margin: auto;
    }
    
    img.center-image {
        width: 100%;
        margin: auto;
    }
    
    .circle-layout {
        max-width: 100%;
    }
    
    .circlesection {
        /* padding: 180px 0; */
        padding: 250px 0;
        padding-bottom: 0;
        position: relative;
    }

    h5, .h5 {
        font-size: 1.15rem;
    }
    
    }


@media (min-width:1024px){
    h1.font-banner {
        font-size: calc(1rem + 1.5vw);
    }

}


@media (min-width:1200px){
    .banner-carousel p {
        font-size: 1em;
    }


}


@media (min-width:1400px) {
    .banner-carousel p {
        font-size: 1.5em;
    }

    h1.font-banner {
        font-size: calc(1.5rem + 2vw);
    }

    .navbar .navbar-nav .nav-link {
        font-size: 1.2rem;
    }

}

@media (min-width:1500px){
    .circlesection {
        padding: 480px 0;
    }

}

@media (min-width:1600px) {
    .banner-carousel p {
        font-size: 1.7em;
    }

    .ticker-carousel .item {
        font-size: 2rem;
    }

    .uses-hampoo p {
        font-size: 1.5rem;
    }

}


@media (min-width:2650px) {

    .banner-carousel p {
        font-size: 4em;
    }

    .ticker-carousel .item {
        font-size: 4.5rem;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 3rem;
    }
}
@media (max-width: 1200px) {
    .sharingtext {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 992px) {
    .carousel-caption {
        width: 100%;
        border-radius: 0;
        left: 0;
        right: 0;
        top: 80px;
        /* top: auto; */
        transform: none;
    }

    .carousel-caption {
        padding: 4rem 2rem;
    }
}

@media (max-width: 768px) {
    h2, .h2 {
        font-size: 24px;
    }

    body {
        font-size: 14px;
    }

    section {
        padding: 30px 0;
    }

    .accordion-button {
        font-size: 14px;
        font-weight: 600;
    }

    h3 {
        font-size: 20px;
    }

    .testimonial-carousel .owl-dot {
        width: 15px;
        height: 15px;
    }

    .navbar {
        padding: 0px 0 !important;
        height: auto;
    }

    img.imgbanner {
        width: 100%;
        height: auto;
    }

    .faq-bak {
        background-image: none;
    }




    .blob-bubble {
        /* position: absolute; */
        width: 85px;
        height: 85px;
        margin: 5px;

        user-select: none;
    }

    .leftbubble {
        overflow: hidden;
        /* padding: 90px 0 30px 0; */
    }

    .popup {
        width: 90vw;
        font-size: 14px;
        padding: 15px;
      }

      .siteintended {
        font-size: 14px;
    }

    .texthead {
        position: absolute;
        top: 60px;
    }

    .bubble3 {
        top: 20%;
        width: 100px;
        height: 100px;
        left: 60%;
    }

    .blob-bubble.bubble1 {
        width: 60px;
        height: 60px;
        left: 58%;
    }

    .blob-bubble.bubble2 {
        width: 65px;
        height: 65px;
        left: 77%;
        top: 83px;
    }

    .blob-bubble.bubble5 {
        width: 20px;
        height: 20px;
    }

    .blob-bubble.bubble4 {
        width: 25px;
        height: 25px;
        left: 90%;
        top: 20px;
    }

    #popup {
        transform: translate(-50%, -50%)!important;
    }

    .testimonial-card {
        margin: 10px 20px;
    }

    .carousel-indicators [data-bs-target] {
        width: 14px;
        height: 14px;
        cursor: pointer;
    }

}

@media (max-width: 991.98px) {
    .owl-nav .owl-prev {
        left: 0px;
    }

    .owl-nav .owl-next {
        right: 0px;
    }
}

@media (max-width: 540px) {
    h1, .h1 {
        font-size: calc(1rem + 1.5vw);
    }
}