/********************************** Hero Area ************************************/

.hero-area {
    margin: 0;
    max-width: 100%;
    gap: 0.1rem;
    align-items: center;
}

.hero-area div:first-child {
    padding-right: 2rem;
}

.right {
    margin-top: 0 !important;
}

.hero-head {
    background: #F36E45;
    border-radius: 5px;
    padding: 2px 8px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.right h2 {
    color: #000000;
    font-size: 60px;
    margin-top: 10px;
    line-height: 1.15;
}

.hero-features {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    max-width: 600px;
    display: block;
    margin: 10px 0;
}

.hero-features li {
    margin-bottom: 8px;
}

.hero-features li:last-child {
    margin-bottom: 0px;
}

.hero-features li i {
    color: #f36e45;
    margin-right: 10px;
}

.hero-price {
    margin-top: 15px;
}

.hero-price span:first-child {
    font-size: 15px;
    color: #000000;
}

.hero-price span:last-child {
    font-size: 40px;
    color: #000000;
    font-weight: 700;
}

.hero-price span:last-child sup {
    font-size: 50%;
    vertical-align: super;
    margin-right: 2px;
    font-weight: 400;
}

.hero-price span:last-child span {
    font-size: 40%;
    font-weight: 400;
}

.hero-btn {
    background: #F36E45;
    box-shadow: none !important;
    margin: 10px 0 0 0;
    border-radius: 10px;
    min-width: auto;
    font-size: 16px;
    padding: 15px 17px;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
}

.hero-btn:hover {
    transform: translate(0px, -1px) scale(1.01);
    cursor: pointer;
}

.hero-area div:last-child img {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* --- Hero Area Responsive --- */

/* Tablet view (≤ 1024px) */
@media (max-width: 1024px) {
    .hero-area {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    
    .hero-area .col-4,
    .hero-area .col-8 {
        width: 100%;
        padding: 0 15px;
    }
    
    .right h2 {
        text-align: center;
    }

    .right {
      text-align: center;
    }
    
    .hero-head {
      display: inline-block;
      margin-bottom: 10px;
    }
    
    .hero-features {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0;
      margin: 10px auto;
      list-style: none;
      width: 100%;
      max-width: 800px;
      box-sizing: border-box;
    }
    
    .hero-features li {
      display: flex;
      align-items: center;
      flex: 1;
      font-size: 15px;
      justify-content: center;
    }
    
    .hero-features li i {
      margin-right: 6px;
      color: #f36e45;
    }

    .hero-price {
      display: flex;
      justify-content: center;
      align-items: baseline;
      gap: 8px;
      margin-top: 15px;
    }
    
    .hero-price span:first-child {
      font-size: 20px;
      color: #000;
    }
    
    .hero-price span:last-child {
      font-size: 32px;
      font-weight: 700;
      color: #000;
    }
    
    .hero-btn {
      display: block;
      margin: 15px auto 0 auto;
    }

}

/* Mobile view (≤ 768px) */
@media (max-width: 768px) {
  .hero-area {
    gap: 1.5rem;
  }
  
  .hero-area div:first-child {
      padding: 0;
  }

  .right h2 {
    font-size: 55px;
  }

  .hero-head {
    font-size: 14px;
  }

  .hero-features {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin: 10px auto;
    text-align: left;
  }

  .hero-features li {
    justify-content: center;
    margin-right: 0;
  }

  .hero-price span:first-child {
    font-size: 20px;
  }

  .hero-price span:last-child {
    font-size: 30px;
  }

  .hero-btn {
    font-size: 14px;
    padding: 12px 18px;
  }

  .hero-area div:last-child img {
    max-height: 400px;
  }
}

/* Small Mobile (≤ 480px) */
@media (max-width: 480px) {
  .right h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .hero-head {
    font-size: 12px;
  }

  .hero-features {
    display: flex;
    flex-direction: column;   /* stack items vertically */
    align-items: center;
    gap: 8px;
    font-size: 13px;
  }

  .hero-features li {
    justify-content: center;
    margin-right: 0;
  }

  .hero-price span:first-child {
    font-size: 12px;
  }

  .hero-price span:last-child {
    font-size: 24px;
  }

  .hero-btn {
    font-size: 13px;
    padding: 10px 15px;
  }

  .hero-area div:last-child img {
    max-height: 300px;
  }
}


/********************************** Powerhouse and Coupon Code ************************************/
#powerhouse-vps h1 {
    text-align: center;
}

#powerhouse-vps p {
    color: #333333;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
}

.cpnCode1 {
    border: 1px dashed #333;
    font-size: 14px;
    padding: 2px 4px;
    font-weight: 600;
}

.price-toggle-container {
    text-align: center;
    margin: 20px 0;
}

/********************************** Tab Links ************************************/

.nav-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #f5f5f5;
  border-radius: 200px;
  overflow: hidden;
  margin: 2rem auto;
}

