@media (max-width: 767.98px) {
  /* Hide side images on mobile */
  .left-img,
  .right-img {
    display: none !important;
  }

  .hover-effect-container {
    height: auto !important;
  }

  .hover-effect-container img {
    height: auto !important;
  }

  #playButton {
    font-size: 2.5rem !important;
  }

  .dream-beauty-text {
    font-size: 2.2rem !important;
  }

  .welcome-text {
    font-size: 1rem !important;
  }

  .watch-video-text {
    font-size: 3rem !important;
  }
}

.noUi-handle::before,
.noUi-handle::after {
  content: none !important;
  display: none !important;
}
 .table-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 2rem auto;
    max-width: 1200px;
    position: relative;
  }

   .table-col .table-cell{
    height: 70px;

   }
  .table-col {
    display: flex;
    flex-direction: column;
    position: relative;
    border-right: 1px solid #ddd;
    transition: all 0.2s ease;
    background: white;
    z-index: 1;
  }

  .table-col:last-child {
    border-right: none;
    
    
  }

.table-col:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12);
  border-bottom: 2px solid #e76bf3;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 10;
}

/* Apply gradient to the header inside on hover of parent */
.table-col:hover .table-header {
  background: linear-gradient(135deg, #ef7f44, #ca6ae0);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #ca6ae0;
  color: white; /* optional: make text more readable */
  transition: all 0.1s ease;
}

/* Optional: stronger border around entire column if needed */
.table-col:hover {
  border-top: 2px solid #ca6ae0;
  border-left: 2px solid #ef7f44;
  border-right: 2px solid #ca6ae0;
  border-radius: 1rem 1rem 0 0;
}
  .table-header {
    height: 75px;
    background:#dbaff5;
    color: #000000;
    padding: 1.2rem;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    font-size: 1rem;
  }
  .table-col .table-header:hover {
    background: linear-gradient(135deg, #ef7f44, #ca6ae0);

  }

  .table-cell {
    color:#000;
    padding: 1rem;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 0.95rem;
    background: #fff;
  }

  .table-col:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12);
  z-index: 10;
}

/* Round ONLY top-left and top-right corners on hover */
.table-col:hover .table-header {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  overflow: hidden;
}

