  :root {
    --card-radius: 14px;
    --muted: #6c757d;
    --accent: #2DA8F6;
    --success: #19A974;
    --shadow: 0 8px 30px rgba(15, 23, 42, .06);
  }

  body {
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    background: #fafafa;
    color: #111;
  }

  .page {
    /* padding: 48px 24px;
      max-width: 1200px; */
    margin: 60px auto;
  }

  /* Top cart box */
  .cart-box {
    background: #fff;
    border-radius: var(--card-radius);
    padding: 22px;
    box-shadow: var(--shadow);
  }

  .cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
  }

  .clear-cart-btn {
    background: #fff;
    border: 1px solid #e6e9ee;
    color: #333;
    padding: 6px 12px;
    border-radius: 999px;
  }

  /* Cart item */
  .cart-item {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eef0f3;
    padding: 18px;
    margin-bottom: 16px;
  }

  .spec-badge {
    display: inline-block;
    background: #f3f6f9;
    border-radius: 8px;
    padding: 6px 8px;
    font-size: 13px;
    color: #555;
    margin-right: 8px;
  }

  .chip {
    display: inline-block;
    padding: 6px 8px;
    background: #fff3e8;
    border-radius: 10px;
    border: 1px solid #f1cfae;
    font-size: 12px;
    margin-right: 8px;
  }

  .os-badge {
    display: inline-block;
    background: #fbeaff;
    border-radius: 10px;
    padding: 6px 10px;
    border: 1px solid #f0d5f0;
    font-size: 13px;
    color: #7a3d7a;
  }

  .cart-item .remove-btn {
    background: transparent;
    border: none;
    color: #9aa0a6;
  }

  /* right summary */
  .promo-box {
    display: flex;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 7px 10px;
  }

  .promo-box input {
    border: none;
    flex: 1;
    outline: none;
  }

  .promo-box button {
    border-radius: 10px;
    border: 1px solid #34A4F5;
    background: transparent;
    color: #34A4F5;
    font-weight: 500;
    padding: 5px 20px;
    transition: 0.3s;
  }

  .promo-box button:hover {
    background: #34A4F5;
    color: #fff;
  }

  .order-summary {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    border: 1px solid #dedbdb;
  }

  .order-summary h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #dedbdb;
    padding: 15px;
    text-align: center;
  }

  .summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 15px;
    color: #333;
  }

  .summary-total {
    font-size: 20px;
    font-weight: 500;
    color: #28a745;
  }

  .btn-continue {
    display: block;
    width: 55%;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    background: #34A4F5;
    color: white;
    border-radius: 10px;
    border: none;
    transition: 0.3s;
  }

  .btn-top-top {
    justify-content: center;
    display: flex;
    position: relative;
    top: 21px;
  }

  .btn-continue:hover {
    background: #2489d7;
  }

  /* section headings */
  .section-title {
    font-weight: 700;
    margin-top: 22px;
    margin-bottom: 12px;
  }

  /* add addons card style */
  .addon-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eef0f3;
    padding: 14px;
    margin-bottom: 12px;
    display: flex;
    gap: 12px;
    align-items: center;
  }

  .addon-card small {
    color: var(--muted);
  }

  /* checkout button style */
  .btn-continue {
    display: block;
    width: 55%;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    background: #34A4F5;
    color: white;
    border-radius: 10px;
    border: none;
    transition: 0.3s;
  }


  /* small helper */
  .muted {
    color: var(--muted);
    font-size: 14px;
  }

  .cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .clear-btn {
    border: 1px solid #ddd;
    border-radius: 25px;
    padding: 4px 14px;
    font-size: 14px;
    background: transparent;
  }

  .server-card {
    border: 1px solid #e2dbdb;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    /* padding: 20px; */
    margin: 12px auto;
    max-width: 800px;
  }

  .server-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
    padding: 14px 25px;
    border-bottom: 1px solid #dfdcdc;
  }

  .spec-badge {
    border: 1px solid #f2a900;
    border-radius: 8px;
    padding: 3px 8px;
    font-size: 12px;
    margin-right: 6px;
    display: inline-block;
    background: #fff;
  }

  .col-yelo {
    color: #f2a900;
  }

  .os-badge {
    width: fit-content;
    background: none;
    border: 1px solid #e573d3;
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 13px;
    margin-top: 6px;
    display: inline-block;
    text-align: center;
    height: fit-content;
  }

  .n-bbrder {
    border-bottom: 1px solid #dfdcdc;
  }

  .price-box {
    text-align: center;
    font-weight: bold;
    padding-top: 64px;
    border-left: 1px solid #dfdcdc;
    border-bottom: 1px solid #dfdcdc;
  }

  .price-box h3 {
    font-size: 26px;
    margin: 0;
  }

  .price-box span {
    display: block;
    font-size: 14px;
    color: #28a745;
  }

  .more-info {
    margin-top: 15px;
    font-size: 14px;
    color: #555;
  }

  .more-info b {
    font-weight: 600;
  }

  .more-infopp {
    font-family: sans-serif;
    color: #cccccc;
    font-size: medium;
  }

  .form-sectionn {
    max-width: 900px;
    margin: auto;
    border-radius: 12px;
    padding: 30px 40px;
  }

  .form-sectionn h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
  }

  .form-groupn {
    margin-bottom: 30px;
  }

  /* Row + Col layout only for inline fields */
  .rown {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }

 .label-inlinen {
    font-size: 15px;
    font-weight: 600;
    font-family: system-ui;
    color: #111;
}

  .coln {
    flex: 1;
    min-width: 220px;
  }

  /* Normal section labels (above inputs) */
  .form-groupn>label {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
    color: #111;
  }
.inpt-cc {
      border-color: #34a4f5!important;
    color: #34a4f5!important;
}
  .input-customm {
    outline: none;
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    background: #fff;
    color: #333;
    appearance: none;
  }

  .dropdownn {
    position: relative;
    width: 100%;
  }
.dropdown-n {
  position: relative;
}
  .dropdown-n::after {
    content: "▾";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #777;
    pointer-events: none;
  }
  .dropdownn::after {
    content: "▾";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #777;
    pointer-events: none;
  }

.lbl-txtn {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
    color: #5c5959;
}
  hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid gray!important;
    opacity: .25;
  }

  /* Addon Card */
  .addon-cardn {
    border: 2px solid #dadada;
    border-radius: 12px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fafafa;
  }

  .addon-cardn h4 {
    font-size: 21px;
    font-weight: 600;
  }

  .addon-cardn p {
    color: #96989a;
    font-size: 13px;
    margin-bottom: 4px;
  }

  .addon-cardn a {
    color: #34a4f5 !important;
    font-size: 14px !important;
  }

  .addon-cardn img {
    width: 90px;
    height: 90px;
  }

  .addon-contentn {
    flex: 1;
  }

  .addon-content h4 {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 8px;
  }

  .addon-contentn p {
    font-size: 14px;
    margin: 0 0 8px;
    color: #555;
    line-height: 1.5;
  }

  .addon-contentn a {
    font-size: 14px;
    color: #0071e3;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
  }

  .addon-optionsn {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
  }

  .addon-optionsn label {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
  }

  .addon-pricen {
    font-size: 15px;
    font-weight: 600;
    margin-left: auto;
    color: #111;
  }

  /* Responsive */
  @media (max-width: 600px) {
    .rown {
      flex-direction: column;
      align-items: flex-start;
    }

    .label-inlinen {
      min-width: 100%;
    }

    .addon-cardn {
      flex-direction: column;
      align-items: flex-start;
    }

    .addon-pricen {
      margin-left: 0;
      margin-top: 10px;
    }
  }