/*!
* 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)
 */
:root {
  --bs-primary: #6f3cff;
  --bs-primary-rgb: 111, 60, 255;
  --bs-primary-bg-subtle: #e2d8ff;
  --bs-primary-border-subtle: var(--bs-primary-bg-subtle);
  --bs-primary-hover-bg: #5930cc;
  --bs-primary-hover-border: #4e2ab3;
  --bs-primary-active-bg: #5930cc;
  --bs-primary-active-border: #4e2ab3;
  --bs-primary-shade-90: #f1ecff;
  --bs-primary-shade-80: #e2d8ff;
  --bs-primary-shade-60: #c5b1ff;
  --bs-primary-shade-40: #a98aff;
  --bs-primary-shade-20: #8c63ff;
  --bs-primary-shade-10: #7d50ff;
  --bs-primary-tint-90: #0b061a;
  --bs-primary-tint-80: #160c33;
  --bs-primary-tint-60: #2c1866;
  --bs-primary-tint-40: #432499;
  --bs-primary-tint-20: #5930cc;
  --bs-primary-tint-10: #6436e6;
}
:root[data-bs-theme=dark] {
  --bs-primary-text-emphasis: #a98aff;
  --bs-primary-bg-subtle: #160c33;
}

:root {
  --bs-secondary: #5a2fd6;
  --bs-secondary-rgb: 90, 47, 214;
  --bs-secondary-bg-subtle: #ded5f7;
  --bs-secondary-border-subtle: var(--bs-secondary-bg-subtle);
  --bs-secondary-hover-bg: #4826ab;
  --bs-secondary-hover-border: #3f2196;
  --bs-secondary-active-bg: #4826ab;
  --bs-secondary-active-border: #3f2196;
  --bs-secondary-shade-90: #efeafb;
  --bs-secondary-shade-80: #ded5f7;
  --bs-secondary-shade-60: #bdacef;
  --bs-secondary-shade-40: #9c82e6;
  --bs-secondary-shade-20: #7b59de;
  --bs-secondary-shade-10: #6b44da;
  --bs-secondary-tint-90: #090515;
  --bs-secondary-tint-80: #12092b;
  --bs-secondary-tint-60: #241356;
  --bs-secondary-tint-40: #361c80;
  --bs-secondary-tint-20: #4826ab;
  --bs-secondary-tint-10: #512ac1;
}
:root[data-bs-theme=dark] {
  --bs-secondary-text-emphasis: #9c82e6;
  --bs-secondary-bg-subtle: #12092b;
}

:root {
  --bs-success: #219653;
  --bs-success-rgb: 33, 150, 83;
  --bs-success-bg-subtle: #d3eadd;
  --bs-success-border-subtle: var(--bs-success-bg-subtle);
  --bs-success-hover-bg: #1a7842;
  --bs-success-hover-border: #17693a;
  --bs-success-active-bg: #1a7842;
  --bs-success-active-border: #17693a;
  --bs-success-shade-90: #e9f5ee;
  --bs-success-shade-80: #d3eadd;
  --bs-success-shade-60: #a6d5ba;
  --bs-success-shade-40: #7ac098;
  --bs-success-shade-20: #4dab75;
  --bs-success-shade-10: #37a164;
  --bs-success-tint-90: #030f08;
  --bs-success-tint-80: #071e11;
  --bs-success-tint-60: #0d3c21;
  --bs-success-tint-40: #145a32;
  --bs-success-tint-20: #1a7842;
  --bs-success-tint-10: #1e874b;
}
:root[data-bs-theme=dark] {
  --bs-success-text-emphasis: #7ac098;
  --bs-success-bg-subtle: #071e11;
}

:root {
  --bs-info: #4f46e5;
  --bs-info-rgb: 79, 70, 229;
  --bs-info-bg-subtle: #dcdafa;
  --bs-info-border-subtle: var(--bs-info-bg-subtle);
  --bs-info-hover-bg: #3f38b7;
  --bs-info-hover-border: #3731a0;
  --bs-info-active-bg: #3f38b7;
  --bs-info-active-border: #3731a0;
  --bs-info-shade-90: #ededfc;
  --bs-info-shade-80: #dcdafa;
  --bs-info-shade-60: #b9b5f5;
  --bs-info-shade-40: #9590ef;
  --bs-info-shade-20: #726bea;
  --bs-info-shade-10: #6159e8;
  --bs-info-tint-90: #080717;
  --bs-info-tint-80: #100e2e;
  --bs-info-tint-60: #201c5c;
  --bs-info-tint-40: #2f2a89;
  --bs-info-tint-20: #3f38b7;
  --bs-info-tint-10: #473fce;
}
:root[data-bs-theme=dark] {
  --bs-info-text-emphasis: #9590ef;
  --bs-info-bg-subtle: #100e2e;
}

:root {
  --bs-warning: #f1c40f;
  --bs-warning-rgb: 241, 196, 15;
  --bs-warning-bg-subtle: #fcf3cf;
  --bs-warning-border-subtle: var(--bs-warning-bg-subtle);
  --bs-warning-hover-bg: #c19d0c;
  --bs-warning-hover-border: #a9890b;
  --bs-warning-active-bg: #c19d0c;
  --bs-warning-active-border: #a9890b;
  --bs-warning-shade-90: #fef9e7;
  --bs-warning-shade-80: #fcf3cf;
  --bs-warning-shade-60: #f9e79f;
  --bs-warning-shade-40: #f7dc6f;
  --bs-warning-shade-20: #f4d03f;
  --bs-warning-shade-10: #f2ca27;
  --bs-warning-tint-90: #181402;
  --bs-warning-tint-80: #302703;
  --bs-warning-tint-60: #604e06;
  --bs-warning-tint-40: #917609;
  --bs-warning-tint-20: #c19d0c;
  --bs-warning-tint-10: #d9b00e;
}
:root[data-bs-theme=dark] {
  --bs-warning-text-emphasis: #f7dc6f;
  --bs-warning-bg-subtle: #302703;
}

