/* Global System Font Stack */
:root {
  --font-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-heading: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html,
body,
button,
input,
optgroup,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
label,
li,
table,
th,
td {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

/* =========================================
   ProService Header — Clean Aligned Design
   ========================================= */
.header-area {
  position: relative !important;
  background: #ffffff !important;
  border-bottom: 1px solid #f1f5f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
  padding: 12px 0;
  z-index: 999;
}

.header-area.is-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  padding: 10px 0;
  animation: slideDown 0.35s ease;
}

.ps-header-navbar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100%;
  padding: 0 !important;
}

.ps-header-left {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.ps-header-left .navbar-brand {
  padding: 0;
  margin: 0;
}

.ps-header-left .navbar-brand img {
  max-height: 38px;
  width: auto;
  object-fit: contain;
}

/* Brand badge when logo is text */
.ps-brand-badge {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #2563eb;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.35);
}

.ps-brand-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #0f172a;
  letter-spacing: -0.2px;
}

.ps-brand-title strong {
  font-weight: 800;
  color: #2563eb;
}

.ps-brand-sub {
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #94a3b8;
  text-transform: uppercase;
}

/* Location Pill */
.ps-header-loc {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #334155 !important;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ps-header-loc:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #0f172a !important;
}

.ps-header-loc-pin {
  color: #ef4444;
  font-size: 13px;
  display: inline-flex;
}

.ps-header-loc-text {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ps-header-loc-arrow {
  color: #94a3b8;
  font-size: 11px;
  margin-left: 2px;
}

/* Center Navigation */
.ps-header-center {
  flex: 1 1 auto;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.ps-nav-pill-active {
  background: #eff6ff;
  color: #2563eb !important;
  font-weight: 600;
  padding: 7px 18px;
  border-radius: 50px;
  font-size: 13.5px;
  text-decoration: none;
  border: 1px solid #dbeafe;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.ps-nav-pill-active:hover {
  background: #dbeafe;
  color: #1d4ed8 !important;
}

.ps-nav-pill-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #475569 !important;
  font-weight: 500;
  font-size: 13.5px;
  padding: 7px 14px;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.ps-nav-pill-link:hover {
  color: #0f172a !important;
}

.ps-header-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Nav Menu Styling */
.header-area .navbar-nav#mainMenu {
  margin: 0 !important;
  padding: 0;
  display: flex !important;
  align-items: center !important;
  gap: 4px;
  list-style: none;
}

.header-area #mainMenu .nav-item {
  position: relative;
  margin: 0 !important;
}

.header-area #mainMenu .nav-link {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 500 !important;
  color: #475569 !important;
  padding: 8px 16px !important;
  border-radius: 50px;
  transition: all 0.2s ease !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.header-area #mainMenu .nav-link:hover {
  color: #0f172a !important;
  background: #f1f5f9;
}

.header-area #mainMenu .nav-link.active {
  color: #2563eb !important;
  background: #eff6ff;
  font-weight: 600 !important;
}

/* Right Controls */
.ps-circle-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #475569 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.ps-circle-btn:hover {
  background: #f8fafc;
  color: #0f172a !important;
  border-color: #cbd5e1;
  transform: translateY(-1px);
}

.ps-badge-count {
  position: absolute;
  top: -3px;
  right: -3px;
  background: #ef4444;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  line-height: 1;
}

/* My Bookings Action Pill Button */
.ps-bookings-btn {
  background: #0f172a;
  color: #ffffff !important;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13.5px;
  font-weight: 600;
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.15);
  transition: all 0.2s ease;
  cursor: pointer;
}

.ps-bookings-btn:hover,
.ps-bookings-btn:focus {
  background: #1e293b;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.25);
  transform: translateY(-1px);
}

.ps-bookings-btn::after {
  display: none !important;
}

.ps-bookings-badge {
  background: #2563eb;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 50px;
  line-height: 1.2;
}

/* =========================================
   Popular Service Categories Section
   ========================================= */
.ps-categories-section {
  padding: 48px 0 36px;
  background: #ffffff;
}

.ps-section-title {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  letter-spacing: -0.4px;
}

.ps-section-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  color: #64748b;
  font-weight: 400;
}

/* Show All button */
.ps-show-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #2563eb !important;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 18px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.ps-show-all-btn:hover {
  background: #dbeafe;
  border-color: #93c5fd;
  color: #1d4ed8 !important;
  transform: translateY(-1px);
}

/* Popular Categories Swiper Slider */
.ps-category-slider {
  overflow: hidden;
  padding: 8px 4px 12px 4px;
}

.ps-category-slider .swiper-wrapper {
  align-items: stretch;
}

.ps-category-slider .swiper-slide {
  height: auto;
  display: flex;
}

.ps-category-slider .swiper-slide .ps-cat-card {
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
}

/* Category Slider Nav Buttons */
.ps-cat-nav-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #475569;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.ps-cat-nav-btn:hover:not(.swiper-button-disabled) {
  background: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.25);
}

.ps-cat-nav-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

/* Category Slider Pagination Dots */
.ps-cat-pagination {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
}

.ps-cat-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #cbd5e1;
  opacity: 1;
  border-radius: 4px;
  transition: all 0.25s ease;
  margin: 0 !important;
  cursor: pointer;
}

.ps-cat-pagination .swiper-pagination-bullet:hover {
  background: #94a3b8;
}

.ps-cat-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background: #2563eb;
  border-radius: 4px;
}

/* Categories Grid */
.ps-categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(115px, 1fr));
  gap: 12px;
  align-items: stretch;
}

@media (min-width: 1200px) {
  .ps-categories-grid {
    grid-template-columns: repeat(9, 1fr);
  }
}

@media (max-width: 991px) {
  .ps-categories-grid {
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 10px;
  }
}

@media (max-width: 575px) {
  .ps-categories-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}

/* Category Card */
.ps-cat-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 16px 8px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
  position: relative;
  overflow: hidden;
}

.ps-cat-card:hover {
  transform: translateY(-4px);
  border-color: #cbd5e1;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
}

/* Active Category Card State (Like Auto Mechanic in mockup) */
.ps-cat-card.active {
  border: 2px solid #2563eb !important;
  background: #f0f7ff !important;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.14) !important;
}

.ps-cat-card.active .ps-cat-name {
  color: #2563eb !important;
  font-weight: 700;
}

/* Icon Squircle Wrap */
.ps-cat-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 19px;
  margin-bottom: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease;
}

.ps-cat-icon-wrap img {
  max-height: 26px;
  width: auto;
}

.ps-cat-card:hover .ps-cat-icon-wrap {
  transform: scale(1.06);
}

.ps-cat-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 2px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 4px;
}

.ps-cat-count {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: #94a3b8;
  font-weight: 500;
}

/* =========================================
   Category Spotlight Section (5-in-a-row)
   ========================================= */
.ps-spotlight-section {
  padding: 8px 0 44px;
  background: #ffffff;
}

.ps-spotlight-card.filtered-out {
  display: none !important;
}

/* =========================================
   Featured Top-Rated Providers Section (5-in-a-row)
   ========================================= */
.ps-providers-section {
  padding: 18px 0 48px;
  background: #ffffff;
}

/* Top Picks Badge */
.ps-top-picks-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  color: #2563eb;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
}

/* View all on map link */
.ps-view-all-link {
  display: inline-flex;
  align-items: center;
  color: #2563eb !important;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease;
}

.ps-view-all-link:hover {
  color: #1d4ed8 !important;
  transform: translateX(3px);
}

/* Category Filter Tabs Bar */
.ps-filter-tabs-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 6px;
  margin-bottom: 24px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.ps-filter-tabs-wrap::-webkit-scrollbar {
  display: none;
}

.ps-filter-pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #475569;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 50px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.ps-filter-pill-btn:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
  color: #0f172a;
}

.ps-filter-pill-btn.active {
  background: #0f172a !important;
  border-color: #0f172a !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
}

.ps-filter-pill-btn .count-badge {
  font-size: 11px;
  opacity: 0.75;
  font-weight: 500;
}

.ps-filter-pill-btn.active .count-badge {
  opacity: 0.9;
}

/* Card filter transitions */
.ps-provider-card.filtered-out {
  display: none !important;
}

.ps-empty-category-state {
  text-align: center;
  padding: 48px 24px;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 20px;
  grid-column: 1 / -1;
}

/* 5-in-a-row Grid */
.ps-providers-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  align-items: stretch;
}

@media (max-width: 1200px) {
  .ps-providers-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}

@media (max-width: 768px) {
  .ps-providers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 575px) {
  .ps-providers-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }

  .ps-provider-card {
    border-radius: 14px !important;
  }

  .ps-card-img-wrap {
    height: 115px !important;
  }

  .ps-card-cat-pill {
    font-size: 9px !important;
    padding: 2px 6px !important;
    top: 6px !important;
    left: 6px !important;
    max-width: 70% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .ps-card-fav-btn {
    width: 24px !important;
    height: 24px !important;
    font-size: 10px !important;
    top: 6px !important;
    right: 6px !important;
  }

  .ps-card-rating-pill {
    font-size: 9.5px !important;
    padding: 2px 5px !important;
    bottom: 6px !important;
    left: 6px !important;
  }

  .ps-card-body {
    padding: 8px 8px 10px !important;
  }

  .ps-provider-name {
    font-size: 10.5px !important;
  }

  .ps-verified-badge {
    font-size: 10px !important;
  }

  .ps-card-title {
    font-size: 12px !important;
    line-height: 1.25 !important;
    min-height: 30px !important;
    margin-bottom: 3px !important;
  }

  .ps-card-location {
    font-size: 10px !important;
    margin-bottom: 6px !important;
  }

  .ps-card-footer {
    padding-top: 6px !important;
  }

  .ps-price-label {
    font-size: 8.5px !important;
  }

  .ps-price-amount strong {
    font-size: 13px !important;
  }

  .ps-price-amount small {
    font-size: 9px !important;
  }

  .ps-book-btn-group {
    padding: 3px 5px 3px 8px !important;
    border-radius: 20px !important;
  }

  .ps-book-label {
    font-size: 10.5px !important;
    margin-right: 3px !important;
  }

  .ps-book-arrow {
    width: 16px !important;
    height: 16px !important;
    font-size: 9px !important;
  }
}

/* Provider Card */
.ps-provider-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.ps-provider-card:hover {
  transform: translateY(-5px);
  border-color: #cbd5e1;
  box-shadow: 0 14px 28px -6px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.03);
}

/* Image Container */
.ps-card-img-wrap {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #0f172a;
}

.ps-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.ps-provider-card:hover .ps-card-img {
  transform: scale(1.05);
}

/* Image Floating Badges */
.ps-card-cat-pill {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 50px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ps-card-fav-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  cursor: pointer;
  z-index: 2;
  transition: all 0.2s ease;
}

.ps-card-fav-btn:hover {
  background: #ef4444;
  border-color: #ef4444;
  color: #ffffff;
  transform: scale(1.1);
}

.ps-card-rating-pill {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 50px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ps-card-rating-pill .fa-star {
  color: #f59e0b;
  font-size: 10px;
}

.ps-card-speed-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #10b981;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 50px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 2px 6px rgba(16, 185, 129, 0.35);
}

/* Card Body */
.ps-card-body {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.ps-card-provider {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 4px;
}

.ps-provider-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ps-verified-badge {
  color: #2563eb;
  font-size: 12px;
  flex-shrink: 0;
}

.ps-card-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 38px;
}

.ps-card-title a {
  color: #0f172a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.ps-card-title a:hover {
  color: #2563eb;
}

.ps-card-location {
  display: flex;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  color: #94a3b8;
  margin-bottom: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Card Footer (Price & Book) */
.ps-card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #f1f5f9;
}

.ps-price-wrap {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.ps-price-label {
  font-size: 10px;
  color: #94a3b8;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.ps-price-amount strong {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
}

.ps-price-amount small {
  font-size: 11px;
  color: #94a3b8;
  font-weight: 500;
  margin-left: 1px;
}

/* Book Button Group */
.ps-book-btn-group {
  display: inline-flex;
  align-items: center;
  background: #2563eb;
  border-radius: 50px;
  padding: 4px 5px 4px 12px;
  text-decoration: none !important;
  transition: all 0.2s ease;
  box-shadow: 0 3px 8px rgba(37, 99, 235, 0.25);
}

.ps-book-btn-group:hover {
  background: #1d4ed8;
  box-shadow: 0 6px 14px rgba(37, 99, 235, 0.35);
  transform: translateY(-1px);
}

.ps-book-label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  margin-right: 5px;
}

