/*!
* Version: 1.0.0
* Template: Handyman Service -  On-Demand Home Service Flutter App with Complete Solution
* Author: iqonic.design
* Design and Developed by: iqonic.design
* NOTE: This file contains the styling for Template.
*
*/
/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 [data-bs-theme=dark] {
    --bs-gray-900: #020716;
    --bs-gray-900-rgb: 2, 7, 22;
    --bs-gray-700: #050c21;
    --bs-gray-700-rgb: 5, 12, 33;
    --bs-gray-600: #bfbfbf;
    --bs-gray-600-rgb: 191, 191, 191;
    --bs-gray-500: #2f334f;
    --bs-gray-500-rgb: 47, 51, 79;
    --bs-gray-400: #1c1e2f;
    --bs-gray-400-rgb: 28, 30, 47;
    --bs-gray-300: #052855;
    --bs-gray-300-rgb: 28, 31, 52;
    --bs-gray-200: #19191a;
    --bs-gray-200-rgb: 25, 25, 26;
    --bs-gray-100: #000;
    --bs-gray-100-rgb: 0, 0, 0;
    --bs-light: var(--bs-gray-300);
    --bs-light-rgb: var(--bs-gray-300-rgb);
  }
  
  body {
    overflow-x: hidden;
  }
  
  :focus {
    outline: none;
  }
  
  hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: var(--bs-heading-font-family);
  }
  
  h1 {
    font-size: var(--bs-heading-1, 4.209rem);
  }
  
  h2 {
    font-size: var(--bs-heading-2, 3.157rem);
  }
  
  h3 {
    font-size: var(--bs-heading-3, 2.369rem);
  }
  
  h4 {
    font-size: var(--bs-heading-4, 1.777rem);
  }
  
  h5 {
    font-size: var(--bs-heading-5, 1.333rem);
  }
  
  h6 {
    font-size: var(--bs-heading-6, 1rem);
  }
  
  a {
    transition: color 400ms ease, background 400ms ease;
    color: var(--bs-primary);
  }
  
  .iq-slider {
    overflow: hidden;
    overflow-x: auto;
  }
  
  .iq-scroller-effect {
    /* Scroll Track */
    /* Scroll Handle */
    /* Scroll Handle on hover */
  }
  .iq-scroller-effect ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 20px;
  }
  .iq-scroller-effect ::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 20px;
  }
  .iq-scroller-effect ::-webkit-scrollbar-thumb {
    background: #ebebeb;
    border-radius: 20px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer;
  }
  .iq-scroller-effect ::-webkit-scrollbar-thumb:hover {
    background: #ededed;
    border-radius: 20px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  
  .fs-37 {
    font-size: 2.3687rem;
  }
  
  .fs-16 {
    font-size: 1rem;
  }
  
  .text-primary-dark {
    color: var(--bs-primary-shade-20);
  }
  
  .body-class-1 {
    scroll-behavior: smooth;
  }
  
  .main-img .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
  }
  .main-img .container h1 {
    margin: 0;
    font-size: 4.375rem;
    color: #fff;
  }
  .main-img .container h1 span {
    padding: 0.375rem 0.875rem;
    display: inline-block;
  }
  
  .bd-heading-1 .bd-example {
    margin-top: 1rem;
  }
  .bd-heading-1 .bd-example:first-child {
    margin-top: 0rem;
  }
  
  .bd-cheatsheet section article .card.iq-document-card {
    padding: 1.5rem;
  }
  .bd-cheatsheet section article .card.iq-document-card .tab-content pre.language-markup {
    margin: unset;
  }
  
  .bd-aside.card.iq-document-card {
    padding: 1.5rem;
  }
  
  /* Table of contents */
  .bd-aside a {
    padding: 0.25rem 0.5rem;
    margin-top: 0.125rem;
    margin-left: 0.25rem;
    color: rgba(114, 114, 114, 0.95);
    text-decoration: none;
  }
  .bd-aside a:hover, .bd-aside a:focus {
    background-color: rgba(24, 119, 242, 0.1);
  }
  .bd-aside .active {
    font-weight: 600;
    background-color: rgba(24, 119, 242, 0.1);
    color: var(--bs-primary);
  }
  .bd-aside .btn {
    padding: 0.25rem 0.5rem;
    font-weight: 600;
    color: #727272;
    border: 0;
  }
  .bd-aside .btn .right-icon {
    transition: transform 0.35s ease;
  }
  .bd-aside .btn:hover, .bd-aside .btn:focus {
    background-color: rgba(24, 119, 242, 0.1);
    color: var(--bs-primary);
  }
  .bd-aside .btn[aria-expanded=true] .right-icon {
    transform: rotate(90deg);
  }
  
  .scrollspy-example {
    position: relative;
    height: 12.5rem;
    margin-top: 0.5rem;
    overflow: auto;
  }
  
  [id=modal] .bd-example .btn,
  [id=buttons] .bd-example .btn,
  [id=tooltips] .bd-example .btn,
  [id=popovers] .bd-example .btn,
  [id=dropdowns] .bd-example .btn-group,
  [id=dropdowns] .bd-example .dropdown,
  [id=dropdowns] .bd-example .dropup,
  [id=dropdowns] .bd-example .dropend,
  [id=dropdowns] .bd-example .dropstart {
    margin-top: 0.5rem;
  }
  
  /* Layout */
  @media (min-width: 1200px) {
    .body-class-1 {
      display: grid;
      gap: 2rem;
      grid-template-columns: 1fr 4fr 1fr;
      grid-template-rows: auto;
    }
    .bd-aside.sticky-xl-top {
      top: 2rem !important;
    }
    .bd-header {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      z-index: 1030;
      grid-column: 1/span 3;
    }
    .sticky-xl-top {
      z-index: 2;
    }
    .bd-cheatsheet, .bd-cheatsheet section, .bd-cheatsheet article {
      display: grid;
      gap: 2rem;
      grid-template-columns: 3fr 1fr;
      grid-column: span 2/span 2;
      grid-template-rows: auto;
    }
    .bd-aside {
      grid-area: 1/1;
      scroll-margin-top: 4rem;
    }
    .bd-cheatsheet section, .bd-cheatsheet section > .iq-side-content {
      top: 2rem;
      scroll-margin-top: 0;
    }
    .bd-cheatsheet article, .bd-cheatsheet .bd-heading {
      top: calc(7.2rem + 2rem);
      scroll-margin-top: calc(7.8rem + 2rem);
    }
    .bd-cheatsheet .bd-heading {
      z-index: 1;
      order: 2;
    }
    .bd-cheatsheet .bd-heading .card {
      margin-bottom: 0;
    }
    .bd-cheatsheet article .iq-document-card {
      margin-bottom: unset;
    }
    .bd-cheatsheet article .iq-document-card.iq-doc-head {
      margin-top: -8.8rem;
    }
  }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .mobile-offcanvas {
      width: 40% !important;
    }
  }
  @media (max-width: 767.98px) {
    .main-img .container h1 {
      font-size: 3.125rem;
    }
  }
  @media (max-width: 1199.98px) {
    .header .container {
      max-width: unset !important;
    }
    aside.mobile-offcanvas {
      margin-top: unset !important;
    }
    aside.mobile-offcanvas .offcanvas-header {
      display: block;
    }
    .body-class-1 {
      padding: unset;
    }
    .body-class-1.container {
      max-width: unset;
    }
    #content .iq-side-content .card {
      margin-top: 1.25rem;
    }
    .mobile-offcanvas {
      visibility: hidden;
      transform: translateX(-100%);
      border-radius: 0;
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      z-index: 1200;
      width: 75%;
      overflow-y: scroll;
      overflow-x: hidden;
      transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
      background: rgba(255, 255, 255, 0.8392156863);
      -webkit-backdrop-filter: blur(0.5rem);
              backdrop-filter: blur(0.5rem);
    }
    .mobile-offcanvas.show {
      visibility: visible;
      transform: translateY(0);
    }
    .mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
      display: block;
    }
  }
  @media (min-width: 1200px) {
    aside.mobile-offcanvas .offcanvas-header {
      display: none;
    }
    .bd-cheatsheet section .iq-side-content {
      grid-column-end: 3;
    }
    .bd-cheatsheet section .iq-side-content .card {
      margin-bottom: 0;
    }
  }
  body.offcanvas-active {
    overflow: hidden;
  }
  
  body.uikit .btn-download {
    display: none;
  }
  
  .uisheet.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(33, 37, 41, 0.6);
    transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
  }
  .uisheet.screen-darken.active {
    z-index: 10;
    transition: opacity 0.3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
  }
  
  .middle {
    display: inline !important;
  }
  .middle .mid-menu {
    position: fixed;
    top: 9.375rem;
    left: 0rem;
    z-index: 999;
    text-align: center;
    cursor: pointer;
    background: var(--bs-primary);
    color: #fff;
    padding: 0.2rem;
    border-radius: 0 1rem 1rem 0;
  }
  
  .top-1 {
    top: 1rem;
  }
  
  .elem-list {
    max-height: calc(80vh + 4rem);
    overflow: auto;
    /* Scroll Track */
    /* Scroll Handle */
    /* Scroll Handle on hover */
  }
  .elem-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 10px;
  }
  .elem-list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
  }
  .elem-list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer;
  }
  .elem-list::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer;
  }
  
  .card .card-body .iq-media-group-1 .iq-media-1 {
    margin-left: -1.25rem;
    position: relative;
    z-index: 0;
  }
  .card .card-body .iq-media-group-1 .iq-media-1:hover {
    z-index: 9;
  }
  .card .card-body .iq-media-group-1 .iq-media-1 img {
    border: 2px solid #ebebeb;
  }
  .card .card-body .iq-media-group-1 .iq-media-1:first-child {
    margin-left: 0;
  }
  .card .card-body .iq-media-1 {
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.125rem;
  }
  .card .card-body .iq-media-1:hover {
    text-decoration: none;
  }
  
  .authontication-forms .modal-header .btn-close {
    position: absolute;
    left: auto;
    right: 1rem;
    top: 1rem;
    z-index: 1;
  }
  .authontication-forms .modal-body {
    padding: 3rem 2.5rem;
  }
  .authontication-forms .modal-body .iq-login-form label {
    font-weight: 500;
    line-height: 175%;
    text-transform: capitalize;
    color: var(--heading-color);
    margin-bottom: 0.83rem;
  }
  .authontication-forms .modal-body .iq-login-form .input-group .input-group-text {
    border-color: transparent;
  }
  .authontication-forms .modal-body .iq-login-form .input-group input {
    padding-left: 0;
    border-color: transparent;
  }
  .authontication-forms .modal-body .iq-login-form .input-group input:focus {
    border-color: transparent;
  }
  .authontication-forms .modal-body .iq-login-form .input-group textarea {
    padding-left: 0;
    padding-top: 9px;
  }
  .authontication-forms .modal-body .iq-login-form .input-group textarea:focus {
    border-color: transparent;
  }
  .authontication-forms .iq-login-form .text-signup label {
    font-size: 1rem;
    font-weight: 600;
  }
  .authontication-forms .iq-login-form .text-signup .btn-link {
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
  }
  .authontication-forms.register-page .modal-dialog {
    max-width: 700px;
  }
  
  .social-login-label {
    position: relative;
    color: #727272;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
  }
  .social-login-label span {
    position: relative;
    display: inline-block;
    padding: 0 1rem;
    background-color: rgba(var(--bs-light-rgb), 1);
  }
  .social-login-label::before {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--bs-border-color);
    height: 1px;
  }
  
  .social-login ul li a {
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    background: var(--bs-gray-300);
    border-radius: 0.25rem;
    transition: all 0.3s ease 0s;
  }
  .social-login ul li a:hover {
    background: var(--bs-gray-200);
  }
  
  @media (max-width: 575px) {
    .authontication-forms .modal-body {
      padding: 1rem;
    }
  }
  .custom-btn-close {
    position: absolute;
    left: auto;
    right: -1.25rem;
    top: -1.25rem;
    z-index: 1;
    cursor: pointer;
  }
  
  @media (max-width: 575.98px) {
    .custom-btn-close {
      right: -0.8rem;
      top: -0.8rem;
    }
  }
  .iq-team-slider.swiper .swiper-slide .iq-banner-img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 622px;
    width: 100%;
  }
  .iq-team-slider.swiper .swiper-slide .card-box {
    margin-top: -20px;
  }
  .iq-team-slider.swiper .swiper-slide .card-box .card-description {
    animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    background: var(--bs-primary-bg-subtle);
    padding: 8px 18px;
    margin: 0 10px;
  }
  .iq-team-slider.swiper .swiper-slide .card-box .card-description .cart-content .desc {
    display: none;
  }
  .iq-team-slider.swiper .swiper-slide .card-box .card-description .cart-content .heading {
    color: #052855;
  }
  .iq-team-slider.swiper .swiper-slide.swiper-slide-active .iq-banner-img {
    animation: animate-slide-in;
    animation-duration: 0.5s;
  }
  .iq-team-slider.swiper .swiper-slide.swiper-slide-active .iq-banner-img img::after {
    content: " ";
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(2deg, rgba(3, 3, 3, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 12px;
  }
  .iq-team-slider.swiper .swiper-slide.swiper-slide-active .card-box {
    margin-top: -70px;
  }
  .iq-team-slider.swiper .swiper-slide.swiper-slide-active .card-box .card-description {
    background-color: var(--bs-secondary);
    padding: 24px 32px;
  }
  .iq-team-slider.swiper .swiper-slide.swiper-slide-active .card-box .card-description .cart-content .heading {
    font-size: 1.777rem;
    color: var(--bs-white);
  }
  .iq-team-slider.swiper .swiper-slide.swiper-slide-active .card-box .card-description .cart-content .desc {
    display: block;
  }
  .iq-team-slider.swiper .swiper-slide.swiper-slide-active .card-box .card-description .rating-text {
    color: var(--bs-white);
  }
  
  /**********Animation***************/
  @keyframes animate-slide-in {
    0% {
      clip-path: inset(0 0 0 100%);
      -webkit-clip-path: inset(0 0 0 100%);
    }
    100% {
      clip-path: inset(0 0 0 0);
      -webkit-clip-path: inset(0 0 0 0);
    }
  }
  @media (max-width: 1024.98px) {
    .iq-team-slider.swiper .swiper-slide .iq-banner-img img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 400px;
    }
  }
  .mode-icons {
    display: none;
  }
  .mode-icons.light-mode {
    display: block;
  }
  
  #back-to-top {
    display: inline !important;
  }
  #back-to-top .top {
    bottom: 1.563rem;
    right: 1.563rem;
    z-index: 999;
  }
  #back-to-top .top svg {
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    padding: 16px;
  }
  
  .vue-star-rating svg.vue-star-rating-star {
    height: 14px;
    width: 14px;
  }
  
  .star-rating {
    line-height: normal;
  }
  .star-rating > div {
    line-height: 0;
  }
  
  .rating-component .vue-star-rating svg.vue-star-rating-star {
    height: 20px;
    width: 20px;
  }
  
  .review-0 {
    display: none;
  }
  
  .readmore-btn {
    text-transform: capitalize;
  }
  
  .custom-card-table .row tr td {
    padding-left: 0;
    padding-right: 0;
  }
  
  .cookiePopup {
    z-index: 1000;
  }
  
  div.dataTables_processing.card {
    background-color: var(--bs-gray-300);
  }
  div.dataTables_processing > div:last-child > div {
    background: var(--bs-primary) !important;
  }
  
  .padding-top-bottom-70.blog-more-images {
    padding: 0;
  }
  .padding-top-bottom-70.blog-more-images:has(img) {
    padding: 4.375rem 0;
  }
  
  .provider-section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .provider-section .provider {
    max-width: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .provider-section .provider-1 {
    left: -50px;
    top: 3.6rem;
  }
  .provider-section .provider-5 {
    top: 2.37rem;
    right: 70px;
  }
  .provider-section .provider-3 {
    bottom: 2.74rem;
    right: 80px;
  }
  .provider-section .provider-4 {
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
  }
  .provider-section .provider-6 {
    bottom: 2.3rem;
  }
  
  @media (max-width: 1600px) {
    .provider.provider-4 {
      display: none;
    }
  }
  @media (max-width: 1500px) {
    .provider-section {
      padding: 52px 0;
    }
    .provider-section .provider {
      display: none;
    }
  }
  @media (max-width: 767px) {
    .padding-top-bottom-70.blog-more-images:has(img) {
      padding: 3.125rem 0;
    }
  }
  /*=========================
  Service Detail
  ==============================*/
  .service-detail .service-meta-list li {
    position: relative;
    padding-right: 16px;
    margin-right: 11px;
  }
  .service-detail .service-meta-list li::after {
    content: "";
    height: 5px;
    width: 5px;
    background-color: var(--bs-gray-500);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 50%;
  }
  .service-detail .service-meta-list li:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .service-detail .service-meta-list li:last-child::after {
    display: none;
  }
  
  .tab-slider .swiper-content .swiper-slide img {
    height: 520px;
    width: 100%;
  }
  .tab-slider .swiper-thumb .swiper-slide {
    max-width: 100px;
    width: 100px;
  }
  .tab-slider .swiper-thumb .thumb-wrapper {
    cursor: pointer;
    border: 1px solid var(--bs-border-color);
  }
  .tab-slider .swiper-thumb .thumb-wrapper img {
    height: 76px;
    width: 100%;
  }
  .tab-slider .swiper-thumb .swiper-slide-thumb-active .thumb-wrapper {
    border-color: var(--bs-primary);
  }
  
  @media (max-width: 1199px) {
    .tab-slider .swiper-content .swiper-slide img {
      height: 450px;
    }
  }
  @media (max-width: 600px) {
    .tab-slider .swiper-content .swiper-slide img {
      height: 350px;
    }
  }
  @media (max-width: 479px) {
    .tab-slider .swiper-content .swiper-slide img {
      height: 250px;
    }
  }
  .provider-profile-card .vue-star-rating-star svg stop {
    stop-color: transparent;
  }
  .provider-profile-card .vue-star-rating-star svg stop:first-child {
    stop-color: var(--bs-white);
  }
  
  /*=========================
  Copy Link Form
  ==============================*/
  .copy-link-form .copy-link-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--bs-border-radius-lg);
    border-bottom-right-radius: var(--bs-border-radius-lg);
  }
  
  /*===================
  search
  ========================*/
  .search-form .search-icon {
    z-index: 3;
    right: 1px;
  }
  
  /*====================
  ReadMore Button
  ==========================*/
  .readmore-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .readmore-text.active {
    text-overflow: initial;
    -webkit-line-clamp: initial;
  }
  
  .app-link img {
    width: 180px;
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .dataTables_wrapper .form-control,
  .dataTables_wrapper .form-select {
    padding: 0.8rem 2rem 0.8rem 1rem;
    border-radius: var(--bs-border-radius-lg);
  }
  .dataTables_wrapper .dataTables_filter label {
    font-size: 0;
    position: relative;
  }
  .dataTables_wrapper .dataTables_filter label::after {
    content: "\f002";
    font-size: 1rem;
    font-weight: 900;
    font-family: "font awesome 5 free";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
  }
  
  @media (max-width: 767.98px) {
    .dataTables_wrapper .dataTables_filter {
      margin-top: 1rem;
    }
  }
  .vc-container {
    background-color: var(--bs-body-bg) !important;
    color: var(--bs-heading-color) !important;
  }
  .vc-container.vc-bordered {
    border-color: var(--bs-border-color);
  }
  .vc-container .vc-pane, .vc-container .vc-weeks {
    min-width: 100%;
  }
  
  .vc-header .vc-title {
    background-color: var(--bs-light);
    color: var(--bs-heading-color) !important;
  }
  .vc-header .vc-arrow {
    background-color: var(--bs-light);
    color: var(--bs-heading-color) !important;
  }
  
  .vc-day-content .vc-disabled {
    color: var(--bs-body-color) !important;
  }
  
  .vc-day .vc-highlight-bg-solid {
    background-color: var(--bs-primary);
  }
  
  .time-slot .btn-check:checked + .time-slot-btn {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-color: transparent;
  }
  
  .ratting .fa-stack {
    color: var(--bs-primary);
  }
  
  .rating-all-page .dataTables_wrapper .dataTable .row > * {
    width: 100%;
  }
  .rating-all-page .dataTables_wrapper .dataTable .row tr .comment-list .comment {
    border-bottom: 1px solid var(--bs-border-color);
  }
  .rating-all-page .dataTables_wrapper .dataTable .row tr:last-child .comment-list .comment {
    border-bottom: none;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .booking-service-form .flatpickr-wrapper {
    width: 100%;
  }
  
  #post-job-datatable_wrapper #post-job-datatable tbody tr td {
    padding-left: 0;
    padding-right: 0;
  }
  
  .post-job-service-list ul {
    height: 330px;
    overflow-y: auto;
  }
  
  .cursor-default {
    cursor: default;
  }
  
  .form-select {
    border-radius: var(--bs-border-radius-lg);
  }
  
  .dataTables_wrapper .row tr.odd:has(td.dataTables_empty) {
    width: 100%;
  }
  
  .user-dropdown:has(.location-search-dropdown) .custom-btn-close {
    right: -0.8rem;
    top: -0.8rem;
  }
  .user-dropdown:has(.location-search-dropdown) .custom-btn-close svg {
    height: 30px;
    width: 30px;
  }
  
  .location-search-dropdown {
    max-height: 350px;
    width: 300px;
    border-radius: 0.5rem;
    overflow-y: auto;
  }
  .location-search-dropdown .post-img {
    gap: 1rem;
  }
  .location-search-dropdown .post-img .post-img-holder {
    flex-shrink: 0;
  }
  .location-search-dropdown .post-img .post-img-holder img {
    border-radius: 0.25rem;
    -o-object-fit: cover;
       object-fit: cover;
    height: 90px;
    width: 130px;
  }
  
  @media (max-width: 479.98px) {
    .location-search-dropdown {
      width: 255px;
    }
    .location-search-dropdown .post-img .post-img-holder img {
      height: 70px;
      width: 100px;
    }
  }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: var(--heading-color);
  }
  
  .cursor-pointer {
    cursor: pointer;
  }
  
  .section-padding {
    padding: 8.125rem 1rem 8.125rem 1rem;
  }
  
  .section-padding-top {
    padding: 8.125rem 1rem 0 1rem;
  }
  
  .section-padding-bottom {
    padding: 0 1rem 8.125rem 1rem;
  }
  
  .blog-inner {
    padding: 0 3.125rem;
  }
  
  .padding-top-bottom-90 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  
  .padding-top-bottom-80 {
    padding: 5rem 0;
  }
  
  .padding-top-bottom-70 {
    padding: 4.375rem 0;
  }
  
  .padding-50 {
    padding: 3.125rem;
  }
  
  .box-shadow {
    box-shadow: 0 0 87.3px 2.7px rgba(0, 0, 0, 0.06);
  }
  
  .container {
    max-width: 1400px;
  }
  
  .container-fluid {
    padding: 0 6.25rem;
  }
  
  .heading-color {
    color: var(--heading-color);
  }
  
  .font-size-18 {
    font-size: 1.125rem;
  }
  
  .font-size-16 {
    font-size: 1rem;
  }
  
  .font-size-14 {
    font-size: 0.875rem;
  }
  
  .font-size-12 {
    font-size: 0.75rem;
  }
  
  .fw-500 {
    font-weight: 500;
  }
  
  .letter-spacing-64 {
    letter-spacing: 0.64px;
  }
  
  .letter-spacing-1 {
    letter-spacing: 1px;
  }
  
  .letter-spacing-2 {
    letter-spacing: 2px;
  }
  
  .letter-spacing-3 {
    letter-spacing: 3px;
  }
  
  .letter-spacing-4 {
    letter-spacing: 4px;
  }
  
  .border-radius-12 {
    border-radius: 12px;
  }
  
  .img-height-330 {
    height: 20.625rem;
  }
  
  .img-height-415 {
    height: 25.94rem;
  }
  
  .line-count-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  
  .line-count-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  
  .line-count-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  
  .line-count-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  
  .line-count-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  
  @media (max-width: 1367px) {
    .container-fluid {
      padding: 0 2rem;
    }
  }
  @media screen and (max-width: 1024px) {
    br {
      display: none;
    }
    .section-padding {
      padding: 4.375rem 1rem;
    }
    .section-padding-top {
      padding: 4.375rem 1rem 0 1rem;
    }
    .section-padding-bottom {
      padding: 0 1rem 4.375rem 1rem;
    }
  }
  @media (max-width: 991px) {
    :root {
      --bs-heading-1: 3rem;
      --bs-heading-2: 2rem;
      --bs-heading-3: 1.827rem;
      --bs-heading-4: 1.700rem;
    }
  }
  @media (max-width: 767px) {
    .section-padding, .padding-top-bottom-90, .padding-top-bottom-80 {
      padding: 3.125rem 0;
    }
    .section-padding-top {
      padding: 3.125rem 0 0;
    }
    .section-padding-bottom {
      padding: 0 0 3.125rem;
    }
    .container-fluid {
      padding: 0 1rem;
    }
    .section-padding {
      padding-right: 0;
      padding-left: 0;
    }
    .padding-top-bottom-70 {
      padding: 3.125rem 0;
    }
    .blog-inner {
      padding: 0 1rem;
    }
  }
  @media (max-width: 575px) {
    .img-height-330,
    .img-height-415 {
      height: 11.5rem;
    }
  }
  .booking-wizard {
    padding: 90px;
    --spacing: 77px;
  }
  .booking-wizard .booking-list-box {
    padding-bottom: var(--spacing);
    position: relative;
  }
  .booking-wizard .booking-list-box::after {
    content: "";
    width: 1px;
    height: var(--spacing);
    background: var(--bs-border-color);
    position: absolute;
    bottom: 0;
    right: 9px;
  }
  .booking-wizard .booking-list-box .icon-active {
    display: none;
  }
  .booking-wizard li:first-child .booking-list-box {
    padding-top: var(--spacing);
  }
  .booking-wizard li:first-child .booking-list-box::before {
    content: "";
    width: 1px;
    height: var(--spacing);
    background: var(--bs-primary);
    position: absolute;
    top: 0;
    right: 9px;
  }
  .booking-wizard li.active .booking-list-box::after {
    background: linear-gradient(180deg, var(--bs-primary) 0%, rgba(235, 235, 235, 0) 100%);
  }
  .booking-wizard li.active .booking-list-box .icon-active {
    display: block;
  }
  .booking-wizard li.active .booking-list-box .icon-inactive {
    display: none;
  }
  .booking-wizard li.done .booking-list-box::after {
    background: var(--bs-primary);
  }
  
  .select-week-days .week-button, .select-week-days .time-slot-btn, .time-slot .week-button, .time-slot .time-slot-btn {
    background-color: var(--bs-gray-300);
    color: var(--bs-body-color);
  }
  .select-week-days .week-button:hover, .select-week-days .week-button:focus, .select-week-days .time-slot-btn:hover, .select-week-days .time-slot-btn:focus, .time-slot .week-button:hover, .time-slot .week-button:focus, .time-slot .time-slot-btn:hover, .time-slot .time-slot-btn:focus {
    background-color: var(--bs-primary);
    color: var(--bs-white);
  }
  
  .sticky {
    position: sticky;
    top: calc(var(--header-height) - 1px);
    z-index: 1;
  }
  
  @media (max-width: 1199.98px) {
    .booking-wizard {
      padding: 70px 30px;
      --spacing: 70px;
    }
  }
  @media (max-width: 991.98px) {
    .sticky {
      position: static;
    }
  }
  @media (max-width: 767.98px) {
    .booking-wizard li:first-child .booking-list-box {
      padding-top: 0;
      padding-left: 0;
    }
    .booking-wizard li:first-child .booking-list-box::before {
      display: none;
    }
    .booking-wizard li.active .booking-list-box::after {
      background: linear-gradient(90deg, var(--bs-primary) 0%, rgba(235, 235, 235, 0) 100%);
    }
    .booking-wizard li.done .booking-list-box::after {
      background: var(--bs-primary);
    }
    .booking-wizard .booking-list-box {
      padding: 0 50px 0 0;
    }
    .booking-wizard .booking-list-box .booking-list-box-info {
      display: none;
    }
    .booking-wizard .booking-list-box::after {
      height: 1px;
      width: 30px;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
    }
  }
  @media (max-width: 575.98px) {
    .booking-wizard .booking-list-box {
      padding: 0 30px 0 0;
    }
    .booking-wizard .booking-list-box::after {
      width: 15px;
      right: 8px;
    }
    .booking-wizard li:last-child .booking-list-box {
      padding: 0;
    }
    .booking-wizard li:last-child .booking-list-box::after {
      display: none;
    }
  }
  .profile-block {
    padding: 60px 110px;
  }
  .profile-block.bg-light .input-group .input-group-text {
    background-color: var(--bs-white);
    border-color: transparent;
  }
  .profile-block.bg-light .input-group input {
    background-color: var(--bs-white);
    border-color: transparent;
  }
  .profile-block.bg-light .select2-container .select2-selection--single {
    background-color: var(--bs-white);
    border-color: transparent;
  }
  .profile-block.bg-light textarea {
    background-color: var(--bs-white);
    border-color: transparent;
  }
  .profile-block h6 {
    margin-bottom: 0.83rem;
  }
  .profile-block .input-group .form-control {
    padding-left: 0;
    border-color: transparent;
  }
  .profile-block .input-group .form-control:focus {
    border-color: transparent;
  }
  
  @media (max-width: 991px) {
    .profile-block {
      padding: 60px 80px;
    }
  }
  @media (max-width: 767px) {
    .profile-block {
      padding: 60px 30px;
    }
  }
  [data-bs-theme=dark] .mode-icons.light-mode {
    display: none;
  }
  [data-bs-theme=dark] .mode-icons.dark-mode {
    display: block;
  }
  [data-bs-theme=dark] .select2-container .select2-search--dropdown .select2-search__field {
    background-color: var(--bs-body-bg) !important;
    color: var(--bs-body-color) !important;
  }
  
  .iq-blog {
    margin-bottom: 3.75rem;
  }
  .iq-blog img.blog-image {
    height: 17.5rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .iq-blog .iq-post-details {
    text-align: center;
    margin-top: -1.2rem;
  }
  .iq-blog .iq-post-details .blog-meta-data {
    padding: 0.5rem 1.5rem;
    box-shadow: 4px 4px 35px 0px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 1.38rem;
    font-family: "Inter", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .iq-blog .iq-post-details .blog-meta-data .blog-publish-date {
    line-height: normal;
  }
  .iq-blog .iq-post-details .blog-meta-data .blog-publish-date span {
    color: var(--bs-heading-color);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.015rem;
    text-transform: capitalize;
  }
  .iq-blog .iq-post-details .blog-meta-data .blog-categories {
    line-height: normal;
  }
  .iq-blog .iq-post-details .blog-meta-data .blog-categories li {
    position: relative;
  }
  .iq-blog .iq-post-details .blog-meta-data .blog-categories li:not(:last-child):after {
    position: absolute;
    content: "";
    background: var(--bs-body-color);
    height: 0.2rem;
    width: 0.2rem;
    border-radius: 100%;
    top: 60%;
    bottom: 0;
    right: -0.8rem;
    left: auto;
    transform: translateY(-50%);
  }
  .iq-blog .iq-post-details .blog-meta-data .blog-categories li span {
    color: var(--bs-body-color);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.015rem;
    text-transform: capitalize;
  }
  .iq-blog .iq-post-details .blog-title {
    margin-bottom: 2.13rem;
  }
  .iq-blog .iq-post-details .blog-title h5 {
    transition: color 400ms ease, background 400ms ease;
  }
  .iq-blog .iq-post-details .blog-title:hover h5 {
    color: var(--bs-primary);
  }
  .iq-blog .iq-post-details .author-block {
    font-family: "Inter", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .iq-blog .iq-post-details .author-block span {
    color: var(--bs-heading-color);
    transition: color 400ms ease;
  }
  .iq-blog .iq-post-details .author-block span:hover {
    color: var(--bs-primary);
  }
  .iq-blog .iq-btn-container .btn-link {
    color: var(--bs-heading-color);
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 400ms ease, background 400ms ease;
  }
  .iq-blog .iq-btn-container .btn-link:hover {
    color: var(--bs-primary);
  }
  
  @media (max-width: 575px) {
    .iq-blog img.blog-image {
      height: 11.5rem;
    }
    .iq-blog .iq-post-details .blog-meta-data {
      padding: 0.875rem 0.75rem;
    }
  }
  .blog-detail .blog-image img.blog-image {
    height: 40.625rem;
  }
  .blog-detail .blog-heading-part .blog-heading-box {
    background: var(--bs-body-bg);
    padding: 3.75rem 3.125rem 1.875rem;
    margin-top: -6.6875rem;
    border-radius: 0.9375rem 0.9375rem 0 0;
  }
  .blog-detail .blog-heading-part .blog-heading-box .blog-tag li:not(:first-child) {
    padding-left: 0.75rem;
    margin-left: 0.375rem;
  }
  .blog-detail .blog-heading-part .blog-heading-box .blog-tag li:not(:first-child)::before {
    content: "";
    background: var(--bs-body-color);
    width: 0.25rem;
    height: 0.25rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 0;
  }
  .blog-detail .blog-heading-part .blog-heading-box .blog-title {
    width: 70%;
    margin: 0 auto;
  }
  .blog-detail .blog-content-part .blog-inner {
    border-radius: 0 0 0.9375rem 0.9375rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .blog-detail .quote-box .quote-font {
    line-height: 200%;
  }
  .blog-detail .quote-box .quote {
    right: 20px;
  }
  
  .iq-blogcat a {
    padding: 3px 8px;
    color: var(--bs-body-color);
    cursor: pointer;
    transition: all 300ms ease-in-out;
  }
  .iq-blogcat:hover a, .iq-blogcat.active a {
    color: var(--bs-primary);
  }
  
  .social-share a {
    color: var(--bs-body-color);
    transition: all 300ms ease-in-out;
  }
  .social-share a:hover {
    color: var(--bs-primary);
  }
  
  .navigation .previous,
  .navigation .next {
    width: 20%;
    color: var(--bs-body-color);
  }
  .navigation .previous .blog-title,
  .navigation .next .blog-title {
    color: var(--bs-body-color);
    transition: all 300ms ease-in-out;
  }
  .navigation .previous:hover .blog-title, .navigation .previous.active .blog-title,
  .navigation .next:hover .blog-title,
  .navigation .next.active .blog-title {
    color: #052855;
    text-decoration: underline;
  }
  
  @media (max-width: 1200px) {
    .blog-detail .blog-heading-part .blog-heading-box .blog-title {
      width: 100%;
    }
  }
  @media (max-width: 992px) {
    .navigation .previous,
    .navigation .next {
      width: 50%;
    }
  }
  @media (max-width: 767px) {
    .blog-detail .blog-content-part .blog-inner {
      padding-bottom: 3.125rem;
    }
    .navigation .previous,
    .navigation .next {
      width: 100%;
    }
  }
  @media (max-width: 575px) {
    .blog-detail .blog-image img.blog-image {
      height: 25rem;
    }
    .blog-detail .blog-heading-part .blog-heading-box {
      padding: 1rem;
    }
    .blog-detail .blog-content-part {
      margin-top: 1rem;
    }
  }
  .booking .booking-img {
    height: 16.25rem;
    margin-right: 2.5rem;
  }
  .booking .booking-date {
    font-family: "Inter", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding: 8px 12px;
    border-radius: 0 8px 0 0;
    right: 0;
  }
  
  @media (max-width: 767px) {
    .booking .padding-50 {
      padding: 3.125rem 1.875rem 1.875rem;
    }
  }
  @media (max-width: 575px) {
    .booking .padding-50 {
      padding: 3.125rem 1rem 1rem;
    }
  }
  .modalbooking .booking-model-img {
    height: 10.625rem;
  }
  
  .iq-footer-catogery-list li {
    position: relative;
  }
  .iq-footer-catogery-list li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 12px;
    width: 1px;
    background-color: var(--bs-border-color);
    transform: translateY(-50%) rotate(25deg);
  }
  .iq-footer-catogery-list li:last-child::after {
    content: none;
  }
  .iq-footer-catogery-list li a {
    color: var(--bs-primary-tint-90);
  }
  .iq-footer-catogery-list li a:hover {
    color: var(--bs-primary);
  }
  
  .iq-social-list-text li {
    position: relative;
  }
  .iq-social-list-text li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 12px;
    width: 1px;
    background-color: var(--bs-border-color);
    transform: translateY(-50%);
  }
  .iq-social-list-text li:last-child::after {
    content: none;
  }
  .iq-social-list-text li a {
    font-family: "Inter", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 500;
    color: var(--bs-body-color);
  }
  .iq-social-list-text li a:hover {
    color: var(--bs-primary);
  }
  
  .categories-list li::after {
    content: ",";
    right: 0;
    bottom: 0;
  }
  .categories-list li:first-child::after, .categories-list li:last-child::after {
    content: none;
  }
  .categories-list li a {
    cursor: pointer;
    color: var(--bs-body-color);
    transition: all 0.3s ease-in-out;
  }
  .categories-list li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid var(--bs-body-color);
    transition: width 0.5s ease;
  }
  .categories-list li:hover a {
    color: var(--bs-primary);
  }
  .categories-list li:hover a::before {
    width: 100%;
    border-color: var(--bs-primary);
  }
  
  .category-card {
    z-index: 1;
  }
  .category-card .img-bg {
    background-color: var(--bs-body-bg);
    padding: 1.5625rem 2.5rem;
  }
  .category-card .categories-desc {
    color: var(--bs-body-color);
  }
  
  .category-box-list {
    padding: 2.5rem 2.8125rem;
    z-index: 1;
  }
  .category-box-list .img-bg {
    background-color: var(--bs-white);
    width: 80px;
    height: 80px;
    padding: 1.25rem;
  }
  .category-box-list .category-item {
    color: var(--bs-body-color);
  }
  .category-box-list .category-link {
    background-color: var(--bs-white);
    color: var(--bs-body-color);
  }
  .category-box-list ul li svg {
    color: var(--bs-primary);
  }
  
  .circle-clip-effect:hover .img-bg,
  .circle-clip-effect:hover .category-link,
  .swiper-slide-active .img-bg,
  .swiper-slide-active .category-link {
    background-color: var(--bs-primary-shade-20);
    color: var(--bs-white);
  }
  
  .circle-clip-effect:hover .categories-name a,
  .circle-clip-effect:hover .category-item,
  .swiper-slide-active .categories-name a,
  .swiper-slide-active .category-item,
  .circle-clip-effect:hover .categories-desc,
  .circle-clip-effect:hover .categories-name {
    color: var(--bs-white);
  }
  
  .circle-clip-effect:hover .category-box-list ul li svg,
  .swiper-slide-active .category-box-list ul li svg {
    color: var(--bs-heading-color);
  }
  
  .circle-clip-effect::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--bs-primary);
    -webkit-clip-path: circle(0% at 100% 100%);
            clip-path: circle(0% at 100% 100%);
    transition: -webkit-clip-path 500ms ease;
    transition: clip-path 500ms ease;
    transition: clip-path 500ms ease, -webkit-clip-path 500ms ease;
    z-index: 0;
    border-radius: inherit;
  }
  
  .circle-clip-effect:hover::after,
  .swiper-slide-active .circle-clip-effect::after {
    transition: -webkit-clip-path 500ms ease;
    transition: clip-path 500ms ease;
    transition: clip-path 500ms ease, -webkit-clip-path 500ms ease;
    -webkit-clip-path: circle(100%);
    clip-path: circle(100%);
  }
  
  .category-tab-list .nav-tabs {
    width: 100%;
  }
  .category-tab-list .nav-tabs .nav-item {
    max-width: 6rem;
    white-space: normal;
  }
  .category-tab-list .nav-tabs .nav-link {
    padding: 0;
    background: transparent;
    text-align: center;
    color: var(--bs-body-color);
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
  }
  .category-tab-list .nav-tabs .nav-link.active {
    color: var(--bs-primary);
  }
  .category-tab-list .nav-tabs .nav-link.active .category-title {
    font-weight: 800;
  }
  .category-tab-list .nav-tabs .nav-link:hover {
    color: var(--bs-primary);
  }
  .category-tab-list .nav-tabs .category-title {
    font-family: "Inter", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    transition: font-weight 0.5s ease-in;
  }
  .category-tab-list .nav-tabs .category-tabs-image {
    height: 90px;
    width: 90px;
    line-height: 90px;
    background-color: var(--bs-light);
    border-radius: var(--bs-border-radius-lg);
  }
  .category-tab-list .sticky {
    background: #fff;
  }
  
  .iq-team .iq-provider-img::after {
    content: " ";
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 34.67%);
    background-repeat: no-repeat;
    border-radius: 8px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .iq-team .iq-provider-img .provider-img {
    height: 21.25rem;
  }
  .iq-team .iq-provider-img a {
    z-index: 2;
  }
  .iq-team .rating {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: var(--bs-primary);
    color: var(--bs-white);
    position: absolute;
    left: 50%;
    bottom: 1.0625rem;
    text-align: center;
    opacity: 0;
    z-index: 2;
    transform: translateX(-50%);
    transition: all 0.5s ease-in-out;
  }
  .iq-team .rating .vue-star-rating {
    margin-right: 2px;
    vertical-align: text-bottom;
    line-height: normal;
  }
  .iq-team .rating svg linearGradient stop:nth-child(1) {
    stop-color: var(--bs-white);
  }
  .iq-team .rating svg linearGradient stop:nth-child(2) {
    stop-color: transparent;
  }
  .iq-team .provider-info a .provider-heading {
    transition: all 0.5s ease-in-out;
  }
  .iq-team .provider-info a:hover .provider-heading {
    color: var(--bs-primary);
  }
  .iq-team:hover .iq-provider-img::after {
    opacity: 1;
  }
  .iq-team:hover .rating {
    opacity: 1;
  }
  
  table.provider-detail-info th {
    width: 40%;
  }
  table.provider-detail-info td {
    width: 60%;
  }
  table.provider-detail-info td h6 {
    font-family: "Work Sans", sans-serif, "Liberation Mono", "Courier New", monospace;
  }
  
  .service-box-card {
    padding: 0.875rem 0.875rem 1.5rem 0.875rem;
  }
  .service-box-card .serv-whishlist {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    width: 1.625rem;
    height: 1.625rem;
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    outline: none;
    border: none;
  }
  .service-box-card .service-rating {
    color: var(--bs-yellow);
  }
  .service-box-card .price-content li {
    font-family: "Inter", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .service-box-card .price-content li.service-price {
    padding-left: 0.75rem;
    margin-left: 0.25rem;
  }
  .service-box-card .price-content li.service-price::before {
    content: "";
    background: #727272;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 0;
  }
  .service-box-card a.service-heading {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
  .service-box-card a.service-heading .service-title {
    transition: all 0.3s ease-in-out;
  }
  .service-box-card a.service-heading:hover .service-title {
    color: var(--bs-primary);
  }
  .service-box-card .iq-image .online-service {
    display: inline-block;
    background: var(--bs-success);
    height: 8px;
    width: 8px;
    position: absolute;
    top: 22px;
    left: 16px;
    border-radius: 50%;
    animation: blink 0.6s infinite ease-in-out alternate;
    -webkit-animation: blink 0.6s infinite ease-in-out alternate;
  }
  
  @keyframes blink {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .col-lg-4 .service-img {
    height: 13.5rem;
  }
  
  .col-lg-3 .service-img {
    height: 17.5rem;
  }
  
  .service-slide-items-3 .service-img {
    height: 13.5rem;
  }
  
  .service-slide-items-4 .service-img {
    height: 13.125rem;
  }
  
  .service-img {
    height: 17.5rem;
  }
  
  @media (max-width: 575px) {
    .our-service .service-img {
      height: 11.5rem;
    }
  }
  .our-service .btn-link {
    font-size: 0.875rem;
    text-transform: capitalize;
  }
  
  .service-user-name {
    font-family: "Inter", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 500;
  }
  
  .our-service .swiper-slide {
    height: auto;
  }
  .our-service .swiper-slide .service-slide-items-4, .our-service .swiper-slide .col, .our-service .swiper-slide .service-box-card {
    height: 100%;
  }
  .our-service .swiper-slide .service-box-card {
    margin-bottom: 0 !important;
  }
  
  .bg-light .service-box-card.bg-light {
    background-color: var(--bs-body-bg) !important;
  }
  
  .booking-detail-service-box .category-list li {
    position: relative;
    margin-right: 0.5rem;
    padding-right: 1rem;
  }
  .booking-detail-service-box .category-list li::after {
    content: "\f054";
    font-family: "font awesome 5 free";
    font-size: 0.875rem;
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .booking-detail-service-box .category-list li:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .booking-detail-service-box .category-list li:last-child::after {
    content: none;
  }
  .booking-detail-service-box .book-service-img {
    height: 200px;
  }
  
  .service-card-table tbody tr td {
    padding-left: 0;
    padding-right: 0;
    height: 100%;
  }
  .service-card-table tbody tr td .service-box-card {
    height: calc(100% - 2rem);
  }
  .service-card-table .service-box-card .service-img {
    height: 13.5rem;
  }
  
  .iq-testimonial {
    padding: 48px;
    margin-top: 25px;
  }
  .iq-testimonial .quote {
    height: 48px;
    width: 48px;
    line-height: 48px;
    background-color: var(--bs-primary-bg-subtle);
    position: absolute;
    top: -25px;
    right: 48px;
  }
  .iq-testimonial .quote img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 40px;
  }
  .iq-testimonial .testimonial-content {
    font-size: 18px;
    line-height: 2;
    font-style: italic;
    font-family: "Inter", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  
  .ratting svg {
    color: var(--bs-yellow);
  }
  
  @media (max-width: 1024px) {
    .iq-testimonial {
      padding: 32px;
    }
  }
  .iq-title-box {
    margin-bottom: 32px;
  }
  .iq-title-box.center {
    margin-bottom: 60px;
  }
  .iq-title-box .highlighted-text {
    position: relative;
    display: inline-block;
    z-index: 9;
  }
  .iq-title-box .highlighted-text .highlighted-image svg {
    position: absolute;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    animation: 0.5s down-leave ease-in;
    color: var(--bs-primary);
  }
  
  @media (max-width: 767px) {
    .iq-title-box.center {
      margin-bottom: 32px;
    }
  }
  .iq-breadcrumb {
    padding: 3.25rem 0;
  }
  .iq-breadcrumb .breadcrumb-item {
    font-family: "Inter", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .iq-breadcrumb .breadcrumb-item svg {
    color: var(--heading-color);
  }
  .iq-breadcrumb .breadcrumb-item.active {
    color: var(--bs-primary);
  }
  
  .iq-popup-video .iq-video a {
    z-index: 1;
  }
  .iq-popup-video .iq-video a .icon {
    z-index: 2;
  }
  .iq-popup-video .iq-video a::before {
    content: "";
    height: 56px;
    width: 56px;
    line-height: 56px;
    background-color: var(--bs-primary);
    opacity: 0.8;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all 0.3s ease-out;
  }
  .iq-popup-video .iq-video a:hover::before {
    height: 70px;
    width: 70px;
  }
  
  .iq-icon-box.with-numbers .number {
    display: inline-block;
    height: 46px;
    width: 46px;
    line-height: 46px;
  }
  
  .booking-service-box .booking-service-meta li {
    position: relative;
    padding-right: 12px;
    margin-right: 6px;
  }
  .booking-service-box .booking-service-meta li::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--bs-gray-500);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .booking-service-box .booking-service-meta li:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .booking-service-box .booking-service-meta li:last-child::after {
    display: none;
  }
  .booking-service-box .service-image {
    position: relative;
    width: 100%;
  }
  .booking-service-box .service-image img {
    height: 240px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .booking-service-box .rating-box {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .booking-service-box .readmore-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .booking-service-box .readmore-text.active {
    text-overflow: initial;
    -webkit-line-clamp: initial;
  }
  .booking-service-box .readmore-btn {
    font-size: 14px;
  }
  
  .about-provider-box .provider-image-container {
    width: 180px;
  }
  .about-provider-box .provider-image-container img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  @media (max-width: 400px) {
    .booking-service-box .service-image img {
      height: 180px;
    }
  }
  .status-timeline .status-timeline-wrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 35px;
  }
  .status-timeline .status-timeline-wrapper .timeline-time-block {
    padding-right: 50px;
    flex: 1 1 0;
  }
  .status-timeline .status-timeline-wrapper .timeline-content-block {
    padding-left: 50px;
    flex: 1 1 0;
  }
  .status-timeline .status-timeline-wrapper .timline-border {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
  }
  .status-timeline .status-timeline-wrapper .timline-border .icon {
    line-height: normal;
    vertical-align: top;
  }
  .status-timeline .status-timeline-wrapper .timline-border::after {
    content: "";
    width: 1px;
    height: calc(100% - 50px);
    background-color: var(--bs-border-color);
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .status-timeline .status-timeline-wrapper .timline-border .icon-fill {
    display: none;
    color: var(--bs-primary);
  }
  .status-timeline .status-timeline-wrapper .timline-border .icon-outline {
    color: var(--bs-body-color);
  }
  .status-timeline li.done .status-timeline-wrapper .timline-border .icon-outline {
    display: none;
  }
  .status-timeline li.done .status-timeline-wrapper .timline-border .icon-fill {
    display: block;
  }
  .status-timeline li.active .status-timeline-wrapper .timline-border .icon-outline {
    color: var(--bs-primary);
  }
  .status-timeline li:last-child .status-timeline-wrapper {
    padding-bottom: 0;
  }
  .status-timeline li:last-child .status-timeline-wrapper .timline-border::after {
    display: none;
  }
  
  @media (max-width: 767.98px) {
    .status-timeline .status-timeline-wrapper {
      display: block;
      padding-left: 40px;
    }
    .status-timeline .status-timeline-wrapper .timeline-time-block {
      padding-right: 0;
    }
    .status-timeline .status-timeline-wrapper .timeline-content-block {
      padding-left: 0;
      margin-top: 8px;
    }
    .status-timeline .status-timeline-wrapper .timline-border {
      left: 0;
      transform: none;
    }
  }
  