:root {
    --theme-color: #38a5f4;
}



.btn-tm-primary{
background: var(--theme-color);
color: white;
}

.btn-tm-primary:hover {
    color: #ffffff;
    background-color: #0d9b7f;
    border-color: #0cb291;
}

.product-card {
      border-radius: 15px;
      overflow: hidden;
      position: relative;
    }
    .discount-badge {
      position: absolute;
      top: 10px;
      left: 10px;
      background: var(--theme-color);
      color: white;
      padding: 4px 8px;
      font-size: 12px;
      border-radius: 5px;
    }
    .add-btn {
      position: absolute;
      bottom: 10px;
      right: 10px;
      background: white;
      color: var(--theme-color);
      border: 2px solid var(--theme-color);
      border-radius: 10px;
      padding: 2px 10px;
      font-weight: bold;
    }
    


 
    .top-nav-icons i {
      font-size: 20px;
    }
    .search-bar {
      border-radius: 10px;
    }

    /* Hide horizontal scrollbar but keep scroll functionality */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
}


.category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.category-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #eafbe5;
  padding: 10px;
  object-fit: contain;
}

.category-label {
  font-size: 0.8rem;
  margin-top: 6px;
  max-width: 80px;
}


/* For 8 per row on large screens (12 / 8 = 1.5 cols each) */
@media (min-width: 992px) {
  .col-lg-1-5 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}





  .location-select {
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
  }

  .search-bar {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 6px 12px;
    font-size: 14px;
  }

  .nav-icons a {
    color: black;
    text-decoration: none;
    font-size: 14px;
    margin-right: 15px;
  }

  .nav-icons i {
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
  }


  /* Footer Styling */
    .custom-footer {
      background-color: #f7f7f7;
      padding: 30px 15px;
    }

    .custom-footer h6 {
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 10px;
    }

    .custom-footer a {
      display: block;
      font-size: 13px;
      color: #333;
      margin-bottom: 6px;
      text-decoration: none;
    }

    .custom-footer a:hover {
      text-decoration: underline;
    }

    .footer-bottom {
      font-size: 13px;
      color: #777;
      padding-top: 15px;
      border-top: 1px solid #ccc;
      text-align: center;
    }


  .switch-tab-wrapper {
  display: flex;
  height: 60px;
}

.switch-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--theme-color);
  background-color: #ffffff;
}

.switch-left {
  border-top-left-radius: 20px;
  border-bottom: none;
  position: relative;
  z-index: 2;
}

.switch-right {
 
  border-top-right-radius: 20px;
  position: relative;
  z-index: 1;
}

.switch-left.active-tab {
  z-index: 3;
   background: var(--theme-color);
  color: white;
}

.switch-right.active-tab {
  z-index: 3;
   background: var(--theme-color);
  color: white;
}

.light-text {
  font-weight: 300;
}

.switch-tab-wrapper .switch-left::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 30px;
  height: 100%;
   background: var(--theme-color);
  transform: skewX(20deg);
  z-index: 1;
}

