@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: 99;
    }

    /* 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;
    }
    .sub-desc{
      margin: 10px 0px;
      font-size: 18px;
    }
    .mg-t-2{
      padding-top: 238px !important;
    }
    .banner-align-m{
      margin: 45px 0px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .m-top-banner{
      margin-top: 85px;
    }

    .captcha-div{
        margin: 4% 40%;
    }
    .referesh-captch-btn{
        background: transparent;
        border: none;
        color: #000;
        font-size: 25px;
        padding-left: 5px;
    }
    .captchaMessage{
        padding: 2px 0px 15px 5px;
    }
    .msg-contact{
        position: relative;
        top: 54px;
        margin: 0% 85px;
    }
    .title-contact{
        font-size: 35px;
        color: #000000;
        margin-bottom: 55px;
    }
    .contactForm {
        width: 100%;
        max-width: 1000px;
        margin: 110px auto;
        padding: 0px 40px;
    }
    .bg-top-align{
        background-repeat: no-repeat;
        background-position: center -508px;
    }
    .form-select{
        color: #757575 !important;
    }
    .form-select {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23757575' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
        background-repeat: no-repeat !important;
        background-position: right 0.75rem center !important;
        background-size: 16px 12px !important;
        padding-right: 2.5rem !important; /* space for arrow */
    }
    .slide-city{
        font-size: 16px;
    }
    .slide-listing-title{
        font-size: 18px;
        font-weight: bold;
    }
    .box-manage a.tag-link {
      background: transparent;
      padding: 25px 25px 5px 25px;
      color: #160E0B;
      font-weight: 500;
      font-size: 18px;
      line-height: 1.6;
    }
    .box-img-rect{
      background: url('/uploads/pages/rectangle.png');
      background-position: center;
      background-size: auto;
    }
    .col-md-4.box-manage {
        width: 30%;
        margin: 15px 15px;
    }
    .custom-btn-arrow {
      padding: 6px 6px;
      transform: rotate(40deg);
      margin-top: 12px;
    }
    .box-manage a.tag-link:hover, .box-manage a.tag-link:focus, .box-manage a.tag-link:active{
      background-color: unset;
      color: #000;
    }
    .city-boxes{
      margin-top: 30px;
    }
    .m-t-b{
      margin-top: 100px;
    }
    .place-item-p{
      padding: 0px;
      border-radius: 20px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    .post-title{
      font-size: 20px;
      font-weight: bold;
    }
    .section-post .place-title{
      width: 100% !important;

    }
    p.post-card-text {
      font-size: 15px;
      margin: 22px 0;
      line-height: 1.2;
    }
    .read-more {
      display: inline-block;
      font-size: 13px;
      font-weight: 500;
      text-decoration: none;
      background: linear-gradient(90deg, #EC7D51, #C969DF);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      position: relative;
      transition: all 0.3s ease;
      }

    /* underline always visible */
    .read-more::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -3px;
      width: 100%;
      height: 2px;
      background: linear-gradient(90deg, #f46b45, #C969DF);
      transition: background 0.4s ease;
    }

    /* underline color changes on hover */
    .read-more:hover::after {
      background: linear-gradient(90deg, #9733ee, #EC7D51);
    }
    .color-link{
      background: linear-gradient(90deg, #EC7D51, #C969DF);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      position: relative;
      transition: all 0.3s ease;
    }
    .section-post{
      padding-top: 80px;
    }
    .add-space-box{
      padding: 5% 5%;
      margin: 10% 0%;
      text-align: center;
    }
    .title-part h1, .title-part .bg-txt{
      font-size: 40px;
    }

    .cta-btn {
      background: #fff;
      border: 2px solid #ff7e5f;
      border-radius: 30px;
      padding: 12px 30px;
      font-size: 1rem;
      cursor: pointer;
      transition: 0.3s;
      background: linear-gradient(white, white) padding-box,
                  linear-gradient(to right, #ff7e5f, #8e44ad) border-box;
      border: 2px solid transparent;
      margin-right: 8px;
    }

    .cta-btn:hover {
      background: linear-gradient(to right, #ff7e5f, #8e44ad);
      color: #fff;
    }

    .round-btn {
      width: 50px;
      height: 50px;
      background: linear-gradient(135deg, #ff7e5f, #8e44ad);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      right: 0px;
      bottom: 32px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
      z-index: 9;
    }
    .add-space-part{
      margin-top: 5%;
    }
    .add-space-box {
      border-radius: 50px;
      position: relative;
    }
    .add-space-box::after {
      content: "";
      position: absolute;
      right: 0;
      bottom: -6px;
      width: 75px;
      height: 80px;
      background: #fffbf3;
      border-top-left-radius: 65px;
      box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.1);
    }
    .card-bg-new{
      background-image: linear-gradient(to right top, #fef1ea, #fef1ea, #fef1ea, #fef7f3, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff7d, #b9b3f15c, #ba9cef3d);
    }
    .search-box {
      height: 40px;
      margin: 0 auto;
      margin-top: 40px;
      width: 30%;
      display: flex;
      align-items: center;
      background: #fff;
      border-radius: 50px;
      padding: 4px 6px;
      border: 2px solid transparent;
      background-image: linear-gradient(#fff, #fff), 
                        linear-gradient(45deg, #ff6a00, #ee0979, #a742f4);
      background-origin: border-box;
      background-clip: padding-box, border-box;
    }

    .search-box input {
      border: none;
      outline: none;
      padding: 2px 10px;
      border-radius: 50px;
      font-size: 14px;
      width: 100%;
    }

    .search-btn {
      background: linear-gradient(135deg, #ff6a00, #ee0979, #a742f4);
      border: none;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: 0.3s;
    }

    .search-btn:hover {
      transform: scale(1.1);
    }

    .search-btn svg {
      fill: #fff;
      width: 16px;
      height: 16px;
    }
    .city-banner{
      margin-top: 6px;
      margin-bottom: 50px;
    }
    .custom-b-c-arrow::after {
      background: #fefaf1;
    }
    .slug-section:hover{
      background: linear-gradient(135deg, rgb(255, 126, 95), rgb(142, 68, 173));
     
    }
    .slug-section:hover a.tag-link {
      color:#fff;
    }
    .slug-section:hover .custom-b-c-arrow::after {
      background: #fff;
    }
    .m-f-40{
      font-size: 40px;
    }
    .location-part{
      margin-top: 50px;
    }
    .py-sub-4{
      font-size: 18px;
      margin-top: 10px;
      margin-bottom: 20px;
    }
    .custom-cities {
      width: 20%;
    }
    .custom-btn-colored a:hover {
        color: #fff;
    }
    .search-box a{
      display: inline-flex;
      width: 100%;
    }
    .search-box input{
      cursor: pointer;
    }
    .btn-curve{
      background-image: url('/uploads/pages/btn.png');
    }
    .round-btn-1{
      width: 92px;
      height: 116px;
      position: absolute;
      right: -3px;
      bottom: -35px;
      z-index: 9;
    }
    @media screen and (max-width: 600px) {
      .ribbon {
          top: 68px;
      }
      .mg-t-2 {
          padding-top: 30px  !important;
      }
      .m-t-b {
          margin-top: 70px;
      }
      .container-fluid {
          padding-left: 25px;
          padding-right: 25px;
      }
      .p-5 {
          padding: 0rem !important;
      }
      .col-md-4.box-manage {
          width: 92%;
      }
      .title-part h1, .title-part .bg-txt {
          font-size: 30px;
      }
      .add-space-box {
          padding: 30% 2%;
      }
      .add-space-part {
          margin-top: 15%;
      }
      .add-space-box::after {
          right: -3px;
          bottom: -5px;
          width: 66px;
          height: 70px;
          border-top-left-radius: 50px;
      }
      .round-btn {
          right: 7px;
          bottom: 35px;
      }
      .col-md-4.slug-section {
          width: 92% !important;
          margin: 14px 18px;
      }
      .custom-cities {
          width: 100% !important;
      }
      .search-box{
        width: 50%;
      }
      h1{
        font-size: 24px;
      }
    }
    @media screen and (max-width: 900px) and (min-width: 601px) {
      .col-md-4.slug-section {
          width: 28%;
          margin: 14px 18px;
      }
      .custom-cities {
          width: 48% !important;
      }
      .col-md-4.box-manage {
          width: 28%;
          margin: 15px 18px;
      }
   }
   .alert-dismissible .btn-close {
      position: absolute;
      top: -6px;
      right: 0;
      z-index: 2;
      padding: 10px 10px !important; 
  }