.tab-link {
  background: #f5f5f5;
  text-align: center;
  padding: 1.2rem 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.tab-link h3 {
  margin: 0;
  font-size: 1rem;
  color: #333;
}

.tab-link p {
  margin: 0.3rem 0 0;
  font-size: 0.85rem;
  color: #777;
  padding: 0;
}

.tab-link.active {
  background: #f36e45;
  color: #fff;
}

.tab-link.active h3,
.tab-link.active p {
  color: #fff;
}

.tab-link:hover:not(.active) {
  background: #e9e9e9;
}

/* --- Responsive Tabs --- */
@media (max-width: 992px) {
  .nav-tabs {
    grid-template-columns: 1fr;
    border-radius: 50px;
    overflow: visible;
    background: transparent;
    gap: 10px;
  }

  .tab-link {
    background: #f5f5f5;
    border-radius: 50px;
    padding: 1rem;
  }

  .tab-link.active {
    background: #f36e45;
    color: #fff;
  }

  .tab-link h3 {
    font-size: 1rem;
  }

  .tab-link p {
    font-size: 0.8rem;
  }
}

@media (max-width: 576px) {
  .tab-link {
    padding: 0.8rem;
  }

  .tab-link h3 {
    font-size: 0.95rem;
  }

  .tab-link p {
    font-size: 0.75rem;
  }
}

/* Section Styling */
.section {
  display: none;
  animation: fadeIn 1s ease-in-out;
}

.section.active {
  display: block;
}

/********************************** Toggle Btns Powerhouse Plan ************************************/
.price-toggle {
  display: inline-flex;
  background: #f3f3f3;
  border-radius: 30px;
  position: relative;
  margin: 15px 0;
  overflow: hidden;
  box-sizing: border-box;
}
.toggle-option {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  position: relative;
  padding: 12px 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font-weight: 600;
  color: #666;
  z-index: 1;
  transition: color 0.3s ease;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  box-sizing: border-box;
  white-space: nowrap;
}
.toggle-option.active {
  color: #fff;
}
.price-toggle::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background: #F36E45;
  border-radius: 25px;
  transition: left 0.3s ease;
  z-index: 0;
}

/* Monthly - default position (left: 0) */
.price-toggle[data-active-period="monthly"]::after {
  left: 0;
}

/* Quarterly - middle position */
.price-toggle[data-active-period="quarterly"]::after {
  left: 100px;
}

/* Annually - right position */
.price-toggle[data-active-period="annually"]::after {
  left: 200px;
}

/********************************** Toggle Btns Premium Plan ************************************/
.price-toggle-2 {
  display: inline-flex;
  background: #f3f3f3;
  border-radius: 30px;
  position: relative;
  margin: 15px 0;
  overflow: hidden;
  box-sizing: border-box;
}

.toggle-option-2 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  position: relative;
  padding: 12px 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font-weight: 600;
  color: #666;
  z-index: 1;
  transition: color 0.3s ease;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  box-sizing: border-box;
}

.toggle-option-2.active {
  color: #fff;
}

/* Highlight background */
.price-toggle-2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0; /* Monthly position */
  height: 100%;
  width: 100px;
  background: #F36E45;
  border-radius: 25px;
  transition: left 0.3s ease;
  z-index: 0;
}

/* QUARTERLY → Move 1 step right (100px) */
.price-toggle-2[data-active-period="quarterly"]::after {
  left: 100px;
}

/* ANNUALLY → Move 2 steps right (200px) */
.price-toggle-2[data-active-period="annually"]::after {
  left: 200px;
}

/* Prevent height jumping in Premium pricing */
.pt__item-2 .pt__row-2:first-child h4 {
  min-height: 79px;       /* enough for monthly + annual layouts */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}



/* Price styling */
.pt__row h4 {
  text-align: center;
  line-height: 1.4;
  transition: opacity 0.3s ease;
}

