.top-bar {
      background-color: white;
      padding: 10px 20px;
      border-bottom: 1px solid #ccc;
    }

    .nav-links-bar {
      background-color: #1f3b9b;
      padding: 10px 20px;
    }

    .nav-links-bar a {
      color: white;
      margin-right: 20px;
      text-decoration: none;
      font-weight: 500;
    }

    .categories {
      background-color: black;
      color: white;
      padding: 10px 20px;
      font-weight: bold;
    }

    .search-input {
      max-width: 400px;
      width: 100%;
    }

    .logo {
      font-size: 1.4rem;
      font-weight: bold;
      color: #1f3b9b;
    }
	.top-menu{
	background: #1f3b9b;
    display: flex;
    position: relative;
	}

	 .mega-menu {
      width: 100%;
      left: 0;
      right: 0;
      padding: 30px;
    }

    .mega-menu .menu-item {
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-bottom: 30px;
    }

    .menu-content {
      flex: 1;
    }

    .menu-content h6 {
      font-weight: bold;
    }

    .menu-content p {
      margin: 0 0 10px;
      font-size: 14px;
    }

    .menu-img img {
      width: 120px;
      height: auto;
      margin-left: 20px;
    }

    .shop-btn {
      background-color: #32cd32;
      color: white;
      border: none;
      padding: 5px 15px;
      font-weight: bold;
      font-size: 14px;
      border-radius: 5px;
    }

    .navbar-nav .nav-item:hover .dropdown-menu {
      display: block;
    }
	.nav-item a{
	color:white
	}

    .left-menu {
      background-color: #fff;
      padding: 1rem;
      height: 100%;
    }

    .left-menu ul {
      list-style: none;
      padding: 0;
    }

    .left-menu li {
      padding: 10px;
      border-bottom: 1px solid #ddd;
      display: flex;
      align-items: center;
      cursor: pointer;
    }

    .left-menu li:hover {
      background-color: #eee;
    }

    .left-menu i {
      margin-right: 10px;
    }

    .carousel img {
      /*width: 100%;*/
      width:65%;
      height: auto;
      object-fit: cover;
    }

    .carousel-caption {
      background-color: rgba(0, 0, 0, 0.5);
      padding: 1rem;
      border-radius: 10px;
    }
	
	.feature-icon {
      font-size: 2rem;
      margin-bottom: 10px;
      color: #333;
    }
    .feature-text {
      font-weight: 600;
      font-size: 1rem;
    }
    .feature-box {
      padding: 1rem;
    }
	.category-box {
      border: 1px solid #ddd;
      padding: 20px;
      text-align: center;
      border-radius: 6px;
      transition: all 0.3s ease;
      height: 100%;
    }

    .category-box:hover {
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      transform: translateY(-3px);
    }

    .category-box img {
      height: 40px;
      margin-bottom: 10px;
      object-fit: contain;
    }

    .category-title {
      font-size: 14px;
      font-weight: 500;
      color: #000;
    }
	product-card img {
      height: 120px;
      object-fit: contain;
    }
    .section-title {
      margin-top: 40px;
      margin-bottom: 20px;
    }
    .view-more {
      float: right;
      font-size: 0.9rem;
    }
    .product-price del {
      color: #888;
    }
    .product-price strong {
      color: #007bff;
    }
	  .section-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 40px;
      margin-bottom: 15px;
    }
    .scrolling-wrapper {
      overflow-x: auto;
      display: flex;
      flex-wrap: nowrap;
      gap: 1rem;
      padding-bottom: 1rem;
    }
    .scrolling-wrapper .card {
      min-width: 200px;
      max-width: 200px;
      flex: 0 0 auto;
    }
    .card-img-top {
      /*height: 100px;*/
      height: 130px;
      object-fit: contain;
      padding-top: 10px;
    }
    .product-price del {
      color: #888;
      font-size: 0.9rem;
    }
    .product-price strong {
      color: #007bff;
      font-size: 1rem;
    }
    .card-text {
      font-size: 0.9rem;
      min-height: 40px;
    }