.ps-book-arrow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
}

/* Dropdown Menu Styling */
.header-area .dropdown-menu {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
  padding: 6px;
  margin-top: 8px;
}

.header-area .dropdown-menu .dropdown-item {
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13.5px;
  font-weight: 500;
  color: #334155;
  transition: all 0.15s ease;
}

.header-area .dropdown-menu .dropdown-item:hover {
  background: #f1f5f9;
  color: #0f172a;
}

/* =========================================
   ProService Hero — Full-Width (Wide) Design
   ========================================= */
.proservice-hero {
  background-color: #0b1120 !important;
  background-image: radial-gradient(at 50% 0%, rgba(30, 58, 138, 0.5) 0px, transparent 65%),
    radial-gradient(at 100% 100%, rgba(15, 23, 42, 0.95) 0px, transparent 50%),
    radial-gradient(at 0% 0%, rgba(15, 23, 42, 0.9) 0px, transparent 50%) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 72px 0 60px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: 100% !important;
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: calc(100vh - 72px);
}

.proservice-hero.has-bg-img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.proservice-hero>.container {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  width: 100% !important;
  position: relative !important;
  z-index: 2 !important;
}

/* Wide ambient lighting / glow orbs across full width */
.proservice-hero::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 500px;
  background: radial-gradient(ellipse, rgba(59, 130, 246, 0.25) 0%, rgba(37, 99, 235, 0.08) 45%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.proservice-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to top, rgba(11, 17, 32, 0.35), transparent);
  pointer-events: none;
  z-index: 1;
}

/* Transparent wrapper */
.proservice-hero-inner {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  min-height: auto !important;
  width: 100% !important;
  display: block !important;
}

.proservice-hero-inner::after {
  display: none !important;
}

/* ---- Badge ---- */
.proservice-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #f1f5f9;
  letter-spacing: 0.1px;
  backdrop-filter: blur(8px);
}

.badge-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f59e0b;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.3);
  animation: badge-pulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes badge-pulse {

  0%,
  100% {
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.3);
  }

  50% {
    box-shadow: 0 0 0 6px rgba(245, 158, 11, 0.12);
  }
}

/* ---- Headline ---- */
.proservice-hero-title {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif !important;
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.18;
  margin: 0 auto;
  letter-spacing: -0.8px;
  max-width: 900px;
}

.gradient-text-blue {
  background: linear-gradient(135deg, #38bdf8 0%, #60a5fa 50%, #818cf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
}

.gradient-text-yellow {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 60%, #ea580c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
}

/* ---- Subtitle ---- */
.proservice-hero-subtitle {
  font-size: 15px;
  color: rgba(226, 232, 240, 0.75);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.6;
  font-weight: 400;
}

/* ---- Search Wrap ---- */
.proservice-search-wrap {
  max-width: 780px;
  margin: 0 auto 24px;
}

.proservice-search-form {
  width: 100%;
}

.ps-search-inner {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 50px;
  padding: 5px 6px 5px 18px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.35);
  gap: 0;
}

.ps-search-field {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.ps-search-icon {
  color: #94a3b8;
  font-size: 16px;
  margin-right: 10px;
  flex-shrink: 0;
}

.ps-loc-icon {
  color: #ef4444;
}

.ps-search-input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 14.5px;
  color: #0f172a;
  width: 100%;
  font-family: 'Inter', sans-serif;
  padding: 10px 0;
}

.ps-search-input::placeholder {
  color: #94a3b8;
  font-weight: 400;
}

.ps-search-divider {
  width: 1px;
  height: 26px;
  background: #e2e8f0;
  margin: 0 14px;
  flex-shrink: 0;
}

.ps-location-field {
  flex: 0 0 220px;
  position: relative;
}

.ps-search-btn {
  flex-shrink: 0;
  background: #2563eb;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 11px 30px;
  font-size: 14.5px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

.ps-search-btn:hover {
  background: #1d4ed8;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.5);
  transform: translateY(-1px);
}

/* ---- Quick Find ---- */
.ps-quickfind {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  justify-content: center;
}

.ps-quickfind-label {
  font-size: 13px;
  color: rgba(226, 232, 240, 0.65);
  font-weight: 500;
  white-space: nowrap;
}

.ps-quickfind-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50px;
  padding: 5px 13px;
  font-size: 13px;
  color: #e2e8f0;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  backdrop-filter: blur(4px);
}

.ps-quickfind-pill:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
  text-decoration: none;
}

.ps-quickfind-pill i {
  font-size: 12px;
  opacity: 0.85;
}

/* Interactive Map Button */
.ps-map-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f59e0b;
  color: #0f172a !important;
  font-weight: 700;
  font-size: 12.5px;
  padding: 5px 14px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 2px 10px rgba(245, 158, 11, 0.35);
}

.ps-map-btn:hover {
  background: #fbbf24;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.5);
  color: #000000 !important;
  text-decoration: none;
}

.ps-map-btn i {
  font-size: 13px;
}

/* ---- Trust Stats ---- */
.ps-trust-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 36px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 8px;
}

.ps-stat-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.ps-stat-text {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.ps-stat-text strong {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  letter-spacing: -0.1px;
}

.ps-stat-text span {
  font-size: 11.5px;
  color: rgba(203, 213, 225, 0.65);
  font-weight: 400;
  margin-top: 2px;
}

.ps-stat-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

/* Distinct Stat Colors */
.ps-stat-green .ps-stat-icon {
  color: #10b981;
  background: rgba(16, 185, 129, 0.14);
  border: 1px solid rgba(16, 185, 129, 0.25);
}

.ps-stat-gold .ps-stat-icon {
  color: #f59e0b;
  background: rgba(245, 158, 11, 0.14);
  border: 1px solid rgba(245, 158, 11, 0.25);
}

.ps-stat-blue .ps-stat-icon {
  color: #38bdf8;
  background: rgba(56, 189, 248, 0.14);
  border: 1px solid rgba(56, 189, 248, 0.25);
}

.ps-stat-purple .ps-stat-icon {
  color: #c084fc;
  background: rgba(192, 132, 252, 0.14);
  border: 1px solid rgba(192, 132, 252, 0.25);
}

.ps-stat-cyan .ps-stat-icon {
  color: #2dd4bf;
  background: rgba(45, 212, 191, 0.14);
  border: 1px solid rgba(45, 212, 191, 0.25);
}

/* Responsive */
@media (max-width: 768px) {

  .proservice-hero,
  .hero-banner.hero-banner-1.proservice-hero,
  .hero-banner.hero-banner-2.proservice-hero {
    padding-top: 50px !important;
    padding-bottom: 35px !important;
    min-height: auto !important;
  }

  .proservice-hero-inner {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }

  .ps-search-inner {
    flex-direction: column;
    border-radius: 18px;
    padding: 12px 14px;
    gap: 10px;
    align-items: stretch;
  }

  .ps-search-divider {
    display: none;
  }

  .ps-location-field {
    flex: 1;
  }

  .ps-search-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .ps-trust-stats {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px 10px !important;
    padding-top: 22px !important;
    width: 100% !important;
  }

  .ps-stat-item {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-align: left !important;
  }

  .ps-stat-icon {
    width: 32px !important;
    height: 32px !important;
    font-size: 13px !important;
    flex-shrink: 0 !important;
  }

  .ps-stat-text {
    text-align: left !important;
  }

  .ps-stat-text strong {
    font-size: 12.5px !important;
    line-height: 1.2 !important;
  }

  .ps-stat-text span {
    font-size: 10px !important;
    line-height: 1.15 !important;
  }
}

/* -----------------------------------------
	Hero Banner CSS
----------------------------------------- */
.hero-banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(180deg, #e8f8ff 0%, #ffffff 70%);
}

.hero-banner .banner-content {
  position: relative;
  max-width: 640px;
  z-index: 2;
  color: #142257;
}

.hero-banner .banner-content p {
  font-size: 18px;
  max-width: 421px;
  margin-bottom: 0;
  color: #142257;
  font-weight: 400;
}

.search-box-container {
  max-width: 900px;
}

.search-box {
  background: #ffffff;
  border-radius: 50px;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}

.search-input {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 10px 15px;
}

.search-input .icon {
  font-size: 20px;
  margin-right: 10px;
  color: #0A1C4F;
}

.search-input input {
  border: none;
  outline: none;
  font-size: 16px;
  width: 100%;
}

.divider {
  width: 1px;
  background: #ddd;
  height: 28px;
}

.search-btn {
  width: 48px;
  height: 48px;
  background: #0A1C4F;
  border: none;
  border-radius: 50%;
  margin-left: 8px;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.search-btn i {
  font-size: 18px;
}

.search-btn:hover {
  background: #08163a;
}

.hero-banner .banner-content h1 {
  font-size: 56px;
  margin-bottom: 0;
  color: #142257;
  font-weight: 600;
}

.hero-banner .banner-content .subtitle {
  display: block;
}

.hero-banner .banner-content .title span {
  color: #142257 !important;
}

.hero-banner .banner-image {
  position: relative;
  margin-inline-start: auto;
  z-index: 1;
}

.hero-banner .banner-image img {
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
}

.hero-banner .banner-filter-form .input-group {
  align-items: center;
  height: 40px;
  line-height: 40px;
}

.hero-banner .banner-filter-form label {
  font-size: 20px;
  color: var(--color-primary);
  margin-bottom: 0;
  line-height: 1;
}

.hero-banner .banner-filter-form .nice-select,
.hero-banner .banner-filter-form .form-control {
  padding: 0;
  margin: 0;
  border: 0;
  height: 100%;
  padding-inline-start: 8px;
  width: calc(100% - 20px);
  background: var(--bg-light);
}

.hero-banner .banner-filter-form .nice-select .list,
.hero-banner .banner-filter-form .form-control .list {
  left: -20px;
  width: 200px;
  color: var(--text-dark);
  border-radius: 3px;
  box-shadow: 0px 0px 30px 0px rgba(var(--color-dark-rgb), 0.15);
}

.hero-banner .banner-filter-form .nice-select .list li,
.hero-banner .banner-filter-form .form-control .list li {
  line-height: 30px;
  min-height: 30px;
}

.hero-banner .banner-filter-form .nice-select::after {
  position: static;
  display: inline-block;
  margin-inline-start: 10px;
  vertical-align: middle;
}

/* -----------------------------------------
	Hero Banner 1 CSS
----------------------------------------- */
.hero-banner.hero-banner-1 {
  padding-top: 210px;
  padding-bottom: 100px;
}

/* -----------------------------------------
	Hero Banner 2 CSS
----------------------------------------- */
.hero-banner.hero-banner-2 {
  padding-top: 220px;
  padding-bottom: 100px;
}

/* Outer Section Background */
.featured-services-section {
  background: #ffffff;
  border-radius: 35px;
  padding: 30px 20px;
  margin-top: 40px;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
}

/* Each Card */
.service-card {
  border-radius: 25px;
  overflow: hidden;
  background: white;
  transition: transform 0.25s ease;
}

/* Hover effect removed - no translateY transform */

/* Image container */
.service-img {
  margin: 0;
}

.service-img img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 25px;
}

/* Spacing between slides */
.swiper-slide {
  padding: 5px;
}

/* Swiper pagination line like your screenshot */
.swiper-pagination {
  margin-top: 15px;
}

.swiper-pagination-bullet {
  width: 30px !important;
  height: 4px !important;
  border-radius: 4px;
  background: #007AFF !important;
}

/* =========================================
   SERVICE CARD STYLES
   ========================================= */
.service-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  /* transform: translateY(-4px); */
}

.service-card-img {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.service-card-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service-card:hover .service-card-img img {
  transform: scale(1.05);
}

.wishlist-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.wishlist-btn:hover,
.wishlist-btn.active {
  background: #ff4757;
  color: #fff;
}

.service-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Horizontal service card (image left, content right) */
.service-card-horizontal {
  flex-direction: row;
  align-items: stretch;
}

.service-card-horizontal .horizontal-img {
  flex: 0 0 251px;
  max-width: 251px;
}

.service-card-horizontal .horizontal-img img {
  width: 251px;
  height: 176px;
  object-fit: cover;
}

.service-card-horizontal .service-card-body {
  padding: 16px 18px;
}

@media (max-width: 575.98px) {
  .service-card-horizontal {
    flex-direction: column;
  }

  .service-card-horizontal .horizontal-img {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }

  .service-card-horizontal .horizontal-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}

/* iPad Mini (768px) and iPad 11 (834px) - Use desktop horizontal card style */
@media (min-width: 768px) and (max-width: 1024px) {
  .service-card-horizontal {
    flex-direction: row;
    align-items: stretch;
  }

  .service-card-horizontal .horizontal-img {
    flex: 0 0 251px;
    max-width: 251px;
  }

  .service-card-horizontal .horizontal-img img {
    width: 251px;
    height: 176px;
    object-fit: cover;
  }

  .service-card-horizontal .service-card-body {
    padding: 16px 18px;
  }
}

.service-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}