.price-amount {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  @media (max-width: 991px) {
    display: block;
  }
}

.price-amount-2 {
  font-size: 24px;
  font-weight: 600;
  display: block;
  @media (max-width: 991px) {
    display: block;
  }
}

.price-duration {
  font-size: 14px;
  font-weight: 400;
}

.period-selector {
  padding: 10px 40px 10px 20px;
  border: 2px solid #F36E45;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 20px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  background: white;
  color: #333;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23F36E45' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px;
}

.save-badge {
  display: inline-block;
  margin-top: 4px;
  border: 1px solid #F36E45;
  background: #fff;
  color: #F36E45;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
}

.save-badge-2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #F36E45;
  background: #fff;
  color: #F36E45;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
}

/********************************** VPS Powerhouse Table ************************************/
.pricing__table {
  display: flex;
  margin: 30px 0px 90px 0px;
  @media (max-width: 640px) {
    margin: 60px 15px;
  }
  .pt__title {
    max-width: 25%;
    flex: 1;
    @media (max-width: 991px) {
      max-width: 50%;
    }
    .pt__title__wrap {
      position: relative;
      flex: 1;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 123px 0 0 0;
      font-size: 1.375rem;
      line-height: 1.4;
      text-align: center;
      @media only screen and (min-width: 280px) and (max-width: 359px) {
        font-size: 1.3rem;
        padding: 133px 0 0 0;
      }
      @media only screen and (min-width: 360px) and (max-width: 468px) {
        font-size: 1.3rem;
        padding: 133px 0 0 0;
      }
      @media only screen and (min-width: 469px) and (max-width: 618px) {
        font-size: 1.3rem;
        padding: 133.5px 0 0 0;
      }
      @media only screen and (min-width: 619px) and (max-width: 651px) {
        font-size: 1.3rem;
        padding: 133px 0 0 0;
      }
      @media only screen and (min-width: 652px) and (max-width: 768px) {
        font-size: 1.3rem;
        padding: 133px 0 0 0;
      }
      @media only screen and (min-width: 769px) and (max-width: 991px) {
        font-size: 1.3rem;
        padding: 144px 0 0 0;
      }
      @media only screen and (min-width: 992px) and (max-width: 1024px) {
        font-size: 1.3rem;
        padding: 145px 0 0 0;
      }
      @media (min-width: 1025px) {
        font-size: 1.3rem;
        padding: 156px 0 0 0;
      }
      .pt__row {
        &:first-child {
          border-bottom: 0;
        }
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 18px;
        font-weight: 500;
        min-height: 70px;
        padding-left: 16px;
        padding-right: 16px;
        border-bottom: 1px solid rgba(73, 72, 74, .1);
        text-align: left;
        align-items: flex-start;
        @media (max-width: 991px) {
          padding-left: 32px;
          padding-right: 32px;
        }
        @media (max-width: 640px) {
          padding-left: 15px;
          padding-right: 15px;
          font-size: 16px;
        }
      }
    }
  }
  .pt__option {
    position: relative;
    flex: 1;
    @media (max-width: 991px) {
      max-width: 50%;
    }
    .pt__option__mobile__nav {
      position: absolute;
      z-index: 1;
      top: 0%;
      bottom: auto;
      left: 0%;
      right: auto;
      display: none;
      justify-content: space-between;
      width: 100%;
      @media only screen and (min-width: 280px) and (max-width: 359px) {
        z-index: 2;
        display: flex;
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        justify-content: space-between;
        width: 110%;
        margin-left: -5%;
        margin-top: -13%;
      }
      @media only screen and (min-width: 360px) and (max-width: 468px) {
        z-index: 2;
        display: flex;
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        justify-content: space-between;
        width: 110%;
        margin-left: -5%;
        margin-top: -10%;
      }
      @media only screen and (min-width: 469px) and (max-width: 991px) {
        z-index: 2;
        display: flex;
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        justify-content: space-between;
        width: 110%;
        margin-left: -5%;
      }
      .mobile__nav__btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        color: #fff;
        border-radius: 50%;
        background-color: #f59f84;
        transition: .25s;
        &:hover {
          background-color: #de7352;
        }
        &.swiper-button-disabled {
          background-color: #c0beb6;
          pointer-events: none;
        }
        svg {
          width: 16px;
          color: #faf7f2;
        }
      }
    }
    .pt__option__slider {
      @media (max-width: 991px) {
        overflow: hidden;
      }
    }
    .pt__option__item {
      flex: 1;
      width: auto;
      max-width: 33.3333%;
      margin-right: 0 !important;
      @media (max-width: 991px) {
        width: 100%;
        max-width: none;
        flex: none;
      }
      .pt__item {
        position: relative;
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: flex-start;
        overflow: hidden;
        border-left: 1px solid rgba(73, 72, 74, .1);;
        @media (max-width: 991px) {
          background-color: #fafafa;
        }
        &.recommend {
          background-color: #F36E45;
        }
        &.usual {
          background-color: #fafafa;
        }
        .pt__item__wrap {
          flex: 1;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start;
          text-align: center;
          font-size: 1.375rem;
          line-height: 1.4;
          position: relative;
          @media (max-width: 991px) {
            font-size: 1.3rem;
          }
        }
        .pt__row {
          display: flex;
          flex-direction: column;
          justify-content: center;
          min-height: 70px;
          padding-left: 16px;
          padding-right: 16px;
          font-size: 16px;
          font-weight: 300;
          border-bottom: 1px solid rgba(73, 72, 74, .1);
          &:first-child {
            border-bottom: 0;
            font-size: 16px;
            font-weight: 600;
            white-space: nowrap;
            overflow: hidden;
            padding-left: 8px;
            padding-right: 8px;
            @media (max-width: 640px) {
              font-size: 10px;
              padding-left: 5px;
              padding-right: 5px;
            }
          }
          &:last-child {
            display: inline-flex;
            padding: 20px 15px;
            align-items: center;
            border-bottom: 0;
            a {
              padding: 15px 30px;
              font-weight: 500;
              text-transform: uppercase;
              text-decoration: none;
              color: #fff;
              background-color: #0061FF;
              transition: .25s;
              &:hover {
                background-color: #0057E6;
              }
              @media (max-width: 576px) {
                font-size: 12px;
                padding: 12px 20px;
              }
            }
          }
          @media (max-width: 640px) {
            font-size: 16px;
            font-weight: 400;
          }
        }
      }
    }
  }
}