:root {
  --bs-danger: #eb5757;
  --bs-danger-rgb: 235, 87, 87;
  --bs-danger-bg-subtle: #fbdddd;
  --bs-danger-border-subtle: var(--bs-danger-bg-subtle);
  --bs-danger-hover-bg: #bc4646;
  --bs-danger-hover-border: #a53d3d;
  --bs-danger-active-bg: #bc4646;
  --bs-danger-active-border: #a53d3d;
  --bs-danger-shade-90: #fdeeee;
  --bs-danger-shade-80: #fbdddd;
  --bs-danger-shade-60: #f7bcbc;
  --bs-danger-shade-40: #f39a9a;
  --bs-danger-shade-20: #ef7979;
  --bs-danger-shade-10: #ed6868;
  --bs-danger-tint-90: #180909;
  --bs-danger-tint-80: #2f1111;
  --bs-danger-tint-60: #5e2323;
  --bs-danger-tint-40: #8d3434;
  --bs-danger-tint-20: #bc4646;
  --bs-danger-tint-10: #d44e4e;
}
:root[data-bs-theme=dark] {
  --bs-danger-text-emphasis: #f39a9a;
  --bs-danger-bg-subtle: #2f1111;
}

:root {
  --bs-light: #f9f9ff;
  --bs-light-rgb: 249, 249, 255;
  --bs-light-bg-subtle: #fefeff;
  --bs-light-border-subtle: var(--bs-light-bg-subtle);
  --bs-light-hover-bg: #c7c7cc;
  --bs-light-hover-border: #aeaeb3;
  --bs-light-active-bg: #c7c7cc;
  --bs-light-active-border: #aeaeb3;
  --bs-light-shade-90: #fefeff;
  --bs-light-shade-80: #fefeff;
  --bs-light-shade-60: #fdfdff;
  --bs-light-shade-40: #fbfbff;
  --bs-light-shade-20: #fafaff;
  --bs-light-shade-10: #fafaff;
  --bs-light-tint-90: #19191a;
  --bs-light-tint-80: #323233;
  --bs-light-tint-60: #646466;
  --bs-light-tint-40: #959599;
  --bs-light-tint-20: #c7c7cc;
  --bs-light-tint-10: #e0e0e6;
}
:root[data-bs-theme=dark] {
  --bs-light-text-emphasis: #fbfbff;
  --bs-light-bg-subtle: #323233;
}

:root {
  --bs-dark: #000;
  --bs-dark-rgb: 0, 0, 0;
  --bs-dark-bg-subtle: #cccccc;
  --bs-dark-border-subtle: var(--bs-dark-bg-subtle);
  --bs-dark-hover-bg: black;
  --bs-dark-hover-border: black;
  --bs-dark-active-bg: black;
  --bs-dark-active-border: black;
  --bs-dark-shade-90: #e6e6e6;
  --bs-dark-shade-80: #cccccc;
  --bs-dark-shade-60: #999999;
  --bs-dark-shade-40: #666666;
  --bs-dark-shade-20: #333333;
  --bs-dark-shade-10: #1a1a1a;
  --bs-dark-tint-90: black;
  --bs-dark-tint-80: black;
  --bs-dark-tint-60: black;
  --bs-dark-tint-40: black;
  --bs-dark-tint-20: black;
  --bs-dark-tint-10: black;
}
:root[data-bs-theme=dark] {
  --bs-dark-text-emphasis: #666666;
  --bs-dark-bg-subtle: black;
}

:root {
  --bs-gray: #6c757d;
  --bs-gray-rgb: 108, 117, 125;
  --bs-gray-bg-subtle: #e2e3e5;
  --bs-gray-border-subtle: var(--bs-gray-bg-subtle);
  --bs-gray-hover-bg: #565e64;
  --bs-gray-hover-border: #4c5258;
  --bs-gray-active-bg: #565e64;
  --bs-gray-active-border: #4c5258;
  --bs-gray-shade-90: #f0f1f2;
  --bs-gray-shade-80: #e2e3e5;
  --bs-gray-shade-60: #c4c8cb;
  --bs-gray-shade-40: #a7acb1;
  --bs-gray-shade-20: #899197;
  --bs-gray-shade-10: #7b838a;
  --bs-gray-tint-90: #0b0c0d;
  --bs-gray-tint-80: #161719;
  --bs-gray-tint-60: #2b2f32;
  --bs-gray-tint-40: #41464b;
  --bs-gray-tint-20: #565e64;
  --bs-gray-tint-10: #616971;
}
:root[data-bs-theme=dark] {
  --bs-gray-text-emphasis: #a7acb1;
  --bs-gray-bg-subtle: #161719;
}

:root {
  --bs-gray-dark: #343a40;
  --bs-gray-dark-rgb: 52, 58, 64;
  --bs-gray-dark-bg-subtle: #d6d8d9;
  --bs-gray-dark-border-subtle: var(--bs-gray-dark-bg-subtle);
  --bs-gray-dark-hover-bg: #2a2e33;
  --bs-gray-dark-hover-border: #24292d;
  --bs-gray-dark-active-bg: #2a2e33;
  --bs-gray-dark-active-border: #24292d;
  --bs-gray-dark-shade-90: #ebebec;
  --bs-gray-dark-shade-80: #d6d8d9;
  --bs-gray-dark-shade-60: #aeb0b3;
  --bs-gray-dark-shade-40: #85898c;
  --bs-gray-dark-shade-20: #5d6166;
  --bs-gray-dark-shade-10: #484e53;
  --bs-gray-dark-tint-90: #050606;
  --bs-gray-dark-tint-80: #0a0c0d;
  --bs-gray-dark-tint-60: #15171a;
  --bs-gray-dark-tint-40: #1f2326;
  --bs-gray-dark-tint-20: #2a2e33;
  --bs-gray-dark-tint-10: #2f343a;
}
:root[data-bs-theme=dark] {
  --bs-gray-dark-text-emphasis: #85898c;
  --bs-gray-dark-bg-subtle: #0a0c0d;
}