.service-title a {
  color: #0A1C4F;
  text-decoration: none;
  transition: color 0.3s ease;
}

.service-title a:hover {
  color: #007AFF;
}

.service-vendor {
  margin-bottom: 10px;
}

.service-vendor .tag {
  display: inline-block;
  padding: 4px 12px;
  background: #D5DEEF;
  border-radius: 20px;
  font-size: 13px;
  color: #666;
  text-decoration: none;
}

.service-location {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.service-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;

}

.service-price strong {
  font-size: 20px;
  font-weight: 700;
  color: #0A1C4F;
}

/* =========================================
   CATEGORY CARD STYLES
   ========================================= */
.category-card {
  display: block;
  background: #fff;
  border-radius: 22px;
  padding: 28px;
  text-decoration: none;
  transition: 0.25s ease;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  height: 100%;
  position: relative;
}

.category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
}

.cat-card-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* LEFT aligned */
}

/* Icon Circle */
.cat-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  margin-bottom: 18px;
  transition: 0.25s;
}

/* Hover effect */
.category-card:hover .cat-icon {
  transform: scale(1.07);
}

/* Title */
.cat-title {
  font-size: 20px;
  font-weight: 600;
  color: #1C1F24;
  margin-bottom: 6px;
}

/* Description */
.cat-desc {
  font-size: 15px;
  color: #6B6F76;
  line-height: 22px;
  max-width: 220px;
  margin: 0;
}


/* =========================================
   HOW IT WORKS SECTION STYLES
   ========================================= */
.how-it-works-area {
  position: relative;
  overflow: hidden;
}

.work-step {
  position: relative;
  margin-bottom: 40px;
}

.step-number {
  font-size: 72px;
  font-weight: 700;
  color: rgba(106, 199, 201, 0.15);
  line-height: 1;
  margin-right: 20px;
}

.step-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  flex: 1;
  transition: all 0.3s ease;
}

.step-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.step-card .icon {
  flex-shrink: 0;
}

.step-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0A1C4F;
  margin-bottom: 8px;
}

.step-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.right-images {
  position: relative;
}

.right-images .img-main {
  width: 100%;
  max-width: 450px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.right-images .img-side {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 200px;
  border-radius: 16px;
}

.verified-box {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: #fff;
  border-radius: 16px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.verified-box .avatars {
  display: flex;
  margin-right: 10px;
}

.verified-box .avatars img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-left: -12px;
  object-fit: cover;
}

.verified-box .avatars img:first-child {
  margin-left: 0;
}

.verified-box strong {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}

.verified-box span {
  font-size: 13px;
  color: #666;
}

/* -----------------------------------------
	Hero Banner 3 CSS
----------------------------------------- */
.hero-banner.hero-banner-3 {
  padding-top: 220px;
  padding-bottom: 100px;
}

.hero-banner.hero-banner-3 .banner-content {
  max-width: 680px;
}

.hero-banner.hero-banner-3 .shape svg {
  position: absolute;
  z-index: -1;
}

.hero-banner.hero-banner-3 .shape svg.shape-1 {
  top: 22%;
  left: 12%;
  animation: moveLeftRight 10s linear infinite;
}

.hero-banner.hero-banner-3 .shape svg.shape-2 {
  bottom: 10%;
  left: 22%;
  animation: moveUpDown 5s linear infinite;
}

.hero-banner.hero-banner-3 .shape svg.shape-3 {
  bottom: 10%;
  right: 22%;
  animation: moveAround 20s linear infinite;
}

.hero-banner.hero-banner-3 .shape svg.shape-4 {
  top: 22%;
  right: 16%;
  animation: rotate 8s linear infinite;
}

.shape-1 path,
.shape-2 path,
.shape-3 path,
.shape-4 path {
  fill: var(--color-primary);
}

/* -----------------------------------------
    Banner CSS
----------------------------------------- */
.action-banner {
  position: relative;
  overflow: hidden;
}

.action-banner .content-title {
  max-width: 540px;
}

.action-banner .content-title p {
  max-width: 500px;
}

.banner-sm {
  position: relative;
  overflow: hidden;
  background-position: top right;
}

.banner-sm .banner-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 50%;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.banner-sm.content-top .banner-content {
  text-align: center;
  align-items: flex-start;
  padding: 30px 20px;
  left: 0;
  right: 0;
}

.banner-sm.content-bottom .banner-content {
  align-items: flex-end;
  left: 0;
}

.banner-sm.content-middle .banner-content {
  align-items: center;
  left: 0;
}

.banner-sm.content-center .banner-content {
  max-width: 100%;
  text-align: center;
  padding: 30px 10px;
}

/* -----------------------------------------
    Category CSS
----------------------------------------- */
.category-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.category-area .card-image {
  position: relative;
}

.category-area .card-icon {
  --size: 75px;
  width: var(--size);
  height: var(--size);
  display: grid;
  place-items: center;
  font-size: 34px;
  color: var(--text-white);
  box-shadow: 0 15px 30px -12px rgba(var(--color-primary-rgb), 0.5);
}

.category-area .card-icon i {
  display: block;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition-duration: 0.5s;
}

.category-area .card:hover .card-icon i {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.category-area .card:hover .card-title {
  color: var(--color-primary);
}

.category-area.category-2 .swiper-slide .card {
  padding: 20px 30px;
  transform: rotateZ(-10deg);
  border-radius: 50%/10%;
  transition: transform 0.3s;
}

.category-area.category-2 .swiper-slide .card:before {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  right: -5%;
  left: -5%;
  background: inherit;
  border-radius: 5%/50%;
  z-index: -1;
}

.category-area.category-2 .swiper-slide .bg-shape {
  position: absolute;
  left: 30px;
  bottom: -30px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background-color: var(--color-primary);
  background-size: cover;
  border-radius: 50%/10%;
  text-indent: 0.1em;
  transition: transform 0.3s;
}

.category-area.category-2 .swiper-slide .bg-shape:before {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  right: -5%;
  left: -5%;
  background: inherit;
  background-size: cover;
  border-radius: 5%/50%;
}

.category-area.category-2 .swiper-slide {
  padding: 20px 30px 0 20px;
  transform: scale(0.75);
  transition: all 0.3s;
}

.category-area.category-2 .swiper-slide-active {
  transform: scale(1);
}

.category-area.category-2 .swiper-slide-next,
.category-area.category-2 .swiper-slide-prev {
  transform: scale(0.85);
}

.category-area.category-2 .swiper-slide-prev .card {
  transform: rotateZ(0);
}

.category-area.category-2 .swiper-slide-prev .bg-shape {
  transform: rotateZ(10deg);
  background-color: #FDBF50;
}

.category-area.category-2 .swiper-slide-next .card {
  transform: rotateZ(0);
}

.category-area.category-2 .swiper-slide-next .bg-shape {
  transform: rotateZ(-10deg);
  background-color: #50A0FD;
}

.category-area.category-2 .swiper-slide-duplicate:not(.category-area.category-2 .swiper-slide-prev) .bg-shape {
  transform: rotateZ(-10deg);
  background-color: #54D9DA;
}

.category-area.category-2 .swiper-slide:not(.swiper-slide-active, .swiper-slide-next, .swiper-slide-prev, .swiper-slide-duplicate) .card {
  transform: rotateZ(10deg);
}

.category-area.category-2 .swiper-slide:not(.swiper-slide-active, .swiper-slide-next, .swiper-slide-prev, .swiper-slide-duplicate) .bg-shape {
  transform: rotateZ(10deg);
  background-color: #0EFFCB;
}

/* -----------------------------------------
    Works CSS
----------------------------------------- */
.works-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.works-area .card {
  z-index: 1;
}

.works-area .card:hover .card-icon i {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.works-area.works-1 .card {
  overflow: hidden;
  background-color: var(--color-primary);
  background-image: var(--gradient-1);
}

.works-area.works-1 .card-icon {
  line-height: 1;
  font-size: 60px;
}

.works-area.works-1 .card .line {
  width: 40px;
  height: 4px;
}

.works-area.works-2 .card {
  overflow: visible;
  margin-inline-start: 20px;
  margin-top: 40px;
}

.works-area.works-2 .card .h1 {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin-inline: -20px auto;
  margin-bottom: 0;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
}

.works-area.works-3 .card-icon {
  --size: 95px;
  width: var(--size);
  height: var(--size);
  display: grid;
  place-items: center;
  font-size: 40px;
  color: var(--text-white);
  box-shadow: 0 15px 30px -12px rgba(var(--color-primary-rgb), 0.5);
}

.works-area.works-3 .card-icon i {
  display: block;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition-duration: 0.5s;
}

.works-area.works-3 .card:hover .card-icon i {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.works-area.works-3 .shape svg {
  position: absolute;
  z-index: -1;
}

.works-area.works-3 .shape svg.shape-1 {
  top: 16%;
  left: 12%;
  animation: moveLeftRight 10s linear infinite;
}

.works-area.works-3 .shape svg.shape-2 {
  top: 30%;
  left: 32%;
  animation: moveUpDown 5s linear infinite;
}

.works-area.works-3 .shape svg.shape-3 {
  top: 25%;
  right: 30%;
  animation: moveLeftRight 10s linear infinite;
}

.works-area.works-3 .shape svg.shape-4 {
  top: 12%;
  right: 16%;
  animation: moveUpDown 8s linear infinite;
}

.shape-1 path,
.shape-2 path,
.shape-3 path,
.shape-4 path {
  fill: var(--color-primary);
}

/* -----------------------------------------
    Product CSS
----------------------------------------- */
.product-default {
  position: relative;
  overflow: hidden;
  background: var(--bg-white);
  transition: all 0.3s ease-out;
}

.product-default .product-img {
  position: relative;
  overflow: hidden;
}

.product-default .product-img img {
  transition: transform 0.3s ease-out;
}

.product-default .btn-icon {
  width: 30px;
  height: 30px;
  font-size: 12px;
  background-color: transparent;
  color: var(--text-medium);
}

.product-default .btn-icon:is(:hover, .wishlist-active) {
  background-color: var(--color-primary);
  color: var(--text-white);
  border-color: var(--color-primary);
}

.product-default .product-title {
  margin-top: 5px;
}

.product-default .author * {
  color: var(--text-medium);
}

.product-default .author a {
  text-decoration: none;
}

.product-default .author img {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-inline-end: 5px;
}

.product-default .product-price .old-price {
  font-weight: normal;
}

.product-default .hover-show {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-primary);
  border-color: transparent;
  color: var(--text-white);
  opacity: 0;
  transition: opacity 0.3s;
}

.product-default .product-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.product-default:hover {
  border-color: transparent !important;
  box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.1);
}

.product-default:hover .product-img img {
  transform: scale3d(1.05, 1.05, 1.05);
}

.product-default:hover .btn-outline-2 {
  color: var(--text-white);
  background-color: var(--color-primary);
  background-image: var(--gradient-1);
  border-color: transparent;
}

.product-default:hover .hover-show {
  opacity: 1;
}

.product-price {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
}

.product-price * {
  margin: 0;
}

.product-price .new-price {
  margin-bottom: 0;
}

.product-price .prev-price {
  text-decoration: line-through;
  font-family: var(--font-heading);
}


.product-column .product-details {
  padding: 10px 15px;
}

.shop-area.shop-2 .product-img {
  max-width: 140px;
}

.sort-area p {
  margin-inline-end: 20px;
}

.sort-area .sort-list {
  text-align: right;
}

.sort-area .item {
  display: inline-block;
}

.sort-area .item:not(:last-child) {
  margin-inline-end: 10px;
}

.sort-area .nice-select {
  border: 0;
  padding: 0;
  line-height: 1;
  height: auto;
  padding-inline-end: 10px;
}

.sort-area .nice-select::after {
  right: 0;
}

.sort-area .nice-select .list {
  min-width: 150px;
}

.sort-area .btn-icon {
  width: auto;
  height: auto;
  background: transparent;
  color: var(--color-gray-1);
}

.sort-area .btn-icon.active,
.sort-area .btn-icon:hover {
  color: var(--color-primary);
}

/* -----------------------------------------
    Testimonial CSS
----------------------------------------- */
.testimonial-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.testimonial-area .slider-item {
  background-color: var(--bg-white);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-md);
}

.testimonial-area .slider-item .client {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 30px;
  border-bottom: 1px dashed rgba(var(--color-white-rgb), 0.2);
}

.testimonial-area .slider-item .quote {
  position: relative;
  padding: 25px 30px;
}

.testimonial-area .slider-item .text {
  padding: 20px 0 20px;
  padding-inline-start: 30px;
  border-inline-start: 5px solid var(--color-primary);
}

@media (max-width: 767.98px) {
  .testimonial-area .slider-item .text {
    padding-inline-start: 15px;
  }
}

.testimonial-area .slider-item .icon {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin-inline-start: 60px;
  font-size: 62px;
  line-height: 1;
  color: rgba(var(--color-primary-rgb), 0.1);
}

.testimonial-area .slider-item p {
  margin-bottom: 0;
}

.testimonial-area .slider-item .client-img {
  flex: 0 0 auto;
  width: 60px;
  margin-inline-end: 16px;
}

.testimonial-area .quote-icon {
  font-size: 16px;
  color: var(--color-primary);
}

.testimonial-area .swiper-slide {
  overflow: hidden;
}

/* -----------------------------------------
	Blog CSS
----------------------------------------- */
.blog-area {
  position: relative;
  overflow: hidden;
}

.blog-area .card {
  overflow: hidden;
  transition: all 0.3s;
}

.blog-area .card .card-img {
  overflow: hidden;
}

.blog-area .card img {
  transition: transform 0.3s ease-out;
}

.blog-area .card p {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-area .card .card-btn {
  line-height: 1;
  font-weight: var(--font-bold);
  text-decoration: underline;
  color: var(--color-primary);
}

.blog-area .card .card-list {
  align-items: center;
  gap: 20px;
}

.blog-area .card .card-list a {
  color: var(--text-medium);
}

.blog-area .card .card-list i {
  margin-inline-end: 7px;
  color: var(--color-primary);
}

.blog-area .card:hover img {
  transform: scale3d(1.05, 1.05, 1.05);
}

.blog-area .card:hover .btn-text {
  letter-spacing: 0.1em;
}

.blog-area.blog-1 .card-content {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  margin-inline: auto;
  width: calc(100% - 20px);
}

.blog-area.blog-2 .card .card-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.blog-area.blog-2 .card .card-content * {
  backface-visibility: hidden;
}

.blog-area.blog-2 .card .card-content .card-list {
  background-color: var(--bg-dark);
}

@media (max-width: 1199.98px) {
  .blog-area.blog-2 .card .card-content .card-list {
    gap: 15px;
  }
}

.blog-area.blog-2 .card .card-content .card-list li a:not(i) {
  color: var(--text-light);
}

@media (max-width: 1199.98px) {
  .blog-area.blog-2 .card .card-content .card-list li a:not(i) {
    font-size: 10px;
  }
}

.blog-area.blog-2 .card .card-content .hover-show {
  height: 0;
  transform: scaleY(0);
  opacity: 0;
  transition: all 0.3s;
}

.blog-area.blog-2 .card:hover .hover-show {
  height: auto;
  transform: none;
  opacity: 1;
  margin-bottom: 20px;
}

.blog-area.blog-2 .card:hover .card-content * {
  animation: slideUp 0.5s 1;
  animation-fill-mode: both;
}

.blog-area.blog-3 .card {
  border: 1px solid var(--border-color);
}

.blog-area.blog-3 .card .card-content {
  position: relative;
  z-index: 2;
  margin-top: -20px;
}

.blog-area.blog-3 .card .card-content .card-list {
  width: 100%;
  background-color: var(--bg-white);
}

@media (max-width: 1199.98px) {
  .blog-area.blog-3 .card .card-content .card-list {
    gap: 15px;
  }
}

@media (max-width: 1199.98px) {
  .blog-area.blog-3 .card .card-content .card-list li a:not(i) {
    font-size: 10px;
  }
}

.blog-area.blog-3 .card:hover {
  box-shadow: var(--shadow-md);
  border-color: transparent;
}

.blog-area.blog-3 .overlay {
  height: 40%;
  background-size: cover;
}

/* -----------------------------------------
    Staff CSS
----------------------------------------- */
.staff-area .card {
  overflow: hidden;
  border: 1px solid var(--border-color);
  background: var(--bg-white);
  transition: all 0.3s;
}

.staff-area .card:hover {
  border-color: transparent;
  border-bottom-color: var(--color-primary);
  box-shadow: var(--shadow-md);
}


/* popup css start */
/* Popup css */
.popup-wrapper {
  display: none;
}

.popup_main-content h1 {
  font-size: 40px;
  line-height: 50px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
  background: #FFF;
  opacity: 1;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 32px;
  margin-right: -15px;
  top: -15px;
}

.popup-wrapper {
  position: relative;
  width: auto;
  max-width: 960px;
  margin: 0 auto;
}

.popup-wrapper .form_control {
  width: 100%;
  height: 70px;
  padding: 0 30px;
  line-height: 70px;
}

/* Popup-one */
.popup-one {
  position: relative;
  padding: 138px 120px;
}

.popup-one .popup_main-content {
  position: relative;
  text-align: center;
  background-color: rgba(69, 29, 83, 0.8);
  border-radius: 10px;
  padding: 90px 55px;
}

.popup-one .popup_main-content h1,
.popup-one .popup_main-content p {
  color: #fff;
}

.popup-one .popup_main-content h1 {
  margin-bottom: 20px;
}

.popup-one .popup_main-content p {
  margin-bottom: 30px;
}

.popup-one .popup_main-content .popup-main-btn {
  padding: 15px 100px;
  display: inline-block;
  color: #fff;
  border-radius: 40px;
  border: 1px solid #fff;
  text-decoration: none;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

.popup-one .popup_main-content .popup-main-btn:hover,
.popup-one .popup_main-content .popup-main-btn:focus {
  background-color: #451D53;
  color: #fff;
  border-color: transparent;
}

/* Popup-two */

.popup-two {
  position: relative;
  padding: 120px;
}

.popup-two .popup_main-content {
  position: relative;
  text-align: center;
  background-color: rgba(255, 40, 101, 0.7);
  border-radius: 10px;
  padding: 90px 55px;
}

.popup-two .popup_main-content h1,
.popup-two .popup_main-content p {
  color: #fff;
}

.popup-two .popup_main-content h1 {
  margin-bottom: 20px;
}

.popup-two .popup_main-content p {
  margin-bottom: 30px;
}

.popup-two .popup_main-content .subscribe-form {
  padding: 0 70px;
}

.popup-two .popup_main-content .subscribe-form .form_control {
  border: none;
  border-radius: 10px;
  font-size: 20px;
  margin-bottom: 20px;
}

.popup-two .popup_main-content .subscribe-form .popup-main-btn {
  width: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  height: 70px;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
}

.popup-two .popup_main-content .subscribe-form .popup-main-btn:hover,
.popup-two .popup_main-content .subscribe-form .popup-main-btn:focus {
  background-color: #FF2865;
  color: #fff;
  border-color: transparent;
}


/* Popup-three */

.popup-three .popup_main-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
}

.popup-three .popup_main-content .left-bg {
  width: 45%;
  height: 100%;
  min-height: 670px;
}

.popup-three .popup_main-content .right-content {
  width: 55%;
  padding: 30px 15px;
  text-align: center;
}

.popup-three .popup_main-content .right-content h1 {
  font-weight: 400;
  margin-bottom: 20px;
}

.popup-three .popup_main-content .right-content p {
  margin-bottom: 20px;
}

.popup-three .popup_main-content .right-content .popup-main-btn {
  padding: 15px 70px;
  background-color: #FF2865;
  color: #fff;
  font-size: 19px;
  border-radius: 35px;
  display: inline-block;
  text-decoration: none;
}

/* Popup-four */

.popup-four .popup_main-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
}

.popup-four .popup_main-content .left-bg {
  width: 45%;
  height: 100%;
  min-height: 670px;
}

.popup-four .popup_main-content .right-content {
  width: 55%;
  padding: 30px 30px;
  text-align: center;
}

.popup-four .popup_main-content .right-content h1 {
  font-weight: 400;
  margin-bottom: 20px;
}

.popup-four .popup_main-content .right-content p {
  margin-bottom: 20px;
}

.popup-four .popup_main-content .subscribe-form {
  padding: 0 70px;
}

.popup-four .popup_main-content .subscribe-form .form_control {
  border: 2px solid #C5C5C5;
  border-radius: 10px;
  font-size: 20px;
  margin-bottom: 20px;
}

.popup-four .popup_main-content .subscribe-form .popup-main-btn {
  width: 100%;
  background-color: #F8960D;
  color: #fff;
  font-size: 20px;
  height: 70px;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  transition: all .3s;
}

.popup-four .popup_main-content .subscribe-form .popup-main-btn:hover,
.popup-four .popup_main-content .subscribe-form .popup-main-btn:focus {
  background-color: #F8960D;
  color: #fff;
  border-color: transparent;
}


/* Popup-five */

.popup-five .popup_main-content {
  text-align: center;
  padding: 75px;
}

.popup-five .popup_main-content h1 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
  margin: 0 auto 20px;
  max-width: 600px;
}