/********************************** VPS Premium Table ************************************/
.pricing__table-2 {
  display: flex;
  margin: 30px 0px 50px 0px;
  @media (max-width: 640px) {
    margin: 60px 15px;
  }
  .pt__title-2 {
    max-width: 25%;
    flex: 1;
    @media (max-width: 991px) {
      max-width: 50%;
    }
    .pt__title__wrap-2 {
      position: relative;
      flex: 1;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 123px 0 0 0;
      font-size: 1.375rem;
      line-height: 1.4;
      text-align: center;
      @media only screen and (min-width: 280px) and (max-width: 359px) {
        font-size: 1.3rem;
        padding: 163px 0 0 0;
      }
      @media only screen and (min-width: 360px) and (max-width: 468px) {
        font-size: 1.3rem;
        padding: 163px 0 0 0;
      }
      @media only screen and (min-width: 469px) and (max-width: 618px) {
        font-size: 1.3rem;
        padding: 164px 0 0 0;
      }
      @media only screen and (min-width: 619px) and (max-width: 651px) {
        font-size: 1.3rem;
        padding: 164px 0 0 0;
      }
      @media only screen and (min-width: 652px) and (max-width: 768px) {
        font-size: 1.3rem;
        padding: 164px 0 0 0;
      }
      @media only screen and (min-width: 769px) and (max-width: 991px) {
        font-size: 1.3rem;
        padding: 175px 0 0 0;
      }
      @media only screen and (min-width: 992px) and (max-width: 1024px) {
        font-size: 1.3rem;
        padding: 175px 0 0 0;
      }
      @media (min-width: 1025px) {
        font-size: 1.3rem;
        padding: 184px 0 0 0;
      }
      .pt__row-2 {
        &:first-child {
          border-bottom: 0;
        }
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 18px;
        font-weight: 500;
        min-height: 70px;
        padding-left: 16px;
        padding-right: 16px;
        border-bottom: 1px solid rgba(73, 72, 74, .1);
        text-align: left;
        align-items: flex-start;
        @media (max-width: 991px) {
          padding-left: 32px;
          padding-right: 32px;
        }
        @media (max-width: 640px) {
          padding-left: 15px;
          padding-right: 15px;
          font-size: 16px;
        }
      }
    }
  }
  .pt__option-2 {
    position: relative;
    flex: 1;
    @media (max-width: 991px) {
      max-width: 50%;
    }
    .pt__option__mobile__nav-2 {
      position: absolute;
      z-index: 1;
      top: 0%;
      bottom: auto;
      left: 0%;
      right: auto;
      display: none;
      justify-content: space-between;
      width: 100%;
      @media only screen and (min-width: 280px) and (max-width: 359px) {
        z-index: 2;
        display: flex;
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        justify-content: space-between;
        width: 110%;
        margin-left: -5%;
        margin-top: -13%;
      }
      @media only screen and (min-width: 360px) and (max-width: 468px) {
        z-index: 2;
        display: flex;
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        justify-content: space-between;
        width: 110%;
        margin-left: -5%;
        margin-top: -10%;
      }
      @media only screen and (min-width: 469px) and (max-width: 991px) {
        z-index: 2;
        display: flex;
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        justify-content: space-between;
        width: 110%;
        margin-left: -5%;
      }
      .mobile__nav__btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        color: #fff;
        border-radius: 50%;
        background-color: #f59f84;
        transition: .25s;
        &:hover {
          background-color: #de7352;
        }
        &.swiper-button-disabled {
          background-color: #c0beb6;
          pointer-events: none;
        }
        svg {
          width: 16px;
          color: #faf7f2;
        }
      }
    }
    .pt__option__slider-2 {
      @media (max-width: 991px) {
        overflow: hidden;
      }
    }
    .pt__option__item-2 {
      flex: 1;
      width: auto;
      max-width: 33.3333%;
      margin-right: 0 !important;
      @media (max-width: 991px) {
        width: 100%;
        max-width: none;
        flex: none;
      }
      .pt__item-2 {
        position: relative;
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: flex-start;
        overflow: hidden;
        border-left: 1px solid rgba(73, 72, 74, .1);;
        @media (max-width: 991px) {
          background-color: #fafafa;
        }
        &.recommend {
          background-color: #F36E45;
        }
        &.usual {
          background-color: #fafafa;
        }
        .pt__item__wrap-2 {
          flex: 1;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start;
          text-align: center;
          font-size: 1.375rem;
          line-height: 1.4;
          position: relative;
          @media (max-width: 991px) {
            font-size: 1.3rem;
          }
        }
        .pt__row-2 {
          display: flex;
          flex-direction: column;
          justify-content: center;
          min-height: 70px;
          padding-left: 16px;
          padding-right: 16px;
          font-size: 16px;
          font-weight: 300;
          border-bottom: 1px solid rgba(73, 72, 74, .1);
          &:first-child {
            border-bottom: 0;
            font-size: 20px;
            font-weight: 600;
          }
          &:last-child {
            display: inline-flex;
            padding: 20px 15px;
            align-items: center;
            border-bottom: 0;
            a {
              padding: 15px 30px;
              font-weight: 500;
              text-transform: uppercase;
              text-decoration: none;
              color: #fff;
              background-color: #0061FF;
              transition: .25s;
              &:hover {
                background-color: #0057E6;
              }
              @media (max-width: 576px) {
                padding: 12px 20px;
              }
            }
          }
          @media (max-width: 640px) {
            font-size: 16px;
            font-weight: 400;
          }
        }
      }
    }
  }
}