:root {
  --bs-primary-01: #6c5ce7;
  --bs-primary-01-rgb: 108, 92, 231;
  --bs-heading-01: #1a1a1a;
  --bs-primary-02: #958AEE;
  --bs-primary-03: #5a4ccb;
  --bs-text-01: #666;
  --bs-text-02: #777;
  --bs-text-03: #7d879c;
  --bs-text-04: #888;
  --bs-gray-01: #f4f3ff;
  --bs-border-color: #eee;
  --bs-cta-bg: #f8faff;
  /* =============================
  gray shades RGB
  ============================== */
  --bs-gray-900-rgb: 255, 255, 255;
  --bs-gray-700-rgb: 73, 80, 87;
  --bs-gray-600-rgb: 108, 117, 125;
  --bs-gray-500-rgb: 224, 224, 224;
  --bs-gray-400-rgb: 249, 250, 255;
  --bs-gray-300-rgb: 249, 249, 255;
  --bs-gray-200-rgb: 248, 250, 252;
  --bs-gray-100-rgb: 241, 245, 249;
}

[data-bs-theme=dark] {
  --bs-gray-900: #0b1220;
  --bs-gray-900-rgb: 11, 18, 32;
  --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: #0b1220;
  --bs-gray-400-rgb: 11, 18, 32;
  --bs-gray-300: #181818;
  --bs-gray-300-rgb: 24, 24, 24;
  --bs-gray-200: #0f172a;
  --bs-gray-200-rgb: 15, 23, 42;
  --bs-gray-100: #0f172a;
  --bs-gray-100-rgb: 15, 23, 42;
  --bs-light: var(--bs-gray-300);
  --bs-light-rgb: var(--bs-gray-300-rgb);
  --bs-headings-color: #e5e7eb;
  --bs-body-color: #cbd5e1;
  --bs-cta-bg: #0b1220;
  --bs-heading-01: #e5e7eb;
  --bs-border-color: #1f2937;
}

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, 2.5rem);
}

h2 {
  font-size: var(--bs-heading-2, 1.875rem);
}

h3 {
  font-size: var(--bs-heading-3, 1.5rem);
}

h4 {
  font-size: var(--bs-heading-4, 1.375rem);
}

h5 {
  font-size: var(--bs-heading-5, 1.125rem);
}

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: #e2e8f0;
  border-radius: 20px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}
.iq-scroller-effect ::-webkit-scrollbar-thumb:hover {
  background: #e5eaf2;
  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-hover-bg);
}

.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(71, 85, 105, 0.95);
  text-decoration: none;
}
.bd-aside a:hover, .bd-aside a:focus {
  background-color: rgba(var(--bs-primary-rgb), 0.1);
}
.bd-aside .active {
  font-weight: 600;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
}
.bd-aside .btn {
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  color: #475569;
  border: 0;
}
.bd-aside .btn .right-icon {
  transition: transform 0.35s ease;
}
.bd-aside .btn:hover, .bd-aside .btn:focus {
  background-color: rgba(var(--bs-primary-rgb), 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);
    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(255, 255, 255, 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 #e2e8f0;
}
.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: #475569;
  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: var(--bs-headings-color);
}
.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.375rem;
  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);
}

.button-primary-dark {
  background-color: var(--bs-primary-tint-40);
  border-color: var(--bs-primary-tint-40);
  color: var(--bs-white);
}
.button-primary-dark:hover {
  background-color: var(--bs-primary-tint-60);
  border-color: var(--bs-primary-tint-60);
  color: var(--bs-white);
}

.client-banner {
  position: relative;
}
.client-banner .client-banner-content {
  padding: 145px 0;
}
.client-banner .client-banner-image {
  position: absolute;
  top: 0;
  width: 45%;
  height: 100%;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.booking-location-section {
  background-color: var(--bs-secondary-shade-60);
}
.booking-location-section .booking-location-content {
  padding: 40px;
}
.booking-location-section .booking-locations-list {
  -moz-columns: 3;
       columns: 3;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.booking-location-section .booking-locations-list ul {
  padding-left: 0;
  margin-left: 1rem;
}
.booking-location-section .booking-locations-list ul li a {
  color: var(--bs-heading-color);
}
.booking-location-section .booking-locations-list ul li a:hover {
  color: var(--bs-primary);
}

.personal-cleaning-services-section {
  position: relative;
}
.personal-cleaning-services-section .personal-cleaning-services-content {
  padding: 70px 0 94px;
}
.personal-cleaning-services-section .personal-cleaning-services-list {
  list-style: square;
}
.personal-cleaning-services-section .personal-cleaning-services-list li {
  color: var(--bs-heading-color);
  font-size: 18px;
}
.personal-cleaning-services-section .personal-cleaning-services-image {
  position: absolute;
  top: 0;
  width: 41.5%;
  height: 100%;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.support-section {
  padding: 40px 0 70px;
}

/**********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;
  }
}
@media (max-width: 1199.98px) {
  .client-banner .client-banner-image {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .booking-location-section .booking-location-content {
    padding: 40px 32px;
  }
  .personal-cleaning-services-section .personal-cleaning-services-content {
    padding: 30px 16px;
  }
  .personal-cleaning-services-section .personal-cleaning-services-image {
    position: static;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .booking-location-section .booking-location-content {
    padding: 40px 16px;
  }
}
@media (max-width: 991.98px) {
  .client-banner .client-banner-image {
    position: static;
    width: 100%;
  }
  .client-banner .client-banner-content {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .client-banner .client-banner-content {
    padding: 30px 0;
  }
}
/* Hero section */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding: 1px 17px 99px;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}
.hero .hero-left {
  display: flex;
  flex-direction: column;
  gap: 18px;
  /* Search bar */
}
.hero .hero-left .hero-title {
  font-size: clamp(28px, 5vw, 46px);
  line-height: 1.1;
  font-weight: 800;
  margin: 6px 0 0 8px;
}
.hero .hero-left .hero-desc {
  max-width: 620px;
}
.hero .hero-left .search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--bs-gray-200);
  border: 1px solid var(--bs-border-color);
  border-radius: 14px;
  padding: 10px;
  max-width: 700px;
}
.hero .hero-left .input-group {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: var(--bs-gray-100);
  border: 1px solid var(--bs-border-color);
  border-radius: 12px;
  flex: 1 1 260px;
  cursor: text;
}
.hero .hero-left .input-group input {
  border: none;
  outline: none;
  background: transparent;
  color: var(--bs-heading-color);
  width: 100%;
}
.hero .hero-left .input-group.location {
  cursor: pointer;
}
.hero .hero-left .search-btn {
  padding: 12px 18px;
  border-radius: 12px;
  background: var(--bs-primary);
  color: var(--bs-white);
  border: none;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}
