@charset "utf-8";
/***** Design By Manjeet 5.3.5 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("owl.carousel.css");
@import url("animate.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* CSS Document */

body {
  background: #FEF9F9;
  color: #000;
  font-size: 16px;
  overflow-x: hidden;
  letter-spacing: .5px;
  font-family: var(--font1);

}

::-webkit-scrollbar {
  width: 6px
}

::-webkit-scrollbar-thumb {
  background: #313d4f;
  -webkit-border-radius: 0;
  border-radius: 0
}

* {
  padding: 0;
  margin: 0;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

ul,
li {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none !important;
}

ul,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

p {
  margin: 0px;
}

::-moz-selection {
  text-shadow: none;
  background: #1265ff;
  color: #fff;
}

::selection {
  text-shadow: none;
  background: #2049ff;
  color: #fff;
}

img::selection {
  background: 0 0;
}

img::-moz-selection {
  background: 0 0;
}

.container-fluid {
  padding-left: 2%;
  padding-right: 2%;
}

/*------------------ VARIABLE CSS ------------ */

:root {
  --font1: "Open Sans", sans-serif;
  --font2: "Alumni Sans", sans-serif;
}

/**Design Start from 2/12/26**/
/* LEFT ICON BAR */
.leftmenu {
  width: 60px;
  height: 100vh;
  background: linear-gradient(180deg, #2563eb, #1e40af);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  gap: 22px;
  color: #fff;
  z-index: 200;
}

.leftmenu i {
  font-size: 22px;
  cursor: pointer;
  opacity: .9;
}

.leftmenu i:hover {
  opacity: 1;
}

.left-bottom-icons {
  margin-top: auto;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* SIDEBAR */
.sidebar {
  width: 240px;
  background: #ffffff;
  /* background: linear-gradient(84deg, rgba(0, 100, 0, 1) 0%, rgba(212, 175, 55, 1) 95%); */
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0px;
  /* next to leftmenu */
  border-right: 1px solid #e5e7eb;
  z-index: 150;
  transition: .35s ease;
}

/* BRAND */
.brand {
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
  background-color: #fff;
}

.logo-full {
  width: 150px;
}

.logo-icon {
  width: 100%;
  display: none;
  object-fit: cover;
  height: 59px;
}

/* MENU */
.menu {
  list-style: none;
  padding: 10px;
  margin: 0;
}

.menu li {
  margin-top: 5px;
}

.menu li a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 13px;
  border-radius: 12px;
  color: #000000;
  text-decoration: none;
  transition: .25s;
  font-size: 14px;
}

.menu li a i {
  font-size: 20px;
  min-width: 22px;
}

.menu li a:hover {
  /**background: linear-gradient(300deg, #28A745, #010779);**/
  color: #ffffff;
  background-color: rgb(73 128 211)
}

/* ACTIVE MENU */
.menu li.active2 a {
  /**background: linear-gradient(300deg, #28A745, #010779);**/
  background: linear-gradient(84deg, rgb(72 78 248) 0%, rgb(74 135 207) 95%);
  color: #fff;
}

/* COLLAPSE */
.sidebar.collapsed {
  width: 82px;
}

.sidebar.collapsed .logo-full {
  display: none;
}

.sidebar.collapsed .logo-icon {
  display: block;
  margin: auto;
}

.sidebar.collapsed span {
  display: none;
}

.sidebar.collapsed a {
  justify-content: center;
}


/* CONTENT */
.content {
  flex: 1;
  margin-left: 236px;
  /* space for sidebar + leftmenu */
  margin-top: 60px;
  /* space for topbar */
  padding: 20px;
  transition: .35s ease;
}

/* TOPBAR */
.topbar {
  background: #ffffff;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .06);
  position: fixed;
  top: 0;
  left: 236px;
  /* sidebar + leftmenu */
  right: 0;
  height: 60px;
  transition: .35s ease;
  z-index: 99;
}

.menuPlus {
  display: flex;
  align-items: center;
}

/***search***/
.search-bar {
  min-width: 360px;
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}

.search-form {
  width: 100%;
}

.search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 5px;
  transition: 0.3s;
}

.search-form input:focus,
.search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.search-form button i {
  color: #012970;
}

.top-navbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  padding: 12px 25px;
  border-bottom: 1px solid #ddd;
}

/* ============================= */
/* 🔔 NOTIFICATION ICON */
/* ============================= */
.nav-icon {
  position: relative;
  font-size: 22px;
  cursor: pointer;
}

/* Bell Ring Animation */
.bell-icon {
  display: inline-block;
  animation: bellRing 1s infinite;
  color: #1a1a1a;
}

/* Red Dot Notification */
.notify-dot {
  position: absolute;
  top: 2px;
  right: 0px;
  width: 12px;
  height: 12px;
  background: red;
  border-radius: 50%;
  border: 2px solid white;
  animation: dotPulse 1s infinite;
}

/* Bell Keyframes */
@keyframes bellRing {
  0% {
    transform: rotate(0);
  }

  10% {
    transform: rotate(15deg);
  }

  20% {
    transform: rotate(-15deg);
  }

  30% {
    transform: rotate(10deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(5deg);
  }

  60% {
    transform: rotate(-5deg);
  }

  70% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(0);
  }
}

/* Dot Pulse Animation */
@keyframes dotPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.4);
    opacity: 0.6;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.cart-icon {
  position: relative;
  font-size: 22px;
  cursor: pointer;
}

/* Cart Animation */
.cart {
  display: inline-block;
  animation: cartShake 1s infinite;
  color: #1a1a1a;
}

/* Number Badge */
.cart-count {
  position: absolute;
  top: -2px;
  right: -10px;
  min-width: 18px;
  height: 18px;
  background: red;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: badgePulse 1s infinite;
}

/* Cart Shake Animation */
@keyframes cartShake {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-2px);
  }

  40% {
    transform: translateX(2px);
  }

  60% {
    transform: translateX(-2px);
  }

  80% {
    transform: translateX(2px);
  }

  100% {
    transform: translateX(0);
  }
}

/* Badge Pulse */
@keyframes badgePulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* ============================= */
/* 👤 PROFILE SECTION */
/* ============================= */
.nav-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
}

.nav-profile img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #eee;
}

.nav-profile span {
  font-size: 15px;
  font-weight: 600;
  color: #222;
}

.profile-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Dropdown Style */
.profile-dropdown {
  position: absolute;
  top: 97%;
  right: 0;
  min-width: 150px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 0px 0 0;
  display: none;
  z-index: 1000;
}

.profile-dropdown li {
  list-style: none;
}

.profile-dropdown li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

.profile-dropdown li a:hover {
  background: #f5f5f5;
}

