.accounts-section {
  padding: 0px 20px;
  font-family: 'Segoe UI', sans-serif;
  background: #f0f0f0;
}

.section-header {
  text-align: left;
  padding: 0px 40px;
  margin-bottom: 30px;
}
.section-header h2 {
 font-family: Georgia;
font-weight: 700;
font-size: 40px;
line-height: 54px;
letter-spacing: 0%;
color: #464646;
}
.section-header p {
  font-family: Raleway;
font-weight: 400;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
  color: #878787;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.search-bar {
    flex: 1;
  max-width: 400px;
  padding: 10px;
  font-size: 14px;
  margin-left: 40px;
  border: none;
  border-radius: 5px;
}
.sort-bar {
    background-color: #ffffff;
    padding: 10px;
  display: flex;
  gap: 10px;
  border-radius: 5px;
  align-items: center;
  margin-right: 40px;
}
.sort-bar select {
  padding: 8px;
font-family: Raleway;
font-weight: 500;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
vertical-align: bottom;
color: #878787;
border: 1px solid #878787;
border-radius: 5px;
}

.content-area {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 40px;
}

/* Filter Panel */
.filter-panel {
  flex: 1;
  min-width: 250px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}
.filter-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.filter-header .reset-link{
       color: #02D1D9;
    text-decoration: none;
    padding-top: 15px;
}
.filter-header  h3{
font-family: Raleway;
font-weight: 600;
font-size: 22px;
line-height: 6.17px;
letter-spacing: -0.21px;
vertical-align: middle;
}
.filter-panel label {
  display: block;
font-family: Raleway;
font-weight: 400;
font-size: 18px;
padding: 20px 0px;
line-height: 6.17px;
letter-spacing: -0.21px;
vertical-align: middle;
color: #878787;
  margin: 15px 0 5px;
  
}
.filter-row {
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
}
.range-follower{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #02D1D9;
}
.filter-row input {
  flex: 1;
  padding: 8px;
  color: #878787;
  border: 1px solid #D0D5DD;
  border-radius: 5px;
}
.range-slider {
  width: 100%;
}
.range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: #02D1D9;
  border-radius: 5px;
  outline: none;
}
.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #02D1D9; /* blue thumb */
  border-radius: 50%;
  cursor: pointer;
  border: none;
  margin-top: -6px; /* aligns thumb with track */
}
.range-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #02D1D9;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

/* Track color for WebKit */
.range-slider::-webkit-slider-runnable-track {
  height: 8px;
  background: #02D1D9; /* blue track */
  border-radius: 5px;
}

