@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

::placeholder {
  font-size: 11px;
}

html {
  font-size: clamp(14px, 13.296px + 0.1408vw, 16px);
}

html {
  scrollbar-color: var(--black) var(--lightGray);
}

body {
  scrollbar-width: thin;
  scrollbar-color: var(--theme) var(--lightGray);
  font-family: "Poppins", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(35, 196, 199, 0.12), transparent 32%),
    linear-gradient(180deg, #f8ffff 0%, #f5fbfb 100%);
  color: var(--theme_2);
}

::-webkit-scrollbar {
  width: 4px;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar-track {
  background: var(--black);
}

::-webkit-scrollbar-thumb {
  background-color: var(--softtheme);
  border-radius: 6px;
  border: 3px solid var(--black);
}

::-webkit-scrollbar-thumb:hover {
  background-color: #777;
}

:root {
  --theme: #23c4c7;
  --theme_2: #0b2e32;
  --text_2: #34445b;
  --theme_soft: #e8fbfb;
  --theme_soft_2: #f4fbfb;
  --theme_border: rgba(11, 46, 50, 0.12);
  --theme_shadow: 0 20px 50px rgba(11, 46, 50, 0.12);
  --theme_shadow_sm: 0 10px 30px rgba(35, 196, 199, 0.12);
  --surface: #ffffff;
  --surface_alt: #f8fcfc;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

p {
  line-height: 1.8;
}

.text_2 {
  color: var(--text_2);
}

.cp {
  cursor: pointer;
}

.bg_theme {
  background: var(--theme);
}
.text_red {
  color: red;
}
.btn_light {
  background: #e5e5e5;
}
.text_theme {
  color: var(--theme) !important;
}

.text_gray {
  color: var(--gray);
}

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

.dark {
  color: var(--dark);
}

.fs_10 {
  font-size: 10px;
}

.fs_12 {
  font-size: 12px;
}

.fs_14 {
  font-size: 14px;
}

.fs_16 {
  font-size: 16px;
}

.fs_18 {
  font-size: 18px;
}

.fs_20 {
  font-size: 20px;
}

.fs_22 {
  font-size: 22px;
}

.fs_26 {
  font-size: 26px;
}

.fs_24 {
  font-size: 24px;
}

.fs_28 {
  font-size: 28px;
}

.fs_30 {
  font-size: 30px;
}

.fs_35 {
  font-size: 35px;
}

.fs_43 {
  font-size: 43px;
}

.fs_50 {
  font-size: 50px;
}

.fs_55 {
  font-size: 55px;
}

.fs_69 {
  font-size: 69px;
}

.fs_80 {
  font-size: 80px;
}

.fs_100 {
  font-size: 100px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 18px;
  white-space: nowrap;
}

.navbar-expand-lg .navbar-nav {
  gap: 4px;
}

.haeder_Section {
  position: absolute;
  width: 100%;
  z-index: 33;
}
.navbar-brand img {
  width: clamp(170px, 18vw, 280px);
  height: auto;
}

.site-footer-logo {
  width: min(320px, 100%);
  max-width: 100%;
  height: auto;
}
.video_part {
  padding-top: 220px;
  background: url(./../images/shape.png);
  background-position: right top;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

.mistri_video video {
  max-height: 480px;
}

.mistri_video {
  border: 1px solid #ddd;
}

.mstri_servcies {
  transition: all 0.3s ease;
}

.mstri_servcies:hover {
  background: var(--theme);
}

.over_text:hover {
  text-decoration: underline;
}

.over_text.active {
  text-decoration: underline;
}

.btn_theme {
  border-radius: 10px;
  color: #fff;
  background: var(--theme_2);
  align-items: center;
  text-decoration: none;
  padding: 10px 26px;
  font-size: 1rem;
  transition: all 0.2s ease;
  font-weight: 200;
  border: 1px solid #000 !important;
}

.btn_theme:hover {
  background-color: var(--white);
  color: var(--theme) !important;
}

.padding_section {
  padding: 0px 120px;
}

.mstri_servcies img {
  height: 130px;
  margin-bottom: 30px;
}

.jalli {
  right: 0;
}

.reapir_text h4 {
  top: 20px;
  left: 30px;
}

.team_icons.top_icons {
  width: 120px;
  z-index: 333;
  bottom: 10px;
  left: calc(50% - 60px);
}

.swiper-button-disabled.scr_btn {
  background-color: #fff;
  color: #000;
}

.scr_btn {
  width: 65px;
  height: 65px;
  background-color: var(--theme);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  box-shadow: 0px 0px 11px #ddd;
  border-radius: 50%;
}

.mobile {
  position: fixed;
  z-index: 333333;
  right: 30px;
  bottom: 20px;
}

.booked_text img {
  border-radius: 39px;
  box-shadow: 0px 0px 14px #a49f9f;
}

.mobile span {
  opacity: 0;
  z-index: 333333;
  transition: all 0.3s ease;
}

.mobile:hover span {
  opacity: 1;
}

footer {
  background-color: var(--theme_2);
  color: white;
}

.loaction::after {
  position: absolute;
  content: "";
  /* height: 10px; */
  /* width: 10px; */
  border-style: solid;
  border-width: 8px;
  border-color: #575757 transparent transparent transparent;
  right: 0;
  top: 28px;
  right: 12px;
}

.form-control {
  height: 65px;
  box-shadow: 0px 0px 10px #ddd;
  border: 1px solid #ddd;
  border-radius: 24px;
}

.search i {
  font-size: 26px;
  left: 15px;
  top: 20px;
}

.loaction i {
  font-size: 26px;
  left: 15px;
  top: 20px;
}

@media (max-width: 1600px) {
  .fs_24 {
    font-size: 18px;
  }
  .fs_80 {
    font-size: 65px;
  }
  .fs_35 {
    font-size: 27px;
  }
}
@media (max-width: 1400px) {
  .fs_80 {
    font-size: 50px;
  }
  .fs_20 {
    font-size: 21px;
  }
  .fs_35 {
    font-size: 24px;
  }
}
@media (max-width: 967px) {
  .padding_section {
    padding: 0px 50px;
  }

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

@media (max-width: 767px) {
  .padding_section {
    padding: 0px 20px;
  }
  .scr_btn {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  .fs_80 {
    font-size: 40px;
  }
  .fs_50 {
    font-size: 32px;
  }
  .video_part {
    padding-top: 150px;
  }
  .navbar-nav {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
  }
  .nav-item.login {
    margin-top: 70px;
  }
}

.site_header {
  padding-top: 20px;
}

.site_header .navbar {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--theme_shadow_sm);
  backdrop-filter: blur(14px);
  border-radius: 24px;
  padding: 12px 18px;
}

.theme_nav_link {
  color: var(--theme_2) !important;
  border-radius: 999px;
  transition: all 0.25s ease;
}

.theme_nav_link:hover,
.theme_nav_link.active {
  color: var(--theme_2) !important;
  background: var(--theme_soft);
}

.theme_profile_chip {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, var(--theme_2), #16474d);
  border-radius: 18px;
  box-shadow: var(--theme_shadow_sm);
  padding: 8px 16px;
  cursor: pointer;
  white-space: nowrap;
}

.theme_profile_chip_avatar {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.theme_profile_chip_info {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.theme_profile_chip_caret {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  transition: transform 0.2s ease;
}

.theme_profile_chip_caret.open {
  transform: rotate(180deg);
}

.theme_profile_chip .dropdown-menu {
  left: auto;
  right: 0;
  top: calc(100% + 8px);
  min-width: 220px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--theme_shadow_sm);
}

.availability_toggle_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: default;
}

.availability_toggle_item:hover {
  background: transparent;
}

.availability_switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  flex-shrink: 0;
}

.availability_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.availability_switch_track {
  position: absolute;
  inset: 0;
  background: #d5dfe0;
  border-radius: 999px;
  transition: background 0.2s ease;
  cursor: pointer;
}

.availability_switch_track::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.availability_switch input:checked + .availability_switch_track {
  background: linear-gradient(135deg, #2e7d32, #66bb6a);
}

.availability_switch input:checked + .availability_switch_track::before {
  transform: translateX(18px);
}

.availability_switch.is-loading .availability_switch_track {
  opacity: 0.6;
}

.page_hero {
  background: linear-gradient(135deg, rgba(35, 196, 199, 0.18), rgba(11, 46, 50, 0.08));
  border-bottom: 1px solid rgba(35, 196, 199, 0.18);
}

.page_hero_inner {
  min-height: 170px;
}

.section_shell {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 32px;
  box-shadow: var(--theme_shadow);
}

.listing_card,
.service_item_card,
.booking_card,
.auth_card,
.promise_card,
.theme_modal_card {
  background: linear-gradient(180deg, #ffffff 0%, var(--surface_alt) 100%);
  border: 1px solid var(--theme_border);
  box-shadow: var(--theme_shadow_sm);
}

.listing_card {
  border-radius: 24px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.listing_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 45px rgba(11, 46, 50, 0.16);
  border-color: rgba(35, 196, 199, 0.34);
}

.listing_card img {
  object-fit: contain;
}

.mstri_servcies:hover {
  background: var(--theme_soft);
}

.theme_tabs .nav-link {
  border: 1px solid transparent;
  border-radius: 999px;
  background: rgba(35, 196, 199, 0.14);
  color: var(--theme_2);
  font-weight: 600;
  transition: all 0.2s ease;
}

.theme_tabs .nav-link:hover {
  background: rgba(35, 196, 199, 0.22);
}

.theme_tabs .nav-link.active_tab {
  background: linear-gradient(135deg, var(--theme_2), #16474d);
  color: #fff;
  box-shadow: var(--theme_shadow_sm);
}

.booking_card {
  border-radius: 28px;
  padding: 22px 18px;
}

.booking_avatar {
  width: 180px;
  height: 180px;
  border: 4px solid rgba(35, 196, 199, 0.2);
  box-shadow: 0 10px 24px rgba(35, 196, 199, 0.18);
}

.booking_order_id {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(11, 46, 50, 0.98), rgba(35, 196, 199, 0.9));
  box-shadow: 0 10px 24px rgba(11, 46, 50, 0.18);
}

.booking_order_id_label {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.74);
}

.booking_order_id_value {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  word-break: break-word;
}

.theme_button,
.theme_button_secondary,
.theme_button_danger,
.theme_button_light {
  border: none;
  border-radius: 12px;
  padding: 11px 22px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.theme_button {
  background: linear-gradient(135deg, var(--theme), #46d9db);
  color: #fff;
  box-shadow: 0 12px 22px rgba(35, 196, 199, 0.22);
}

.theme_button_secondary {
  background: linear-gradient(135deg, var(--theme_2), #16474d);
  color: #fff;
}

.theme_button_danger {
  background: linear-gradient(135deg, #ef7f6b, #f39a89);
  color: #fff;
}

.theme_button_light {
  background: #ecf2f2;
  color: var(--theme_2);
}

.theme_button:hover,
.theme_button_secondary:hover,
.theme_button_danger:hover,
.theme_button_light:hover {
  transform: translateY(-1px);
}

.service_panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 251, 251, 0.98) 100%);
  box-shadow: var(--theme_shadow);
  border: 1px solid rgba(35, 196, 199, 0.18);
  border-radius: 28px;
}

.service_item_card {
  border-radius: 24px;
  margin-bottom: 20px;
  padding: 18px 20px;
}

.counter_chip {
  background: #eef6f6;
  border-radius: 12px;
}

.promise_card {
  border-radius: 20px;
  padding: 14px;
}

.theme_modal_card {
  border-radius: 24px;
}

.booking_card_full {
  max-width: 1180px;
}

.status_pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 1px solid transparent;
  transform: scale(1);
}

.status_pill_indicator {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  flex-shrink: 0;
}

.status_pill.inprogress {
  background: linear-gradient(135deg, #1565c0, #2196f3);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(21, 101, 192, 0.45);
}

.status_pill.past,
.status_pill.success {
  background: linear-gradient(135deg, #2e7d32, #4caf50);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 16px rgba(46, 125, 50, 0.3);
}

.status_pill.upcoming {
  background: linear-gradient(135deg, #ef6c00, #ff9800);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 16px rgba(239, 108, 0, 0.3);
}

.status_pill.submitted {
  background: linear-gradient(135deg, #6a1b9a, #8e24aa);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 16px rgba(106, 27, 154, 0.3);
}

.status_pill.awaiting_payment {
  background: linear-gradient(135deg, #5e35b1, #7e57c2);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(94, 53, 177, 0.45);
}

.status_pill.payment_done {
  background: linear-gradient(135deg, #2e7d32, #66bb6a);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(46, 125, 50, 0.45);
}

.status_pill.default {
  background: linear-gradient(135deg, #546e7a, #78909c);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 16px rgba(84, 110, 122, 0.3);
}

/* Same 6-stage pipeline used in Userpanal and the admin panel. */
.status_pill.booked {
  background: linear-gradient(135deg, #546e7a, #78909c);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 16px rgba(84, 110, 122, 0.3);
}

.status_pill.assigned {
  background: linear-gradient(135deg, #1565c0, #2196f3);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(21, 101, 192, 0.45);
}

.status_pill.started {
  background: linear-gradient(135deg, #ef6c00, #ff9800);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(239, 108, 0, 0.4);
}

.status_pill.mechanic_done {
  background: linear-gradient(135deg, #6a1b9a, #8e24aa);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(106, 27, 154, 0.4);
}

.status_pill.completed {
  background: linear-gradient(135deg, #00838f, #26c6da);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(0, 131, 143, 0.4);
}

.status_pill.paid {
  background: linear-gradient(135deg, #2e7d32, #66bb6a);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(46, 125, 50, 0.45);
}

.status_pill.cancelled {
  background: linear-gradient(135deg, #b71c1c, #e57373);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 16px rgba(183, 28, 28, 0.35);
}

.payment_flow_card {
  border: 1px solid rgba(35, 196, 199, 0.16);
  background: linear-gradient(135deg, rgba(35, 196, 199, 0.08), rgba(11, 46, 50, 0.04));
  border-radius: 18px;
  padding: 18px;
}

.payment_proof_preview {
  border-top: 1px dashed rgba(11, 46, 50, 0.12);
  padding-top: 16px;
}

.payment_proof_preview img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(35, 196, 199, 0.18);
}

.qr_card,
.proof_upload_shell {
  background: linear-gradient(180deg, #ffffff 0%, #f7fdfd 100%);
  border: 1px solid rgba(35, 196, 199, 0.18);
  border-radius: 22px;
  padding: 20px;
  height: 100%;
}

.payment_total_highlight {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0b2e32, #23c4c7);
  box-shadow: 0 12px 26px rgba(11, 46, 50, 0.24);
}

.payment_total_highlight_label {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.payment_total_highlight_value {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
}

.qr_preview {
  width: 220px;
  max-width: 100%;
  border-radius: 20px;
  background: #fff;
  padding: 12px;
  border: 1px solid rgba(11, 46, 50, 0.08);
  box-shadow: var(--theme_shadow_sm);
}

.proof_dropzone {
  min-height: 260px;
  border: 2px dashed rgba(35, 196, 199, 0.35);
  border-radius: 18px;
  background: #f8ffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 16px;
}

.uploaded_proof_large {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 16px;
}

.verification_badge {
  background-color: #e6f8f8;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1ccacc;
  font-size: 24px;
}

.theme_input,
.auth_input,
.form-control.theme_input {
  border: 1px solid rgba(35, 196, 199, 0.24) !important;
  background: #f9fefe;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 8px 22px rgba(11, 46, 50, 0.06) !important;
  border-radius: 14px !important;
  color: var(--theme_2);
}

.theme_input:focus,
.auth_input:focus {
  border-color: rgba(35, 196, 199, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(35, 196, 199, 0.14) !important;
  outline: none;
}

.auth_shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at top, rgba(35, 196, 199, 0.2), transparent 36%),
    linear-gradient(180deg, #f7ffff 0%, #eef9f9 100%);
}

.auth_card {
  border-radius: 28px;
  max-width: 440px;
  border: 1px solid rgba(35, 196, 199, 0.18);
}

.auth_button {
  background: linear-gradient(135deg, var(--theme_2), var(--theme));
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
  border: none;
  padding: 12px 18px;
}

footer {
  background: linear-gradient(135deg, var(--theme_2), #133d43);
  color: #fff;
  border-radius: 32px 32px 0 0;
  margin-top: 60px;
}

.footer_bottom {
  background: #eef8f8;
}

@media (max-width: 991px) {
  .site_header .navbar {
    border-radius: 20px;
  }

  .section_shell,
  .service_panel,
  .booking_card,
  .auth_card {
    border-radius: 20px;
  }

  .booking_avatar {
    width: 130px;
    height: 130px;
  }
}
