.pagination .page-item.active>.page-link {
  background-color: #40bb60;
  border: 1px solid #40bb60;
  color: #fff;
}

.pagination .page-item>.page-link {
  color: #40bb60;
}

.amrioptable thead tr th,
.amrioptable tbody tr td {
  text-align: left
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  background: #3FBB60;
}

.select2-container--bootstrap-5 {
  width: 100%
}

.landing-bx {
  border-radius: 16px;
  max-height: 170px;
  height: 160px;
}

.landing-block1 {
  background: #FFF4DE;
}

.landing-block2 {
  background: #FFE2E6;
}

.landing-block3 {
  background: #E9FCFF;
}

.landing-bx p {
  font-size: 1rem;
}

#navbarSupportedContent.navbar-collapse {
  flex-grow: unset;
}

/* Enhanced Tooltip Styles */
.tooltip {
  font-size: 0.8rem;
  z-index: 1060;
}

.tooltip-inner {
  background-color: #343a40;
  color: white;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  max-width: 280px;
  text-align: left;
  line-height: 1.4;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #343a40;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #343a40;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #343a40;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #343a40;
}

.signup-wrapper {
  min-height: 100vh;
  /* Fill the viewport height */
  display: flex;
  align-items: center;
  /* Vertical center */
  justify-content: center;
  /* Horizontal center (optional) */
}

.mobile-info-card {
  margin-top: 1rem;
}

.info-card {
  background-color: #DEE2E6;
  color: #6C757D;
  padding: 1rem;
  border-radius: 8px;
  font-size: 0.85rem;
  line-height: 1.4;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Floating pill button */
#list-carousel .pill {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  background: var(--accent-green);
  color: white;
  padding: .6rem 1.1rem;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(37, 121, 64, 0.18);
  transform: translateY(-40px);
  width: fit-content;
}

#list-carousel .pill .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

#list-carousel .content-card {
  margin-top: 10px;
  background: var(--card-bg);
  border-radius: var(--card-radius);
  padding: 28px 30px;
  backdrop-filter: blur(8px) saturate(1.1);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.45);
  margin-bottom: 40px;
}

#list-carousel .content-title {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: var(--muted-white);
}

#list-carousel .check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#list-carousel .check-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-size: .97rem;
}

#list-carousel .check-icon {
  min-width: 34px;
  min-height: 34px;
  border-radius: 50%;
  background: rgba(70, 192, 107, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-green);
  border: 2px solid rgba(70, 192, 107, 0.12);
  margin-top: 4px;
  flex: 0 0 34px;
}

/* Pagination bar (3 segments) */
#list-carousel .custom-pagination {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
  width: 160px;
}

#list-carousel .custom-pagination .segment {
  flex: 1;
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.25);
}

#list-carousel .custom-pagination .segment.active {
  background: linear-gradient(90deg, rgba(69, 192, 107, 1) 0%, rgba(54, 166, 90, 1) 100%);
  box-shadow: 0 4px 12px rgba(69, 192, 107, 0.18);
}

/* small stepper under card to match mock */
#list-carousel .bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

/* Make Swiper slide content vertically aligned */
#list-carousel .swiper-slide {
  display: block;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .container-custom {
    padding: 0 10px;
  }

  .pill {
    transform: translateY(-20px);
    font-size: .95rem;
  }

  #list-carousel .content-title {
    font-size: 1.25rem;
  }

  .hero {
    padding: 28px 16px;
    align-items: flex-end;
  }
}

/* New Design Changes Start Here */
/* Header Bar Styling */
.header-bar {
  background: #F8F9FA;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-info {
  display: flex;
  gap: 10px;
}

.header-info h5 {
  color: #111827;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 18px;
}

.header-info p {
  color: #6B7280;
  margin: 0;
  font-size: 14px;
}