.popup-five .popup_main-content h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 35px;
  margin-bottom: 40px;
  font-weight: 400;
}

.popup-five .popup_main-content .popup-main-btn {
  padding: 15px 30px;
  display: inline-block;
  color: #fff;
  background-color: #29A19C;
  border-radius: 40px;
  text-decoration: none;
}

/* Popup-six */
.popup-six .popup_main-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #fff;
  text-decoration: none;
}

.popup-six .popup_main-content .left-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.popup-six .popup_main-content .right-content {
  background-color: #930077;
  width: 50%;
  height: 100%;
  padding: 120px 15px;
  text-align: center;
  margin-left: 50%;
}

.popup-six .popup_main-content .right-content h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  color: #fff;
  margin-bottom: 25px;
}

.popup-six .popup_main-content h4 {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 40px;
  font-weight: 400;
}

.popup-six .popup_main-content .right-content .popup-main-btn {
  padding: 15px 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #494949;
  border-radius: 40px;
  text-decoration: none;
}

/* syotimer css */
.popup-wrapper .syotimer__body {
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.popup-wrapper .syotimer__body p {
  color: #fff;
}

.popup-wrapper .syotimer-cell {
  flex: 0 0 24%;
  padding-left: 10px;
  padding-right: 10px;
}

.popup-wrapper .syotimer-cell__value {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1F3A52;
  border-radius: 10px;
  font-size: 36px;
  color: #fff;
  margin-bottom: 15px;
  border: 0;
}

.popup-wrapper .syotimer-cell__value:after {
  content: none;
}

.popup-wrapper .syotimer-cell__unit {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
}

.popup-three .popup_main-content .left-bg,
.popup-four .popup_main-content .left-bg,
.popup-six .popup_main-content .left-bg {
  display: block;
}

/*Large Device*/
@media only screen and (min-width: 1200px) and (max-width : 1400px) {}


/*Large Device*/
@media only screen and (min-width: 992px) and (max-width : 1199px) {}

/*Medium Device*/
@media only screen and (min-width: 768px) and (max-width : 991px) {

  .popup-one .popup_main-content h1,
  .popup-three .popup_main-content .right-content h1,
  .popup-four .popup_main-content .right-content h1,
  .popup-five .popup_main-content h1,
  .popup-six .popup_main-content .right-content h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .popup-wrapper {
    max-width: 720px;
  }

  .popup-two .popup_main-content .subscribe-form,
  .popup-four .popup_main-content .subscribe-form {
    padding: 0 15px;
  }

  .popup-one,
  .popup-two {
    padding: 80px 30px;
  }

  .syotimer__body {
    margin-bottom: 0px;
  }

  .syotimer-cell {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 991px) {
  .popup-wrapper .syotimer-cell {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
  .popup-wrapper {
    max-width: 500px;
  }

  .popup-five .popup_main-content {
    text-align: center;
    padding: 50px 15px;
  }

  .popup-three .popup_main-content .left-bg,
  .popup-four .popup_main-content .left-bg,
  .popup-six .popup_main-content .left-bg {
    display: none;
  }

  .popup-one,
  .popup-two {
    padding: 30px 15px;
  }

  .popup-one .popup_main-content,
  .popup-two .popup_main-content {
    padding: 20px 15px;
  }

  .popup-one .popup_main-content .main-btn {
    padding: 15px 30px;
  }

  .popup-three .popup_main-content .right-content,
  .popup-four .popup_main-content .right-content,
  .popup-six .popup_main-content .right-content {
    width: 100%;
    padding: 15px 15px;
  }

  .popup-two .popup_main-content .subscribe-form,
  .popup-four .popup_main-content .subscribe-form {
    padding: 0 15px;
  }

  .popup-two .popup_main-content .subscribe-form .form_control,
  .popup-four .popup_main-content .subscribe-form .form_control {
    font-size: 15px;
  }

  .popup-two .popup_main-content h1,
  .popup-one .popup_main-content h1,
  .popup-three .popup_main-content .right-content h1,
  .popup-four .popup_main-content .right-content h1,
  .popup-five .popup_main-content h1,
  .popup-six .popup_main-content .right-content h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .popup-six .popup_main-content .right-content {
    margin-left: 0%;
  }

  .syotimer__body {
    max-width: 380px;
    margin-bottom: 0px;
  }

  .syotimer-cell {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }

  .popup-wrapper .syotimer-cell__value {
    height: 50px;
    font-size: 25px;
  }

  .popup-six .popup_main-content h4 {
    font-size: 16px;
    line-height: 25px;
  }

  .popup-wrapper .syotimer-cell__unit {
    font-size: 15px;
  }
}

/* Mobile Devices, Tablets */
@media only screen and (max-width: 400px) {
  .popup-wrapper {
    max-width: 300px;
  }

  .popup-wrapper .syotimer__body {
    max-width: 300px;
    margin-bottom: 0px;
  }

  .popup-wrapper .syotimer-cell {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }

  .popup-one .popup_main-content .popup-main-btn {
    padding: 15px 50px;
  }

  .popup-wrapper .syotimer-cell__value {
    height: 50px;
    font-size: 25px;
  }

  .popup-six .popup_main-content h4 {
    font-size: 16px;
    line-height: 25px;
  }

  .popup-wrapper .syotimer-cell__unit {
    font-size: 15px;
  }
}

/* Wide mobile Devices */
@media only screen and (min-width: 401px) and (max-width : 767px) {
  .popup-wrapper {
    max-width: 380px;
  }
}

/* wide mobile devices */
@media only screen and (min-width: 401px) and (max-width : 767px) {
  .popup-wrapper {
    max-width: 380px;
  }
}

/* popup css end */
/*---=========================
Start Cookie Alert
=========================---*/
.cookie-consent {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #262938;
  z-index: 99999;
  animation: slideUp 0.4s linear;
  transition: bottom 2s linear;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

.cookie-consent.hide {
  bottom: -100%;
}

.cookie-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

button.cookie-consent__agree {
  padding: 5px 16px;
  border: none;
  background-color: var(--color-primary);
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
}

p.cookie-consent__message {
  background-color: transparent !important;
  font-size: 14px;
  color: #fff;
}

.js-cookie-consent .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.js-cookie-consent p.cookie-consent__message {
  margin: unset !important;
}

.cookie-consent {
  padding: 20px 20px !important;
  bottom: 0;
}

.cookie-consent .mt-2 {
  margin-top: 0 !important;
}

.js-cookie-consent>div {
  max-width: 1200px;
  margin-inline: auto;
}

.nice-select:after {
  display: none !important;
}

.icon-lan {
  font-size: 20px;
  margin-right: 5px;
  display: flex;
  align-items: center;
}




/* cart css */
#cartIcon {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: #333;
}

#cartIcon .totalItems {
  position: absolute;
  top: 31px;
  /* moves above the icon */
  right: -10px;
  /* moves to right corner */
  background: #e63946;
  color: #fff;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 50%;
  line-height: 1;
  font-weight: 600;
}

a#cartIcon .cart-length {
  background: #242323;
  padding: 10px;
  font-weight: 500;
  color: #fff;
}

a#cartIcon .cart-length i {
  font-size: 16px;
}

