$primary: #dc834e;
$black: #000000;
$black-100: #141414;
$black-200: #141416;
$gray: #999999;
$gray-100: #B1B5C3;
$gray-200: #777E90;
$gray-300: #E6E8EC;
$gray-400: #4C4C4C;
$gray-500 : #D6D6D6;
$gray-600 : #6F6F6F;
$gray-700 : #BFBFBF;
$white : #FFFFFF;
$green : #72BF78;
$bg-color : #F2F2F2;

//index
.category-section {
  padding-bottom: 50px;
  z-index: 1;
  .bottom-img {
    width: 212px;
    top: -30px;
    @media (max-width: 991px) {
      width: 112px;
    }
  }

  .caegory-slider-container {
    padding: 0 118px 0 120px;
    @media (max-width: 1024px) {
      padding: 0 30px 0 30px;
    }
    @media (max-width: 767px) {
      padding: 0 20px 0 20px;
    }
    .category-slider {
      .slick-slide {
        padding: 0 10px;
      }
      .category-item {
        .category-img {
          width: 186px;
          height: 186px;
          position: relative;
          margin-bottom: 24px;
          &:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: $black;
            opacity: 20%;
            border-radius: 50%;
          }
          img {
            box-shadow: 1px 5px 12px rgba(0, 0, 0, 0.3);
          }
        }
        h5 {
          line-height: 30px;
          letter-spacing: 0;
        }
        p {
          color: $gray;
          line-height: 24px;
        }
      }
    }
  }
}

.product-section {
  padding: 0 50px;
  @media (max-width: 767px) {
    padding: 0 20px;
  }
  .plane-img {
    top: -30px;
    @media (max-width: 991px) {
      width: 200px;
    }
  }
}

//product-detail
.product-detail-section {
  background-color: $bg-color;
  padding: 50px 0;
  margin-top: 30px;
  .title {
    padding: 15px 40px;
    @media (max-width: 991px) {
      padding: 15px 40px;
    }
    @media (max-width: 575px) {
      padding: 0 20px 30px 20px;
    }
    h4 {
      font-weight: 600;
      line-height: 104%;
      margin-bottom: 15px;
    }
    p {
      line-height: 104%;
    }
  }
  .slide-img {
    height: 302px;
    position: relative;
    @media(max-width: 991px) {
      height: 260px;
    }
    &:after {
      position: absolute;
      content: "";
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
    }
  }
  .slick-slide {
    padding: 0 10px;
  }
  .order-detail {
    padding: 50px 108px 0 108px;
    gap: 20px;
    @media (max-width: 991px) {
      padding: 30px 18px 0 18px;
    }
    .cards {
      min-width: 164px;
    }
    h6 {
      color: $black-200;
      line-height: 26px;
    }
    .icon {
      min-width: 20px;
    }
  }
}

.product-description {
  padding: 50px 50px 0 50px;
  @media (max-width: 991px) {
    padding: 20px 20px 0 20px;
  }
  p,
  li {
    font-size: 14px;
    color: $gray;
    line-height: 128%;
    font-weight: 400;
  }
  li {
    font-size: 16px;
  }
  hr {
    background-color: $gray-400;
    height: 0.38px;
    margin-bottom: 30px;
  }
  .top-hightlight {
    li {
      list-style-type: disc;
    }
  }
  .confirm-order {
    li {
      span {
        min-width: 20px;
      }
    }
    .check-order {
      gap: 40px;
    }
  }
}

.product-section {
  padding: 100px 50px 0 50px;
  @media (max-width: 991px) {
    padding: 20px 20px 0 20px;
  }
  .product-main-cards {
    padding-bottom: 72px;
    @media (max-width: 991px) {
      padding-bottom: 30px;
    }
  }
  .slick-slide {
    padding: 0 10px;
  }
  .slick-dots {
    margin-top: 0;
  }
}