/* Hover (desktop) */
.nav-profile:hover .profile-dropdown {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Click (mobile or forced) */
.nav-profile.active .profile-dropdown {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Desktop hover only */
@media (min-width: 768px) {
  .nav-profile:hover .profile-dropdown {
    display: block;
  }
}

/* ============================= */
/* 🚪 SIGN OUT BUTTON */
/* ============================= */
.signout-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #4980d3 !important;
  color: white !important;
  padding: 7px 18px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  transition: 0.3s ease;
  border-radius: 0px 0px 7px 7px !important;
}

.signout-btn:hover {
  background: #4850f5 !important;
  transform: scale(1.01) !important;
  border-radius: 0px 0px 7px 7px !important;
}

.menu-toggle {
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
}

/* COLLAPSED STATE ADJUST */
.sidebar.collapsed~.content {
  margin-left: 80px;
  /* 60 leftmenu + 82 collapsed sidebar */
}

.sidebar.collapsed~.topbar {
  left: 80px;
}

/* OVERLAY */
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  display: none;
  z-index: 100;
}



/* TABLET */
@media(max-width:992px) {
  .sidebar {
    left: -260px;
  }

  .sidebar.active {
    left: 60px;
  }

  .menu-overlay.show {
    display: block;
  }

  .content {
    margin-left: 0;
  }

  .topbar {
    left: 0;
  }
}

/* MOBILE */
@media(max-width:768px) {
  .leftmenu {
    display: none;
  }

  .layout {
    margin-left: 0;
  }

  .sidebar.active {
    left: 0;
  }

  .topbar {
    left: 0;
  }
}

/* SIDEBAR HEADER (mobile close button) */
.sidebar-header {
  display: flex;
  justify-content: flex-end;
  padding: 12px;
  position: absolute;
  right: 0px;
}

.close-sidebar {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #1f2937;
}



/***dropDown***/
.collapsed .dropdown span {
  display: none;
}

.collapsed .dropdown .arrow {
  display: none;
}