a#cartIcon .cart-total {
  background-color: #fff;
  text-align: center;
  font-weight: 600;
  color: inherit;
}

.bg-facebook {
  color: #fff;
  background: #4267B2;
}

.bg-google {
  color: #fff;
  background: #DB4437;
}

.widget-visible {
  right: auto !important;
  left: 0 !important;
}

.widget-visible iframe {
  right: unset !important;
  left: 20px !important;
}

/* -----------------------------------------
  Floating Button CSS
----------------------------------------- */
.floating-btns {
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 402;
}

.telegram-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 100;
}

.facebook-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 100;
}

.floating-wpp:not(.whatsapp-btn-1) {
  position: relative;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
  transform: unset !important;
}

.floating-wpp .floating-wpp-popup.active {
  right: 0;
}

.whatsapp-btn-1.floating-wpp {
  left: unset;
  right: 15px;
  z-index: 402;
}

.widget-visible iframe {
  bottom: 100px !important;
}

.how-it-works-area {
  background: #f3f1ff;
}

.title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 45px;
}

.work-step {
  position: relative;
}

.step-number {
  font-size: 90px;
  font-weight: 700;
  color: #d4d6e8;
  margin-right: 20px;
  line-height: 1;
}

.step-card {
  background: #fff;
  padding: 25px 30px;
  border-radius: 18px;
  width: 100%;
}

.step-card h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

.step-card p {
  margin: 0;
  color: #555;
  font-size: 15px;
}

.step-card .icon img {
  width: 40px;
  margin-bottom: 10px;
}

.right-images {
  position: relative;
}

.right-images .img-main {
  position: relative;
  z-index: 2;
  width: 272px;
  height: 339px;
  border-radius: 18px;
  margin-right: 40px;
  /* gap between main and side image */
}

.right-images .img-side {
  position: absolute;
  width: 341px;
  height: 493px;
  right: 0;
  z-index: 1;
  top: 0;
  border-radius: 18px;
}

.verified-box {
  margin-top: 40px;
  background: #fff;
  padding: 10px 35px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  z-index: 1;
  position: relative;
}

.verified-box .avatars img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-right: -10px;
  border: 2px solid #fff;
}

.service-card {
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding-bottom: 10px;
  transition: 0.2s ease;
}

/* .service-card:hover transform removed */

.service-card-img {
  position: relative;
}

.service-1 {
  background-color: #F9F9F9;
}

.service-card-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 18px;
  padding: 7px;
}

.wishlist-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: 0.2s;
}

.wishlist-btn.active,
.wishlist-btn:hover {
  color: red;
}

.service-card-body {
  padding: 15px 18px;
}

.service-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.service-title a {
  color: #1a1a1a;
}

.service-vendor {
  color: #566;
  font-size: 14px;
  margin-bottom: 8px;
}

.service-location {
  font-size: 15px;
  color: #6b6b6b;
  margin-bottom: 14px;
}

.service-location i {
  margin-right: 6px;
}

.service-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-price strong {
  font-size: 18px;
  font-weight: 600;
}

.btn-book {
  background: #0a1a4b;
  color: #fff;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.2s;
}

.btn-book:hover {
  background: #081437;
}

.newsletter-hero {
  padding: 80px 0;
  display: flex;
  justify-content: center;
}

.newsletter-box {
  width: 100%;
  max-width: 1100px;
  text-align: center;
  padding: 90px 40px;
  border-radius: 40px;
  background: linear-gradient(180deg, #e8f8ff 0%, #ffffff 70%);
  box-shadow: 0 30px 70px rgba(120, 90, 255, 0.15);
}

.newsletter-box h2 {
  font-size: 42px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
}

.newsletter-box .subtitle {
  margin: 20px auto 40px;
  max-width: 700px;
  color: #555;
  font-size: 18px;
}

.newsletter-input-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 60px;
  padding: 8px 12px;
  max-width: 600px;
  margin: auto;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.newsletter-input-wrap .icon {
  padding: 0 16px;
  font-size: 18px;
  color: #3b3b3b;
}

.newsletter-input-wrap input {
  border: none;
  flex: 1;
  padding: 18px 10px;
  font-size: 16px;
  outline: none;
}

.newsletter-input-wrap button {
  background: #0f1d54;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 16px 35px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.newsletter-input-wrap button:hover {
  opacity: 0.85;
}

/* Listing filter row */
.filter-row>[class*='col-'] {
  display: flex;
  flex-direction: column;
}

.filter-row .form-label {
  font-weight: 600;
  margin-bottom: 6px;
}

.filter-row .form-select {
  height: 48px;
}

/* Filter select with icons */
.filter-select-wrapper {
  position: relative;
}

.filter-select-wrapper::before {
  content: attr(data-icon);
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Pro';
  font-weight: 900;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #0A1C4F;
  font-size: 16px;
  pointer-events: none;
  z-index: 1;
}

.filter-select {
  padding-left: 45px !important;
  background-position: right 12px center !important;
  border: none !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  transition: box-shadow 0.3s ease;
  border-radius: 12px;
}

.filter-select:focus {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12) !important;
  outline: none;
}

.filter-select option:first-child {
  color: #999;
}

/* Modern Map Popup Card - Exact Match Design */
.map-popup-card {
  width: 330.83px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.popup-image {
  width: 88px;
  height: 165.19px;
  flex-shrink: 0;
  overflow: hidden;
  background: #f5f5f5;
}

.popup-image img {
  width: 88px;
  height: 165.19px;
  object-fit: cover;
}

.popup-content {
  width: 242.83px;
  height: 165.19px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  background: transparent;
  box-sizing: border-box;
  position: relative;
}

.popup-title {
  font-size: 12px;
  font-weight: 700;
  color: #1a1a1a;

}

.popup-subtitle {
  font-size: 13px;
  color: #666;
  line-height: 0;
}

.popup-info-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.popup-info-row {
  display: flex;
  gap: 16px;
}

.popup-info-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #555;
  flex: 1;
  min-width: 0;
}

.popup-info-item i {
  width: 14px;
  color: #666;
  font-size: 12px;
  flex-shrink: 0;
}

.popup-info-item span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.popup-price-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.popup-main-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.popup-main-price strong {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1;
}

.popup-main-price span {
  font-size: 13px;
  color: #888;
}

.popup-book-button {
  background: #000000 !important;
  color: #fff !important;
  border: none;
  border-radius: 24px;
  padding: 10px 14px;
  font-size: 12px !important;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.popup-book-button i {
  font-size: 13px;
}

.popup-close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.popup-close-btn:hover {
  background: #ff4757;
  color: #fff;
  transform: scale(1.1);
}

.popup-close-btn i {
  font-size: 11px;
  color: #666;
}

.popup-close-btn:hover i {
  color: #fff;
}

/* Leaflet popup customization - Override defaults */
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
}

.leaflet-popup-content-wrapper {
  padding: 0 !important;
  border-radius: 20px !important;
  overflow: hidden !important;
}

.leaflet-popup-content {
  margin: 0 !important;
  width: 330.83px !important;
}

/* Hide default Leaflet close button */
.leaflet-popup-close-button {
  display: none !important;
}





/* Custom price marker styles */
.price-marker {
  background: transparent;
  border: none;
}

.price-marker-inner {
  background: #0A1C4F;
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center;
}

.price-marker-inner::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #0A1C4F;
}

.listing-scroll-area {
  height: 90vh;
  overflow-y: auto;
  padding-right: 10px;
}

.listing-scroll-area::-webkit-scrollbar {
  width: 6px;
  display: none;
}

.listing-scroll-area::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.search-input {
  background-color: #ffffff;
  border-radius: 13px;
}

/* Location search with inline button */
.location-search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 8px 8px 8px 20px;
  margin-top: 20px;
}

.location-search-wrapper .search-icon {
  position: absolute;
  left: 20px;
  color: #0A1C4F;
  font-size: 18px;
  pointer-events: none;
}

.location-search-input {
  flex: 1;
  border: none !important;
  outline: none !important;
  padding: 12px 60px 12px 35px !important;
  font-size: 16px;
  background: transparent !important;
  box-shadow: none !important;
}

.location-search-input:focus {
  box-shadow: none !important;
}