//product
.product-filter-section {
  padding: 0 50px;
  @media (max-width: 767px) {
    padding: 0 20px;
  }
  @media (max-width: 575px) {
    padding: 0 10px;
  }
  .row {
    @media (max-width: 991px) {
      margin: 0;
    }
  }
  .line {
    margin: 32px 0 30px 0;
    height: 0.5px;
    background-color: $gray;
    width: 100%;
  }
  .left-part {
    .custom-select {
      margin-left: 26px;
      .select {
        min-width: 159px;
        border: 1px solid $gray;
        padding: 13px 10px;
        width: 100%;
        display: block;
      }
    }
  }
  .right-part {
    .custom-select {
      .select {
        padding: 14px 10px;
        border: 1px solid $gray-500;
        border-radius: 10px;
      }
    }
    h5 {
      border-bottom: 0.38px solid $gray-400;
      padding-bottom: 12px;
    }
  }
  .product-card {
    gap: 18px;
    @media (max-width: 1199px) {
      gap: 4px;
    }
    .card-img {
      position: relative;
      width: 272px;
      border-radius: 20px;
      height: 300px;
      overflow: hidden;
      min-width: 272px;
      @media (max-width: 1199px) {
        width: 262px;
        min-width: 262px;
      }
      @media (max-width: 767px) {
        width: 232px;
        min-width: 232px;
      }
      @media (max-width: 575px) {
        width: 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        height: 220px;
      }
      &::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
    }
    .card-content {
      padding: 20px 20px 0px 20px;
      .user {
        margin-left: 29px;
      }
      h4 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .location {
        margin-top: 14px;
        svg {
          min-width: 20px;
        }
      }
      .desc {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        margin-bottom: 28px;
      }
    }
  }
.pagination-card {
  margin-top: 40px;
  .pagination {
    gap: 20px;
    @media (max-width: 767px) {
      gap: 10px;
    }
    .arrow-page {
      a {
        border: 1px solid $gray !important;
        &:hover {
          background-color: $white !important;
        }
      }
    }
    span {
      &:hover {
        background-color: $white !important;
        color: $primary !important;
      }
    }
    .page-item {
      a,
      span,
      button {
        width: 54px;
        height: 54px;
        min-width: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        border: 1px solid $primary !important;
        color: $primary !important;
        font-size: 16px;
        font-weight: 600;
        @media (max-width: 991px) {
            font-size: 16px;
            width: 40px;
            height: 40px;
            min-width: 40px;
        }
        @media (max-width: 575px) {
            font-size: 14px;
            width: 100px;
            height: 45px;
            min-width: 36px;
        }
        &:focus {
          background-color: $white !important;
          color: $primary !important;
          box-shadow: none;
        }
        &:hover {
          background-color: $primary !important;
          color: $white !important;
        }
      }

      // Fix for active state
      &.active {
        a,
        span {
          background-color: $primary !important;
          color: $white !important;
          border-color: $primary !important;
        }
      }
    }
  }
}
  .search-tour {
    margin-bottom: 40px;

    form {
      margin-top: 22px;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }
    .date-input {
      position: relative;
      display: flex;
      align-items: center;
      gap: 10px;
      width: 245px;
      height: 50px;
      border: 1px solid #dcdcdc;
      border-radius: 8px;
      padding: 0 12px;
      background: #fff;
      font-family: sans-serif;
      label {
        position: absolute;
        left: 42px;
        pointer-events: none;
        transition: 0.2s;
        font-family: "Poppins";
      }
      input[type="date"] {
        border: none;
        outline: none;
        flex: 1;
        font-size: 16px;
        color: #555;
        background: transparent;
        cursor: pointer;
      }
      input::-webkit-calendar-picker-indicator {
        opacity: 0;
        cursor: pointer;
        position: absolute;
        width: 100%;
      }
    }
    .search-btn {
      button {
        background-color: $primary;
        color: $white;
        border-radius: 130px;
        min-width: 165px;
        padding: 11px;
        border: 1px solid $primary;
        transition: all 0.5s ease-in-out;
        svg {
          path {
            transition: all 0.5s ease-in-out;
          }
        }
        &:hover {
          background-color: $white;
          color: $primary;
          svg {
            path {
              fill: $primary;
            }
          }
        }
      }
    }
    .apply-button {
      button {
        background-color: $primary;
        color: $white;
        border-radius: 130px;
        min-width: 40px;
        padding: 8px;
        border: 1px solid $primary;
        transition: all 0.5s ease-in-out;
        &:hover {
          background-color: $white;
          color: $primary;
        }
      }
    }

  }
  .filter {
    padding: 28px 20px;
    .range-container {
      border-bottom: 1px solid $gray-400;
      padding-bottom: 22px;
      &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 6px;
        background: $gray-700;
        border-radius: 22px;
        top: 15px;
        left: 0;
        z-index: 1;
      }
      .range-highlight {
        height: 30px;
      }
      input[type="range"] {
        -webkit-appearance: none;
        appearance: none;
        position: absolute;
        width: 100%;
        height: 6px;
        top: 15px;
        margin: 0;
        background: transparent;
        pointer-events: none;
        &::-webkit-slider-thumb {
          -webkit-appearance: none;
          height: 18px;
          width: 18px;
          border-radius: 50%;
          background: $primary;
          border: 1.5px solid $white;
          cursor: pointer;
          pointer-events: auto;
          position: relative;
          z-index: 3;
          box-shadow: 0px 0px 3.75px rgba(0, 0, 0, 0.3);
        }
      }
      .range-bubble {
        color: $gray;
        font-size: 13px;
        font-weight: 500;
        line-height: 160%;
        padding-top: 6px;
      }
    }
    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
    }
    .reset-button {
      button {
        background-color: $primary;
        color: $white;
        border-radius: 130px;
        min-width: 165px;
        padding: 11px;
        border: 1px solid $primary;
        transition: all 0.5s ease-in-out;
        svg {
          path {
            transition: all 0.5s ease-in-out;
          }
        }
        &:hover {
          background-color: $white;
          color: $primary;
          svg {
            path {
              fill: $primary;
            }
          }
        }
      }
    }

  }
}

.position-relative {
    .search-icon {
        position: absolute;
        left: 15px;
        top: 68%;
        transform: translateY(-50%);
        z-index: 2;
        pointer-events: none;
    }

    input[type="search"] {
        padding-left: 45px !important;
        &::placeholder {
            text-align: start !important;
        }
    }
}

.custom-select-container{
.custom-select-box {
    min-width: 159px;
    border: 1px solid $gray;
    padding: 13px 40px 13px 10px;
    width: 100%;
    cursor: pointer;
    @media (max-width: 991px) {
        padding: 17px 40px 17px 10px;
    }
    @media (max-width: 576px) {
        padding: 14px 40px 14px 10px;
    }
}
.custom-select-options {
    position: absolute;
    top: 53px;
    left: 0;
    right: 0;
    background-color: white;
    border-top: none;
    border-radius: 5px;
    overflow-y: auto;
    display: none;
    z-index: 10;
    box-shadow: 0px 1px 6px 0px #00000040;
    @media (max-width: 991px) {
        top: 62px !important;
    }
    @media (max-width: 576px) {
        top: 55px !important;
    }
}
.custom-select-option {
    padding: 10px;
    cursor: pointer;
}
.custom-select-option:hover {
    background-color: $primary;
    color: $white !important;
}
.custom-arrow-select {
    right: 16px;
    top: 0;
    bottom: 0;
}
.custom-dropdown {
    border-radius: 10px;
    padding: 19px 30px 19px 38px;
    @media (max-width: 991px) {
        padding: 15px 25px;
    }
    @media (max-width: 576px) {
        padding: 12px 20px;
    }
    .dropdown-toggle {
        svg {
            transition: 0.3s all ease-in-out;
        }
        &.show {
            svg {
                transform: rotate(180deg);
            }
        }
        &::after {
            content: none !important;
        }
    }
}
.dropdown-menu {
    box-shadow: 0px 1px 6px 0px #00000040;
    padding: 10px;
    border-radius: 5px;
    &.show {
        display: table !important;
        width: 100% !important;
        left: 0 !important;
        transform: none !important;
        top: 70px !important;
        @media (max-width: 991px) {
            top: 62px !important;
        }
        @media (max-width: 576px) {
            top: 55px !important;
        }
    }
}
}