.hero .hero-left .search-btn:hover {
  background: var(--bs-secondary);
  transform: translateY(-1px);
}
.hero .hero-left .stats {
  display: flex;
  gap: 20px;
  margin-top: 14px;
  flex-wrap: wrap;
}
.hero .hero-left .stats .stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 14px;
  background: var(--bs-gray-200);
  border: 1px solid var(--bs-border-color);
  border-radius: 12px;
  min-width: 180px;
  font-size: 14px;
}
.hero .hero-left .stats .stat .num {
  font-weight: 800;
  color: var(--bs-info);
}
.hero .hero-left .stats .stat .label {
  color: var(--bs-body-color);
}
.hero .hero-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .hero-right .hero-photo {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--bs-border-color);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  background: #ddd;
  aspect-ratio: 4/3;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.hero .hero-right .verified-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: var(--bs-gray-200);
  color: var(--bs-heading-color);
  border: 1px solid var(--bs-border-color);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  font-weight: 600;
}
.hero .hero-right .verified-badge svg {
  fill: var(--bs-info);
}
.hero .hero-right .verified-badge .chip {
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--bs-gray-100);
  border: 1px solid var(--bs-border-color);
}
.hero .wave-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  pointer-events: none;
}
.hero .wave-1,
.hero .wave-2 {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.hero .wave-1 {
  bottom: 56px;
}
.hero .wave-2 {
  bottom: 0;
}
.hero .wave svg {
  display: block;
  width: 100%;
  height: 86px;
}
.hero .wave path.wave-top {
  fill: var(--bs-gray-900);
}
.hero .wave path.wave-bottom {
  fill: var(--bs-gray-100);
}

.location-modal.modal-content {
  background: var(--bs-gray-900);
  padding: 40px;
  border-radius: 15px;
  text-align: center;
  color: var(--bs-heading-color);
  border: 1px solid var(--bs-border-color);
}
.location-modal.modal-content .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.location-modal.modal-content .form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn-skin.btn-primary {
  background: var(--bs-primary);
  border: none;
  color: var(--bs-white);
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 600;
  transition: background 0.2s ease, transform 0.15s ease;
}
.btn-skin:hover {
  background: var(--bs-secondary);
  transform: translateY(-1px);
}

@media (max-width: 1024px) {
  .hero {
    padding: 40px 16px 100px;
  }
}
@media (max-width: 991.98px) {
  .hero {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .hero .hero-left .search-bar {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .hero .hero-left .stats .stat {
    width: 100%;
  }
}
.mode-icons {
  display: none;
}
.mode-icons.light-mode {
  display: block;
}

#back-to-top {
  display: inline !important;
}
#back-to-top .top {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  padding: 16px;
  border-radius: 50%;
  font-size: 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  bottom: 1.563rem;
  right: 1.563rem;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
#back-to-top .top:hover {
  background: linear-gradient(135deg, #43e97b, #38f9d7);
  transform: translateY(-4px) scale(1.1);
}
#back-to-top .top i {
  color: var(--bs-white);
}
#back-to-top .top svg {
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  padding: 16px;
}