/* Track color for Firefox */
.range-slider::-moz-range-track {
  height: 8px;
  background: #02D1D9;
  border-radius: 5px;
}
.filter-panel select{
    /* margin-bottom: 20px; */
    width: 100%;
    padding: 12px;
    border:1px solid  #D0D5DD;
    border-radius: 5px;
    color: #878787;
}
.filter-actions {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.reset-btn,
.apply-btn {
  padding: 20px 30px;
  border: none;
  cursor: pointer;
  margin-right: 12px;
  border-radius: 6px;
  font-family: Raleway;
font-weight: 400;
font-size: 14px;
line-height: 19.03px;
letter-spacing: 0%;
text-align: center;

}
.reset-btn {
  background: #F0F0F0;
  color: #02D1D9;
}
.apply-btn {
  background: #02D1D9;
  color: white;
}

/* Cards */
.card-panel {
  flex: 2.5;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 20px;
}

.account-card {
  background: #fff;
  padding: 20px;
  height: auto;
  border-radius: 12px;
  text-align: left;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}
.account_card_head{
    display: flex; 
    justify-content: space-between; 
    align-items: flex-start;
}
.account-card img {
  height: 60px;
  width: 60px;
}
.account-card h4 {
  margin: 10px 0 5px;
  font-family: Raleway;
font-weight: 700;
font-size: 25px;
line-height: 100%;
letter-spacing: 0%;
vertical-align: bottom;
color: #000000;
}
.account-card .verified {
font-family: Raleway;
font-weight: 500;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
vertical-align: bottom;
color: #878787;
text-align: left;

}
.account-card h5{
      font-family: Raleway;
font-weight: 700;
font-size: 25px;
line-height: 100%;
letter-spacing: 0%;
vertical-align: bottom;
color: #000000;
padding-top: 20px;
}
.account-card p {
 font-family: Raleway;
font-weight: 500;
font-size: 18px;
line-height: 20px;
letter-spacing: 0%;
vertical-align: bottom;
color: #878787;
}
.meta-info {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-top: 10px;
  font-family: Inter;
font-weight: 500;
font-size: 15px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
vertical-align: bottom;
color: #878787;
}
.account-card hr{
    width: 90%;
    background-color: #878787;
    margin: 40px auto;
}
.price {
  margin-top: 10px;
font-family: Poppins;
font-weight: 600;
font-size: 23px;
line-height: 100%;
letter-spacing: 0%;
text-align: start;
vertical-align: bottom;
color: #02D1D9;
}
.price span {
  color: #02D1D9;
}
.buy-now {
  margin-top: 10px;
  background: #02D1D9;
  color: white;
  font-size:20px;
  border: none;
  text-align: center;
  padding: 15px 20px;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
  .top-bar {
    flex-direction: column;
    gap: 10px;
  }
  .content-area {
    flex-direction: column;
  }
  .sort-bar {
    justify-content: flex-start;
  }
}


 .newsletter-section {
      background-color: #f1f1f1;
      padding: 50px 20px;
      position: relative;
      width:90%;
      margin:auto;

    }

    .newsletter-container {
      max-width: 1390px;
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
    }

    .newsletter-text {
      flex: 1 1 300px;
    }

    .newsletter-text h2 {
      font-family: Georgia;
font-weight: 700;
font-size: 40px;
line-height: 54px;
letter-spacing: 0%;
  margin: 0 0 10px;
      color: #464646;
    }

    .newsletter-text p {
      color: #878787;
     font-family: Raleway;
font-weight: 400;
font-size: 24px;
line-height: 100%;
letter-spacing: 0px;

      margin: 0;
    }

    .newsletter-form {
      display: flex;
      flex: 1 1 300px;
      max-width: 500px;
      background: white;
      border-radius: 6px;
      overflow: hidden;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }

    .newsletter-form input[type="email"] {
      flex: 1;
      padding: 20px 16px;
      border: none;
      font-size: 16px;
      outline: none;
    }

    .newsletter-form button {
    background: linear-gradient(133.82deg, #02D1D9 25.37%, #108589 75.4%);
    border: none;
    color: white;
    position: absolute;
    top: 73px;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    right: 29px;
    border-radius: 9px;
    }

    .newsletter-form button:hover {
      ackground: linear-gradient(133.82deg, #02D1D9 25.37%, #108589 75.4%);
    }

    /* Floating icons */
    .floating-icons {
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 15px;
      margin-top: 17px;
    }

    .floating-icons .icon {
      background: #02D1D9;
      color: white;
      padding: 12px;
      border-radius: 50%;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      cursor: pointer;
        position: relative;
    bottom: 78px;
    right: 67px;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .newsletter-container {
        flex-direction: column;
        text-align: center;
      }

      .floating-icons {
        display: none;
      }

      .newsletter-form {
        margin: 20px auto 0;
      }
      .section-header h2 {
    font-family: Georgia;
    font-weight: 700;
    font-size: 26px !important;
    line-height: 34px;
    letter-spacing: 0%;
    color: #464646;
}
.section-header{
  padding: 0px 10px !important;
}
.section-header h2{
  font-size: 26px !important;
    line-height: 40px !important;
}
.section-header p{
  font-size: 22px !important;
}
.sort-bar{
  margin-left: 14px !important;
  margin-right: 0px !important;
}
.search-bar{
  margin-left: 14px !important;
}
.filter-panel{
  width: 90% !important;
}
.content-area{
  padding: 0px !important;
}
.filter-row input{
  width: 12px !important;
}
.newsletter-text h2{
  margin: 14px 0 10px !important;
}
.newsletter-form button{
  top: 228px !important;
}
    }





.container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  max-width: 1400px;
  margin: auto;
}

.cart-section, .sidebar {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  flex: 1;
  min-width: 300px;
}

.cart-section {
  flex: 2;
}

h3, h4 {
font-weight: 700;
font-size: 18px;
line-height: 24px;
letter-spacing: 0%;

  font-weight: 600;
  color: #464646;
}

.cart-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.cart-table th, .cart-table td {
  padding: 12px 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  color: #878787;
}

.cart-table td img {
  vertical-align: middle;
  width: 24px;
  margin-right: 8px;
}

.strikethrough {
  text-decoration: line-through;
  color: #999;
  margin-right: 5px;
}

.cart-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.back-btn, .update-btn, .checkout-btn, .apply-btn {
  background: transparent;
  border: 1px solid #02D1D9;
  color: #02D1D9;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}

.back-btn:hover, .update-btn:hover, .checkout-btn:hover, .apply-btn:hover {
  background: #02D1D9;
  color: white;
}

.checkout-btn {
  width: 100%;
  background: #02D1D9;
  color: white;
  font-weight: bold;
  margin-top: 20px;
  font-size: 14px;
    padding: 16px;
}

.sidebar {
  flex: 1;
}

.totals-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.totals-box ul li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.total-amount {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
.totals-box ul li span{
    color:#878787;
}
.totals-box ul li strong{
   color:#191C1F;
}
.coupon-box {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  border-radius: 6px;
}

.coupon-box input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.apply-btn {
  width: 100%;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .cart-actions {
    flex-direction: column;
    gap: 10px;
  }

  .checkout-btn, .apply-btn {
    font-size: 14px;
  }
}
   