.custom-select {
  position: relative;
  ul {
    border: 1px solid #d6d6d6;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
    display: none;
    position: absolute;
    z-index: 99;
    right: 0;
    background: $white;
    left: 0;
    li {
      a {
        padding: 14px 16px;
        color: $gray;
        font-size: 14px;
        display: block;
        text-transform: capitalize;
        &:hover {
          background-color: $primary;
          color: $white;
        }
      }
    }
  }
  &.active {
    ul {
      display: block;
    }
  }
}

.product-modal {
  .modal-content {
    border-radius: 20px;
  }
    .gap-20 {
        gap: 20px;
    }
    .modal-body{
        .table-details {
            h2 {
                padding: 15px 10px;
                line-height: 0.5;
            }
            .total-details {
                padding: 0px 10px;
            }
            .order-btn {
                border-radius: 15px;
            }
            thead {
                th {
                    padding: 5px 10px;
                }
            }
            tbody {
                td {
                    padding: 5px 10px;
                }
            }
            tfoot {
                background-color: white;
                td {
                    padding: 5px 10px;
                }
            }
        }
    }
  .modal-dialog {
    max-width: 1030px;
    .modal-body {
      gap: 20px;
    }
    .left-part {
      width: calc(100% - 353px);
      @media (max-width: 767px) {
        width: 100%;
      }
    }
    .title {
      padding-bottom: 30px;
    }
    .card-img {
      width: 128px;
      height: 128px;
      min-width: 128px;
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      @media (max-width: 991px) {
        width: 108px;
        height: 108px;
        min-width: 108px;
      }
      &:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: $black;
        opacity: 30%;
      }
      img {
        border-radius: 10px;
      }
    }
    p {
      color: $gray-600;
    }
    .product-card-box {
        .product-img {
            max-width: 50px;
            max-height: 50px;
            min-width: 50px;
            aspect-ratio: 1;
            border-radius: 10px;
            img {
                aspect-ratio: 1;
                border-radius: 10px;
            }
        }
    }
    .count-btn {
      background: #dc834e !important;
      min-width: 80px;
      width: 80px;
      height: 30px;
      justify-content: space-between;
      font-size: 14px;
      font-weight: 600;
      line-height: 100%;
      border-radius: 5px;
      border: none;
      padding: 4px 9px;
      button {
          color: $white !important;
          border: none;
          box-shadow: none !important;
      }
      p {
        color: $white !important;
      }
    }

    .add-btn {
      button {
        background-color: $primary;
        color: $white;
        border-radius: 5px;
        padding: 7px 29px 8px 28px;
        border: 1px solid $primary;
        transition: all 0.5s ease-in-out;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        &:hover {
          background-color: $white;
          color: $primary;
        }
      }
    }
    .right-part {
      width: 100%;
      max-width: 353px;
      @media (max-width: 767px) {
        max-width: 100%;
      }
      .card-img {
        height: 70px;
        width: 70px;
        min-width: 70px;
      }
      h3 {
        font-size: 13px;
      }
    }
    #totalDetails {
        padding-bottom: 65px;
        border-bottom: 2px solid $black;
    }
    .sub-total {
      padding-top: 10px;
      margin-bottom: 20px;
    }
    .place-order {
      background-color: $primary !important;
      padding: 10px;
      border-radius: 10px;
      border: 1px solid $primary !important;
      color: $white !important;
      &:hover {
        background-color: $white !important;
        color: $primary !important;
      }
    }
  }
  hr {
    background-color: $gray;
    height: 1px;
    margin: 15px 0 20px 0;
  }
}

.date-input input:valid + label {
  display: none;
}
input[type="date"]::-webkit-datetime-edit-text,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field,
input[type="date"]::-webkit-datetime-edit-year-field {
  display: none;
}

input[type="date"]:valid::-webkit-datetime-edit-text,
input[type="date"]:valid::-webkit-datetime-edit-month-field,
input[type="date"]:valid::-webkit-datetime-edit-day-field,
input[type="date"]:valid::-webkit-datetime-edit-year-field {
  display: inline;
  color: $gray;
  font-weight: 400;
}


// Custom
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/Poppins-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/Poppins-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/Poppins-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Aclonica";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/Aclonica-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Dancing Script";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/DancingScript-Bold.ttf") format("truetype");
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

body {
  font-weight: 400;
  font-family: "Poppins";
  -webkit-font-smoothing: antialiased;
}

.slick-dots {
  position: inherit !important;
  bottom: inherit !important;
  margin-top: 50px !important;
  @media (max-width: 767px) {
    margin-top: 20px !important;
  }
  li {
    margin: 0;
    button {
      &::before {
        font-size: 40px !important;
        color: $primary !important;
        opacity: 20%;
      }
    }
    &.slick-active {
      button {
        &:before {
          opacity: 1;
          color: $primary;
        }
      }
    }
  }
}