.search-btn-inline {
  position: absolute;
  right: 8px;
  background: #0A1C4F;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.search-btn-inline:hover {
  background: #081437;
  transform: scale(1.05);
}

.search-btn-inline i {
  font-size: 16px;
}

/* =========================================
   SERVICE DETAILS PAGE REDESIGN
   ========================================= */

/* Breadcrumbs */
.breadcrumb-custom {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #666;
  gap: 8px;
}

.breadcrumb-custom li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb-custom li::after {
  content: '/';
  color: #999;
}

.breadcrumb-custom li:last-child::after {
  content: '';
}

.breadcrumb-custom a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb-custom a:hover {
  color: #0A1C4F;
}

.breadcrumb-custom .active {
  color: #0A1C4F;
  font-weight: 600;
}

/* Service Gallery */
.service-gallery .main-image {
  overflow: hidden;

}

.service-gallery {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 12px;
  padding: 20px;
}

.gallery-thumb {
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.gallery-thumb:hover {
  border-color: #0A1C4F;
  transform: scale(1.05);
}

.gallery-thumb.active {
  border: 3px solid #0A1C4F;
  opacity: 1;
}


/* Service Header */
.service-header {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 12px;
  padding: 20px;
}

.service-detail-title {
  font-size: 26px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0;
  line-height: 1.3;
}

.vendor-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.vendor-rating-box {
  display: inline-flex;
}

.vendor-info-content {
  display: flex;
  flex-direction: column;
}

.vendor-name {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.stars-row {
  display: inline-flex;
  gap: 2px;
  font-size: 16px;
}

.rating-score {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}

.review-count {
  font-size: 14px;
  color: #666;
}

.location-display {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #666;
}

.location-display i {
  font-size: 16px;
}

.rating-display-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.stars-display {
  font-size: 18px;
}

.stars-display i {
  margin: 0 1px;
}

.rating-text {
  font-size: 14px;
}

.rating-text strong {
  font-size: 16px;
  color: #1a1a1a;
  margin-right: 4px;
}

/* Section Headings */
.section-heading {
  font-size: 19px;
  font-weight: 500;
  color: #2B2B2B;
}

.service-description {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 12px;
  padding: 20px;
}

.service-features {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 12px;
  padding: 20px;
}

/* Description Content */
.description-content {
  font-size: 15px;
  line-height: 25.2px;
  color: #424448;
  font-weight: 400;

}

.description-content p {
  margin-bottom: 16px;
}

/* Service Features Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767.98px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .feature-item {
    padding: 15px;
  }

  .feature-icon {
    width: 40px;
    height: 40px;
  }

  .feature-icon i {
    font-size: 16px;
  }

  .feature-content p {
    font-size: 13px;
  }
}

.feature-item {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 15px 0;
  background: transparent;
  border-radius: 0;
  border: none;
  transition: all 0.3s ease;
}

.feature-item:hover {
  box-shadow: none;
  border-color: transparent;
  transform: translateY(-2px);
}

.feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon i {
  font-size: 20px;
}

/* Color variations using nth-child */
.feature-item:nth-child(5n+1) .feature-icon {
  background-color: #eef2ff;
  color: #6366f1;
}

.feature-item:nth-child(5n+2) .feature-icon {
  background-color: #ecfdf5;
  color: #10b981;
}

.feature-item:nth-child(5n+3) .feature-icon {
  background-color: #fff7ed;
  color: #f97316;
}

.feature-item:nth-child(5n+4) .feature-icon {
  background-color: #f3f4f6;
  color: #6b7280;
}

.feature-item:nth-child(5n+5) .feature-icon {
  background-color: #fce7f3;
  color: #ec4899;
}

.feature-content p {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
  margin: 0;
}

.booking-cta h5 {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}

/* Fix for dropdown being clipped by hero banner overflow */
.hero-banner {
  overflow: visible !important;
  position: relative;
  z-index: 100 !important;
  /* Ensure the entire banner is above the slider section */
}

.autocomplete-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0 0 8px 8px;
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: none;
}

.autocomplete-results.show {
  display: block;
}

.autocomplete-results div {
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
  transition: background 0.2s;
  font-size: 14px;
  color: #333;
  text-align: left;
}

.autocomplete-results div:last-child {
  border-bottom: none;
}

.autocomplete-results div:hover {
  background-color: #f8f9fa;
  color: #000;
}

.search-box-container {
  position: relative;
  z-index: 1001;
}

.related-service-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

.related-service-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.related-title {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
}

.related-price {
  font-size: 14px;
  color: #0A1C4F;
}

/* Reviews */
.review-summary {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.review-item {
  background: #fff;
  border: 1px solid #eee !important;
}

.reviewer-avatar {
  flex-shrink: 0;
}

.review-item h6 {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}

.review-item p {
  font-size: 14px;
  line-height: 1.6;
}

/* Customer Reviews Section */
.customer-reviews {
  margin-top: 40px;
}

.review-progresses {
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.review-progress {
  margin-bottom: 15px;
}

.review-progress .progress {
  height: 8px;
  border-radius: 10px;
  background-color: #f0f0f0;
}

.review-progress .progress-bar {
  border-radius: 10px;
  transition: width 0.6s ease;
}

.review-box {
  transition: transform 0.3s ease;
}

.review-box:hover {
  transform: translateY(-2px);
}

.review-list {
  background: #fff;
  transition: all 0.3s ease;
}

.review-list:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.review-header {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}

.author-img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f0f0f0;
}

.author-info h6 {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 5px;
}

.author-info h6 a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.author-info h6 a:hover {
  color: #0A1C4F;
}

.more-info {
  margin-top: 10px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.more-info .icon-start {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #666;
  font-size: 13px;
}

.shop-review-form {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: 30px;
}

.shop-review-form .title {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.shop-review-form .form-control {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 14px;
  transition: all 0.3s ease;
  min-height: 120px;
  resize: vertical;
}

.shop-review-form .form-control:focus {
  border-color: #0A1C4F;
  box-shadow: 0 0 0 3px rgba(10, 28, 79, 0.1);
  outline: none;
}

.shop-review-form .rating {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.shop-review-form .rating li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shop-review-form .review-value {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 5px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.shop-review-form .review-value:hover {
  background-color: #f8f9fa;
}

.shop-review-form .review-value span {
  color: #777777;
  font-size: 18px;
  transition: color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}

.shop-review-form .review-value:hover span {
  color: #FBA31C;
  transform: scale(1.1);
}

.shop-review-form .review-value span[data-ratingVal] {
  pointer-events: auto;
}

@media (max-width: 767.98px) {
  .review-progress .col-2 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .review-progress .col-9 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .shop-review-form {
    padding: 20px;
  }

  .more-info {
    flex-direction: column;
    gap: 8px;
  }
}

/* Sidebar Widgets */
.sidebar-widget {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  border-radius: 16px;
}

.widget-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.widget-subtitle {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}

/* Inquiry Form */
.inquiry-form .form-input {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.inquiry-form .form-input:focus {
  border-color: #0A1C4F;
  box-shadow: 0 0 0 3px rgba(10, 28, 79, 0.1);
  outline: none;
}

.inquiry-form .form-input::placeholder {
  color: #999;
}

.submit-inquiry-btn {
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.submit-inquiry-btn i {
  font-size: 14px;
}

/* Business Days Grid */
.days-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.day-pill {
  flex: 0 0 calc(25% - 8px);
  min-width: 60px;
  padding: 12px 8px;
  border: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  cursor: not-allowed;
  transition: all 0.3s ease;
  text-align: center;
}

.day-pill.active {
  background: #6AC7C9;
  border-color: #6AC7C9;
  color: #fff;
  cursor: pointer;
}

.day-pill.active:hover {
  background: #5ab5b7;
  border-color: #5ab5b7;
}

.day-pill.selected {
  box-shadow: 0 0 0 3px rgba(106, 199, 201, 0.3);
}

.day-pill:disabled:not(.active) {
  background: #fff;
  border-color: #d0d0d0;
  color: #333;
}

/* Day Timing Display */
.day-timing-display {
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.timing-box {
  transition: all 0.3s ease;
}

/* Address Widget */
.address-info p {
  margin: 0;
}

.address-map {
  width: 100%;
  overflow: hidden;
}

.address-map #map {
  border: 1px solid #eee;
}

/* Mobile Filters Offcanvas */
.mobile-filters-content {
  padding: 10px 0;
}

.mobile-filters-content .form-label {
  font-size: 14px;
  color: #333;
}

.mobile-filters-content .filter-select {
  border: 1px solid #e0e0e0;
  padding-left: 15px !important;
  background-position: right 12px center !important;
}

.mobile-filters-content .filter-select::before {
  display: none;
}

#mobileFiltersOffcanvas .offcanvas-header {
  background: #0A1C4F;
  color: #fff;
}

#mobileFiltersOffcanvas .offcanvas-title {
  font-weight: 700;
  font-size: 18px;
}

#mobileFiltersOffcanvas .btn-close {
  filter: invert(1);
}

/* Mobile Fixed Booking Button */
.mobile-booking-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 15px 0;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-top: 1px solid #e0e0e0;
}

.mobile-booking-fixed .btn {
  font-size: 16px;
  font-weight: 700;
  padding: 16px 24px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(10, 28, 79, 0.2);
}

@media (max-width: 767.98px) {
  .service-details-area {
    padding-bottom: 100px;
  }
}

@media (min-width: 1024px) and (max-width: 1132px) {
  .service-card-horizontal .horizontal-img {
    flex: 0 0 251px;
    max-width: 183px;
  }

  .service-card-horizontal .horizontal-img img {
    width: 251px;
    height: 206px;
    object-fit: cover;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1060px;
  }

  .filter-row {
    flex-wrap: nowrap !important;
  }

  .filter-row .filter-select-wrapper {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    flex-basis: calc(20% - 12px);
    max-width: calc(20% - 12px);
  }

  .filter-row .filter-select {
    font-size: 13px;
    padding-left: 40px !important;
  }
}

@media (min-width: 1133px) and (max-width: 1180px) {
  .service-card-horizontal .horizontal-img {
    flex: 0 0 251px;
    max-width: 183px;
  }

  .service-card-horizontal .horizontal-img img {
    width: 251px;
    height: 206px;
    object-fit: cover;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1060px;
  }

  .filter-row {
    flex-wrap: nowrap !important;
  }

  .filter-row .filter-select-wrapper {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    flex-basis: calc(20% - 12px);
    max-width: calc(20% - 12px);
  }

  .filter-row .filter-select {
    font-size: 13px;
    padding-left: 40px !important;
  }
}



.provisions-wrapper {
  width: 60%;
  /* background: #fff; */
  /* box-shadow: 0 8px 30px rgba(16, 24, 40, 0.08); */
  border-radius: 16px;
  /* padding: 24px; */
  display: flex;
  align-items: center;
  justify-content: revert-layer;
  flex-wrap: wrap;
  margin: 60px auto 0 auto;
}

.provision-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 20px;
  position: relative;
  flex: 1;
  justify-content: center;
}

.provision-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  height: 40px;
  width: 1px;
  background: #e5e7eb;
}

.provision-icon {
  width: 48px;
  height: 48px;
  background: #0b1b4d;
  /* dark blue like image */
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.provision-icon i {
  font-size: 20px;
}

.provision-text h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #101828;
  line-height: 1.3;
}

.provision-text span {
  font-size: 13px;
  color: #667085;
  display: block;
  margin-top: 2px;
}

/* 🔹 Mobile responsive */
@media (max-width: 991px) {
  .provisions-wrapper {
    width: 84%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 6px;
    margin-top: 19px;
  }

  .provision-item {
    flex-direction: row;
    text-align: center;
    justify-content: flex-start;
    background: #fff;
    border-radius: 12px;
  }

  .provision-item:not(:last-child)::after {
    display: none;
  }

  .provision-text span {
    margin-top: 5px;
  }
}

/* Hide scrollbar for category tabs */
.tabs-navigation::-webkit-scrollbar,
.tabs-navigation .nav-tabs::-webkit-scrollbar {
  display: none;
  width: 0 !important;
  height: 0 !important;
  -webkit-appearance: none;
  background: transparent;
}

.tabs-navigation,
.tabs-navigation .nav-tabs {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* =========================================
   Modern Mobile Menu Drawer
   ========================================= */
body.mobile-menu-active .header-area {
  z-index: 99999 !important;
}

.menu-backdrop {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(15, 23, 42, 0.6) !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  z-index: 99990 !important;
  opacity: 0;
  animation: psBackdropFadeIn 0.25s forwards cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes psBackdropFadeIn {
  to {
    opacity: 1;
  }
}

.mobile-menu.ps-mobile-drawer {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 320px !important;
  max-width: 86vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  background: #ffffff !important;
  z-index: 99999 !important;
  box-shadow: 10px 0 40px rgba(15, 23, 42, 0.25) !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  transform: translateX(-105%) !important;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease !important;
  visibility: hidden !important;
  padding: 0 !important;
  border-right: 1px solid rgba(226, 232, 240, 0.8) !important;
}

body.mobile-menu-active .mobile-menu.ps-mobile-drawer,
body.mobile-menu-active .mobile-menu {
  transform: translateX(0) !important;
  visibility: visible !important;
  left: 0 !important;
}

/* Drawer Header */
.ps-drawer-header {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f1f5f9;
  background: #ffffff;
  flex-shrink: 0;
}

.ps-drawer-close-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #475569;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ps-drawer-close-btn:hover {
  background: #fee2e2;
  color: #ef4444;
  border-color: #fca5a5;
  transform: rotate(90deg);
}

/* Drawer Body Scrollable */
.ps-drawer-body {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 18px 18px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  -webkit-overflow-scrolling: touch;
}

.ps-drawer-body::-webkit-scrollbar {
  width: 4px;
}

.ps-drawer-body::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

/* Auth / Profile Card */
.ps-drawer-auth-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 14px;
}

.ps-drawer-user-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ps-drawer-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #2563eb;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  overflow: hidden;
  flex-shrink: 0;
}

.ps-drawer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ps-avatar-vendor {
  background: #059669;
}

.ps-drawer-user-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ps-drawer-user-name {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.ps-drawer-user-role {
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  display: flex;
  align-items: center;
}

.ps-drawer-guest-banner {
  margin-bottom: 12px;
}

.ps-drawer-guest-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #0f172a;
  display: block;
}

.ps-drawer-guest-sub {
  font-size: 11.5px;
  color: #64748b;
  margin: 2px 0 0;
  line-height: 1.35;
}

.ps-drawer-auth-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.ps-drawer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.ps-drawer-btn-primary {
  background: #2563eb;
  color: #ffffff !important;
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.25);
}

