
* {
  scrollbar-color: #5a459c #fff ;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}
.p-100 {
  padding: 40px 40px;
}
@media screen and (max-width: 1024px) {
  .p-100 {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-100 {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 580px) {
  .p-100 {
    padding: 40px 20px;
  }
}
.main-topic {
  color: #5a459c;
  font-weight: 700;
}
.section-bg {
  background-size: cover;
  background-repeat: no-repeat;
}

/* ====Start Header Section===== */
.header_input-container {
  position: relative;
  width: 100%;
}

.input-simple {
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #c5cbd5;
  width: 100%;
  padding: 0.5em 2.5em 0.5em 1em;
  box-sizing: border-box;
}

.search-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: auto; 
}
.input-simple::placeholder {
  color: #838d99;
}

.input-simple:focus {
  outline: none;
  border: 1px solid #84a2fa;
}

.header_icons p {
  font-size: 0.8rem;
}

/* Media query for tablets and mobile devices */
@media (max-width: 1024px) {
  .header_input-container {
    display: none; 
  }

  .header_input-container.active {
    display: block;
  }
}

@media (max-width: 990px) {
  .responsive_logo {
    max-width: 100%; 
  }
}

@media (max-width: 768px) {
  .responsive_logo {
    max-width: 100%; 
  }
}

.header_icons svg {
  color: black;
  transition: color 0.3s ease;
}
.header_icons svg:hover {
  color: #5a459c;
}
.wishlist_icon {
  position: relative;
}
.count {
  width: 1rem;
  height: 1rem;
  font-size: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 50%;
  background-color: #ed1690;
}
.bag_icon {
  position: relative;
}
.count_bag {
  width: 1rem;
  height: 1rem;
  font-size: 10px;
  position: absolute;
  top: 0px;
  right: -8px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 50%;
  background-color: #ed1690;
}
.nav-link {
  text-decoration: none; 
  color: black; 
  font-size: 15px;
  font-weight: 500; 
  transition: color 0.3s ease; 
}

.nav-link:hover {
  color: #5a459c; 
}

.nav-link.active1 {
  color: #5a459c; 
  font-weight: bold;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 10px;
}
.dropdown-toggle {
  text-decoration: none;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-menu {
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate3d(4px, 24.6667px, 0px);
  top:-10px!important;
  left: -2rem !important;
  width: 250px;
}

nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.bottom-bar {
  z-index: 1000000;
}
.nav-box {
  display: flex;
  padding: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px #4444;
  border-radius: 8px;
}

.nav-container {
  display: flex;
  width: 100%;
  list-style: none;
  padding: 0%;
  justify-content: space-around;
}

.nav__item {
  display: flex;
  position: relative;
  padding: 2px;
}

.nav__item.active .nav__item-icon {
  margin-top: -26px;
  box-shadow: 0px 0px 16px 0px #4444;
}

.nav__item.active .nav__item-text {
  transform: scale(1);
}

.nav__item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #2f3046;
  text-decoration: none;
}

.nav__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7em;
  background-color: #fff;
  border-radius: 50%;
  height: 56px;
  width: 56px;
  transition: margin-top 250ms ease-in-out, box-shadow 250ms ease-in-out;
}

.nav__item-text {
  position: absolute;
  bottom: 0;
  transform: scale(0);
  transition: transform 250ms ease-in-out;
}
.category_div{
  margin-top: 10px;
  background-color: #F2F3F5;
}
/* ====End Header Section===== */

form {
  display: flex;
  flex-direction: column;
}

form label {
  margin: 10px 0 5px;
}

form input {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.btn {
  color: white;
  padding: 10px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.login-btn {
  background: #007bff !important;
  color: #fff !important;
}

.signup-btn {
  background: #28a745 !important;
  color: #fff !important;
}

.btn:hover {
  opacity: 0.9;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ====End Login & Sign Up Modal Section===== */

/* =====Hero Section Start====== */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-slider{
  width: 100%;
  height:auto;
}

.hero-image-container{
  position: relative;
}
.hero-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.slide-content {
  position: absolute;
  top: 20%;
  left: 5%;
  max-width: 50%;
  text-align: start;
  color: #fff;
  z-index: 2;
}

.slide-content h1 {
  font-size: 3rem;
  margin: 10px 0px;
}

.slide-content p {
  font-size: 1.2rem;
  margin: 20px 0px;
}

.service-btn {
  padding: 15px 25px;
  line-height: 24px;
  text-transform: uppercase;
  background: none;
  color: #ffffff !important;
  font-size: 14px;
  border: 2px solid #ffffff !important;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  border-radius: 20px;
  text-decoration: none;
}
.quote-btn {
  padding: 16px 25px;
  line-height: 24px;
  text-transform: uppercase;
  background: #fa4dac;
  color: #ffffff !important;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  border-radius: 20px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .hero-slider{
    width: 100%;
    height: auto;
  }
  .hero-image-container img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .slide-content {
    position: absolute;
    top: 10%;
    left: 5%;
    max-width: 100%;
    text-align: start;
    color: #fff;
    z-index: 2;
  }
}
/* =====Hero Section End====== */
/* =====category-card Section Start====== */
.shop-by-category-card{
  text-decoration: none;
  color: #000 !important;
}
.categorie-image-container {
  border-radius: 100%;
  background-color:#c5cbd5;
  padding: 20px;
  width:170px;
  height:170px;
  overflow: hidden;
  text-align: center;
}
.categorie-image-container img{
  object-fit: contain;
 
}
/* =====category-card Section End====== */

/* =====Shop-card Section Start====== */
.shopcard {
  position: relative;
  color: white;
  border-radius: 10px;
  overflow: hidden;
}

.shopcard-image-container {
  overflow: hidden;

  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.shopcard-image-container img {
  width: 100%;
  transition: transform 0.5s ease;
}

.shopcard:hover img {
  transform: scale(1.1);
}
.shopcard-content {
  position: absolute;
  max-width: 50%;
  top: 20px;
  left: 20px;
}
.shopnow-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.shonow-icon-container {
  width: 2rem !important;
  height: 2rem !important;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.shonow-icon-container i {
  color: #000 !important;
}
/* =====Shop-card Section End====== */
/* =====HealthConcern-card Section Start====== */

.swiper-slide {
  background-color: transparent !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.HealthConcern-card {
  text-decoration: none;
  color: #000 !important;
  text-align: center;
  padding: 15px;
  border-radius: 8px;
  background-color: transparent !important;
}

.HealthConcern-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.HealthConcern-card h6 {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

/* =====HealthConcern-card Section End====== */
/* =====Top Rated Section Start====== */
.top-product-card {
  border-radius: 12px;
  transition: transform 0.3s, box-shadow 0.3s;
  background-color: #fff;
  width:280px;
}

.top-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.btn-primary {
  background-color: #5a459c;
  border: none;
}

.btn-primary:hover {
  background-color: #ed1690;
}
.wishlist-icon-container{
  background-color: #eeeff0 !important;
  z-index: 100;
}
.wishlist-icon-container i {
  color: #000;
  font-size: 20px;

}


/* Image container */
.product-card-container {
  position: relative;
  width: 100%;
  height: 250px;  
  overflow: hidden;
}

/* Image styling */
.product-card-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Default visibility */
.card-img-top {
  opacity: 0; 
  z-index: 1; 
}

.card-img-bottom {
  opacity: 1; 
  z-index: 0;
}

/* Hover effect */
.product-card-container:hover .card-img-top {
  opacity: 1;  
  transform: scale(1.05);  
}

.product-card-container:hover .card-img-bottom {
  opacity: 0;  
  transform: scale(1.05);
}
.top-product-card-body{
  text-align: start !important;
}

/* =====Top Rated Section End====== */
/* =====Product Section start====== */
.list-group-item {
  transition: 0.3s;
  border: 1px solid #ddd;
  background: #fff;
}

.list-group-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.search-img-container img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
/* =====ProductSection End====== */
/* ---Footer-Section-Start--- */

.footer-section {
  padding-top: 30px;
  font-weight: 600;
  background-color: #eee;
}
.f-box,
.footer-section .map {
  margin-top: 20px;
}
.f-box h4 {
  margin-bottom: 20px;
  color: #5a459c;
  position: relative;
  font-weight: 600;
}
.f-box p {
  margin: 15px 0px;
  font-size: 17px;
}
.f-box h4::after {
  height: 3px;
  width: 70px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #5a459c;
  content: "";
}
.f-box ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.f-box ul li {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin: 10px 0px;
}
.f-box ul li a span {
  font-weight: 600;
}
.f-box ul li a:hover {
  color: #5a459c;
}
.f-box ul li span {
  flex: 1;
}
.f-box img {
  width: 120px;
}
.f-box .social-link {
  display: flex;
  align-items: center;
}
.f-box .social-link li a,
.f-box ul li > i {
  display: flex;
  margin-right: 10px;
  align-items: center;
  transition: 0.5s;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #fff;
  color: #5a459c;
  border-radius: 1px;
}
.f-box .social-link li a:hover,
.f-box ul li > i:hover {
  background-color: #5a459c;
  color: #fff;
  border-radius: 5px;
}
.footer-section .map {
  height: 100%;
  box-shadow: 0px 10px 20px 0px #1dbf7316;
}
.footer-section .map iframe {
  height: 100%;
  border-radius: 10px;
}
.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  z-index: 7;
  color: #fff;
  background-color: #5a459c;
  margin-top: 20px;
  position: relative;
}
.footer-section .copy-right p {
  margin-bottom: 0;
}
.footer-section .copy-right p a {
  color: #000;
  font-weight: 600;
}
/* ---Footer-Section-End--- */
/* ---Product-Page-Start--- */
.card-title{
   min-height: 3em; /* ya jitna 2 lines ke liye chahiye */
  overflow: hidden;
}
.category-list{
  font-size: 20px;
}
.brand-list{
  font-size: 20px;
  margin-bottom: 0%;
}
.range-text{
  font-size: 20px;
}
.range-input{
  width: 80%;
}
.star-rating{
  font-size: 18px;
}
.produt-rate-text{
  font-size: 18px;
}
@media (max-width: 768px) {
  .category-list {
    font-size: 11px;
  }
  .brand-list{
  font-size: 11px;
  margin-bottom: 0%;
}
.range-text{
  font-size: 15px;
}
.responsive-text{
  font-size: 18px;
}
.reponsive-product-name{
  font-size: 15px;
}
.product-page-card-container {
  position: relative;
  width: 100%;
  height: 130px;  
  overflow: hidden;
}
.add-to-responsive-btn{
  font-size: 10px;
  padding: 5px !important;
}
.star-rating{
  font-size: 18px;
}
.produt-rate-text{
  font-size: 16px;
}
}
@media (max-width: 418px) {
  .responsive-text{
  font-size: 14px;
}
  .brand-list{
  font-size: 8px;
  margin-bottom: 0%;
}
.reponsive-product-name{
  font-size: 12px;
}
.star-rating{
  font-size: 10px;
}
.produt-rate-text{
  font-size: 12px;
}
}
.product-search-btn{
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-left-color: #fff;
 }
 .product-section{
  background-color: #F5F7FA;
 }
 .pagination-fixed {
  position: static;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: 50px;
  z-index: 999;
}
.pagination .page-item.active .page-link {
  background-color: #5a459c;
  border-color: #5a459c;
  color: #fff; 
}
.slider-container {
  width: 100%;
  margin: auto;
}

.slider {
  position: relative;
  height: 6px;
  background: #e4e4e4;
  border-radius: 3px;
  cursor: pointer;
}

.slider-range {
  position: absolute;
  height: 100%;
  background: #5a459c;
  border-radius: 3px;
}

.slider-thumb {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background: #5a459c;
  border-radius: 50%;
  border: 2px solid white;
  transform: translate(-50%, -50%);
  cursor: grab;
}

.slider-mark {
  position: absolute;
  top: 10px;
  color: #666;
  font-size: 12px;
  transform: translateX(-50%);
}

 
  /* ---Product-Page-End--- */
 /* ---Cart-Page-Start--- */
 .service_Section {
  position: relative;
  width: 100%;
  height: 200px; /* Adjust height as needed */
  overflow: hidden;
}

.service_Section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service_Section_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 32, 76, .5);
  display: flex;
  align-items: center;
  justify-content: start;
}

.service_Section_content {
  color: #092a49;
  text-align: start;
  padding-left: 50px;
}

.service_Section_content h2 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0;

}

.service_Section_content p {
 
  margin-top: 15px;
  padding: 10px 20px;
  font-size: 1.2rem;
  display:inline-block;
  
}
@media (max-width: 768px) {
  .service_Section {
    position: relative;
    width: 100%;
    height: 150px; /* Adjust height as needed */
    overflow: hidden;
  }
  .service_Section_content h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
  }
  
  .service_Section_content p {
  
    margin-top: 5px;
    padding: 4px 10px;
    font-size: .8rem;
    
  }
}
.cart-Product-img-container{
  width: 100px;
  height: 100px;
  background-color: #F5F7FA;
  padding: 8px;
  border: 1px solid #ddd;
  overflow: hidden;
}

.cart-btn{
  width: 30px;
  height: 30px;
  background-color: #F5F7FA;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  border: none;
  color: #ed1690;
}
.cart-cross-btn{
  width: 30px;
  height: 30px;
  background-color: red;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  border: none;
  color: #fff;
}
.checkout-btn{
  text-align: center;
  background-color: #5a459c;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 10px;
  transition: .3s;
}
.checkout-btn:hover{
  background-color: #ed1690;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 10px;
}
.cart-card{
  background-color: #ebe7f8;
}

.shop-cart-coupon {
  margin-bottom: 25px;
}
.shop-cart-coupon .form-group {
  position: relative;
}
.shop-cart-coupon .form-control {
  box-shadow: none;
  padding: 15px 160px 15px 25px;
  border-radius: 50px;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color:#fff;
  background-clip: padding-box;


}
.shop-cart-coupon .theme-btn {
  position: absolute;
  background-color: #ed1690;
  color: #fff;
  border: 1px solid #ed1690;
  right: 5.4px;
  top: 5.4px;
  border-radius: 50px;
  padding: 8px 20px;
}

.cart-header, .cart-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.cart-header {
  background-color: #f8f9fa;
  font-weight: bold;
}
  /* ---cart-Page-End--- */
 /* ---Login-Page-Start--- */
.login-box {
  max-width: 400px;
  margin: 60px auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.login-box h2 {
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
}
/* ---Login-Page-End--- */
/* ---Register-Page-Start--- */

.register-box {
  max-width: 500px;
  margin: 50px auto;
  padding: 30px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.register-box h2 {
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
}
.form-text a {
  color: #0d6efd;
  text-decoration: none;
}
.form-control:focus {
  box-shadow: none;
  border-color: #0d6efd;
}
.btn-primary {
  width: 100%;
  padding: 10px;
}
/* ---Register-Page-End--- */        
  /* ---Product-Details-Page-Start--- */
.product-image-container {
  max-width: 100%;
  background-color: #F2F3F5;
  padding: 30px;
  border-radius: 10px;
 
}
.product-image-container img{
  object-fit: contain;
}
.price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ff5722;
}
.thumbnail-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
  margin: 5px;
  border: 1px solid #ebebeb;
}
.thumbnail-image-container img.active {
  border: 1px solid #333e48;
}
.list-group-item {
  border: none;
}
.discount-price {
  color: red;
  font-size: 1.5rem;
  font-weight: bold;
}
.original-price {
  text-decoration: line-through;
  color: gray;
}
.rating i {
  color: gold;
}
.btn-cart {
  background-color: red !important;
  color: white !important;
  font-weight: bold;
}
.quantity-btn {
  width: 30px;
  height: 30px;
  background-color: rgba(250, 77, 172, .2)!important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  border: none;
  color: #ed1690;
  
}
.quantity-btn:active {
  background-color: #c0c2c4;
  transform: scale(0.95);
}

#quantity-input {
  width: 40px;
  border: none;
  background: transparent;
  font-weight: bold;
  font-size: 16px;
  pointer-events: none; /* Prevent manual edit */
}

.quantity-wrapper {
  width: 140px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 4px 8px;
}
/* ---Product-Details-Page-End--- */
  /* ---Checkout-Page-Start--- */

.add-address-btn {
  color: #5a459c;
  border: none;
  background-color: transparent;
}
 .Address-container-first {
  padding: 10px;
  background-color: white;
  text-transform: capitalize;
  color: black;
  border: 1px dotted #000;
}
.Address-container-Second {
  padding: 10px;
  background-color: white;
  color: black;
  border: 1px dotted #000;
}
.Address-delete-btn {
  color: #5a459c;
  border: none;
  background-color: transparent;
  font-weight: 600;
}
.add-selected {
  padding: 10px;
  background-color: #ebe7f8;
  color: black;
  text-transform: capitalize;
  box-shadow: 0 4px 10px rgba(90, 69, 156, 0.5);


  /* border: 1px dotted #5a459c; */
}

.payment-method .method {
  border: 2px solid #ddd;
  padding: 15px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  width: 100%;
}
.payment-method .selected {
  border-color: #0d6efd;
  box-shadow: 0 0 5px #0d6efd;
}
.form-control {
  border-radius: 8px;
}
.btn-custom {
  border-radius: 8px;
  padding: 10px 20px;
}
.cod-container, .upi-container {
  display: none; /* पहले से हाइड रहेगा */
}
/* ---Checkout-Page-End--- */
        /* order success */
.success-box {
  max-width: 500px;
  margin: 80px auto;
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.success-icon {
  font-size: 60px;
  color: #28a745;
  margin-bottom: 20px;
}

.btn-custom {
  background-color: #28a745;
  color: white;
  border: none;
}

.btn-custom:hover {
  background-color: #218838;
}
/* ---Dashboard-Page-Start--- */
.dashboard-sidebar {
  width: 260px;
  color: white;
  background-color: rgba(90, 69, 156, 1);
  height: 100vh;
  position: fixed;
  overflow-y: auto;
  padding: 20px;
  box-shadow: 2px 0 10px rgba(0,0,0,0.05);
  transition: left 0.3s ease;
}

.dashboard-sidebar .dashboard-profile {
 
  text-align: center;
  margin-bottom: 30px;
}

.dashboard-sidebar .dashboard-profile img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid teal;
}

.dashboard-sidebar a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  color: #fff;;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.dashboard-sidebar a.dashboard-active,
.dashboard-sidebar a:hover {
  background-color: #ed1690;
  color: #fff;
}

.dashboard-sidebar i {
  margin-right: 10px;
}

.dashboard-main {
  margin-left: 260px;
  padding: 30px;
}

.dashboard-card-icon {
  font-size: 30px;
}

@media (max-width: 768px) {
  .dashboard-sidebar {
    left: -260px;
    position: fixed;
    z-index: 1000;
  }

  .dashboard-sidebar.dashboard-show {
    left: 0;
  }

  .dashboard-main {
    margin-left: 0;
    padding: 20px;
  }

  .dashboard-menu-btn {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 15px;
    cursor: pointer;
  }
}

.dashboard-section {
  display: none;
}

.dashboard-section.dashboard-active {
  display: block;
}
.dashboard-summary-card{
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #ed1690;
  background-color: rgba(237, 22, 144, .1);
}
.dashboard-summary-icon-container{
  width: 60px;
  height: 60px;
  background-color: #ed1690;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.dashboard-summary-icon-container i{
  color: #fff;
  font-size: 30px;
}
.dashboard-summary-card-2{
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #11B76B;
  background-color:#ECF9F3;
}
.dashboard-summary-icon-container-2{
  width: 60px;
  height: 60px;
  background-color: #11B76B;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.dashboard-summary-icon-container-2 i{
  color: #fff;
  font-size: 30px;
}
.dashboard-orders-section {
  max-width: 1000px;
  margin: auto;
}

.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.dashboard-title {
  font-size: 24px;
  font-weight: bold;
}

.dashboard-view-btn {
  padding: 8px 16px;
  background-color: #5a459c;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.dashboard-view-btn:hover {
  background-color: #0056b3;
}

.dashboard-table {
  width: 100%;
  border-collapse: collapse;
}

.dashboard-th,
.dashboard-td {
  padding: 12px 8px;
  text-align: left;
  font-size: 14px;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
}

.dashboard-badge {
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 13px;
  color: white;
}

.dashboard-pending {
  background-color: #f0ad4e;
}

.dashboard-processing {
  background-color: #5bc0de;
}

.dashboard-completed {
  background-color: #5cb85c;
}

.dashboard-action-btn {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

/* ✅ Mobile Responsive Styles */
@media (max-width: 768px) {
  .dashboard-table thead {
    display: none;
  }

  .dashboard-table,
  .dashboard-table tbody,
  .dashboard-table tr,
  .dashboard-table td {
    display: block;
    width: 100%;
  }

  .dashboard-table tr {
    margin-bottom: 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    background-color: #fafafa;
  }

  .dashboard-td {
    text-align: right;
    padding-left: 50%;
    position: relative;
    font-size: 13px;
    border: none;
    border-bottom: 1px solid #eee;
  }

  .dashboard-td::before {
    content: attr(data-label);
    position: absolute;
    left: 16px;
    width: 45%;
    padding-right: 10px;
    font-weight: bold;
    text-align: left;
    color: #333;
  }

  .dashboard-action-btn {
    font-size: 20px;
  }
}
.dashboard-search-input {
  padding: 5px 16px;
  border: 1px solid #5a459c;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.dashboard-search-input:focus {
  border-color:rgba(237, 22, 144, .25);
  box-shadow: 0 0 0 3px rgba(237, 22, 144, .25);
}


.profile-box {
  background-color: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin-top: 30px;
}

.profile-header {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center;
  color: #333;
}

.form-label {
  font-weight: 500;
}

.save-btn {
  background-color: #4CAF50;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  padding: 10px;
  border: none;
  transition: 0.3s ease;
  width: 100%;
}

.save-btn:hover {
  background-color: #45a049;
}





.address-card {
  background: #f0f8ff;
  border-left: 5px solid #4a90e2;
  transition: all 0.3s ease;
}



.address-card strong {
  color: #4a4a4a;
}

.address-header h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
}

.add-address-btn {
  background-color: #4a90e2;
  border: none;
  color: white;
  padding: 8px 14px;
  border-radius: 5px;
  font-weight: 500;
  transition: 0.3s ease;
}

.add-address-btn:hover {
  background-color: #367ac6;
}


/* ---Dashboard-Page-End--- */     
/* order detils apge    */
.dashboard-orders-section-2 {


}
.order_table{
  background-color: #f5f7fa;
  /* padding:50px !important; */
  margin:40px 0px !important;
}