.mobile__nav__btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

/********************************** Every VPS Plan ********************************/

#best-choice {
    background: #fff !important;
}

#best-choice h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 55px;
    color: #000000;
}

/********************************** Build Your VPS ************************************/

.build-vps {
  border: 1px solid rgba(73, 72, 74, 0.1);
  border-radius: 25px;
  padding: 40px 0;
  text-align: center;
  margin: 50px auto 50px auto;
}

.build-vps .wrap {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}

.build-vps h1 {
  font-size: 50px;
  line-height: 1.1;
  margin: 10px 0 0 0;
  color: #333;
}

.fuel-tags {
  margin: 25px 0;
}

.fuel-tags span {
  margin-right: 10px;
}

.fuel-tags .chip {
  display: inline-block;
  background: rgba(243, 110, 69, 0.2);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 17px;
  border: 1px solid rgba(243, 110, 69, 0.3);
  font-weight: 600;
  color: #d95830;
}

.desc {
  color: #333;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.6;
}

/* --- Features Grid --- */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  justify-items: center;
  margin: 20px auto;
  width: 100%;
  box-sizing: border-box;
}

.feature-item {
  width: 100%;
  padding: 20px;
  border: 1px solid rgba(73, 72, 74, 0.1);
  border-width: 0 1px 1px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 160px;
  box-sizing: border-box;
}