.create-folder-btn {
  background: #3FBB60;
  border: none;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.create-folder-btn:hover {
  background: #369951;
  transform: translateY(-1px);
  color: white;
}

/* Card Styling */
.card {
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: 1px solid #F3F4F6;
}

.card:hover {
  /* transform: translateY(-2px); */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

/* Save Trees Section */
.save-trees-section {
  text-align: center;
  padding: 60px 20px;
}

.save-trees-section h3 {
  color: #111827;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 24px;
}

.save-trees-section p {
  color: #6B7280;
  font-size: 16px;
  line-height: 1.5;
  max-width: 500px;
  margin: 0 auto;
}

/* Responsive */
/* Mobile Navigation Styles */
@media (max-width: 768px) {
  .create-folder-btn {
    width: 100%;
    justify-content: center;
  }

  .desktop-nav .nav-tabs,
  .mobile-nav-wrapper .nav-item {
    border-bottom: none;
    background: #fff;
    border-radius: 0;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
  }

  .mobile-nav-container {
    position: relative;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }

  .mobile-nav-wrapper {
    display: flex;
    transition: transform 0.3s ease;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }

  .mobile-nav-wrapper:active {
    cursor: grabbing;
  }

  .desktop-nav .nav-item,
  .mobile-nav-wrapper .nav-item {
    flex: 0 0 33.333%;
    min-width: 50%;
    background-color: transparent;
  }

  .desktop-nav .nav-tabs .nav-link,
  .mobile-nav-wrapper .nav-item .nav-link {
    border: none;
    border-radius: 0 !important;
    color: #6B7280;
    font-weight: 500;
    padding: 12px 8px;
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
  }

  .desktop-nav .nav-tabs .nav-link.active,
  .mobile-nav-wrapper .nav-item .nav-link.active {
    background-color: #ECF8EF;
    color: #3FBB60;
    border-radius: 0;
    font-weight: 600;
  }

  .desktop-nav .nav-tabs .nav-link i,
  .mobile-nav-wrapper .nav-item .nav-link i {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 4px;
  }

  /* Navigation dots */
  .nav-dots {
    display: flex;
    justify-content: center;
    margin-top: 8px;
    gap: 6px;
  }

  .nav-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #D1D5DB;
    transition: background-color 0.3s ease;
    cursor: pointer;
  }

  .header-content {
    flex-direction: column;
    gap: 20px;
  }

  .save-trees-section {
    padding: 40px 15px;
  }

  .save-trees-section h3 {
    font-size: 20px;
  }

  .mobile-nav-container {
    display: block;
  }

  .desktop-nav {
    display: none;
  }
}

/* Desktop Navigation Styles */
@media (min-width: 769px) {
  .mobile-nav-container {
    display: none;
  }

  .desktop-nav {
    display: block;
  }

  /* Top nav tabs */
  .desktop-nav .nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    background: #fff;
    align-items: center;
  }

  .desktop-nav li.nav-item,
  .mobile-nav-wrapper li.nav-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex: 1 0 0;
    background-color: #f1f1f1;
  }

  .desktop-nav .nav-tabs .nav-link {
    border-left: 2px solid #DEE2E6;
    border-radius: 0 !important;
    color: #777;
    font-weight: 400;
    padding: 8px;
    width: 100%;
    background-color: #f1f1f1;
  }

  .desktop-nav .nav-tabs .nav-link.active {
    background-color: #ECF8EF;
    color: #3FBB60;
    border-radius: 6px;
    border-top: 2px solid #3FBB60;
  }

  .desktop-nav .nav-tabs .nav-link i {
    display: block;
    /* font-size: 1.2rem; */
  }
}

.dropdown-wrapper {
  position: relative;
  flex: 1;
}

.select-with-icon {
  padding-left: 45px !important;
}

.select-with-icon option {
  padding-left: 20px;
}

.dropdown-wrapper::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}
.store-wrapper::before {
  background-image: url('../img/select-store-icon.svg');
}
.category-wrapper::before {
  background-image: url('../img/select-category-icon.svg');
}
.location-wrapper::before {
  background-image: url('../img/select-location-icon.svg');
}
.folder-wrapper::before {
  background-image: url('../img/select-folder-icon.svg');
}