.helping-group-section {
  background-color: #000033;
  overflow: hidden;
}
.helping-group-section .helping-group-content {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.helping-group-section .helping-pattern {
  position: absolute;
  top: 2rem;
  left: auto;
  right: 2rem;
  width: 140px;
}
.helping-group-section .btn.helping-btn {
  background-color: #FF6154;
  color: var(--bs-white);
  padding: 8px 74px;
}
.helping-group-section .helping-group-info {
  padding: 20px 60px 30px 30px;
}

.d-inherit {
  display: inherit;
}

.lh-normal {
  line-height: normal;
}

.vue-star-rating svg.vue-star-rating-star {
  height: 20px;
  width: 20px;
  vertical-align: inherit;
}

.btn-close:focus {
  box-shadow: none;
}

.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: 1024px) {
  .helping-group-section .helping-pattern {
    width: 105px;
  }
  .helping-group-section .helping-group-info {
    padding: 30px 20px 30px 20px;
  }
  .helping-group-section .helping-group-info .text-title {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .padding-top-bottom-70.blog-more-images:has(img) {
    padding: 3.125rem 0;
  }
  .helping-group-section .helping-pattern {
    width: 90px;
  }
}
/*=========================
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;
  }
}
.privacy-policy h5,
.privacy-policy p {
  background-color: transparent !important;
}

@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;
  }
}
.no-data-found {
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

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: 5.125rem 1rem 5.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: 1320px;
}

.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;
}

/* Custom SCSS additions */
.mb-10 {
  margin-bottom: 10px;
}

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

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

.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-20 {
  font-size: 20px;
}

.font-body {
  font-family: var(--bs-body-font-family);
}

@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: 1.875rem;
    --bs-heading-2: 1.75rem;
  }
}
@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;
  }
}
/* Service Search Dropdown Styles */
.top-width {
  width: 100% !important;
  min-width: 300px;
  max-width: 500px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1050;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.servcie-search-dropdown {
  position: relative;
  width: 100%;
}
.servcie-search-dropdown .searchbox-datalink {
  max-height: 300px;
  overflow-y: auto;
}
.servcie-search-dropdown .searchbox-datalink .iq-post {
  margin: 0;
}
.servcie-search-dropdown .searchbox-datalink .iq-post li {
  border-bottom: 1px solid #f8f9fa;
}
.servcie-search-dropdown .searchbox-datalink .iq-post li:last-child {
  border-bottom: none;
}
.servcie-search-dropdown .searchbox-datalink .iq-post li a {
  text-decoration: none;
  color: inherit;
}
.servcie-search-dropdown .searchbox-datalink .iq-post li a:hover {
  background-color: #f8f9fa;
}
.servcie-search-dropdown .searchbox-datalink .iq-post li .post-img .post-img-holder {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.servcie-search-dropdown .searchbox-datalink .iq-post li .post-img .post-img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}
.servcie-search-dropdown .searchbox-datalink .iq-post li .post-img .post-blog {
  flex: 1;
  min-width: 0;
}
.servcie-search-dropdown .searchbox-datalink .iq-post li .post-img .post-blog .blog-box .nav-link {
  padding: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #212529;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
}
.servcie-search-dropdown .searchbox-datalink .iq-post li .post-img .post-blog .blog-box .nav-link:hover {
  color: var(--bs-primary);
}

/* Custom close button styling */
.custom-btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.custom-btn-close:hover {
  opacity: 1;
}

.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;
}
[data-bs-theme=dark] .work-process-section .step-card {
  background-color: var(--bs-gray-200);
}
[data-bs-theme=dark] .top-categories .cat-card {
  background-color: var(--bs-gray-200);
}
[data-bs-theme=dark] .service-box-card {
  background-color: var(--bs-gray-200);
}

.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", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI 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", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI 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: var(--bs-heading-color);
  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;
  }
}
.blog-content-part p,
.blog-content-part p span {
  color: var(--bs-body-color) !important;
}

.booking .booking-img {
  height: 16.25rem;
  margin-right: 2.5rem;
}
.booking .booking-date {
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI 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", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI 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);
}

.categories-grid-layout {
  display: grid;
  gap: 20px;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
}

.category-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 25px;
  border: 1px solid var(--bs-border-color);
  border-radius: 15px;
  background: var(--bs-body-bg);
  transition: 0.3s;
  cursor: pointer;
}
.category-card:hover {
  border-color: var(--bs-primary-01);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}
.category-card .img-bg {
  width: 45px;
  height: 45px;
  background: var(--bs-gray-01);
  color: var(--bs-primary-01);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.category-card .img-bg img {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.category-card .cat-info .categories-name {
  font-size: 17px;
  color: var(--bs-heading-01);
  font-weight: 400;
}
.category-card .cat-info .categories-desc {
  font-size: 13px;
  color: var(--bs-text-02);
  margin: 0;
  line-height: 1.4;
}

.custom-card-table tbody tr td:has(.category-card) {
  height: 100%;
}
.custom-card-table tbody tr td:has(.category-card) .card {
  height: calc(100% - 2rem);
}
.custom-card-table tbody tr td:has(.category-card) a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.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-hover-bg);
  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);
  clip-path: circle(0% at 100% 100%);
  transition: clip-path 500ms ease;
  z-index: 0;
  border-radius: inherit;
}

.circle-clip-effect:hover::after,
.swiper-slide-active .circle-clip-effect::after {
  transition: clip-path 500ms ease;
  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", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI 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;
}

.top-categories {
  font-family: "Segoe UI", sans-serif;
}
.top-categories .cat-title-area .categoryTitle {
  font-size: 32px;
  font-weight: 700;
  color: var(--bs-heading-01);
  margin: 0;
}
.top-categories .cat-title-area .categoryDesc {
  color: var(--bs-text-02);
  margin: 10px 0 0 0;
}

.view-all-btn {
  padding: 10px 25px;
  border: 1px solid var(--bs-primary-01);
  color: var(--bs-primary-01);
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.3s;
}
.view-all-btn:hover {
  background: var(--bs-primary-01);
  color: var(--bs-white);
}

@media (max-width: 992px) {
  .categories-grid-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .categories-grid-layout {
    grid-template-columns: repeat(1, 1fr);
  }
}
.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: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

.our-service {
  padding: 100px 20px;
  background-color: var(--bs-cta-bg);
}
.our-service .services-header {
  text-align: center;
  margin-bottom: 18px;
}
.our-service .services-header .title {
  font-size: 36px;
  font-weight: 700;
  color: var(--bs-heading-01);
  margin-bottom: 10px;
}
.our-service .services-header .desc {
  color: var(--bs-text-01);
  font-size: 16px;
}