/* Remove right border for every 3rd item (3 per row) */
.feature-item:nth-child(3n) {
  border-right: none;
}

/* Remove bottom border for last row (items 4,5,6) */
.feature-item:nth-child(n+4) {
  border-bottom: none;
}

.feature-item h4 {
  margin: 0;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #333;
}

.feature-item i {
  color: #94a3b8;
}

.feature-item p {
  margin: 8px 20px;
  color: #333;
  font-size: 13px;
  padding: 0;
}

/* --- Pricing --- */
.pricing {
  margin-top: 20px;
}

.pricing h4 {
  font-size: 25px;
  font-weight: 700;
  margin: 0;
}

.pricing h4 span {
  font-size: 14px;
  font-weight: 500;
}

/* --- Responsive Fix (Tablet - 2 Columns with Custom Borders) --- */
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 90%;
    margin: 20px auto;
  }

  .feature-item {
    border: none;
    border-bottom: 1px solid rgba(73, 72, 74, 0.1);
  }

  /* 1, 3, 5 → right borders */
  .feature-item:nth-child(1),
  .feature-item:nth-child(3),
  .feature-item:nth-child(5) {
    border-right: 1px solid rgba(73, 72, 74, 0.1);
  }
  
  .feature-item:nth-child(4) {
    border-bottom: 1px solid rgba(73, 72, 74, 0.1);
  }

  /* 5 has right only (remove bottom) */
  .feature-item:nth-child(5) {
    border-bottom: none;
  }

  /* 6 has no borders */
  .feature-item:nth-child(6) {
    border: none;
  }
  
}

/* --- Mobile (1 Column) --- */
@media (max-width: 768px) {
  .build-vps h1 {
    font-size: 36px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    max-width: 95%;
  }

  .feature-item {
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid rgba(73, 72, 74, 0.1);
  }

  /* 1–5 bottom only, 6 none */
  .feature-item:nth-child(6) {
    border-bottom: none !important;
  }
  
  .feature-item:nth-child(5) {
    border-bottom: 1px solid rgba(73, 72, 74, 0.1);
  }

  .desc {
    font-size: 13px;
    width: 95%;
  }
  
  #best-choice h2 {
      font-size: 35px !important;
  }
}

/* --- Small Mobile --- */
@media (max-width: 480px) {
  .build-vps h1 {
    font-size: 28px;
  }

  .fuel-tags .chip {
    font-size: 14px;
    padding: 4px 12px;
  }
  
  #best-choice h2 {
      font-size: 25px !important;
  }
}



/********************************** Tier 3 Datacenters ************************************/
.map-container {
    position: relative;
    display: inline-block;
}

.map-pin {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: transform 0.2s;
    z-index: 2;
}

.map-pin:hover {
    transform: scale(1.1);
    z-index: 1000;
}

.pin-tooltip {
    position: absolute;
    background: #F36E45;
    color: white;
    padding: 5px 7px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s;
    z-index: 1001;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.map-pin:hover .pin-tooltip {
    opacity: 1;
}

.location-highlight {
    font-weight: 700;
    color: #F36E45 !important;
    transform: translateX(5px);
    transition: all 0.2s ease;
}

.pin-highlight {
    filter: drop-shadow(0 0 8px rgba(243,110,69,0.5));
    z-index: 10;
}

#location-list li:hover {
    font-weight: 700;
    color: #F36E45 !important;
    cursor: pointer;
}

.map-pin img {
    transition: transform 0.2s ease;
    z-index: 1
}

/* Info cards */ 
.info-cards-container {
    position: absolute;
    left: calc(55% + 20px);
    top: 0;
    width: 240px;
    z-index: 10000;
    pointer-events: none;
}

