  .builder-section {
    padding: 60px 0;
  }

  .swiper-pagination-bullet-active {
    background: #34a4f5 !important;
  }

  .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1 !important;
  }

  .custom-slide-jass {
    height: 380px;
  }

.server-card {
    background-image: url('../../images/1466.png');
    border-radius: 20px;
    padding: 30px;
    color: #fff;
    position: relative;
    min-height: 550px;
}

  .server-step {
    background: #F2F2F233;
    border-radius: 16px;
    padding: 9px 20px;
    margin-bottom: 15px;
    margin-left: 8px;
    margin-right: 8px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
    font-family: system-ui;
  }

  .server-step span {
    font-size: 16px;
    background: #2b905f99;
    padding: 8px 62px;
    border-radius: 21px;
  }

  .price-box {
    background: #348352;
    border-radius: 20px;
    padding: 15px;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  /* Make Swiper slide vertically */
  .swiper-wrapper {
    flex-direction: column !important;
  }
 
  .swiper-pagination {
    right: 0px;
    left: auto;
  }

  .form-section h1 {
    font-size: 38px;
    font-family: system-ui;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .form-section p {
    color: #9d9d9d;
    margin-bottom: 25px;
    font-size: medium;
  }

  .counter-box {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .core-boxx {
    border: 1px solid #34a4f5;
    background: #fff;
    border-radius: 12px;
    padding: 7px 14px;
    color: gray;
  }

  .counter-box button {
    border: 1px solid #34a4f5;
    background: #fff;
    border-radius: 35%;
    width: 41px;
    font-size: 25px;
    color: #34a4f5;
    height: 38px;
    text-align: center;
  }

  .addons button {
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 8px 15px;
    background: #fff;
    font-size: 14px;
    text-align: left;
    color: gray;
  }

  .action-buttons {
    margin-top: 30px;
  }

  .bookmark-i {
    font-size: x-large;
    color: #34a4f5;
  }

  .fnt-color {
    color: #34a4f5;
  }

  .btn-customm {
    background-color: #34a4f5 !important;
  }

  .btn-outline-custom {
    border: 1px solid #34a4f5 !important;
  }

  .action-buttons .btn {
    border-radius: 12px;
    padding: 10px 12px;
    font-weight: 600;
  }

  .customm-server-btn {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #34a4f5 !important;
  }

  .lblable {
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
  }

  input.form-control::placeholder {
    color: #aba9a9;
    font-size: small;
  }

  hr {
    margin: 1.5rem 0;
    color: #9f9d9d !important;
    border: 2px;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
  }

  span.VDS-txt {
    color: #34a4f5;
  }

  select.form-select {
    color: #aba9a9;
    font-size: small;
  }

  .text-custom {
    font-size: 17px;
    color: #bababa;
  }

  .ram-valBox {
    border: 1px solid #34a4f5;
    background: #fff;
    border-radius: 13px;
    padding: 8px 14px;
    color: gray;
  }

  a {
    color: white;
    text-decoration: none;
  }