.switch-tab-wrapper .switch-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 30px;
  height: 100%;
  background: var(--theme-color);
  transform: skewX(20deg);
  z-index: 0;
}


  .catlist-hover-effect:hover {
    color: var(--theme-color) !important;
    font-weight: 500;
    transform: translateX(3px);
    transition: all 0.2s ease-in-out;
  }

    .download-section {
     background: linear-gradient(135deg, var(--theme-color), var(--theme-color));

      
      border-radius: 15px;
      padding: 60px 30px;
      color: #fff;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }

    .download-title {
      font-size: 36px;
      font-weight: 700;
    }

    .download-subtext {
      font-size: 18px;
      margin-top: 15px;
    }

    .app-buttons img {
      max-height: 55px;
      transition: all 0.3s ease;
    }

    .app-buttons img:hover {
      transform: scale(1.08);
    }

    .stats-text {
      font-size: 14px;
      margin-top: 10px;
      color: #ffffff;
    }

    .stats-text i {
      color: #ffd24d;
      margin-right: 5px;
    }

    @media (max-width: 768px) {
      .download-title {
        font-size: 28px;
      }

      .download-subtext {
        font-size: 16px;
      }

      .app-buttons img {
        max-height: 50px;
      }
    }



     .service-box, .system-step {
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 20px;
      text-align: center;
      background: #fff;
      box-shadow: 0 4px 8px rgba(0,0,0,0.05);
      transition: 0.3s ease;
      height: 100%;
    }
    .service-box:hover, .system-step:hover {
      box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    }
    .service-box img {
      max-width: 80px;
      margin-bottom: 15px;
    }
    .btn-orange {
      background-color: var(--theme-color);
      color: white;
      border-radius: 20px;
      margin-top: 10px;
    }
    .btn-orange:hover {
      background-color: #0dac8d;
      color: white;
    }
    /*.step-number {*/
    /*  width: 30px;*/
    /*  height: 30px;*/
    /*  background-color: #fff;*/
    /*  color: var(--theme-color);*/
    /*  border: 2px solid var(--theme-color);*/
    /*  border-radius: 50%;*/
    /*  text-align: center;*/
    /*  line-height: 25px;*/
    /*  font-weight: bold;*/
    /*  position: absolute;*/
    /*  top: -15px;*/
    /*  left: 50%;*/
    /*  transform: translateX(-50%);*/
    /*}*/
    .step-icon {
      font-size: 40px;
      color: var(--theme-color);
      margin-bottom: 10px;
    }
    .section-title {
      font-weight: bold;
      margin-bottom: 30px;
    }

    


      

        .stats-box {
            background: #fff;
            border-radius: 20px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            padding: 30px 15px;
            transition: transform 0.3s ease;
        }

        .stats-box:hover {
            transform: translateY(-5px);
        }

        .stats-icon {
            font-size: 40px;
            color: var(--theme-color);
            margin-bottom: 20px;
        }

        .stat-number {
            font-weight: 700;
            font-size: 24px;
        }

        .stat-label {
            font-weight: 600;
            font-size: 14px;
            color: var(--theme-color);
            text-transform: uppercase;
        }

        @media (max-width: 576px) {
            .stats-icon {
                font-size: 30px;
                margin-bottom: 15px;
            }

            .stat-number {
                font-size: 20px;
            }

            .stat-label {
                font-size: 12px;
            }
        }

        .step-box {
            background: #fff;
            border-radius: 15px;
            padding: 20px 15px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
        }

        .step-box:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
        }
        
        .step-number-1 {
            position: absolute;
            top: -20px;
            left: 20px;
            background: #fff;
            color: var(--theme-color);
            font-weight: 700;
            font-size: 20px;
            border-radius: 50%;
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }

        .step-number {
            position: absolute;
            top: -20px;
            left: 20px;
            background: var(--theme-color);
            color: #fff;
            font-weight: 700;
            font-size: 20px;
            border-radius: 50%;
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }

        .step-title {
            font-weight: 600;
            font-size: 16px;
            color: #333;
            margin-top: 40px;
        }

        .section-title {
            font-weight: 700;
            font-size: 28px;
            text-align: center;
            margin-bottom: 50px;
        }

        @media (max-width: 576px) {
            .step-number {
                width: 35px;
                height: 35px;
                font-size: 16px;
                top: -15px;
            }

            .step-title {
                font-size: 14px;
                margin-top: 35px;
            }
        }


         .schedule-form {
      background: linear-gradient(135deg, #0d1a71, #2e3bc2);
      border-radius: 15px;
      padding: 40px 30px;
      color: white;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }

    .option-btn {
      border: 1px solid #ddd;
      padding: 12px 20px;
      border-radius: 10px;
      cursor: pointer;
      transition: all 0.3s ease;
      background-color: white;
      color: black;
    }

    .option-btn:hover,
    .option-btn.active {
      background-color: var(--theme-color);
      color: #fff;
    }

    .slot-btn {
      border: 1px solid #ddd;
      padding: 10px 16px;
      border-radius: 8px;
      margin: 5px;
      cursor: pointer;
      transition: all 0.3s ease;
      background-color: white;
      color: black;
    }

    .slot-btn:hover,
    .slot-btn.active {
      background-color: #198754;
      color: #fff;
    }

/* session msg */
   .flash-message {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  padding: 15px 20px;
  /*background-color: #28a745;*/
  /*color: #fff;*/
  /*border-radius: 8px;*/
  /*font-size: 14px;*/
  /*box-shadow: 0 4px 8px rgba(0,0,0,0.2);*/
  /*max-width: 300px;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flash-message .close-btn {
  cursor: pointer;
  margin-left: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 576px) {
  .flash-message {
    right: 10px;
    left: 10px;
    font-size: 13px;
  }
}

/* footer */

 .mobile-bottom-nav i {
            font-size: 40px;
            color: var(--theme-color);
        }

.mobile-bottom-nav {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: white;
      border-top: 1px solid #ddd;
      z-index: 1030;
    }

    .mobile-bottom-nav .nav-item {
      flex: 1;
      text-align: center;
      font-size: 12px;
      color: #222;
      padding: 6px 0;
    }

    .mobile-bottom-nav .nav-link {
      color: #000;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .mobile-bottom-nav .nav-link .bi {
      font-size: 20px;
      margin-bottom: 2px;
    }

    .deal-badge {
      font-size: 10px;
      background-color: orangered;
      color: white;
      padding: 1px 4px;
      border-radius: 3px;
      position: absolute;
      top: 5px;
      right: 20px;
    }

    @media (min-width: 576px) {
      .mobile-bottom-nav {
        display: none;
      }
    }


    .order-card {
      background-color: white;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      padding: 20px;
      margin-bottom: 20px;
    }
    .order-status {
      background-color: #37d3a8;
      color: white;
      font-weight: 600;
      font-size: 14px;
      padding: 5px 15px;
      border-radius: 5px;
    }
    .payment-status {
      color: red;
      font-weight: 600;
      font-size: 14px;
    }
    .location-text {
      font-size: 14px;
      color: #333;
    }


      .payment-container {
            max-width: 500px;
            margin: 40px auto;
            background-color: #ffffff;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        }

        .payment-container h3 {
            margin-bottom: 25px;
            text-align: center;
            font-weight: bold;
            color: #343a40;
        }

        #result p {
            color: red;
        }

        .btn-submit {
            width: 100%;
        }

                .success-container {
            max-width: 500px;
            margin: 60px auto;
            background-color: #ffffff;
            border-radius: 10px;
            padding: 40px 30px;
            box-shadow: 0 0 20px rgba(0,0,0,0.05);
            text-align: center;
        }

        .success-icon {
            font-size: 50px;
            color: #28a745;
        }

        .success-text {
            margin-top: 20px;
            font-size: 20px;
            font-weight: 600;
            color: #343a40;
        }

        .btn-home {
            margin-top: 25px;
        }

          .register-wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
  }

  .form-control {
    border-radius: 8px;
  }

  .btn-register {
    background-color: var(--theme-color);
    color: white;
    border-radius: 8px;
    font-weight: 500;
    padding: 10px 0;
  }

  .btn-register:hover {
    background-color: #0056b3;
  }

  .form-label {
    font-weight: 500;
  }

  .terms {
    font-size: 13px;
  }

  .country-select {
    border-radius: 8px;
  }

  .login-card {
  border: none;
  border-radius: 12px;
  background: #ffffff;
  transition: transform 0.3s ease;
}

.login-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.custom-input {
  border-radius: 10px;
  padding: 12px;
  font-size: 15px;
  border: 1px solid #ccc;
}

.btn-login {
  background-color: var(--theme-color);
  border-radius: 10px;
  padding: 10px;
  color: white;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-login:hover {
  background-color: #0056b3;
}

 .pagination a, .pagination strong {
    margin: 0 5px;
    padding: 8px 14px;
    text-decoration: none;
    border: 1px solid #dee2e6;
    color: var(--theme-color);
    border-radius: 6px;
  }

  .pagination strong {
    background-color: var(--theme-color);
    color: white;
    border-color: var(--theme-color);
  }

  .pagination a:hover {
    background-color: #e9ecef;
    color: #0a58ca;
  }

  .card-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
  }

  .card-text {
    flex-grow: 1;
  }
  
  
    .login-box {
      max-width: 1000px;
      margin: 2% auto;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      overflow: hidden;
    }

    .form-control:focus {
      border-color: var(--theme-color);
      box-shadow: 0 0 0 0.2rem rgba(0, 184, 148, 0.25);
    }

    .btn-theme {
      background-color: var(--theme-color);
      color: #fff;
    }

    .btn-theme:hover {
      background-color: #00a17a;
    }

    .illustration {
      background: #f9f9f9;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 2rem;
    }

    @media (max-width: 768px) {
      .illustration {
        display: none;
      }
    }

    .form-section {
      padding: 2rem;
    }

    .form-section h2 {
      font-weight: 600;
    }

    .form-section a {
      color: var(--theme-color);
      text-decoration: none;
    }

    .form-section a:hover {
      text-decoration: underline;
    }
    
    
      .sidebar {
      border-right: 1px solid #eee;
      min-height: 100%;
    }

    .profile-pic-wrapper {
      position: relative;
      width: 90px;
      height: 90px;
      margin: auto;
    }

    .profile-pic-wrapper img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid #ccc;
    }

    .profile-pic-wrapper .camera-icon {
      position: absolute;
      bottom: 0;
      right: 0;
      background: var(--theme-color);
      color: white;
      border-radius: 50%;
      padding: 5px;
      font-size: 14px;
    }

    .nav-link {
      color: #000!important;
      font-weight: 500;
      padding: 10px 15px;
    }

    .nav-link.active,
    .nav-link:hover {
      color: var(--theme-color) !important;
    }

    .form-section-title {
      font-weight: 600;
      text-align: center;
      color: var(--theme-color);
      border-bottom: 2px solid var(--theme-color);
      margin-bottom: 25px;
    }


    @media (max-width: 768px) {
      .row-cols-md-2 > * {
        width: 100%;
      }
    }
    
    /*address secctio*/
    
    .edit-btn {
      color: var(--theme-color);
      cursor: pointer;
    }
.address-list .card-title {
    color: var(--theme-color);
    font-weight: 600;
}

    .button-scroll-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
}
.button-scroll-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.button-scroll {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
}

.btn-add-address {
    background: linear-gradient(135deg, var(--theme-color), #2e87d4);
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.btn-add-address:hover {
    background: linear-gradient(135deg, #2e87d4, var(--theme-color));
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(56, 165, 244, 0.5);
}
@media (max-width: 576px) {
    .btn-add-address {
        padding: 10px 16px;
        font-size: 0.95rem;
    }
}

   /*END address secctio*/
    
   