/* Optional: round top corners of first cell below header slightly too */
.table-col:hover .table-cell:first-of-type {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

  /* Responsive */
  @media (max-width: 768px) {
    .table-wrap {
      grid-template-columns: 1fr;
    }
    .table-col {
      border-right: none;
    }
  }

   .noUi-horizontal .noUi-tooltip {
    display: none!important;
    }
    .noUi-connect
 {
   background: radial-gradient(#000000, #000000) !important;}
    .image-shadow-wrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px; /* Optional rounded corners */
    }

    .image-shadow-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to top, rgb(0 0 0), #00000005);
    pointer-events: none;
    }



    .sofiad {
        color: #fff!important;
    }
   
.slick-sliders {
    margin-left: 10%;
    width: 80%;
}
.place-slider__nav {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.place-slider__prev,
.place-slider__next {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
}



.big-font{
  font-size: 7.3rem;
  font-family: sans-serif;
  opacity: 0.09;margin-top: -95px;
  background: linear-gradient(63deg, #ef7f44, #ca6ae0);
  -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
  display: inline-block;
}

  .ribbon {
      white-space: nowrap;
      position: relative;
      background: transparent;
      padding: 10px 0;
    }

    .ribbon-text {
    display: inline-block;
    padding-left: 100%;
    animation: move-ribbon 30s linear infinite;
    font-size: 5.5rem;
    font-weight: bold;
    color: transparent; /* Make text transparent */
    -webkit-text-stroke: 2px #ff00ff; /* Set border color and thickness */
    }

    @keyframes move-ribbon {
      0% {
        transform: translateX(0);
      }

      100% {
        transform: translateX(-100%);
      }
    }
        .ribbon-text .star {
        color: #000000;
        text-shadow: none; /* remove pink border from star */
        }

.custom-box
 {
    margin-top: -40px;
    float: right;
    width: 16%;
    border-radius: 10%;
    max-width: 302px;
    padding: 20px;
    background: #fff;
    transform: rotate(7deg);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.custom-title {
    font-size: 12px;
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #333;
}

.rounded-card {
    border-radius: 20px;
}

.arrow-btn {
  width: 36px;
  height: 36px;
  background: white;
  border-radius: 50%;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  transition: 0.3s;
}
.arrow-btn:hover {
  background: linear-gradient(135deg, #f77ce7, #9b68f0);
  color: white;
}
.testimonial-card {
  background: #fff;
  border-radius: 16px;
  min-height: 40px;
  background-image: linear-gradient(180deg, #f4edff 0%, #ffffff 40%);
}
.testimonial-slick .slick-slide > div {
  height: 100%;
}

.testimonial-slick .rounded-card {
  padding: 1.5rem !important;
  min-height: 60px;
  max-height: 100%;
}

.testimonial-slick p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.testimonial-slider-left {

 margin-top: 10%;margin-left: 53%;
}

.testimonial-slider-right {

 margin-top: 10%;margin-right: 52%;
}

.accordion {
  list-style: none;
  padding: 0px;
  margin: 0 auto;
  max-width: 69%;
}

.accordion li {
  border: 1px solid #ddd;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.accordion-title {
  margin: 0;
  background: #ffffff; /* Default: white */
  padding: 20px 20px !important;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  color: #000000; /* Default: black text */
  border-radius: 12px 12px 0 0;
  transition: background 0.3s ease, color 0.3s ease;
}

/* When open (li has .active), change to gradient + white text */
.accordion li.active .accordion-title {
  background: linear-gradient(135deg, #ef7f44, #e76bf3);
  color: #ffffff;
}

.accordion-title a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.accordion-content {
  display: none;
  padding: 15px 20px;
  background-color: #f9f9f9;
  color: #333;
  animation: fadeIn 0.4s ease-in-out;
  line-height: 1.6;
}

.accordion a:after {
  content: "\f067";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-60%);
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  
  background-color: #fff;
  color: #e76bf3;
  border-radius: 50%;
  box-shadow: 0 0 6px #e76bf3;
  font-size: 12px;
}


.accordion li.active .accordion-content {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}


  input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #e76bf3, #ef7f44); /* Track color */
    border-radius: 5px;
    outline: none;
  }

  /* WebKit thumb (dot) */
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background: #ca6ae0; /* Thumb color */
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #fff;
    margin-top: -7px; /* Align thumb vertically with track */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  /* Mozilla Firefox */
  input[type="range"]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    background: #ca6ae0;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
  }

  input[type="range"]::-moz-range-track {
    background: linear-gradient(to right, #e76bf3, #ef7f44);
    height: 6px;
    border-radius: 5px;
  }

.accordion-title .end-box {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: linear-gradient(135deg, #e76bf3, #ef7f44);
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\f067"; /* optional for pseudo version */
}

/* Insert plus icon manually */
.accordion-title .end-box::before {
  content: "\f067";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.text-warning.fs-5 {
  white-space: nowrap;
}






   .faq-container {
      position: relative;
    }

    /* Left vertical line */
    .faq-container::before {
      content: '';
        position: absolute;
        left: 24px;
        top: 20px;
        bottom: 0;
        width: 0.09rem;
        background: linear-gradient(45deg, #ffc43f, #d67ce3);
        z-index: 3;
    }

    .accordion-item {
      background-color: transparent;
      border: none;
      position: relative;
     padding-top: 0px!important;
     padding-bottom: 0px!important;
    }

    .accordion-header {
      position: relative;
    }

    .accordion-button {
      position: relative;
      background-color: #fff;
      border-radius: 10px;
      padding: 1rem 3.5rem 1rem 2rem;
      box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
      z-index: 2;
      transition: all 0.3s ease;
      overflow: hidden;
    }

    .accordion-button.collapsed {
      color: #000;
      background-color: #fff;
    }

    .accordion-button:not(.collapsed) {
      color: #fff;
      background: linear-gradient(45deg, #f27c57, #d17cfb);
    }

    .accordion-body {
      background-color: #fff;
      border-radius: 0 0 10px 10px;
      padding: 1rem 2rem;
      z-index: 2;
      position: relative;
    }

    /* Left side circle */
    
    .timeline-dot {
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        background: linear-gradient(135deg, #ffffff, #ffffff);
        border-radius: 50%;
        border: 1px solid #cd20b1;
        z-index: 9999;
    }

    /* Right gradient bar */
    .plus-bar {
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      height: 100%;
      background: linear-gradient(45deg, #f27c57, #d17cfb);
      z-index: 0;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
    }

    .plus-icon {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      background: #fff;
      color: #d17cfb;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      z-index: 2;
      transition: transform 0.3s ease;
    }

    .accordion-button[aria-expanded="true"] .plus-icon i {
      transform: rotate(45deg);
    }

    .accordion-button::after {
      display: none;
    }