.info-card {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-bottom: 15px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.info-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.card-title {
    color: #F36E45 !important;
    margin: 0 0 15px 0;
    font-size: 18px;
}

.card-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-bullets li {
    position: relative;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    list-style: none;
}

.card-bullets li:before {
    color: #F36E45;
    position: absolute;
    left: 0;
    font-size: 18px;
    line-height: 1;
}



/********************************** VPS Options ************************************/

.shadow-box {
    padding: 15px;
    background-color: #fff;
    border-radius: 20px;
}

.ip-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.ip-box figure {
    max-width: 40px;
    margin: 0 !important;
}

.ip-box h4 {
    margin: 0;
}

.ip-content {
    padding: 0;
}

.ip-content ul {
    list-style-type: none;
    padding: 0 !important;
}

.ip-content ul li {
    display: flex;
    position: revert;
    justify-content: space-between;
    padding: 10px;
    border-radius: 5px;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.ip-content ul li span:first-child {
    flex-grow: 1;
}

.ip-content:first-child ul li a {
    color: #FFFFFF;
    margin: 0 auto !important;
    text-decoration: none;
}

.ip-content ul li a {
    color: #FFFFFF;
    text-decoration: none;
}

.ip-section {
    display: grid;
    grid-template-rows: repeat(4, auto);
    gap: 5px;
}

.ip-section span:first-child {
    font-weight: 700;
}

.ip-price {
    display: grid;
    grid-template-rows: repeat(4, auto);
    gap: 5px;
    margin-top: 20px;
}

.ip-double {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ip-double-price {
    align-self: center;
    font-size: 15px;
    font-weight: 500;
}

.tooltip {
    text-decoration: none;
    color: inherit !important;
}

.tooltip i {
    margin-left: 5px !important;
}

.tooltiptext {
    background-color: #F36E45 !important;
    color: #fff !important;
    padding: 10px;
    border-radius: 4px;
}

.tooltiptext p {
    text-align: left;
    margin-left: 10px;
    font-size: 11px;
}

/********************************** Every VPS Plan ************************************/

.grid-4 {
    text-align: center !important;
}

.item p {
    color: #333;
}

.item h4 {
    margin-top: 30px;
}

.disc {
    font-size: 12px;
    text-align: center;
}

/********************************** Other Plans ************************************/

.other-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#other-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 100px;
    overflow: hidden;
    margin: 0;
    text-align: center;
}

.other-link {
    background: #f5f5f5;
    border: none;
    width: 100%;
    padding: 20px 50px;
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;

    transition: background 0.25s ease, color 0.25s ease;
}

.other-link h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    transition: color 0.25s ease;
    font-family: Poppins;
}

.other-link:hover {
    background: #f36e45;
}

.other-link:hover h3 {
    color: #fff;
}

@media (max-width: 768px) {

  .other-section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .other-text {
    order: 0;
    text-align: center;
    margin: 0 0 12px;
    padding: 0 16px;
  }
  
  .other-row {
      display: block;
  }

  #other-links {
    grid-template-columns: 1fr;
    gap: 10px;
    border-radius: 0; 
    overflow: visible;
    width: 100%;
  }

  .other-link {
    padding: 15px 16px;
    border-radius: 100px;
    width: 100%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }

  .other-link h3 {
    font-size: 18px;
    margin: 0;
    width: 100%;
    text-align: center;
  }
}

/********************************** Promo Code VPS ************************************/

.vps-promo-container {
    background: white;
    border-radius: 20px;
    padding: 10px 80px;
    max-width: fit-content;
    margin: 0 auto;
    border: 1px dashed #e0e0e0;
}

.vps-promo-title {
    font-size: 12px;
    padding: 0;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    color: #333;
    text-transform: uppercase;
}

.vps-promo-plans-container {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.vps-promo-plan-box {
    background: white;
    padding: 10px 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.vps-promo-plan-box:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #eaeaea;
}

.vps-promo-plan-title {
    font-size: 12px;
    margin: 0;
    color: #333;
    font-weight: 600;
    line-height: 1.4;
}

.vps-promo-code-container {
    background: #f8f9fa;
    border-radius: 8px;
    max-width: fit-content;
    text-align: center;
    padding: 2px 8px;
    margin: 0 auto;
    border: 1px dashed #ccc;
}

.vps-promo-code {
    font-size: 12px;
    font-weight: 700;
    color: #333;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .vps-promo-plans-container {
        flex-direction: column;
        align-items: center;
    }
    
    .vps-promo-plan-box {
        width: 100%;
        max-width: 400px;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eaeaea;
    }
    
    .vps-promo-plan-box:not(:last-child)::after {
        display: none;
    }
    
    .vps-promo-plan-box:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}



/* Screen Reader Accessibility */

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}




