.container-tabs {
    /* max-width: 800px; */
    margin-bottom: 20px;
    /* font-family: sans-serif; */
}

.button-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.button-expand-x {
    flex: 1;
    cursor: pointer;
    background-color: #101013;
    border: 1px solid #1c1b1b;
    /* border-radius: 4px; */
    text-align: center;
    transition: background-color 0.3s ease;
    color: white;
    padding: 15px;
}

.button-expand-x.active {
    background-color: #09090a;
    color: white;
    font-weight: bold;
}

.tab-content {
    min-height: 200px;
    /* padding: 20px; */
    /* border: 1px solid #141414; */
    display: none;
    animation: fadeIn 0.4s ease;
    /* border-radius: 4px; */
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.serverlist-table {
    background: #101013;
    /* padding: 10px; */
    margin: 10px 0px;
    border: 1px solid #1c1b1b;
    border-radius: 4px;
}

.serverlisthead {
    font-size: 16.0px;
    font-weight: bold;
    padding: 15px;
    border-bottom: 1px solid #1c1b1b;
}

.serverlist-content {
    padding: 15px;
}


.faheads {
    font-weight: bold;
    margin-right: 14px;
    font-size: 14px;
    background: #101013;
    width: 34px;
    height: 34px;
    border-radius: 42px;
    /* line-height: 23px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #1c1b1b;
    color: #818181;
}
.servers-row {
    padding: 5px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #141519;
    border-radius: 7px;
}

.serverhead1 {
    display: flex;
    align-items: center;
    width: 10%;
}

.servermiddle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 25%;
}
.serverendbtn {
    display: flex;
    align-items: center;
}






.servlightonoff {
    background-color: #60AF20;
    box-shadow: 0 0 20px rgba(96, 175, 32, 0.7), 0 0 0 4px rgba(96, 175, 32, 0.2);
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 64px;
    margin-left: 11px;
    margin-right: 15px;
}


.servicon {
    margin-left: 0px;
    width: 16px;
    height: 19px !important;
    margin-right: 20px;
}

.servmode {
    font-size: 15px;
    font-weight: 700;
    color: #808080;
    /* text-shadow: 0 0 #000000; */
}

.servplaybtn
 {
    background-color: rgb(54 64 80);
    display: block;
    /* width: 28px; */
    /* height: 28px; */
    text-align: center;
    /* line-height: 12px; */
    border-radius: var(--sp-10);
    transition: all 0.2s linear;
    vertical-align: middle;
    border-radius: 50px;
    padding: 10px 9px 10px 11px;
    /* margin-right: 15px; */
}

.servdns {
    font-size: 15px;
    font-weight: 700;
    color: #808080;
    margin-right: 20px;
}

.servip {
    font-size: 15px;
    font-weight: 700;
    color: #808080;
    margin-left: 20px;
}


.servbtnrows {
    display: flex;
    align-items: center;
    margin-left: 25px;
}


.servimgx {
    margin-right: 20px;
}
























/* General */
.hosting-wrapper {
    font-family: 'Segoe UI', sans-serif;
    padding: 0rem;
    max-width: 1600px;
    margin: auto;
    color: inherit;
}

.header-image img {
  width: 100%;
  max-height: 400px;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 2rem;
}

.cards-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow-x: auto;
    /* gap: 1.5rem; */
    margin-bottom: 3rem;
    padding: 20px;
}

.hosting-card {
    background-color: #141519;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding: 1.5rem;
    min-width: 230px;
    max-width: 232px;
    flex-shrink: 0;
    transition: 0.3s ease;
}

.card1:hover { box-shadow: 0 0 20px #00ff88; }
.card2:hover { box-shadow: 0 0 20px #00cfff; }
.card3:hover { box-shadow: 0 0 20px #ffaa00; }
.card4:hover { box-shadow: 0 0 20px #ff00aa; }
.card5:hover { box-shadow: 0 0 20px #ff5555; }

.card-top {
  text-align: center;
}

.card-top h3 {
  margin-top: 0.5rem;
}

.avatar {
    width: 224px;
    height: 129px;
    border-radius: 4px;
    border: 2px solid #1b1c20;
    object-fit: cover;
}

ul {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}

ul li.svinfo {
    display: flex;
    align-items: center;
    padding: 7px;
    gap: 0.5rem;
    text-align: center;
    justify-content: flex-start;
    background: #1b1c20;
    margin-bottom: 5px;
    border-radius: 5px;
}

ul li i {
  color: #00ff88;
}

.extra-content {
  display: none;
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #ccc;
}

.card-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.toggle-btn, .buy-btn {
  padding: 0.5rem 1rem;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.toggle-btn {
  background: #e0e0e0;
  color: #333;
}

.buy-btn {
  background: #00ff88;
  color: #000;
}

.promo, .announcement, .changelog {
    background-color: #141519;
    padding: 1rem 2rem;
    margin: 2rem 0;
    border-left: 6px solid #2c2d30 !important;
    border-radius: 6px;
    border: 1px solid #2c2d30;
}

.promo h2, .announcement h2, .changelog h3 {
  margin-bottom: 0.5rem;
}

.changelog ul {
  padding-left: 1rem;
  list-style-type: none;
}

.changelog ul li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: 0.5rem;
  color: #00ff88;
}

.profiiconlogo {
    justify-self: center;
}


		