.service-box-card {
  padding: 0;
  border-radius: 20px;
  background-color: var(--bs-body-bg);
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-box-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(108, 92, 231, 0.15);
}
.service-box-card:hover .service-img {
  transform: scale(1.1);
}
.service-box-card .rating-badge {
  position: absolute;
  top: 10px;
  right: 50px;
  background: var(--bs-white);
  color: var(--bs-heading-color);
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.service-box-card .rating-badge i {
  color: var(--bs-warning);
}
.service-box-card .service-img {
  border-radius: 20px 20px 0 0px;
  position: relative;
  height: 180px;
  overflow: hidden;
  transition: transform 0.5s ease;
}
.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 .service-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.service-box-card .price-content li {
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI 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: #475569;
  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 {
  font-size: 18px;
  font-weight: 700;
  color: var(--bs-heading-01);
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.service-box-card a.service-heading:hover .service-title {
  color: var(--bs-primary);
}
.service-box-card .provider-name {
  font-size: 14px;
  color: var(--bs-text-04);
  margin-bottom: 20px;
}
.service-box-card .price-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.service-box-card .price-content .price {
  font-size: 16px;
  font-weight: 700;
  color: var(--bs-primary);
}
.service-box-card .price-content .service-price {
  font-size: 13px;
  color: #999;
  display: flex;
  align-items: center;
  gap: 5px;
}
.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;
}

.client-service-card {
  padding: 30px 0 60px 0;
}
.client-service-card .featuredService {
  position: relative;
  cursor: pointer;
  display: inline-block;
  background: var(--bs-gray-900);
  border-radius: 5px;
  font-size: 0.9rem;
  line-height: 1.2rem;
  vertical-align: top;
  padding: 8px;
  border-top: 8px solid var(--bs-primary);
  border-left: 1px solid var(--bs-gray-900);
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  transition: all 0.5s ease;
  box-shadow: rgba(135, 139, 176, 0.3) 0px 3px 15px;
  min-height: 230px;
}
.client-service-card .featuredService:hover {
  border-left: 1px solid var(--bs-primary);
  border-right: 1px solid var(--bs-primary);
  border-bottom: 1px solid var(--bs-primary);
}
.client-service-card .featuredService .service_icon {
  margin-left: 10px;
  margin-top: 5px;
}
.client-service-card .featuredService .service_title {
  font-size: 16px;
  color: var(--bs-body-color);
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
  margin: 0;
}
.client-service-card .featuredService .service_price-tag {
  color: var(--bs-body-color);
  padding: 0.5rem 0 0 0.75rem;
}
.client-service-card .featuredService .service_text {
  color: #666;
  font-weight: 600;
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
  margin: 0;
}
.client-service-card .featuredService .link-text {
  color: #666;
}

@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", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 500;
}

.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", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI 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", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI 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;
}

.client-booking-card {
  gap: 20px;
}
.client-booking-card .client-img-bg {
  background-color: #dee9e7;
  padding: 10px 15px 15px 15px;
  border-radius: 15px 0px 15px 0px;
  display: inline-block;
}
.client-booking-card .information {
  line-height: 1.4em;
  color: var(--bs-heading-color);
}

@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;
  }
}
.btn-tab-desk {
  padding: 10px 32px;
  background: var(--bs-primary-bg-subtle);
  border-radius: 26px;
  border: 1px solid transparent;
}
.btn-tab-desk.active {
  color: var(--bs-white);
  background: var(--bs-primary);
  border-color: var(--bs-primary);
}
.btn-tab-desk:hover {
  color: var(--bs-white);
  background: var(--bs-primary);
  border-color: var(--bs-primary);
}

.helpdesk-card {
  background: var(--bs-primary-bg-subtle);
  padding: 20px;
}
.helpdesk-card .booking-date {
  padding: 5px 12px;
  border-radius: 0 6px 0 6px;
}

.helpdesk-accordion.accordion .accordion-item {
  margin-bottom: 45px;
}
.helpdesk-accordion.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.helpdesk-accordion.accordion .accrodion-title .icon-accrodion {
  position: static;
  transform: none;
}