.main-content {
  max-width: 1300px;
  min-height: 100vh;
  background-color: $white;
  position: relative;
  margin: 0 auto;
}

.text-gray {
  color: $gray;
}

.font-aclonica {
  font-family: "Aclonica";
}

.font-dancing {
  font-family: "Dancing Script";
}

.mt-22 {
  margin-top: 22px;
}

.mb-22 {
  margin-bottom: 22px;
}
.mb-30 {
    margin-bottom: 30px;
    @media (max-width: 575px) {
        margin-bottom: 20px;
    }
}

.mb-12 {
  margin-bottom: 12px;
}

h2 {
  font-size: 40px;
  color: $black;
  font-weight: 400;
  line-height: 104%;
  letter-spacing: 0;
  margin-bottom: 40px;
  @media (max-width: 991px) {
    font-size: 36px;
  }
  @media (max-width: 767px) {
    font-size: 32px;
  }
  span {
    font-size: 28px;
    font-weight: 700;
    color: $primary;
    line-height: 104%;
    letter-spacing: 0;
    @media (max-width: 767px) {
      font-size: 24px;
    }
     @media (max-width: 575px) {
      font-size: 22px;
    }
  }
}

.row-gap-30 {
  row-gap: 30px;
  @media (max-width: 767px) {
    row-gap: 20px;
  }
}

.row-gap-40 {
  row-gap: 40px;
}

.primary-text {
  color: $primary !important;
}

.fs-30 {
  font-size: 30px;
  @media (max-width: 991px) {
    font-size: 24px;
  }
  @media (max-width: 767px) {
    font-size: 18px;
  }
}

.fs-28 {
  font-size: 28px;
  @media (max-width: 991px) {
    font-size: 24px;
  }
  @media (max-width: 767px) {
    font-size: 20px;
  }
}

.fs-24 {
  font-size: 24px;
  @media (max-width: 991px) {
    font-size: 20px;
  }
}

.fs-20 {
  font-size: 20px !important;
  @media (max-width: 1024px) {
    font-size: 18px;
  }
}

.fs-22 {
  font-size: 22px;
}

.fs-18 {
  font-size: 18px;
  @media (max-width: 991px) {
    font-size: 16px;
  }
}

.fs-16,
p {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.p-20 {
  padding: 20px;
  @media (max-width: 991px) {
    padding: 14px;
  }
}

.leading-22 {
  line-height: 22.27px;
}

.leading-104 {
  line-height: 104%;
}

.leading-160 {
  line-height: 160%;
}

.leading-100 {
  line-height: 100%;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

// ul li {
//   list-style-type: none;
// }

.button-primary {
  padding: 5px;
  border-radius: 90px;
  max-width: max-content;
  position: relative;
  z-index: 1;
  display: flex;
  &:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #c24800, #76462a);
    transition: opacity 0.5s ease-in-out;
    opacity: 40%;
    border-radius: 90px;
    z-index: -1;
  }
  button {
    background-color: $primary !important;
    padding: 12px 60px;
    line-height: 32px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    border-radius: 90px;
    border: 0;
    transition: all 0.5s ease-in-out;
    color: $white !important;
    @media (max-width: 991px) {
      padding: 6px 50px;
      font-size: 16px;
    }
  }
  &:hover {
    button {
      background-color: $white !important;
      color: $primary !important;
    }
  }
}

.button-primary-small {
  padding: 5px;
  border-radius: 90px;
  max-width: max-content;
  position: relative;
  z-index: 1;
  display: flex !important;
  margin: 0 auto !important;
  &:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #c24800, #76462a);
    transition: opacity 0.5s ease-in-out;
    opacity: 40%;
    border-radius: 90px;
    z-index: -1;
  }
  button {
    background-color: $primary !important;
    padding: 8px 45px; // Reduced from 12px 60px
    line-height: 28px; // Reduced from 32px
    font-size: 18px; // Reduced from 20px
    font-weight: 600;
    letter-spacing: 0;
    border-radius: 90px;
    border: 0;
    transition: all 0.5s ease-in-out;
    color: $white !important;
    @media (max-width: 991px) {
      padding: 4px 35px; // Reduced from 6px 50px
      font-size: 14px; // Reduced from 16px
    }
  }
  &:hover {
    button {
      background-color: $white !important;
      color: $primary !important;
    }
  }
}


.text-green {
  color: $green;
}

button,
input {
  &:focus {
    box-shadow: none;
    outline: 0;
    border: 0;
  }
}