.ps-drawer-btn-primary:hover {
  background: #1d4ed8;
  color: #ffffff !important;
}

.ps-drawer-btn-outline {
  background: #ffffff;
  color: #334155 !important;
  border: 1px solid #cbd5e1;
}

.ps-drawer-btn-outline:hover {
  background: #f1f5f9;
  border-color: #94a3b8;
}

/* Nav Section */
.ps-drawer-nav-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #94a3b8;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

.ps-drawer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ps-drawer-nav-item {
  position: relative;
}

.ps-drawer-nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 12px;
  color: #334155 !important;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
}

.ps-drawer-nav-link:hover {
  background: #f8fafc;
  color: #2563eb !important;
}

.ps-drawer-nav-link.active {
  background: rgba(37, 99, 235, 0.08);
  color: #2563eb !important;
  font-weight: 700;
}

.ps-drawer-nav-icon {
  width: 26px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  transition: color 0.2s ease;
}

.ps-drawer-nav-link.active .ps-drawer-nav-icon,
.ps-drawer-nav-link:hover .ps-drawer-nav-icon {
  color: #2563eb;
}

.ps-drawer-nav-text {
  flex: 1;
}

.ps-drawer-active-indicator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2563eb;
}

.ps-drawer-chevron {
  font-size: 11px;
  color: #94a3b8;
  transition: transform 0.25s ease;
}

.ps-drawer-has-submenu.open .ps-drawer-chevron {
  transform: rotate(180deg);
}

.ps-drawer-submenu {
  list-style: none;
  padding: 4px 0 6px 38px;
  margin: 0;
  display: none;
}

.ps-drawer-submenu-link {
  display: block;
  padding: 7px 10px;
  font-size: 12.5px;
  font-weight: 500;
  color: #475569 !important;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.15s ease;
}

.ps-drawer-submenu-link:hover,
.ps-drawer-submenu-link.active {
  color: #2563eb !important;
  background: #f1f5f9;
}

/* Quick Access Cards */
.ps-drawer-quick-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.ps-drawer-quick-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-decoration: none;
  color: #334155 !important;
  font-size: 11.5px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.ps-drawer-quick-card i {
  font-size: 17px;
  color: #2563eb;
}

.ps-drawer-quick-card:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  transform: translateY(-1px);
}

/* Provider CTA */
.ps-drawer-provider-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #ffffff !important;
  padding: 12px 14px;
  border-radius: 14px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.15);
  transition: transform 0.2s ease;
}

.ps-drawer-provider-cta:hover {
  transform: translateY(-2px);
  color: #ffffff !important;
}

.ps-cta-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(37, 99, 235, 0.25);
  border: 1px solid rgba(37, 99, 235, 0.5);
  color: #60a5fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.ps-cta-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ps-cta-content strong {
  font-size: 12.5px;
  font-weight: 700;
  color: #ffffff;
}

.ps-cta-content span {
  font-size: 10.5px;
  color: #94a3b8;
}

.ps-cta-arrow {
  font-size: 12px;
  color: #60a5fa;
}

/* Language Pills */
.ps-drawer-lang-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ps-drawer-lang-pill {
  padding: 5px 12px;
  border-radius: 8px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  font-size: 11.5px;
  font-weight: 600;
  color: #475569 !important;
  text-decoration: none;
  transition: all 0.2s ease;
}

.ps-drawer-lang-pill.active {
  background: #2563eb;
  color: #ffffff !important;
  border-color: #2563eb;
}

/* Drawer Footer */
.ps-drawer-footer {
  padding: 14px 20px;
  border-top: 1px solid #f1f5f9;
  background: #fafafa;
  flex-shrink: 0;
}

.ps-drawer-logout-btn {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.ps-drawer-footer-support {
  font-size: 12px;
  color: #64748b;
  display: flex;
  align-items: center;
}

/* =====================================================
   How It Works Section — index-v2 home page
   ===================================================== */
.ps-how-it-works-section {
  padding: 85px 0 95px 0;
  background: #f8fafc;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.ps-hiw-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 55px auto;
}

.ps-hiw-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 16px;
  border-radius: 9999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.ps-hiw-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

.ps-hiw-subtitle {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

.ps-hiw-grid {
  position: relative;
}

.ps-hiw-card-wrapper {
  position: relative;
  z-index: 2;
}

.ps-hiw-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 36px 30px 30px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.04);
}

.ps-hiw-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px -10px rgba(37, 99, 235, 0.14);
  border-color: rgba(37, 99, 235, 0.3);
}

.ps-hiw-watermark {
  position: absolute;
  top: -15px;
  right: 20px;
  font-size: 5.5rem;
  font-weight: 900;
  color: #f1f5f9;
  line-height: 1;
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s ease;
}

.ps-hiw-card:hover .ps-hiw-watermark {
  color: #eff6ff;
  transform: scale(1.05);
}

.ps-hiw-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ps-hiw-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.ps-hiw-icon-disk {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}

.ps-hiw-card:hover .ps-hiw-icon-disk {
  transform: scale(1.08) rotate(-4deg);
}

.ps-hiw-step-pill {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 4px 12px;
  border-radius: 9999px;
  background: #f1f5f9;
  color: #475569;
}

.ps-hiw-card:hover .ps-hiw-step-pill {
  background: #eff6ff;
  color: #2563eb;
}

.ps-hiw-step-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 10px;
  line-height: 1.3;
}

.ps-hiw-step-desc {
  font-size: 0.92rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 22px;
  flex-grow: 1;
}

.ps-hiw-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid #f1f5f9;
  padding-top: 18px;
}

.ps-hiw-feat-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #334155;
}

.ps-hiw-feat-item i {
  color: #10b981;
  font-size: 0.85rem;
}

.ps-hiw-bottom-banner {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 20px 30px;
  margin-top: 45px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.ps-hiw-experts-group {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ps-hiw-avatar-cluster {
  display: flex;
  align-items: center;
}

.ps-hiw-avatar-cluster img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.ps-hiw-avatar-cluster img:first-child {
  margin-left: 0;
}

.ps-hiw-experts-text strong {
  display: block;
  font-size: 0.96rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}

.ps-hiw-experts-text span {
  font-size: 0.82rem;
  color: #64748b;
}

.ps-hiw-cta-btn {
  background: #2563eb;
  color: #ffffff !important;
  padding: 12px 28px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
}

.ps-hiw-cta-btn:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.35);
}