.dropdown .submenu {
  margin-left: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  background: #Fff;
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown.active .submenu {
  max-height: 100vh;
  background: #fff;
}

.submenu li a {
  padding: 5px 10px;
  font-size: 14px;
  gap: 0px;
}

.submenu li a i {
  padding: 0px;
  font-size: 13px;
}

.arrow {
  margin-left: auto;
  transition: transform 0.3s ease;
}

.dropdown.active .arrow {
  transform: rotate(180deg);
}

/* COLLAPSED MODE → SUBMENU HIDE */
.sidebar.collapsed .submenu {
  display: none !important;
}

/* EVEN IF ACTIVE → STILL HIDE */
.sidebar.collapsed .menu li.dropdown.active .submenu {
  display: none !important;
}

/**design of Dashboard***/

/* ===== Background Section ===== */
.login {
  background: url('../images/loginBanner.png') no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Dark Overlay */
.login::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.login-cancer h4 {
  font-size: 16px;
  text-align: center;
  margin: 12px 0px;
}

.login-cancer span {
  font-size: 12px;
  margin: 0px;
  color: #535050;
  margin-bottom: 8px;
  text-align: center;
  display: block;
}

/* ===== Login Card ===== */
.login-cancer {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  z-index: 2;
}

/* Logo */
.logoInLogo {
  text-align: center;
}

.logoInLogo img {
  width: 160px;
}

/* ===== Form Styling ===== */
.login-form-group {
  position: relative;
  margin-bottom: 12px;
}

.login-form-group input {
  width: 100%;
  padding: 7px 15px 7px 15px;
  border-radius: 12px;
  border: 1px solid #ddd;
  font-size: 15px;
  background: transparent;
  transition: 0.3s ease;
}

.login-form-group input:focus {
  border-color: #5055ff;
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
  outline: none;
}

.login-form-group textarea {
  width: 100%;
  padding: 7px 15px 7px 15px;
  border-radius: 12px;
  border: 1px solid #ddd;
  font-size: 15px;
  background: transparent;
  transition: 0.3s ease;
}

.login-form-group textarea:focus {
  border-color: #5055ff;
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
  outline: none;
}

.login-form-group select {
  width: 100%;
  padding: 7px 15px 7px 15px;
  border-radius: 12px;
  border: 1px solid #ddd;
  font-size: 15px;
  background: transparent;
  transition: 0.3s ease;
}

.login-form-group select:focus {
  border-color: #5055ff;
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
  outline: none;
}

/* Floating Label */
.login-form-group textarea {
  font-size: 14px;
  color: #777;
  background: #ffffff;
  transition: 0.3s ease;
}

.login-form-group label {
  position: absolute;
  left: 9px;
  top: 8px;
  font-size: 14px;
  color: #777;
  background: #ffffff;
  padding: 0 5px;
  transition: 0.3s ease;
  pointer-events: none;
}

.login-form-group input:focus+label,
.login-form-group input:valid+label {
  top: -8px;
  font-size: 12px;
  color: #5055ff;
}

.login-form-group textarea:focus+label,
.login-form-group textarea:valid+label {
  top: -8px;
  font-size: 12px;
  color: #5055ff;
}

/* Password Icon */
.toggle-password {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #777;
}

/* ===== Button ===== */
.forgotLogin {
  display: flex;
  justify-content: end;
  cursor: pointer;
}

.forgotLogin p {
  font-size: 14px;
  margin: 0px;
  padding-bottom: 10px;
  color: #777;
}

.forgotLogin p:hover {
  color: #010ec4;
}

.login-btn {
  width: 100%;
  padding: 8px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(132deg, #5055ff, #88b2da);
  color: white;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s ease;
}

.login-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgb(85 93 252 / 21%);
}

.alreadyAccount {
  text-align: center;
}

.alreadyAccount p {
  color: #3a3a3a;
  transition: 0.3s ease;
  padding-top: 15px;
  font-size: 14px;
}

.alreadyAccount a {
  color: #0716e2;
  cursor: pointer;
}

.registration {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

.registration a {
  color: #3a3a3a;
  transition: 0.3s ease;
  border: 1px solid #ccc;
  padding: 8px 15px;
  border-radius: 12px;
  font-size: 14px;
}

.registration a:hover {
  color: #1a2fd7;
  transform: translateY(-2px);
}

.otp-input {
  width: 50px;
  height: 55px;
  text-align: center;
  font-size: 20px;
  border-radius: 10px;
}

.resend-link {
  cursor: pointer;
}

.verifyPannel {
  background-color: #1e68dd;
  color: #fff;
}

.verify {
  border: none;
  padding: 8px 10px;
  background-color: #154fb7;
  color: #fff;
  border-radius: 8px;
}

.success-icon svg {
  width: 90px;
  height: 90px;
  display: block;
  margin: 0 auto;
}

.circle {
  stroke: #28a745;
  stroke-width: 3;
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-linecap: round;
  animation: stroke 0.6s ease-out forwards;
}

.check {
  stroke: #28a745;
  stroke-width: 4;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  stroke-linecap: round;
  animation: stroke 0.4s 0.6s ease forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

.modal-content {
  animation: popup 0.4s ease;
}

@keyframes popup {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.Continue {
  width: 100%;
  padding: 10px 0px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(45deg, #3b63d5, #7467e5);
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
}

/* ===== Main===== */
.toastNotify{
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 9999;
}

.toastNotify .toast{
    width: 360px;
    border: none;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,.12);
}

.toastNotify .toast-body{
    padding: 18px;
}

.toastNotify .toastContent{
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.toastNotify .toastIcon{
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 14px;
    background: #e9fff1;
    color: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.toastNotify .toastText h6{
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
}

.toastNotify .toastText p{
    margin: 4px 0 0;
    color: #6b7280;
    font-size: 14px;
}

.toastNotify .btn-close{
    margin-left: auto;
}

.toastNotify .toastProgress{
    height: 4px;
    background: #22c55e;
    animation: toastProgress 5s linear forwards;
}

@keyframes toastProgress{
    from{
        width: 100%;
    }
    to{
        width: 0%;
    }
}

.showToastBtn{
    margin: 100px auto;
    display: block;
}
/* Banner */
.banner img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/* Top common */
.topCommon {
  border-radius: 5px;
  padding: 10px 20px;
  color: #fff;
  background-color: #434cff;
}

.FilterBox {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}

.FilterBox button {
  border: none;
  background-color: #fef9f9;
  color: #000000;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 5px;
}

.filterDetails {
  position: absolute;
  right: 0px;
  width: 292px;
  top: 50px;
  z-index: 9;
}

.filterDetails label {
  font-size: 12px;
  color: #000;
  margin-bottom: 5px;
}

.filterDetails button {
  width: 100%;
}

.reset {
  border: none;
  background-color: #Ccc !important;
  color: #000;
  margin-top: 12px;
  padding: 7px 10px !important;
}

.apply {
  border: none;
  background-color: #0e86e9 !important;
  color: #ffeaea !important;
  margin-top: 12px;
  padding: 7px 10px !important;
}

.closeFilter {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: #ff2d2d !important;
  font-size: 12px !important;
  cursor: pointer;
  color: #fff !important;
  line-height: 1;
  width: auto !important;
  padding: 5px !important;
}

.filterPanel {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #ccc;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.dashCancer img {
  width: 40px;
}

/* services Box */
.servicesDeatails {
  border: 1px solid#ccc;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
  background-color: #fff;

  /* display: flex;
    flex-direction: column;
    height: 100%; */
  height: stretch;
}

.servicesDeatails img {
  object-fit: cover;
  width: 100%;
  height: 220px;
}

.allContent-Services {
  padding: 10px 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.textbox h3 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
  margin-top: 20px;
  text-transform: uppercase;
}

.textbox p {
  font-size: 15px;
  line-height: 28px;
  color: #565656;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* sirf 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.offerservices {
  border: 1px solid#ccc;
  padding: 8px;
  display: flex;
  align-items: center;
  border-style: dashed;
justify-content: space-between;
}


.offerservices p {
  margin: 0px;
  font-size: 15px;
}

.offerservices p:nth-child(1) {
  color: rgb(0, 0, 0);
}

.offerservices p:nth-child(2) {
  text-decoration: line-through;
  text-decoration-color: red;
  margin-right: 10px;
  color: red;
}

.offerservices span {
  display: block;
  margin: 0px;
  background-color: #272f82;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  margin-left: 20px;
  font-size: 14px;
}

.buttonTo-Know {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.buttonTo-Know a:nth-child(1) {
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(189, 207, 212) 0px 3px 10px;
  color: rgb(1 33 204);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(67, 90, 238);
  border-radius: 42px;
  outline: none;
  margin: 0px;
  text-align: center;
  font-weight: 500;
padding: 5px 15px 7px;
    font-size: 14px;
}

.buttonTo-Know a:nth-child(2) {
  color: #ffffff;
  font-size: 16px;
  background-color: #0927d3;
  border-radius: 41px;
  padding: 7px 20px 8px;
  font-weight: 600;
 font-size: 14px;
}

.ViewMore {
  display: flex;
  justify-content: center;
}

.ViewMore a {
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(189, 207, 212) 0px 3px 10px;
  color: rgb(1 33 204);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(67, 90, 238);
  border-radius: 5px;
  outline: none;
  margin: 0px;
  text-align: center;
  font-weight: 500;
  padding: 5px 25px 7px;
  margin-top: 54px;
}

/* booking Page */
/* Card */
.bookingBox {
  margin-top: 20px;
}

.BookingTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bookingCard {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  height: 100%;
  transition: .3s ease;
}

.bookingCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
}

.bookingCard::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  opacity: .15;
}

/* Card Colors */
.bookingTotal {
  background: #EBF4FF;
}

.bookingTotal::after {
  background: #185FA5;
}

.bookingCompleted {
  background: #EDFBF3;
}

.bookingCompleted::after {
  background: #1A7F46;
}

.bookingPending {
  background: #FFF8EC;
}

.bookingPending::after {
  background: #C47F00;
}

.bookingCancelled {
  background: #FFF0F0;
}

.bookingCancelled::after {
  background: #C03030;
}

/* Icon */
.bookingCard i {
  width: 55px;
  height: 55px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 18px;
}

.bookingTotal i {
  background: #C6DEFF;
  color: #185FA5;
}

.bookingCompleted i {
  background: #B8F0D0;
  color: #1A7F46;
}

.bookingPending i {
  background: #FFE4A0;
  color: #A06800;
}

.bookingCancelled i {
  background: #FFD0D0;
  color: #C03030;
}

/* Heading */
.bookingCard p {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.bookingTotal p {
  color: #185FA5;
}

.bookingCompleted p {
  color: #1A7F46;
}

.bookingPending p {
  color: #A06800;
}

.bookingCancelled p {
  color: #C03030;
}

/* Number */
.bookingCard h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1;
}

.bookingTotal h2 {
  color: #0d4a8a;
}

.bookingCompleted h2 {
  color: #145c38;
}

.bookingPending h2 {
  color: #7a4e00;
}

.bookingCancelled h2 {
  color: #8c1f1f;
}

/* Badge */
.bookingBadge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
}

.bookingTotal .bookingBadge {
  background: #C6DEFF;
  color: #185FA5;
}

.bookingBadge i {
  font-size: 12px;
  display: contents;
}

.bookingCompleted .bookingBadge {
  background: #B8F0D0;
  color: #1A7F46;
}

.bookingPending .bookingBadge {
  background: #FFE4A0;
  color: #A06800;
}

.bookingCancelled .bookingBadge {
  background: #FFD0D0;
  color: #C03030;
}

/* order Details  */
.orderDetails {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 14px;
  overflow: hidden;
  margin-top: 20px;
}

.orderDetails .tableHeader {
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.orderDetails .tableHeader h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.orderDetails .tableHeader h5 i {
  color: #2563eb;
}

.orderDetails .totalOrder {
  background: #eef4ff;
  color: #2563eb;
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
}

.orderDetails table {
  margin-bottom: 0;
}

.orderDetails thead th {
  background: #f8f9fa;
  color: #6c757d;
  font-size: 12px;
  font-weight: 600;
  padding: 14px;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
}

.orderDetails tbody td {
  padding: 16px 14px;
  vertical-align: middle;
}

.orderDetails tbody tr:hover {
  background: #fafcff;
}

.orderDetails .tableIcon {
  font-size: 13px;
  margin-right: 5px;
}

.orderDetails .serviceInfo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.orderDetails .serviceIcon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #eef4ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orderDetails .serviceIcon i {
  color: #2563eb;
  font-size: 18px;
}

.orderDetails .serviceInfo h6 {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.orderDetails .serviceInfo p {
  margin: 0;
  font-size: 12px;
  color: #888;
}

.orderDetails .status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
}

.orderDetails .status span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.orderDetails .pending {
  background: #fff7ed;
  color: #b45309;
}

.orderDetails .pending span {
  background: #f59e0b;
}

.orderDetails .rider {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #f0fdf4;
  color: #15803d;
  border: 1px solid #bbf7d0;
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
}

.orderDetails .noRider {
  color: #c4c4c4;
  font-size: 18px;
}

.orderDetails .actionBtns {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.orderDetails .viewBtn,
.orderDetails .trackBtn {
  border: none;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}

.orderDetails .viewBtn {
  background: #2563eb;
  color: #fff;
}

.orderDetails .trackBtn {
  background: #16a34a;
  color: #fff;
}

/* booking Details */
.bookingDetails {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  transition: .3s;
  margin-top: 20px;
}

.bookingDetails:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.bookingDetails h5 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.bookingItem {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
}

.bookingItem:last-child {
  border-bottom: none;
}

.bookingItem span:first-child {
  color: #6c757d;
  font-weight: 500;
}

.bookingItem span:last-child {
  text-align: right;
  font-weight: 600;
  color: #212529;
}

.bookingDetails .pending {
  color: #f59e0b !important;
}

.bookingDetails .paid {
  color: #198754 !important;
}

.bookingDetails .amount {
  color: #0d6efd !important;
  font-size: 18px;
}

.bookingDetails .email {
  color: #0d6efd !important;
}

@media(max-width:576px) {

  .bookingHeader {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .bookingItem {
    flex-direction: column;
    gap: 5px;
  }

  .bookingItem span:last-child {
    text-align: left;
  }
}

.bookingStatus {
  display: flex;
  justify-content: end;
  align-items: center;
}

.bookingStatus button {
  background: #fff3cd;
  color: #856404;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
  border: none;
}

.bookingStatus p {
  background: #fff3cd;
  color: #856404;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
}

.bookingStatus a {
  margin-left: 10px;
  background: #777777;
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;

}

/* Report Panel */
.reportPanel {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 14px;
  overflow: hidden;
  margin-top: 20px;
}

.reportTable {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 0px;
}

.reportTable thead th {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 15px;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
}

.reportTable tbody td {
  border: 1px solid #e2e8f0;
  padding: 18px;
  vertical-align: middle;
  background: #fff;
}

.reportTable tbody tr:hover td {
  background: #f8fafc;
}

.report-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.report-icon {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.thyroid {
  background: #eef2ff;
  color: #6366f1;
}

.blood {
  background: #fdf2f8;
  color: #ec4899;
}

.lipid {
  background: #ecfdf5;
  color: #10b981;
}

.report-status {
  padding: 7px 14px;
  border-radius: 30px;
  background: #dcfce7;
  color: #15803d;
  font-size: 12px;
  font-weight: 600;
}

.report-btn {
  width: 42px;
  height: 42px;
  border: 1px solid #dbeafe;
  background: #2563eb;
  color: #fff;
  border-radius: 10px;
}

/* Add to cart Pannel */
.addToCartPanel {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 14px;
  overflow: hidden;
  margin-top: 20px;
  padding: 20px;
}

/* Cart Item */
.addCartItem {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 15px;
  transition: .3s;
  border: 1px solid #ccc;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.addCartItem:hover {
  border-color: #4f7cff;
}

.addCartIcon {
  width: 65px;
  height: 65px;
  background: #0c20cd;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
}

.addCartTitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.addCartMeta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.addCartPrice {
  color: #6ea8ff;
  font-weight: 700;
}

.addCartCategory {
  background: #b6ffde;
  color: #000000;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
}

.addCartDuration {
  color: #9ca3af;
  font-size: 13px;
}

.addCartRemoveBtn {
  border: none;
  background: #f9beb3;
  color: #ff0303;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
}

.addCartRemoveBtn:hover {
  background: #ff4646;
  color: #ffff;
}

/* Summary */
.addCartSummary {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 15px;
  transition: .3s;
  border: 1px solid #ccc;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 20px;
}

.addCartSummaryTitle {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}

.addCartSummaryRow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  color: #2a2a2a;
}

.addCartSummaryRow strong {
  color: #424242;
}

.addCartTotalBox {
  background: #ffffff;
  border: 1px solid #afafaf;
  border-radius: 14px;
  padding: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.addCartTotalBox small {
  color: #202020;
  font-weight: 600;
}

.addCartTotalAmount {
  font-size: 28px;
  font-weight: 700;
  color: #5377ff;
  margin-top: 5px;
}

.addCartCheckoutBtn {
  width: 100%;
  border: none;
  background: linear-gradient(135deg, #4f7cff, #6b5cff);
  color: #fff;
  padding: 14px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
}

.addCartCheckoutBtn:hover {
  opacity: .9;
}

.addCartSecure {
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
  color: #9ca3af;
}

@media(max-width:991px) {

  .addCartSummary {
    margin-top: 20px;
    position: relative;
    top: auto;
  }

  .addCartHeader {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

}

/* Services Panel */
.ServicesDetailsPanel {
  margin-top: 20px;
}

.serviceDetailsHeader {
  background: linear-gradient(135deg, #ffffff, #eef5ff);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
  margin-bottom: 25px;
}

.serviceDetailsBadge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 50px;
  background: #eaf3ff;
  color: #0d6efd;
  font-size: 13px;
  font-weight: 600;
}

.serviceDetailsHeading {
  font-size: 48px;
  font-weight: 800;
  margin: 20px 0 15px;
  line-height: 1.2;
}

.serviceDetailsDescription {
  color: #64748b;
  font-size: 16px;
  margin-bottom: 20px;
}

.serviceDetailsTags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.serviceDetailsTags span {
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 10px 15px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
}

.serviceDetailsHero {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: linear-gradient(135deg, #dbeafe, #eff6ff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.serviceDetailsHero i {
  font-size: 80px;
  color: #0d6efd;
}

/* =======================
   PRICE BOX
======================= */

.serviceDetailsPrice {
  background: linear-gradient(135deg, #0d6efd, #2563eb);
  border-radius: 24px;
  padding: 30px;
  color: #fff;
  margin-top: 20px;
  box-shadow: 0 15px 40px rgba(13, 110, 253, .25);
}

.serviceDetailsPrice h2 {
  font-size: 52px;
  font-weight: 800;
  margin: 10px 0;
}

.serviceDetailsPrice del {
  font-size: 22px;
  color: #dbeafe;
}

.serviceDetailsOffer {
  display: inline-block;
  background: #22c55e;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.serviceDetailsButton {
  width: 100%;
  border: none;
  border-radius: 12px;
  padding: 15px;
  font-weight: 700;
  background: #fff;
  color: #0d6efd;
}

/* =======================
   COMMON CARD
======================= */

.serviceDetailsCard {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  margin-top: 25px;
  border: 1px solid #edf2f7;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .04);
  transition: .3s;
}

.serviceDetailsCard:hover {
  transform: translateY(-4px);
}

.serviceDetailsTitle {
  display: flex;
  align-items: center;
}

.serviceDetailsIcon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.serviceDetailsBlue {
  background: #eaf3ff;
  color: #0d6efd;
}

.serviceDetailsGreen {
  background: #eaf9ef;
  color: #16a34a;
}

.serviceDetailsPurple {
  background: #f3e8ff;
  color: #9333ea;
}

.serviceDetailsOrange {
  background: #fff4e5;
  color: #f59e0b;
}

.serviceDetailsRed {
  background: #ffe8e8;
  color: #ef4444;
}

.serviceDetailsContent {
  margin-left: 15px;
  flex: 1;
}

.serviceDetailsContent h4 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

.serviceDetailsContent span {
  color: #64748b;
  font-size: 14px;
}

.serviceDetailsArrow {
  color: #0d6efd;
  font-size: 22px;
}

.serviceDetailsCard p {
  margin-top: 20px;
  margin-bottom: 0;
  color: #64748b;
  line-height: 1.8;
}

/* =======================
   OTHER DETAILS
======================= */

.serviceDetailsOther {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  margin-top: 25px;
  border: 1px solid #edf2f7;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .04);
}

.serviceDetailsOther h4 {
  font-weight: 700;
  margin-bottom: 20px;
}

.serviceDetailsRow {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #edf2f7;
}

.serviceDetailsRow:last-child {
  border-bottom: none;
}

/* =======================
   FEATURES
======================= */

.serviceDetailsFeature {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  height: 100%;
  border: 1px solid #edf2f7;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .04);
}

.serviceDetailsFeature i {
  font-size: 34px;
  color: #0d6efd;
  margin-bottom: 10px;
}

.serviceDetailsFeature h6 {
  font-weight: 700;
}

.serviceDetailsFeature p {
  color: #64748b;
  margin: 0;
}

/* =======================
   RESPONSIVE
======================= */

@media(max-width:991px) {

  .serviceDetailsHeading {
    font-size: 34px;
  }

  .serviceDetailsHero {
    display: none;
  }

  .serviceDetailsPrice {
    margin-top: 25px;
  }
}

/* choose patient */
.patientPanel {
  margin-top: 20px;
}

.patient {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px;
  background: #fff;
  border-radius: 24px;
  border: 1px solid #e8edf5;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .04);
  transition: .35s;
  overflow: hidden;
  height: 100%;
  cursor: pointer;
}

.patient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #0d6efd, #4f8cff);
}

.patient:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.patient.active {
  border-color: #0d6efd;
  box-shadow: 0 15px 45px rgba(13, 110, 253, .15);
}

.patient.active::after {
  content: "ACTIVE";
  position: absolute;
  top: 15px;
  right: 15px;
  background: #16a34a;
  color: #fff;
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .5px;
}

/* Avatar */

.patient>div:nth-child(1) {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #eaf2ff, #dbeafe);
  display: flex;
  align-items: center;
  justify-content: center;
}

.patient>div:nth-child(1) i {
  font-size: 34px;
  color: #0d6efd;
}

/* Content */

.patient>div:nth-child(2) {
  flex: 1;
}

.patient>div:nth-child(2) h4 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #111827;
}

.patient>div:nth-child(2) p {
  margin: 0 0 12px;
  display: flex;
  gap: 10px;
}

.patient>div:nth-child(2) p span {
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
}

.patient>div:nth-child(2) p span:first-child {
  background: #f3f4f6;
  color: #64748b;
}

.patient>div:nth-child(2) p span:last-child {
  background: #e8f1ff;
  color: #0d6efd;
}

.patient>div:nth-child(2) small {
  display: block;
  color: #64748b;
  font-size: 14px;
  margin-bottom: 10px;
}

.patient>div:nth-child(2) b {
  color: #94a3b8;
  font-size: 13px;
}

/* Check Icon */

.patient>div:nth-child(3) {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: #eef2f7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 18px;
}

.patient.active>div:nth-child(3) {
  background: #0d6efd;
  color: #fff;
}

.patient button {
  border: none;
  background: #16a34a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 9px;
}

@media(max-width:768px) {

  .patient {
    padding: 18px;
    gap: 15px;
  }

  .patient>div:nth-child(1) {
    width: 65px;
    height: 65px;
    min-width: 65px;
  }

  .patient>div:nth-child(1) i {
    font-size: 28px;
  }

  .patient>div:nth-child(2) h4 {
    font-size: 18px;
  }

}

/* modal Add patient */
.AddPatientModal .modal-content {
  border: none;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(15, 23, 42, .15);
}

.AddPatientModalHeader {
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  position: relative;
}

.AddPatientModalIcon {
  width: 50px;
  height: 50px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 21px;
  flex-shrink: 0;
}

.AddPatientModalTitle h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.AddPatientModalTitle p {
  color: rgba(255, 255, 255, .85);
  margin: 6px 0 0;
  font-size: 13px;
}

.AddPatientModalClose {
  margin-left: auto;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 16px;
  background: rgba(255, 255, 255, .15);
  color: #fff;
  font-size: 20px;
}

.AddPatientModalBody {
  padding: 35px;
  background: #fff;
}

.AddPatientModalField {
  position: relative;
}

.AddPatientModalField label {
  display: block;
  margin-bottom: 10px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.AddPatientModalField i {
  position: absolute;
  left: 11px;
  top: 35px;
  color: #64748b;
  font-size: 18px;
}

.AddPatientModalField input,
.AddPatientModalField select {
  width: 100%;
  height: 40px;
  border: 2px solid #e2e8f0;
  border-radius: 5px;
  background: #f8fafc;
  padding: 0 11px 0 34px;
  outline: none;
  transition: .3s;
}

.AddPatientModalField input:focus,
.AddPatientModalField select:focus {
  border-color: #2563eb;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(37, 99, 235, .08);
}

.AddPatientModalNotes {
  background: #f8fafc;
  border: 2px dashed #dbeafe;
  border-radius: 22px;
  padding: 20px;
}

.AddPatientModalNotes label {
  display: block;
  margin-bottom: 10px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.AddPatientModalNotes textarea {
  width: 100%;
  height: 80px;
  border: none;
  outline: none;
  background: transparent;
  resize: none;
}

.AddPatientModalFooter {
  padding: 25px 35px;
  background: #fff;
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.AddPatientModalCancel {
  min-width: 140px;
  height: 54px;
  border-radius: 16px;
  border: 2px solid #d1d5db;
  background: #fff;
  font-weight: 600;
}

.AddPatientModalSave {
  min-width: 180px;
  height: 54px;
  border: none;
  border-radius: 16px;
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 12px 25px rgba(37, 99, 235, .25);
}

.AddPatientModalSave i {
  margin-right: 8px;
}

@media(max-width:768px) {

  .AddPatientModalHeader {
    padding: 20px;
  }

  .AddPatientModalIcon {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }

  .AddPatientModalTitle h2 {
    font-size: 24px;
  }

  .AddPatientModalBody {
    padding: 20px;
  }

  .AddPatientModalFooter {
    flex-direction: column;
    padding: 20px;
  }

  .AddPatientModalCancel,
  .AddPatientModalSave {
    width: 100%;
  }

}
/* Appointment Modal */

.openModalBtn{
    background:linear-gradient(135deg,#2563eb,#1d4ed8);
    border:none;
    color:#fff;
    padding:12px 25px;
    border-radius:12px;
    font-weight:600;
}

.bookingModal .modal-dialog{
    max-width:700px;
}

.bookingModal .modal-content{
    border:none;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 15px 50px rgba(0,0,0,.12);
}

.bookingModal .modal-header{
    border:none;
    padding:20px 20px 10px;
}

.bookingModal .modal-title{
    font-size:22px;
    font-weight:700;
}

.bookingModal .modal-body{
    padding:20px;
}

.dateWrapper{
    display:flex;
    gap:10px;
    overflow-x:auto;
    padding-bottom:10px;
}

.dateWrapper::-webkit-scrollbar{
    height:4px;
}

.dateWrapper::-webkit-scrollbar-thumb{
    background:#d1d5db;
    border-radius:10px;
}

.dateCard{
    min-width:75px;
    height:90px;
    border:1px solid #e5e7eb;
    border-radius:18px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    transition:.3s;
    background:#fff;
}

.dateCard.active{
    background:linear-gradient(135deg,#3b82f6,#1d4ed8);
    color:#fff;
    border:none;
}

.dateCard span{
    font-size:13px;
}

.dateCard h3{
    margin:3px 0;
    font-size:28px;
    font-weight:700;
}

.slotSection{
    margin-top:25px;
}

.slotTitle{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:15px;
}

.slotTitle i{
    width:35px;
    height:35px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.slotSection:first-of-type .slotTitle i{
    background:#fff4dd;
    color:#f59e0b;
}

.slotSection:last-of-type .slotTitle i{
    background:#eef2ff;
    color:#4f46e5;
}

.slotTitle h5{
    margin:0;
    font-size:18px;
    font-weight:700;
}

.slotGrid{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.timeSlot{
    border:1px solid #dbe3ee;
    background:#fff;
    border-radius:12px;
    min-width:100px;
    height:46px;
    font-size:14px;
    font-weight:600;
    transition:.3s;
}

.timeSlot:hover{
    border-color:#2563eb;
    color:#2563eb;
}

.timeSlot.active{
    background:#2563eb;
    border-color:#2563eb;
    color:#fff;
}

.bookingModal .modal-footer{
    border:none;
    padding:20px;
    display:block;
}

.continueBtn{
    width:100%;
    border:none;
    height:52px;
    border-radius:14px;
    color:#fff;
    font-weight:700;
    background:linear-gradient(90deg,#3b82f6,#1d4ed8);
}

.secureText{
    text-align:center;
    color:#6b7280;
    font-size:13px;
    margin-top:12px;
}

@media(max-width:576px){

    .bookingModal .modal-dialog{
        margin:10px;
    }

    .timeSlot{
        min-width:calc(50% - 5px);
    }

}
/*Live Tracking  */
.LiveTracking {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

.LiveTrackingHeader {
  padding: 20px;
  background: linear-gradient(135deg, #5c8d2f, #8bc34a);
  color: #fff;
}

.LiveTrackingIcon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.LiveTrackingBadge {
  background: rgba(255, 255, 255, .2);
  padding: 8px 12px;
  border-radius: 20px;
}

.LiveTrackingMap {
  height: 260px;
  position: relative;
  background: linear-gradient(45deg, #dfe8d7, #f3f5ef);
}

.LiveTrackingMap::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#fff 3px, transparent 3px), linear-gradient(90deg, #fff 3px, transparent 3px);
  background-size: 60px 60px;
  opacity: .4;
}

.LiveTrackingMarker,
.LiveTrackingDestination {
  position: absolute;
  border-radius: 50%;
}

.LiveTrackingMarker {
  width: 18px;
  height: 18px;
  background: #2196f3;
  left: 80px;
  bottom: 70px;
}

.LiveTrackingDestination {
  width: 22px;
  height: 22px;
  background: #4caf50;
  right: 60px;
  top: 60px;
  box-shadow: 0 0 0 8px rgba(76, 175, 80, .2);
}

.LiveTrackingBody {
  padding: 20px;
}

.LiveTrackingCard {
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
}

.LiveTrackingCard h2 {
  font-weight: 700;
}

.progress {
  height: 10px;
  border-radius: 30px;
}

.progress-bar {
  background: linear-gradient(90deg, #5c8d2f, #8bc34a);
}

.LiveTrackingReached {
  background: #f5fff5;
  padding: 16px;
  border-radius: 18px;
}

.LiveTrackingTimeline {
  list-style: none;
  padding-left: 25px;
  position: relative;
}

.LiveTrackingTimeline:before {
 content: '';
    position: absolute;
    left: 6px;
    top: 5px;
    bottom: 26px;
    width: 2px;
    background: #8bc34a;
}

.LiveTrackingTimeline li {
  position: relative;
  padding-bottom: 18px;
}

.LiveTrackingTimeline li:before {
  content: '';
  position: absolute;
  left: -24px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #8bc34a;
}

.LiveTrackingTimeline .active {
  font-weight: 700;
  color: #4caf50;
}

.LiveTrackingBtn {
  background: linear-gradient(135deg, #5c8d2f, #8bc34a);
  color: #fff;
  border: none;
  height: 50px;
}
/*select address panel  */
.selectAddress .card{
    border:none;
    margin-top: 20px;
    border-radius:20px;
    padding:22px;
    height:100%;
    cursor:pointer;
    transition:.3s;
    box-shadow:0 4px 20px rgba(0,0,0,.05);
}

.selectAddress .card:hover{
    transform:translateY(-3px);
}

.selectAddress .card.active{
    background:#f8fbff;
    border:2px solid #0d6efd;
}

.selectAddress .card > div:first-child{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
}

.selectAddress .card > div:first-child span:first-child{
    background:#e0f2fe;
    color:#0369a1;
    padding:6px 12px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
}

.selectAddress .card > div:first-child span:last-child{
    display:none;
    background:#dcfce7;
    color:#15803d;
    padding:6px 12px;
    border-radius:30px;
    font-size:12px;
}

.selectAddress .card.active > div:first-child span:last-child{
    display:block;
}

.selectAddress h5{
    font-weight:700;
    margin-bottom:10px;
}

.selectAddress p{
    color:#64748b;
    line-height:1.7;
}

.selectAddress .card > div:last-child{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
    margin-top:20px;
}

.selectAddress .card > div:last-child span{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    padding:6px 10px;
    border-radius:10px;
    font-size:12px;
}

.selectAddress .card > div:last-child a{
    margin-left:auto;
    text-decoration:none;
    color:#0d6efd;
    background:#eff6ff;
    border:1px solid #dbeafe;
    padding:8px 12px;
    border-radius:10px;
    font-size:13px;
    font-weight:600;
}

.selectAddress .card > div:last-child button{
    display:none;
    border:none;
    background:#0d6efd;
    color:#fff;
    padding:8px 16px;
    border-radius:10px;
    font-size:13px;
    font-weight:600;
}

.selectAddress .card.active > div:last-child button {
    display: block;
}
/* =========================
   EDIT ADDRESS MODAL
========================= */

.editAddress .modal-dialog{
    max-width:900px;
}

.editAddress .modal-content{
    border:none;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 25px 70px rgba(15,23,42,.12);
}

.editAddress .modal-header{
    padding:24px 30px;
    border-bottom:1px solid #edf2f7;
}

.editAddress .modal-title{
    font-size:26px;
    font-weight:700;
}

.editAddress .modal-body{
    padding:30px;
}

.editAddress .modal-footer{
    padding:20px 30px;
    border-top:1px solid #edf2f7;
    gap:12px;
}

.editAddress .sectionTitle{
    font-size:14px;
    font-weight:600;
    color:#64748b;
    margin-bottom:12px;
}

.editAddress .addressType{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom:24px;
}

.editAddress .addressType input{
    display:none;
}

.editAddress .addressType label{
    height:44px;
    padding:0 18px;
    border:1px solid #dbe2ea;
    border-radius:12px;
    display:flex;
    align-items:center;
    gap:8px;
    cursor:pointer;
    background:#fff;
    font-weight:600;
    transition:.3s;
}

.editAddress .addressType input:checked + label{
    background:#eef4ff;
    border-color:#0d6efd;
    color:#0d6efd;
}

.editAddress .field{
    position:relative;
}

.editAddress .field i{
    position:absolute;
    left:16px;
    top:50%;
    transform:translateY(-50%);
    color:#94a3b8;
    z-index:2;
}

.editAddress .textareaIcon{
    top:18px !important;
    transform:none !important;
}

.editAddress .form-control{
     height: 42px;
    padding-left: 48px;
    border-radius: 14px;
    border: 1px solid #dfe5ec;
    box-shadow: none;
}

.editAddress .form-control:focus{
    border-color:#0d6efd;
    box-shadow:0 0 0 4px rgba(13,110,253,.08);
}

.editAddress .addressTextarea{
    height:110px;
    resize:none;
    padding-top:16px;
}

.editAddress .primaryBox{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px;
    border:1px solid #e7ecf2;
    border-radius:16px;
    background:#fafcff;
}

.editAddress .form-switch .form-check-input{
    width:50px;
    height:26px;
}

.editAddress .charCount{
    text-align:right;
    font-size:12px;
    color:#94a3b8;
    margin-top:6px;
}

.editAddress .btnCancel{
    min-width:140px;
    height:48px;
    border-radius:12px;
    font-weight:600;
}

.editAddress .btnSave{
    min-width:180px;
    height:48px;
    border-radius:12px;
    font-weight:600;
}

@media (max-width:768px){

    .editAddress .modal-dialog{
        margin:12px;
    }

    .editAddress .modal-header,
    .editAddress .modal-body,
    .editAddress .modal-footer{
        padding:20px;
    }

    .editAddress .btnSave,
    .editAddress .btnCancel{
        width:100%;
    }
}
/* OrderSummary page */
/* Card */
.orderSummary {
   margin-top: 20px;
}
.orderCard{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:12px;
    padding:20px;
    margin-bottom:16px;
}

.orderCard h5{
    font-size:18px;
    font-weight:600;
    margin-bottom:18px;
}

.orderCard h5 i{
    margin-right:8px;
    color:#2563eb;
}

/* Patient */

.patientName{
    font-size:18px;
    font-weight:600;
}

.orderCard .textMuted{
    color:#64748b;
}

/* Test Row */

.testRow{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:12px 0;
    border-bottom:1px solid #f1f5f9;
}

.testRow:last-child{
    border-bottom:none;
}

/* Summary */

.summaryCard{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:12px;
    padding:20px;
    position:sticky;
    top:20px;
}

.summaryCard h5{
    margin-bottom:20px;
    font-weight:600;
}

.summaryRow{
    display:flex;
    justify-content:space-between;
    margin-bottom:14px;
}

.summaryTotal{
    border-top:1px solid #e5e7eb;
    padding-top:15px;
    margin-top:15px;
    font-size:18px;
    font-weight:600;
}

.payBtn{
    width:100%;
    height:48px;
    border:none;
    border-radius:10px;
    background:#2563eb;
    color:#fff;
    font-weight:600;
    margin-top:20px;
}

.payBtn:hover{
    background:#1d4ed8;
}

/* Mobile */

@media(max-width:991px){

.summaryCard{
    position:static;
}

}
/* Profile Page */
.profileEditCard{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.profileEditBanner{
    height:180px;
    background: linear-gradient(135deg, #0d6efd, #4980d3);
}

.profileEditContent{
    padding:0 35px 35px;
}

.profileEditTop{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    flex-wrap:wrap;
    gap:20px;
    margin-top:-70px;
}

.profileEditUser{
    display:flex;
    align-items:flex-end;
    gap:20px;
}

.profileEditImage{
    position:relative;
    width:140px;
    height:140px;
}

.profileEditImage img{
    width:100%;
    height:100%;
    border-radius:50%;
    object-fit:cover;
    border:6px solid #fff;
    background:#fff;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.profileEditImage label{
    position:absolute;
    bottom:10px;
    right:8px;
    width:42px;
    height:42px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    font-size:18px;
}

.profileEditName h3{
    margin:0;
    font-size:28px;
    font-weight:700;
}

.profileEditName p{
    margin:6px 0 0;
    color:#6c757d;
}



.profileEditTitle{
     margin: 25px 0 6px;
    font-size: 22px;
    font-weight: 700;
    color: #212529;
}

.profileEditCard label{
   font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 7px;
}

.profileEditCard .form-control,
.profileEditCard .form-select{
       height: 39px;
    border-radius: 8px;
    border: 1px solid #dbe2ea;
}

.profileEditCard .form-control:focus,
.profileEditCard .form-select:focus{
    box-shadow:none;
    border-color:#0d6efd;
}


.profileEditActions{
    display:flex;
    justify-content:flex-end;
    gap:12px;
    margin-top:35px;
    padding-top:25px;
    border-top:1px solid #e9ecef;
}

.profileEditCancelBtn{
    border:none;
    background:#edf2f7;
    padding:12px 24px;
    border-radius:12px;
    font-weight:600;
}

.profileEditSaveBtn{
    border:none;
    background:#0d6efd;
    color:#fff;
    padding:12px 30px;
    border-radius:12px;
    font-weight:600;
}

.profileEditSaveBtn:hover{
    background:#0b5ed7;
}

@media(max-width:768px){

    .profileEditTop{
        justify-content:center;
        text-align:center;
    }

    .profileEditUser{
        flex-direction:column;
        align-items:center;
    }


    .profileEditActions{
        flex-direction:column;
    }

    .profileEditSaveBtn,
    .profileEditCancelBtn{
        width:100%;
    }
}
/* Section */

.manageProfileSection{
    margin-bottom: 35px;
    padding: 10px 20px
}

.manageProfileTitle{
    font-size:20px;
    font-weight:700;
    color:#172b4d;
    margin-bottom:18px;
}

/* Cards */

.manageProfileCard{
    background:#fff;
    border-radius:24px;
    padding:22px;
    border:1px solid #edf2f7;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    display:flex;
    align-items:center;
    justify-content:space-between;
    transition:.3s;
    cursor:pointer;
    margin-bottom:20px;
    height:100%;
}

.manageProfileCard:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.manageProfileLeft{
    display:flex;
    align-items:center;
}

.manageProfileIcon{
    width:72px;
    height:72px;
    border-radius:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
    margin-right:18px;
    flex-shrink:0;
}

.manageProfileFamily{
    background:linear-gradient(135deg,#4f8cff,#2563eb);
}

.manageProfileAddress{
    background:linear-gradient(135deg,#c084fc,#9333ea);
}

.manageProfileBooking{
    background:linear-gradient(135deg,#34d399,#059669);
}

.manageProfileContent h4{
    font-size:22px;
    font-weight:700;
    color:#172b4d;
    margin-bottom:5px;
}

.manageProfileContent p{
    margin:0;
    color:#7a8599;
    font-size:14px;
}

.manageProfileArrow{
    width:50px;
    height:50px;
    border:none;
    border-radius:50%;
    background:#eef4ff;
    color:#2563eb;
    font-size:22px;
    transition:.3s;
}

.manageProfileCard:hover .manageProfileArrow{
    background:#2563eb;
    color:#fff;
}

/* Security */

.manageProfileSecurity{
    background:#fff;
    border-radius:24px;
    border:2px solid #e5edff;
    padding:25px;
}

.manageProfileSecurityWrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.manageProfileSecurityLeft{
    display:flex;
    align-items:center;
}

.manageProfileSecurityIcon{
    width:70px;
    height:70px;
    border-radius:20px;
    background:linear-gradient(135deg,#4f8cff,#2563eb);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:18px;
}

.manageProfileSecurityIcon i{
    color:#fff;
    font-size:30px;
}

.manageProfileSecurityContent h5{
    font-size:22px;
    font-weight:700;
    color:#172b4d;
    margin-bottom:5px;
}

.manageProfileSecurityContent p{
    color:#7a8599;
    margin:0;
}

.manageProfileLearnBtn{
    border:none;
    background:#eef4ff;
    color:#2563eb;
    padding:12px 24px;
    border-radius:50px;
    font-weight:600;
}

/* Mobile */

@media(max-width:768px){

.manageProfile{
    padding:20px 0;
}

.manageProfileHeader h2{
    font-size:28px;
}

.manageProfileIcon{
    width:58px;
    height:58px;
    font-size:22px;
}

.manageProfileContent h4{
    font-size:18px;
}

.manageProfileContent p{
    font-size:13px;
}

.manageProfileSecurityWrapper{
    flex-direction:column;
    align-items:flex-start;
    gap:20px;
}

.manageProfileLearnBtn{
    width:100%;
}

}
/* end of profile page styles */
/* Booking History Styles */
.bookingHist{
    background:#fff;
    border:1px solid #edf2f7;
    border-radius:16px;
 padding: 18px 18px 0px;
    transition:.3s;
    height:100%;
     margin-top: 20px;
}

.bookingHist:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.bookingHist-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:12px;
}

.bookingHist-head h5{
    margin:0;
    font-size:18px;
    font-weight:700;
}

.bookingHist-status{
    background:#fff4e5;
    color:#ff8a00;
    font-size:11px;
    padding:5px 12px;
    border-radius:20px;
    font-weight:600;
}

.bookingHist-details{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    font-size:13px;
    color:#64748b;
    margin-bottom:15px;
}

.bookingHist-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-top:1px solid #edf2f7;
    padding-top:15px;
}

.bookingHist-footer small{
    display:block;
    color:#94a3b8;
    font-size:11px;
}

.bookingHist-footer strong{
    font-size:15px;
}

.bookingHist-price{
    color:#2962ff;
    font-size:18px !important;
}

.bookingHist-btn{
    background:#2962ff;
    color:#fff;
    border-radius:8px;
    padding:6px 16px;
    font-size:13px;
    border: none;
}
.bookingHist-btn:hover{
    background:#4878fd;
    color:#fff;
}


/*ankit */

.bookingDetails {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.bookingDetails h5 {
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 600;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}
.bookingDetails h5 i {
    margin-right: 10px;
    color: #e74c3c;
}
.bookingItem {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}
.bookingItem span:first-child {
    font-weight: 500;
    color: #666;
}
.bookingItem span:last-child {
    font-weight: 500;
    color: #333;
}
.status-paid {
    color: #4caf50;
    background: #e8f5e9;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}
.status-pending {
    color: #ff9800;
    background: #fff3e0;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}
.amount {
    font-size: 18px;
    font-weight: bold;
    color: #2e7d32;
}
.bookingStatus {
    text-align: right;
}
.bookingStatus p {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    margin-right: 10px;
}

.add-to-cart-btn {
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(13, 110, 253, 0.25);
}

.add-to-cart-btn:hover {
    background: linear-gradient(135deg, #0a58ca, #084298);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(13, 110, 253, 0.35);
}

.add-to-cart-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(13, 110, 253, 0.25);
}

.add-to-cart-btn i {
    font-size: 16px;
}