//  header css
.navbar {
  padding: 20px 50px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 99;
  @media (max-width: 767px) {
    padding: 20px 18px;
  }
  .container-fluid {
    border-radius: 104px;
    padding: 15px 44px;
    @media (max-width: 991px) {
      padding: 10px 20px;
    }
  }
  .navbar-brand {
    border: 2px solid $primary;
    width: 50px;
    height: 50px;
    min-width: 50px;
    padding: 4px;
    overflow: hidden;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    @media (max-width: 991px) {
      width: 50px;
      height: 50px;
      min-width: 50px;
      padding: 6px;
      margin-right: 8px;
    }
    @media (max-width: 991px) {
      width: 40px;
      height: 40px;
      min-width: 40px;
    }
  }
  .language-dropdown {
    padding-right: 19px;
    @media (max-width: 575px) {
      padding-right: 0px;
    }
    .dropdown-menu {
      min-width: fit-content;
      max-width: fit-content;
      a {
        padding: 4px 10px;
        display: flex;
        gap: 10px;
        align-items: center;
        font-size: 14px;
        &:hover {
          background-color: $primary;
          color: $white;
        }
      }
    }
    img {
      width: 20px;
      height: 20px;
      min-width: 20px;
      border-radius: 4px;
    }
    #dropdownMenuButton {
      padding-right: 6px;
      gap: 5px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 100%;
      font-size: 16px;
      img {
        min-width: 26px;
        height: 26px;
        width: 26px;
        @media (max-width: 767px) {
          min-width: 20px;
          height: 20px;
          width: 20px;
        }
      }
    }
  }
  .add-to-cart-btn {
    height: 50px;
    width: 50px;
    min-width: 50px;
    @media (max-width: 767px) {
      height: 50px;
      width: 50px;
      min-width: 50px;
    }
    svg {
      @media (max-width: 767px) {
        width: 22px;
      }
    }
    .cart-count {
      background-color: $black-100;
      height: 16px;
      width: 16px;
      color: $white;
      border-radius: 50%;
      top: -2px;
      right: -3px;
      font-size: 12px;
    }
  }
}

footer {
  margin-top: -46px;
  p {
    color: $black-100;
    font-weight: 500;
    font-size: 16px;
    @media(max-width: 767px) {
      font-size: 14px;
    }
  }
}

.banner-section {
  .banner-img {
    height: 640px;
    position: relative;
    @media (max-width: 767px) {
      height: 440px;
    }
    &:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(
          180deg,
          rgba(255, 255, 255, 0) 71.17%,
          #ffffff 100%
        ),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    }
    &:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: $black;
      opacity: 20%;
    }
  }
  .bottom-img {
    position: absolute;
    bottom: -180px;
    @media (max-width: 767px) {
      width: 132px;
      height: 275px;
    }
  }
  .banner-video-wrapper{
    padding-top: 48.88%;
    position: relative;
        iframe{
            position: absolute !important;
            top:0;
            left: 0 !important;
            height: 100% !important;
        }
    }
}

.slide-banner-arrow {
    position: absolute !important;
    top: 50% !important;
    z-index: 9999 !important;
    &.prev-arrow {
        left: 10px !important;
        border: none;
        @media (max-width: 991px) {
            left: 10px;
        }
    }

    &.next-arrow {
        right: 10px !important;
        border: none;
    }
    @media (max-width: 425px) {
        top: 40% !important;
    }
}

.slide-trending-arrow {
    position: absolute !important;
    top: 42% !important;
    z-index: 9999 !important;
    border: none !important;
    &.prev-arrow {
        left: 0px !important;

        @media (max-width: 991px) {
            left: 10px;
        }
    }

    &.next-arrow {
        right: 0px !important;
    }
    @media (max-width: 425px) {
        top: 50% !important;
    }
}


.custom-card {
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
  background: $white;
  border-radius: 20px;
}

// custom checbox css
.custom-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 8px;
  padding-left: 35px;

  input[type="checkbox"],
  input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;

    &:checked ~ .checkmark {
      background-color: $primary !important;
      &:after {
        display: block !important;
      }
    }
  }

  .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 17px;
    width: 17px;
    border: 1px solid $primary !important;
    border-radius: 6px;
    background-color: white;

    // For radio buttons, make them round
    &.radio {
      border-radius: 50%;
    }

    &:after {
      content: "";
      position: absolute;
      display: none;
      left: 5px;
      top: 2px;
      width: 7px;
      height: 10px;
      border: solid $white;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
    }

    // Radio button dot instead of checkmark
    &.radio:after {
      left: 6px;
      top: 6px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: none;
      background-color: $white;
      transform: none;
    }
  }

  .checkbox-label {
    margin-left: 35px;
    display: inline-block;
  }
}
.bottom-bg-img {
  margin-top: -60px;
  padding-bottom: 3rem;
}

// slick arrow cssa
.slick-arrow {
  width: 46px !important;
  min-width: 46px !important;
  height: 46px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: $white !important;
  color: $primary !important;
  position: absolute !important;
  z-index: 1;
  @media (max-width: 767px) {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
  svg {
    @media (max-width: 767px) {
      height: 14px;
    }
  }
  &:hover {
    background-color: $primary !important;
    transition: 0.3s all ease-in-out;
    svg {
      path {
        fill: $white !important;
      }
    }
  }
  &.slick-prev {
    left: 50px;
    @media (max-width: 767px) {
      left: 20px;
    }
  }
  &.slick-next {
    right: 50px;
    @media (max-width: 767px) {
      right: 20px;
    }
  }
  &::before {
    content: none;
  }
    [dir="rtl"] &.slick-prev {
    left: 50px !important;
    right: auto !important;
    @media (max-width: 767px) {
      left: 20px !important;
    }
  }

  [dir="rtl"] &.slick-next {
    right: 50px !important;
    left: auto !important;
    @media (max-width: 767px) {
      right: 20px !important;
    }
  }
   [dir="rtl"] &::before {
    content: none;
  }

}

.view-more {
  padding-top: 0px;
  margin-bottom: 80px;
  @media (max-width: 991px) {
    padding-top: 40px;
  }
  @media (max-width: 575px) {
    margin-bottom: 100px;
  }
}

.bottom-bg-img-product {
  padding-bottom: 3rem;
}

.view-more-product {
  padding-top: 0px;
  @media (max-width: 991px) {
      padding-top: 40px;
  }
}

.product-main-cards {
  .product-card {
    border-radius: 17px;
    overflow: hidden;
    .product-img {
      height: 244px;
      position: relative;
      @media (max-width: 575px) {
        height: 194px;
      }
      &:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        background: $black;
        opacity: 70%;
        transition: height 0.5s ease-in-out;
        // border-top-left-radius: 17px;
        // border-top-right-radius: 17px;
      }
      img {
        border-top-left-radius: 17px;
        border-top-right-radius: 17px;
      }
      .hover-explore {
        gap: 6px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.9s ease-in-out;
        z-index: 1;
      }
      &:hover {
        .hover-explore {
          opacity: 1;
          visibility: visible;
        }
        &:after {
          height: 100%;
        }
      }
    }
    .card-content {
      padding: 22px 8px;
      h6 {
        color: $black-200;
        margin-bottom: 8px;
        line-height: 26px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
      }
      h5 {
        line-height: 13px;
      }
      p {
        color: $gray;
      }
      .card-title {
        p {
          color: $gray;
        }
        del {
          color: $gray-100;
        }
      }
      .line {
        background-color: $gray-300;
        height: 1.11px;
        margin: 17px 0;
      }
      .card-time {
        span {
          color: $gray-200;
        }
      }
    }
  }
}