.img{
	box-shadow: 0px 0px 10px 1px rgb(220 220 220);
    border: 1px solid rgba(220, 220, 220, 1);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 7px 7px;
    border-radius: 10px;
    border: 1px solid transparent;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
}
/*---------------------------------------------------------Login-------------------------------------------------------------------*/

  .login-left-panel {
      background: url('https://source.unsplash.com/600x800/?technology') no-repeat center center;
      background-size: cover;
      border-radius: 0 30px 30px 0;
    }

    .login-section {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(15px);
      border-radius: 30px;
      padding: 40px;
    }

    .login-box {
      background: #fff;
      padding: 40px;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.15);
      width: 100%;
      max-width: 400px;
    }

    .login-box h2 {
      margin-bottom: 30px;
      font-weight: 600;
    }

    .form-control {
      border-radius: 10px;
      height: 45px;
    }

    .btn-login {
      border-radius: 10px;
      height: 45px;
      background: #2575fc;
      color: #fff;
      font-weight: bold;
      transition: all 0.3s ease;
    }

    .btn-login:hover {
      background: #1a5fd6;
    }

    .social-login {
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-top: 20px;
    }

    .social-btn {
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 45px;
      font-weight: 500;
      transition: 0.3s ease;
      color: white;
    }

    .btn-fb { background-color: #3b5998; }
    .btn-google { background-color: #db4437; }
    .btn-twitter { background-color: #1da1f2; }

    .social-btn i {
      margin-right: 10px;
    }

    .login-forgot-link {
      display: block;
      margin-top: 15px;
      text-align: right;
      font-size: 0.9rem;
      color: #555;
    }

    @media (max-width: 768px) {
      .left-panel {
        display: none;
      }
      .login-section {
        border-radius: 0;
      }
    }
  
 /*---------------------------------------------------------------------LoginEnd--------------------------------------------------------------*/


   
    .left-panel {
      background: url('https://source.unsplash.com/600x800/?creative') no-repeat center center;
      background-size: cover;
      border-radius: 0 30px 30px 0;
    }

    .signup-section {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(15px);
      border-radius: 30px;
      padding: 40px;
    }

    .signup-box {
      background: #fff;
      padding: 40px;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.15);
      width: 100%;
      max-width: 420px;
      text-align: center;
    }

    .signup-box h2 {
      margin-bottom: 25px;
      font-weight: 600;
    }

    .form-control {
      border-radius: 10px;
      height: 45px;
    }

    .btn-signup {
      border-radius: 10px;
      height: 45px;
      background: #2575fc;
      color: #fff;
      font-weight: bold;
      transition: all 0.3s ease;
    }

    .btn-signup:hover {
      background: #1a5fd6;
    }

    .social-icons {
      display: flex;
      justify-content: center;
      gap: 15px;
      margin-top: 20px;
    }

    .social-icons a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      color: white;
      font-size: 18px;
      transition: 0.3s ease;
    }

    .social-icons .fb { background-color: #3b5998; text-decoration:none;}
    .social-icons .google { background-color: #db4437; text-decoration:none;}
    .social-icons .twitter { background-color: #1da1f2; text-decoration:none;}

    .social-icons a:hover {
      opacity: 0.85;
      transform: scale(1.05);
    }

    .login-link {
      margin-top: 25px;
      font-size: 0.9rem;
      color: #555;
    }

    .login-link a {
      color: #2575fc;
      text-decoration: none;
    }

    .login-link a:hover {
      text-decoration: underline;
    }

    @media (max-width: 768px) {
      .left-panel {
        display: none;
      }

      .signup-section {
        border-radius: 0;
      }
    }
  
/*---------------------CART START-------------------------------------------------------------*/
 body {
      background: #f5f7fa;
      font-family: 'Segoe UI', sans-serif;
    }

    .cart-container {
      max-width: 900px;
      margin: 40px auto;
      background: #fff;
      box-shadow: 0 10px 25px rgba(0,0,0,0.05);
      border-radius: 8px;
      overflow: hidden;
    }

    .cart-header {
      background-color: #f1f3f6;
      padding: 20px;
      font-weight: 600;
      font-size: 1.25rem;
    }

    .cart-body {
      padding: 20px;
    }

    .cart-item {
      display: flex;
      align-items: center;
      border-bottom: 1px solid #eee;
      padding: 20px 0;
    }

    .cart-item img {
      width: 80px;
      height: 80px;
      object-fit: cover;
      border-radius: 6px;
      margin-right: 20px;
    }

    .item-info {
      flex: 2;
    }

    .item-title {
      font-weight: 500;
    }

    .item-price {
      font-size: 0.9rem;
      color: #666;
    }

    .item-controls {
      flex: 1;
      text-align: center;
    }

    .item-remove {
      color: #dc3545;
      cursor: pointer;
      font-size: 0.9rem;
    }

    .pincode-check {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .checkout-footer {
      background: #fff;
      border-top: 1px solid #ddd;
      padding: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .checkout-footer .btn-checkout {
      background: #e40046;
      color: white;
      padding: 12px 25px;
      font-weight: bold;
      border: none;
      border-radius: 5px;
    }

    .summary-text {
      text-align: right;
    }

    .summary-text span {
      display: block;
    }

    .info-line {
      font-size: 0.9rem;
      color: #666;
      margin-top: 10px;
    }
/*---------------------------------checkout-------------------------------------------------*/
.checkout-container {
      max-width: 1320px;
      margin: 40px auto;
      background: #fff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }

    .section-title {
      font-size: 1.3rem;
      font-weight: 600;
      margin-bottom: 20px;
      border-bottom: 2px solid #eee;
      padding-bottom: 10px;
    }

    .form-control:focus {
      box-shadow: none;
      border-color: #e40046;
    }

    .order-summary {
      background-color: #f8f9fb;
      padding: 20px;
      border-radius: 8px;
    }

    .order-summary h5 {
      font-weight: 600;
    }

    .summary-item {
      display: flex;
      justify-content: space-between;
      margin: 8px 0;
    }

    .checkout-btn {
      background-color: #223D9F;
      color: white;
      padding: 12px 20px;
      font-weight: 600;
      border: none;
      border-radius: 5px;
      width: 100%;
    }

    .checkout-btn:hover {
      background-color: #223D9F;
    }

    .icon-text {
      font-size: 0.9rem;
      color: #666;
    }
/*------------------------------------------User Dashboard ----------------------------------*/

.dashboard {
      min-height: 100vh;
      display: flex;
    }
    .sidebar {
      width: 250px;
      /*background: #0d6efd;*/
      background:#233C9D;
      
      color: white;
      padding: 20px;
    }
    .sidebar a {
      color: white;
      display: block;
      padding: 10px 0;
      text-decoration: none;
    }
    .sidebar a:hover {
      background: rgba(255, 255, 255, 0.1);
      border-radius: 5px;
    }
    .main-content {
      flex: 1;
      padding: 30px;
    }
    .card {
      border: none;
      box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    }