@media (max-width: 767.98px) {
  .helpdesk-accordion.accordion .accrodion-title .icon-accrodion {
    position: static;
    transform: none;
  }
  .helpdesk-accordion.accordion .accrodion-title .icon-accrodion .toggle-message .message {
    font-size: 0;
  }
}
.modal-location {
  width: 50%;
}
.modal-location span {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.location-search .input-group {
  flex-wrap: nowrap;
}

@media (max-width: 1750px) {
  .search-box-wrapper > .d-flex {
    flex-wrap: wrap;
  }
  .modal-location {
    width: 40%;
  }
}
@media (max-width: 1199px) {
  .modal-location {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .modal-location {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .location-search-block {
    flex-wrap: wrap;
  }
  .location-search {
    width: 100%;
  }
  .modal-location {
    width: 100%;
  }
}
.client-hervorragend {
  padding: 35px 10px 30px 10px;
  background-color: rgba(222, 233, 231, 0.5294117647);
}
.client-hervorragend .tp-widget-businessinfo {
  font-size: 13px;
  color: #191919;
}
.client-hervorragend .client-rating {
  gap: 2px;
}
.client-hervorragend .client-swiper-container {
  width: 100%;
  max-height: 100%;
  height: 120px;
}
.client-hervorragend .client-swiper-container .title-text {
  font-size: 14px;
  font-weight: 700;
  height: 16px;
  margin: 0 0 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #191919;
}
.client-hervorragend .client-swiper-container .desc-text {
  color: #191919;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 8px;
  max-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.client-hervorragend .client-swiper-container .list-text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}
.client-hervorragend .client-swiper-container .label-text {
  font-size: 13px;
  color: #6c6c85;
}

.swiper-btn {
  text-align: center;
  display: flex;
  justify-content: center;
  transform: unset;
  margin-top: 32px;
}
.swiper-btn .swiper-button-prev {
  margin-top: -103px;
  margin-right: 16px;
  left: -50px;
  transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
}
.swiper-btn .swiper-button-next {
  margin-top: -103px;
  right: -32px;
  transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
}
.swiper-btn .swiper-button-next,
.swiper-btn .swiper-button-prev {
  background: transparent;
  color: var(--bs-dark);
  height: 24px;
  width: 24px;
  border: 1px solid var(--bs-dark);
  transition: all 0.5s ease-out 0s;
}
.swiper-btn .swiper-button-next:after,
.swiper-btn .swiper-button-prev:after {
  font-size: 8px !important;
}

@media (max-width: 1199.98px) {
  .swiper-btn .swiper-button-prev {
    left: -40px;
  }
  .swiper-btn .swiper-button-next {
    right: -22px;
  }
}
@media (max-width: 767.98px) {
  .swiper-btn .swiper-button-prev {
    left: -25px;
  }
  .swiper-btn .swiper-button-next {
    right: -18px;
  }
}
.client-counter-section {
  padding: 35px 0;
}
.client-counter-section .counter-text {
  margin: 20px 0;
  font-weight: 900;
  font-size: 34px;
  line-height: 1;
}

.support-card {
  transition: all 0.3s ease-in;
}
.support-card:hover {
  box-shadow: var(--bs-box-shadow);
}
.support-card .support-card-icon .icon {
  height: 62px;
  width: 62px;
}

.client-rate-section {
  padding: 40px 0 50px 0;
}
.client-rate-section .rating-card-content {
  margin-top: 70px;
}
.client-rate-section .rating-card-content .rating-card {
  background-color: var(--bs-gray-900);
  margin: 15px 0 15px 0;
  padding: 20px 20px 20px 20px;
  border-radius: 15px 0px 15px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  box-shadow: 10px 10px 0px 0px var(--bs-primary);
}
.client-rate-section .rating-card-content .rating-card .img-box {
  margin: -70px 0px 20px 0px;
}
.client-rate-section .rating-card-content .rating-card .img-box .rate-img {
  box-shadow: none;
  height: auto;
  max-width: 100%;
  box-shadow: none;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid var(--bs-gray-900);
  border-radius: 100px;
  transition-duration: 0.3s;
}
.client-rate-section .rating-card-content .rating-card .star-rating {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 4px;
}
.client-rate-section .rating-card-content .rating-card .star-rating li {
  color: #f0ad4e;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .client-rate-section {
    padding: 35px 25px 25px 25px;
  }
  .client-rate-section .rating-card-content {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .client-rate-section {
    padding: 40px 20px;
  }
  .client-rate-section .rating-card-content {
    margin-top: 65px;
  }
}
/* Service Section Start */
/* Section Main Styles */
.work-process-section {
  padding: 80px 20px;
  background-color: var(--bs-gray-400);
  justify-content: center;
  align-items: center;
}

.process-container {
  width: 100%;
}

.process-header {
  text-align: center;
  margin-bottom: 60px;
}

.process-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--bs-heading-01);
  margin-bottom: 10px;
}

.process-title .highlight {
  color: var(--bs-primary-01);
}

.process-subtitle {
  color: var(--bs-text-02);
  font-size: 16px;
}

.cards-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  gap: 30px;
}

.connecting-line {
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  height: 1px;
  background: var(--bs-gray-500);
  z-index: 1;
}

.step-card {
  background: var(--bs-body-bg);
  padding: 40px 30px;
  border-radius: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.step-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(108, 92, 231, 0.15);
}

.step-number {
  position: absolute;
  top: -15px;
  right: -15px;
  background: var(--bs-primary-01);
  color: var(--bs-white);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  border: 3px solid var(--bs-gray-400);
}

.icon-box {
  background: var(--bs-primary-01);
  color: var(--bs-white);
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  margin-bottom: 25px;
  transition: transform 0.3s ease;
}

.step-card:hover .icon-box {
  transform: scale(1.1);
}

.step-heading {
  font-size: 20px;
  font-weight: 600;
  color: var(--bs-heading-01);
  margin-bottom: 15px;
}

.step-description {
  font-size: 14px;
  color: var(--bs-text-01);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 991px) {
  .cards-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .step-card {
    width: 100%;
    max-width: 400px;
  }
  .connecting-line {
    display: none;
  }
  .step-number {
    right: 50%;
    transform: translateX(50%);
    top: -15px;
  }
}
/* Service Section End */
/* Contact Section start */
.cta-section {
  padding: 80px 20px;
}

.cta-container {
  background: var(--bs-primary-01);
  border-radius: 30px;
  padding: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--bs-white);
  flex-wrap: wrap;
  gap: 40px;
}

.cta-info {
  flex: 1;
  min-width: 300px;
}

.cta-info h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.cta-info p {
  opacity: 0.9;
  margin-bottom: 30px;
  line-height: 1.6;
}

.reg-now {
  background: var(--bs-gray-900);
  color: var(--bs-primary-01);
  border: none;
  padding: 12px 25px;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
}

.cta-btns {
  display: flex;
  gap: 15px;
}

.cta-btns .reg-now {
  flex: 1;
  padding: 12px 20px;
  font-size: 16px;
  border: none;
  background: var(--bs-primary-02);
  color: var(--bs-white);
  cursor: pointer;
  border-radius: 5px;
}

.contact-card {
  background: rgba(var(--bs-white-rgb), 0.1);
  padding: 30px;
  border-radius: 20px;
  width: 550px;
  backdrop-filter: blur(10px);
}
.contact-card .contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.contact-card .c-icon {
  background: rgba(var(--bs-white-rgb), 0.2);
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .cta-section {
    padding: 40px 20px;
  }
  .cta-container {
    padding: 30px;
  }
  .cta-btns {
    flex-direction: column;
  }
  .cta-info {
    flex: 1;
    min-width: auto;
  }
  .contact-card {
    width: 100%;
  }
}
/* Customar Section Start */
.trusted-stats-section {
  padding: 100px 20px;
  background-color: var(--bs-cta-bg);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: center;
}

.stats-container {
  width: 100%;
}

.stats-header {
  text-align: center;
  margin-bottom: 60px;
}

.stats-main-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--bs-heading-01);
  margin-bottom: 15px;
}

.purple-text {
  color: var(--bs-primary-01);
}

.stats-sub-text {
  color: var(--bs-text-03);
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.stats-cards-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}