.order-modal-dialog .modal-content {
    padding: 20px 30px 30px 30px;
    border-radius: 20px;
    border: none;
    box-shadow: 0px 2px 10px 0px #00000040;
    margin: 12px;
    background-color: $white !important;

    .modal-header {
        h5 {
            color: $black;
        }
    }

    label {
        color: $black !important;
    }

    .form-control {
        background-color: $white !important;
        color: $black !important;

        &:focus {
            background-color: $white !important;
        }
    }

    .iti__selected-dial-code,
    .iti__country {
        color: $black !important;
    }

    .iti__country-list {
        background-color: $white !important;
    }

    #orderForm
    .btn-primary {
      background-color: $primary !important;
      padding: 10px;
      border-radius: 10px;
      border: 1px solid $primary !important;
      color: $white !important;
      &:hover {
        background-color: $white !important;
        color: $primary !important;
      }
    }
}

.pwa-support {
    width: 100%;
    max-width: 400px;
    height: auto !important;
    position: fixed !important;
    bottom: 20px;
    z-index: 99999 !important;
    background: white;
    padding: 24px;
    border-radius: 32px;
    box-shadow: 0 7px 8px 0 #848181, 0 0px 11px 0 #000000;;
    left: 0;
    right: 0;
    margin: 0 auto;
    .pwa-heading{
        font-size: 20px;
        margin-bottom: 12px;
        font-weight: 600;
    }
    .pwa-text{
        margin-bottom: 16px;
        font-size: 0.875rem !important;
}
}
.pwa-install-button{
    border-radius: 15px !important;
    color: $white;
    background-color: $primary;
    border: 1px solid $primary;
    &:hover,
    &:focus,
    &.active {
        color: $white;
    }
}
.pwa-cancel-button{
    background-color: #adb5bd !important;
    color: #000000 !important;
    border-radius: 15px !important;
    padding : 9px 26px !important;
    border : none !important;
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    &:hover{
        background-color:#d1d5db!important;
        border : none !important;
        color : #000000 !important;
    }
}

.modal-dialog.news-modal {
    max-width: 500px !important;
    width: 100%;
}

#newsLetter-content {
    padding: 1.75rem;
    border-radius: 0.475rem;
    background-color: $white;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.newsmodal-title{
    color: $primary;
}

.email-input {
    max-width: 400px;
    margin: 0 auto;
    color: #5e6278 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;

    input {
        flex-grow: 1;
        margin-right: 0.5rem;
    }

    .btn {
        padding: 5px 10px !important;
    }
}
.newsmodal-header {
    position: relative;

    .btn-close {
        position: absolute;
        top: -15px;
        right: -10px;
        width: 1.25rem;
        height: 1.25rem;
        background-size: 1.25rem;
        opacity: 1;
        filter: brightness(0) saturate(100%) invert(30%) sepia(20%) saturate(200%) hue-rotate(0deg) brightness(95%) contrast(95%);
    }
}

#email-send{
    background: $primary !important;
    color: white !important;
    font-size: 15px !important;
    border: none !important;
    border-radius: 8px !important;
}
.businesshour-item{
    border-radius: 15px;
    background: #efe9e5;
}
.time-icons{
    background-color: $primary;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    @media (max-width: 575px) {
        width: 45px;
        height: 45px;
    }
}
.btn-section {
    position: absolute;
    top: 50%;
    right: 80px;
    z-index: 9;

    .fixed-btn-section {
        position: fixed;
        top: 50%;
        display: flex;
        align-items: center;

        .whatsapp-store-bars-btn {
            background-color: $primary;
        }

        .bars-btn {
            width: 65px;
            height: 65px;
            min-width: 65px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }

        .sub-btn {
            position: absolute;
            right: 75px;
            display: none;
            top: -55px;

            .whatsapp-store-btn-group {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: $primary;
                border: none;

                i {
                    font-size: 24px;
                    color: white;
                }
            }
        }
    }
}