/* =========================================
   Missing @keyframes Definitions
   ========================================= */

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(30px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes moveAround {
  0% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(20px, -20px);
  }

  50% {
    transform: translate(40px, 0);
  }

  75% {
    transform: translate(20px, 20px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes psBackdropFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* AOS — completely disabled, all elements visible immediately */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
  pointer-events: auto !important;
  visibility: visible !important;
}

/* ==========================================================================
   CLEAN MINIMAL WHITE/LIGHT MOBILE BOTTOM NAVIGATION BAR (iOS/Android Style)
   ========================================================================== */
.ps-clean-bottom-nav {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  background: #ffffff !important;
  border-top: 1px solid #e2e8f0 !important;
  box-shadow: 0 -3px 16px rgba(0, 0, 0, 0.06) !important;
  z-index: 99999 !important;
  padding-bottom: env(safe-area-inset-bottom, 0px) !important;
}

.ps-clean-nav-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-around !important;
  height: 58px !important;
  max-width: 600px !important;
  margin: 0 auto !important;
  padding: 0 4px !important;
}

.ps-clean-nav-item {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  text-decoration: none !important;
  color: #64748b !important;
  transition: all 0.18s ease !important;
  user-select: none !important;
  -webkit-tap-highlight-color: transparent !important;
  position: relative !important;
}

.ps-clean-icon {
  font-size: 19px !important;
  line-height: 1 !important;
  margin-bottom: 3px !important;
  transition: transform 0.2s ease, color 0.2s ease !important;
}

.ps-clean-label {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 10.5px !important;
  font-weight: 500 !important;
  letter-spacing: -0.1px !important;
  line-height: 1 !important;
  transition: color 0.2s ease, font-weight 0.2s ease !important;
}

/* Active State */
.ps-clean-nav-item.active {
  color: #2563eb !important;
}

.ps-clean-nav-item.active .ps-clean-icon {
  color: #2563eb !important;
  transform: translateY(-1px) scale(1.08) !important;
}

.ps-clean-nav-item.active .ps-clean-label {
  color: #2563eb !important;
  font-weight: 700 !important;
}

.ps-clean-nav-item:active {
  transform: scale(0.92) !important;
}

/* Mobile Body Padding */
@media (max-width: 991px) {
  body {
    padding-bottom: 68px !important;
  }

  .floating-btns {
    bottom: 72px !important;
  }
}

/* ==========================================================================
   MODERN MOBILE HOMEPAGE REDESIGN (Screen <= 768px & <= 575px)
   ========================================================================== */
@media (max-width: 768px) {

  /* Global container spacing */
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* Section Title Spacing */
  .section-title {
    margin-bottom: 20px !important;
  }

  .section-title h2,
  .ps-section-title {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }

  /* 1. Hero Section */
  .proservice-hero {
    padding: 42px 0 36px !important;
    min-height: auto !important;
  }

  .proservice-hero-title {
    font-size: 27px !important;
    line-height: 1.25 !important;
    margin-bottom: 10px !important;
  }

  .proservice-hero-subtitle {
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin-bottom: 18px !important;
    padding: 0 4px !important;
  }

  .proservice-hero-badge {
    font-size: 11px !important;
    padding: 4px 12px !important;
    margin-bottom: 12px !important;
  }

  /* Mobile Search Bar */
  .proservice-search-wrap {
    max-width: 100% !important;
    margin-bottom: 16px !important;
  }

  .proservice-search-form {
    flex-direction: column !important;
    padding: 8px !important;
    border-radius: 18px !important;
    gap: 6px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25) !important;
  }

  .proservice-search-form .ps-search-field {
    border-right: none !important;
    border-bottom: 1px solid #f1f5f9 !important;
    padding: 8px 12px !important;
    width: 100% !important;
  }

  .proservice-search-form .ps-search-field:last-of-type {
    border-bottom: none !important;
  }

  .proservice-search-form .ps-search-btn {
    width: 100% !important;
    padding: 12px 18px !important;
    border-radius: 14px !important;
    justify-content: center !important;
    font-size: 14px !important;
    font-weight: 700 !important;
  }

  /* Horizontal Scroll Quick-Find Pills */
  .proservice-quickfind {
    display: flex !important;
    align-items: center !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    padding: 4px 0 8px !important;
    gap: 6px !important;
    width: 100% !important;
    justify-content: flex-start !important;
  }

  .proservice-quickfind::-webkit-scrollbar {
    display: none !important;
  }

  .ps-quickfind-pill {
    flex-shrink: 0 !important;
    font-size: 11.5px !important;
    padding: 5px 12px !important;
    border-radius: 50px !important;
    white-space: nowrap !important;
  }

  .ps-map-btn {
    flex-shrink: 0 !important;
    font-size: 11.5px !important;
    padding: 5px 12px !important;
    white-space: nowrap !important;
  }

  /* Trust Metrics Grid (2x2) */
  .proservice-metrics {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
    padding: 12px !important;
    border-radius: 16px !important;
    margin-top: 24px !important;
  }

  .ps-metric-item {
    gap: 8px !important;
  }

  .ps-metric-icon-wrap {
    width: 34px !important;
    height: 34px !important;
    font-size: 13px !important;
  }

  .ps-metric-title {
    font-size: 12px !important;
  }

  .ps-metric-subtitle {
    font-size: 10px !important;
  }

  /* 2. Popular Categories Section - Mobile Slider */
  .ps-categories-section {
    padding: 30px 0 20px !important;
  }

  .ps-category-slider {
    padding: 6px 2px 10px 2px !important;
  }

  .ps-category-slider .ps-cat-card {
    padding: 14px 6px 12px !important;
    border-radius: 16px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
  }

  .ps-category-slider .ps-cat-icon-wrap {
    width: 48px !important;
    height: 48px !important;
    border-radius: 14px !important;
    font-size: 20px !important;
    margin-bottom: 8px !important;
  }

  .ps-category-slider .ps-cat-name {
    font-size: 11.5px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 100% !important;
    display: block !important;
    text-align: center !important;
  }

  .ps-category-slider .ps-cat-count {
    font-size: 10px !important;
    white-space: nowrap !important;
    display: block !important;
    text-align: center !important;
    margin-top: 2px !important;
  }

  .ps-cat-pagination {
    margin-top: 14px !important;
  }

  /* 3. Featured Providers & Category Spotlight Sections */
  .ps-providers-section,
  .ps-spotlight-section {
    padding: 36px 0 !important;
  }

  .ps-providers-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }

  .ps-provider-card {
    border-radius: 14px !important;
  }

  .ps-card-img-wrap {
    height: 115px !important;
  }

  .ps-card-cat-pill {
    font-size: 9px !important;
    padding: 2px 6px !important;
    top: 6px !important;
    left: 6px !important;
    max-width: 68% !important;
  }

  .ps-card-fav-btn {
    width: 24px !important;
    height: 24px !important;
    font-size: 10px !important;
    top: 6px !important;
    right: 6px !important;
  }

  .ps-card-rating-pill {
    font-size: 9.5px !important;
    padding: 2px 5px !important;
    bottom: 6px !important;
    left: 6px !important;
  }

  .ps-card-body {
    padding: 8px 8px 10px !important;
  }

  .ps-provider-name {
    font-size: 10.5px !important;
  }

  .ps-verified-badge {
    font-size: 10px !important;
  }

  .ps-card-title {
    font-size: 12px !important;
    line-height: 1.25 !important;
    min-height: 30px !important;
    margin-bottom: 3px !important;
  }

  .ps-card-location {
    font-size: 10px !important;
    margin-bottom: 6px !important;
  }

  .ps-card-footer {
    padding-top: 6px !important;
  }

  .ps-price-label {
    font-size: 8.5px !important;
  }

  .ps-price-amount strong {
    font-size: 13px !important;
  }

  .ps-price-amount small {
    font-size: 9px !important;
  }

  .ps-book-btn-group {
    padding: 3px 5px 3px 8px !important;
    border-radius: 20px !important;
  }

  .ps-book-label {
    font-size: 10.5px !important;
    margin-right: 3px !important;
  }

  .ps-book-arrow {
    width: 16px !important;
    height: 16px !important;
    font-size: 9px !important;
  }

  /* 4. How It Works Section */
  .ps-how-it-works-section {
    padding: 36px 0 !important;
  }

  .ps-hiw-card {
    padding: 18px 16px !important;
    border-radius: 16px !important;
    margin-bottom: 12px !important;
  }

  .ps-hiw-icon-wrap {
    width: 48px !important;
    height: 48px !important;
    font-size: 20px !important;
    margin-bottom: 12px !important;
  }

  .ps-hiw-title {
    font-size: 16px !important;
    margin-bottom: 6px !important;
  }

  .ps-hiw-text {
    font-size: 12.5px !important;
    line-height: 1.45 !important;
    margin-bottom: 12px !important;
  }

  .ps-hiw-bottom-banner {
    flex-direction: column !important;
    text-align: center !important;
    gap: 12px !important;
    padding: 20px 16px !important;
    border-radius: 16px !important;
  }

  .ps-hiw-avatars {
    justify-content: center !important;
  }

  .ps-hiw-banner-btn {
    width: 100% !important;
    justify-content: center !important;
  }

  /* 5. Action Banner (Join as Pro) */
  .action-banner {
    padding: 28px 16px !important;
    border-radius: 18px !important;
    margin: 20px 0 !important;
    text-align: center !important;
  }

  .action-banner h2 {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }

  .action-banner p {
    font-size: 12.5px !important;
  }

  .action-banner .btn-primary {
    width: 100% !important;
    justify-content: center !important;
    margin-top: 10px !important;
  }

  /* 6. Shop Products Section */
  .shop-area {
    padding: 36px 0 !important;
  }

  .shop-area .row>[class*="col-"] {
    width: 50% !important;
    padding: 0 6px !important;
    margin-bottom: 12px !important;
  }

  .product-default {
    border-radius: 14px !important;
    padding: 8px !important;
  }

  .product-default .product-img {
    height: 120px !important;
    border-radius: 10px !important;
  }

  .product-default .product-title {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  /* 7. Newsletter Section */
  .newsletter-area {
    padding: 36px 0 !important;
  }

  .newsletter-form {
    flex-direction: column !important;
    gap: 8px !important;
  }

  /* 8. Services Listing Page (service_list) Mobile 2-Column Styles */
  .pro-service-card {
    border-radius: 14px !important;
    margin-bottom: 2px !important;
  }

  .pro-card-image-wrap {
    height: 115px !important;
  }

  .pro-card-badge-category {
    font-size: 8.5px !important;
    padding: 2px 6px !important;
    top: 6px !important;
    left: 6px !important;
    max-width: 68% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .pro-card-wishlist-btn {
    width: 24px !important;
    height: 24px !important;
    font-size: 10px !important;
    top: 6px !important;
    right: 6px !important;
  }

  .pro-card-badge-rating {
    font-size: 9px !important;
    padding: 2px 5px !important;
    bottom: 6px !important;
    left: 6px !important;
    border-radius: 6px !important;
    gap: 3px !important;
  }

  .pro-card-badge-rating .star-icon {
    font-size: 8px !important;
  }

  .pro-card-badge-rating .rating-count {
    font-size: 8px !important;
  }

  .pro-card-badge-speed {
    display: none !important;
  }

  .pro-card-content {
    padding: 8px 8px 10px 8px !important;
  }

  .pro-card-vendor {
    font-size: 10.5px !important;
    margin-bottom: 2px !important;
    gap: 3px !important;
  }

  .pro-vendor-verified {
    font-size: 10px !important;
  }

  .pro-card-title {
    font-size: 12px !important;
    line-height: 1.25 !important;
    min-height: 30px !important;
    margin-bottom: 3px !important;
    -webkit-line-clamp: 2 !important;
  }

  .pro-card-location {
    font-size: 10px !important;
    margin-bottom: 6px !important;
    gap: 3px !important;
  }

  .pro-card-footer {
    padding-top: 6px !important;
    border-top: 1px solid #f1f5f9 !important;
  }

  .pro-price-label {
    font-size: 8.5px !important;
  }

  .pro-price-amount {
    font-size: 13px !important;
    font-weight: 800 !important;
  }

  .pro-price-unit {
    font-size: 9px !important;
  }

  .pro-card-actions {
    gap: 3px !important;
  }

  .pro-btn-book {
    font-size: 10.5px !important;
    padding: 3px 7px !important;
    border-radius: 12px !important;
  }

  .pro-btn-details-arrow {
    display: none !important;
  }

  .pro-results-header {
    margin-bottom: 12px !important;
  }

  .pro-results-count {
    font-size: 0.95rem !important;
  }
}

/* ==========================================================================
   MODERN SERVICE DETAILS PAGE (Mobile & Desktop)
   ========================================================================== */
.ps-service-details-page {
  background: #f8fafc;
}

.ps-detail-breadcrumb .breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
}

.ps-detail-breadcrumb .breadcrumb-item a {
  color: #64748b;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.ps-detail-breadcrumb .breadcrumb-item a:hover {
  color: #2563eb;
}

.ps-detail-breadcrumb .breadcrumb-item.active {
  color: #0f172a;
  font-weight: 600;
}

/* Gallery */
.ps-main-image-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.08);
  background: #0f172a;
}

.ps-main-gallery-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.ps-gallery-cat-pill {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 2;
}

.ps-gallery-wishlist-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none !important;
  transition: all 0.2s ease;
  z-index: 2;
}

.ps-gallery-wishlist-btn:hover {
  transform: scale(1.08);
  color: #ffffff;
}

.ps-gallery-wishlist-btn.active {
  background: #ffffff;
  color: #ef4444;
}

.ps-gallery-rating-pill {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 2;
}

/* Thumbnails */
.ps-thumb-wrap {
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  background: #f1f5f9;
}

.ps-gallery-thumb {
  width: 100%;
  height: 85px;
  object-fit: cover;
  cursor: pointer;
  display: block;
  opacity: 0.7;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.ps-gallery-thumb:hover {
  opacity: 1;
  transform: scale(1.04);
}

.ps-gallery-thumb.active {
  opacity: 1;
  border: 2px solid #2563eb;
  border-radius: 10px;
}

/* Header & Title */
.ps-detail-title {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
}

.ps-detail-price-pill {
  display: flex;
  align-items: baseline;
  gap: 4px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  padding: 6px 14px;
  border-radius: 50px;
}

.ps-price-label {
  font-size: 11px;
  color: #64748b;
  font-weight: 500;
}

.ps-price-val {
  font-size: 18px;
  color: #2563eb;
  font-weight: 800;
}

.ps-price-unit {
  font-size: 11.5px;
  color: #64748b;
}

.ps-detail-location {
  font-size: 13.5px;
  color: #64748b;
}

/* Vendor Profile Card */
.ps-vendor-card-profile {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.ps-vendor-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.ps-vendor-online-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
}

.ps-vendor-name {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}

/* Section Headings & Content */
.ps-section-heading {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.ps-feature-pill {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  color: #334155;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.ps-description-content {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  font-size: 14px;
  line-height: 1.65;
  color: #475569;
}

/* Mobile Sticky Action Bar */
.ps-mobile-booking-bar {
  position: fixed;
  bottom: 58px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid #e2e8f0;
  padding: 10px 16px;
  z-index: 999;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.06);
}

.ps-mobile-booking-inner {
  max-width: 600px;
  margin: 0 auto;
}

.ps-mobile-price-block {
  display: flex;
  flex-direction: column;
}

.ps-mobile-price-label {
  font-size: 10px;
  color: #64748b;
  font-weight: 500;
  text-transform: uppercase;
}

.ps-mobile-price-val {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.1;
}

.ps-mobile-price-val small {
  font-size: 11px;
  color: #64748b;
  font-weight: normal;
}

.ps-mobile-book-btn {
  padding: 8px 24px !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  border-radius: 50px !important;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35) !important;
}

/* Mobile Responsiveness for Details Page */
@media (max-width: 768px) {
  .ps-main-gallery-img {
    height: 240px !important;
    border-radius: 16px !important;
  }

  .ps-gallery-thumb {
    height: 60px !important;
  }

  .ps-detail-title {
    font-size: 18px !important;
  }

  .ps-price-val {
    font-size: 16px !important;
  }

  .ps-description-content {
    padding: 14px !important;
  }
}