/* Individual Card Styling */
.stat-card {
  background: var(--bs-white);
  flex: 1 1 calc(25% - 25px);
  min-width: 250px;
  padding: 50px 20px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  border: 1px solid transparent;
}

.stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(108, 92, 231, 0.1);
  border-color: rgba(var(--bs-primary-01-rgb), 0.1);
}

.stat-icon-box {
  width: 65px;
  height: 65px;
  background-color: var(--bs-primary-01);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bs-white);
  font-size: 28px;
  margin-bottom: 25px;
  transition: transform 0.3s ease;
}

.stat-card:hover .stat-icon-box {
  transform: rotate(5deg) scale(1.1);
}

.stat-number {
  font-size: 32px;
  font-weight: 800;
  color: var(--bs-primary-01);
  margin-bottom: 8px;
}

.stat-label {
  color: var(--bs-text-03);
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 1024px) {
  .stat-card {
    flex: 1 1 calc(50% - 25px);
  }
}
@media (max-width: 600px) {
  .stat-card {
    flex: 1 1 100%;
  }
  .stats-main-title {
    font-size: 28px;
  }
}
/* Customar Section End */
/* My Service Section-2 start */
.platform-info-section {
  padding: 80px 20px;
  background-color: var(--body-bg);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.platform-container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 60px;
}

.platform-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
}

.responsive-hero-img {
  width: 100%;
  max-width: 550px;
  height: auto;
  border-radius: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.responsive-hero-img:hover {
  transform: scale(1.02);
}

.platform-content-wrapper {
  flex: 1;
}

.platform-title {
  font-size: 34px;
  font-weight: 700;
  color: var(--bs-heading-01);
  line-height: 1.3;
  margin-bottom: 20px;
}

.purple-highlight {
  color: var(--bs-primary-01);
}

.platform-description {
  font-size: 16px;
  color: var(--bs-text-02);
  margin-bottom: 40px;
  line-height: 1.6;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: transform 0.3s ease;
}

.feature-item:hover {
  transform: translateX(10px);
}

.feature-icon-box {
  min-width: 45px;
  height: 45px;
  background-color: var(--bs-primary-01);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bs-white);
  font-size: 18px;
  box-shadow: 0 4px 15px rgba(108, 92, 231, 0.2);
}

.feature-text h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--bs-heading-01);
  margin: 0 0 5px 0;
}

.feature-text p {
  font-size: 14px;
  color: var(--bs-text-02);
  margin: 0;
  line-height: 1.5;
}

.platform-content-wrapper p strong {
  color: var(--bs-heading-color);
}

@media (max-width: 991px) {
  .platform-container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  .feature-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .platform-title {
    font-size: 28px;
  }
  .responsive-hero-img {
    max-width: 100%;
  }
}
/* My Service Section-2 End */
/* Our App download Section Start */
.app-download-section {
  background-color: var(--bs-primary-01);
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.app-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

/* Left Content Area */
.app-content-area {
  flex: 1.2;
  color: var(--bs-white);
}

.app-main-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
}

.app-sub-text {
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 40px;
  max-width: 500px;
}

/* Store Buttons Flex */
.store-buttons-flex {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.store-btn {
  transition: transform 0.3s ease;
  display: inline-block;
}

.store-btn img {
  height: 50px;
  width: auto;
  border-radius: 8px;
}

.store-btn:hover {
  transform: translateY(-5px) scale(1.05);
}

.app-image-area {
  flex: 0.8;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.phone-img-wrapper {
  position: relative;
  z-index: 2;
  transition: transform 0.5s ease;
}

.app-mockup-img {
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: 30px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.phone-img-wrapper:hover {
  transform: rotate(-3deg) translateY(-10px);
}

@media (max-width: 991px) {
  .app-container {
    flex-direction: column;
    text-align: center;
  }
  .app-content-area {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .app-main-title {
    font-size: 32px;
  }
  .store-buttons-flex {
    justify-content: center;
  }
  .app-image-area {
    justify-content: center;
    margin-top: 40px;
  }
  .app-mockup-img {
    max-width: 250px;
  }
}
@media (max-width: 480px) {
  .app-main-title {
    font-size: 26px;
  }
  .store-btn img {
    height: 45px;
  }
}
/* Our App download Section End */
/* Workflow Sections Start */
.workflow-optimization-section {
  padding: 100px 20px;
  background-color: var(--bs-body-bg);
  display: flex;
  justify-content: center;
}

.workflow-container {
  width: 100%;
}

.workflow-header {
  text-align: center;
  margin-bottom: 80px;
}

.workflow-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--bs-heading-01);
  margin-bottom: 15px;
}

.workflow-subtitle {
  color: var(--bs-text-03);
  font-size: 15px;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

.workflow-steps-flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 40px;
}

.workflow-line-bg {
  position: absolute;
  top: 45px;
  left: 15%;
  right: 15%;
  height: 1px;
  background-color: #e0e4f0;
  z-index: 1;
}

.workflow-step-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

.workflow-icon-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.workflow-icon-circle {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, var(--bs-primary-01), var(--bs-primary-03));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bs-white);
  font-size: 32px;
  box-shadow: 0 10px 30px rgba(108, 92, 231, 0.3);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.step-counter {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1a1a1a;
  color: var(--bs-white);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  border: 3px solid var(--bs-white);
  z-index: 3;
}

.workflow-step-item:hover .workflow-icon-circle {
  transform: scale(1.15) rotate(10deg);
}

.workflow-text-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--bs-heading-01);
  margin-bottom: 12px;
}

.workflow-text-content p {
  font-size: 14px;
  color: var(--bs-text-03);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 991px) {
  .workflow-steps-flex {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .workflow-line-bg {
    display: none;
  }
  .workflow-step-item {
    max-width: 400px;
  }
  .workflow-title {
    font-size: 28px;
  }
}
/* Workflow Sections Start */