.btn-section.rtl {
    right: auto !important;
    left: 80px !important;
    top: 50% !important;

    .fixed-btn-section {
        .sub-btn {
            right: auto;
            left: 75px;
            top: -55px;
        }
    }
}
.modal {
    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    ::-webkit-scrollbar-track {
        background: $white;
    }
    .gap-20 {
        gap: 20px;
    }
    .modal-dialog {
        max-width: 1000px;
        padding: 12px;
        .modal-content {
            // margin: 12px;
            padding: 20px;
            background-color: $white;
            border-radius: 15px;
            @media (max-width: 575px) {
                margin: 0;
            }
        }
    }
}
.modal-backdrop {
    background-color: $white;
    opacity: 0.5 !important;
}
.zoom-container {
    overflow: hidden;
    cursor: crosshair;
    position: relative;
}
.zoomable-image {
    transition: transform 0.3s ease;
    transform-origin: center center;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.trending-videos-section {
    padding: 40px 0;
    width: 100%;
}

.trending-videos-slider {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.trending-videos-slider .slick-list {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.trending-videos-slider .slick-track {
    display: flex;
    align-items: flex-start;
}

.trending-videos-slider .slick-slide {
    padding: 0 5px;
    box-sizing: border-box;
}

.trending-video-slide {
    display: flex !important;
    justify-content: center;
}

.video-wrapper {
    position: relative;
    width: 210px;
    height: 430px;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.video-wrapper:hover {
    transform: translateY(-8px);
}

.video-wrapper iframe {
    width: 210px;
    height: 360px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    display: block;
}

.video-click-overlay {
    position: absolute;
    top: 25px;
    left: 0;
    width: 210px;
    height: 360px;
    background: transparent;
    cursor: pointer;
    z-index: 10;
    border-radius: 15px;
}

.video-click-overlay:hover {
    background: rgba(255, 255, 255, 0.1);
    transition: background 0.3s ease;
}

/* Modal styles */
.video-popup-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    animation: videoFadeIn 0.3s ease;
}

@keyframes videoFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.video-modal-content {
    position: relative;
    margin: 2% auto;
    width: 90%;
    max-width: 1200px;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
    transition: color 0.3s ease;
}

.video-modal-close:hover {
    color: #ff6b6b;
}

.video-modal-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

.video-modal-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-wrapper iframe{
    border-radius: 30px 30px 30px 30px;
    position: relative;
    background: #efe9e5;
    padding: 5px 5px 5px 5px;
    margin-top: 25px;
    text-align: center;
    justify-content: center;
    @media (max-width: 575px) {
        padding: 5px 5px 5px 5px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .trending-videos-section {
        padding: 30px 0;
    }

    .trending-videos-slider .slick-slide {
        padding: 0 3px;
    }
}

@media (max-width: 768px) and (min-width: 481px) {
    .trending-videos-section {
        padding: 25px 0;
    }

    .video-modal-content {
        margin: 5% auto;
        width: 95%;
        height: 85%;
    }

    .video-modal-close {
        top: -35px;
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .trending-videos-section {
        padding: 20px 0;
    }

    .trending-videos-slider {
        padding: 0 15px;
    }

    .trending-videos-slider .slick-slide {
        padding: 0;
    }

    .video-wrapper {
        width: 180px;
        height: 375px;
    }

    .video-wrapper iframe {
        width: 180px;
        height: 350px;
    }

    .video-click-overlay {
        width: 180px;
        height: 350px;
    }

    .video-modal-content {
        margin: 8% auto;
        width: 95%;
        height: 80%;
    }

    .video-modal-close {
        top: -35px;
        font-size: 28px;
    }
}

@media (max-width: 360px) {
    .trending-videos-section {
        padding: 15px 0;
    }

    .trending-videos-slider {
        padding: 0 10px;
    }

    .video-wrapper {
        width: 160px;
        height: 335px;
    }

    .video-wrapper iframe {
        width: 160px;
        height: 310px;
    }

    .video-click-overlay {
        width: 160px;
        height: 310px;
    }
}
.pt-7 {
    padding-top: 7rem !important;
}
footer {
    padding: 15px 30px;
    background-color: $primary;
    color: $white;

    @media (max-width: 991px) {
        padding: 15px;
    }
}
.bottom-img-term {
    top: 150px;
}

.store-announcement {
    background: #fff;
    // border-top: 2px solid brown;
    // border-bottom: 2px solid brown;
    padding: 6px 0;
    font-weight: 600;
    color: #444;
    overflow: hidden;

    &__track {
        display: inline-flex;
        width: max-content;
        min-width: 100%;
        animation: beauty-store-announcement-scroll 30s linear infinite;
        will-change: transform;
    }

    &__content {
        display: inline-flex;
        flex-shrink: 0;
    }

    &__item {
        display: inline-block;
        padding-right: 3rem;
    }
}

@keyframes beauty-store-announcement-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.mobile-header-wrapper {
    margin-bottom: 20px;

    .mobile-search-container {
        .search-icon-box {
            position: absolute;
            left: 16px;
            top: 50%;
            transform: translateY(-50%);
            color: $gray-200;
            display: flex;
            align-items: center;
            z-index: 5;
        }

        .mobile-search-input {
            background-color: $white !important;
            border: 1px solid $gray-300 !important;
            border-radius: 12px !important;
            padding: 10px 16px 10px 48px !important;
            color: $black !important;
            font-size: 15px !important;
            font-weight: 400 !important;
            transition: all 0.3s ease !important;
            height: 48px !important;

            &::placeholder {
                color: $gray-200;
            }

            &:focus {
                border-color: $primary !important;
                box-shadow: 0 0 0 3px rgba(0, 76, 140, 0.1) !important;
            }
        }
    }

    .mobile-filter-btn {
        background-color: $white;
        border: 1px solid $gray-300;
        border-radius: 12px;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: $black;
        transition: all 0.3s ease;
        flex-shrink: 0;

        &:active {
            transform: scale(0.95);
            background-color: $primary;
            border-color: $primary;
            color: $white;
        }
    }

    .mobile-categories-nav {
        margin-top: 15px;

        .categories-track {
            display: flex;
            overflow-x: auto;
            gap: 10px;
            padding: 4px 0 10px;
            -ms-overflow-style: none;
            scrollbar-width: none;

            &::-webkit-scrollbar {
                display: none;
            }
        }

        .category-pill {
            background-color: $white;
            border: 1px solid $gray-300;
            border-radius: 10px;
            padding: 8px 20px;
            color: $black;
            font-size: 14px;
            font-weight: 500;
            white-space: nowrap;
            transition: all 0.25s ease;
            cursor: pointer;
            outline: none;

            &.active {
                background-color: $primary;
                color: $white;
                border-color: $primary;
                box-shadow: 0 4px 10px rgba(0, 76, 140, 0.2);
            }

            &:active {
                transform: scale(0.95);
            }
        }
    }
}

.offcanvas {
    &.bg-black-100 {
        background-color: $white !important;
    }

    .offcanvas-header {
        background-color: $white;
        border-bottom: 1px solid $gray-300 !important;

        .btn-close {
            filter: none;
        }
        .offcanvas-title {
            color: $black !important;
            font-weight: 600;
        }
    }

    .offcanvas-body {
        background-color: $white;

        .items-tabs, .items-filter-wrapper {
            background-color: transparent !important;
            padding: 0 !important;
        }

        .apply-btn {
            border-radius: 10px;
        }

        .heading-text {
            position: relative;
            padding-bottom: 15px;
            border-bottom: 1px solid #9993;
        }

        .date-posted {
            border: 1px solid #9999994d;
            padding: 15px 10px;
            border-radius: 5px;
        }

        .form-check-input {
            box-shadow: none !important;
            cursor: pointer;
            width: 15px;
            height: 15px;
            border-color: $gray-200;

            &:focus {
                border-color: $primary;
            }

            &:checked {
                background-color: $primary;
                border-color: $primary;
            }
        }

        .form-check-label {
            cursor: pointer;
            color: $black !important;
        }

        .form-select {
            border-radius: 10px !important;
            padding: 10px 15px !important;
            font-size: 14px !important;
            color: $black !important;
            border-color: rgba(0, 0, 0, 0.1) !important;

            &::placeholder {
                color: $gray-200 !important;
            }
        }
    }
}

.mobile-header-wrapper {
    margin-bottom: 15px;

    .mobile-search-container {
        .search-icon-box {
            position: absolute;
            left: 16px;
            top: 50%;
            transform: translateY(-50%);
            color: #999;
            display: flex;
            align-items: center;
            z-index: 5;
        }

        .mobile-search-input {
            border-radius: 12px !important;
            padding: 10px 16px 10px 48px !important;
            font-size: 15px !important;
            height: 48px !important;

            &::placeholder { color: #999; }
            &:focus { box-shadow: none !important; }
        }
    }

    .mobile-filter-btn {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 12px;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        flex-shrink: 0;

        &:active {
            transform: scale(0.95);
            background-color: $primary;
            border-color: $primary;
            color: $white;
        }
    }

    .mobile-categories-nav {
        margin-top: 12px;

        .categories-track {
            display: flex;
            overflow-x: auto;
            gap: 10px;
            padding: 4px 0 10px;
            scrollbar-width: none;
            -ms-overflow-style: none;

            &::-webkit-scrollbar { display: none; }
        }

        .category-pill {
            background-color: $white;
            border: 1px solid #ddd;
            border-radius: 10px;
            padding: 8px 20px;
            color: $black;
            font-size: 14px;
            font-weight: 500;
            white-space: nowrap;
            transition: all 0.25s ease;
            cursor: pointer;
            outline: none;

            &.active {
                background-color: $primary;
                color: $white;
                border-color: $primary;
                box-shadow: 0 4px 10px rgba(0,0,0,0.15);
            }

            &:active { transform: scale(0.95); }
        }
    }
}

#travelFilterOffcanvas {
    z-index: 99999 !important;
    top: 0 !important;
    height: 100vh !important;
    height: 100dvh !important;
    background-color: $white;

    .offcanvas-header {
        background-color: $white;
        border-bottom: 1px solid rgba(0,0,0,0.1) !important;

        .offcanvas-title {
            color: $black;
            font-size: 20px;
            font-weight: 700;
        }
    }

    .offcanvas-body {
        background-color: $white;

        .heading-text {
            position: relative;
            padding-bottom: 12px;
            border-bottom: 1px solid rgba(0,0,0,0.08);
        }

        h3 { color: $black; font-size: 16px; }

        .date-posted {
            border: 1px solid rgba(0,0,0,0.08);
            border-radius: 8px;
            padding: 12px;
        }

        .form-check-input {
            box-shadow: none !important;
            cursor: pointer;

            &:checked {
                background-color: $primary;
                border-color: $primary;
            }
        }

        .form-check-label {
            color: $black;
            cursor: pointer;
        }

        .form-select {
            border-radius: 10px !important;
            padding: 10px 15px !important;
            font-size: 14px !important;
            color: $black !important;
        }

        .min-max-value {
            .form-control {
                border-radius: 8px;
                height: 42px;
                font-size: 14px;
                padding: 10px 10px;

                &:focus { box-shadow: none; border-color: $primary; }
            }

            .apply-btn {
                height: 42px;
                border-radius: 130px;
                font-size: 13px;
                padding: 0 6px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: $primary;
                border: $primary;
            }
        }

        .reset-button {
          button {
            background-color: $primary;
            color: $white;
            border-radius: 130px;
            min-width: 165px;
            padding: 11px;
            border: 1px solid $primary;
            transition: all 0.5s ease-in-out;
            svg {
              path {
                transition: all 0.5s ease-in-out;
              }
            }
            &:hover {
              background-color: $white;
              color: $primary;
              svg {
                path {
                  fill: $primary;
                }
              }
            }
          }
        }
    }
}

.offcanvas-backdrop {
    z-index: 99998 !important;
}
