/********************************** 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: 65px;
    margin-top: 10px;
    line-height: 1.15;
    font-weight: 900;
}

.right p {
    font-size: 17px;
    color: #000000;
    padding-bottom: 0;
}

.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;
}


/********************************** 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;
}

/********************************** 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;
}

.price-toggle[data-active-period="annually"]::after {
  left: 100px;
}

/********************************** 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;
}

.price-toggle-2::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;
}

.price-toggle-2[data-active-period="annually"]::after {
  left: 100px;
}

/* 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 {
  position: absolute;
  bottom: -5px;
  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;
}

.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;
}

.pt__row:first-child {
  position: relative;
  min-height: 80px !important;
}

.pt__row h2 {
  @media only screen and (min-width: 280px) and (max-width: 359px) {
    font-size: 18px;
  }
  @media only screen and (min-width: 360px) and (max-width: 468px) {
    font-size: 22px;
  }
  @media only screen and (min-width: 469px) and (max-width: 618px) {
    font-size: 25px;
  }
}

/********************************** VPS Powerhouse Table ************************************/
.pricing__table {
  display: flex;
  margin: 30px 30px 90px 30px;
  @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: 96px 0 0 0;
      }
      @media only screen and (min-width: 360px) and (max-width: 468px) {
        font-size: 1.3rem;
        padding: 106.5px 0 0 0;
      }
      @media only screen and (min-width: 469px) and (max-width: 618px) {
        font-size: 1.3rem;
        padding: 117px 0 0 0;
      }
      @media only screen and (min-width: 619px) and (max-width: 651px) {
        font-size: 1.3rem;
        padding: 126px 0 0 0;
      }
      @media only screen and (min-width: 652px) and (max-width: 768px) {
        font-size: 1.3rem;
        padding: 126px 0 0 0;
      }
      @media only screen and (min-width: 769px) and (max-width: 991px) {
        font-size: 1.3rem;
        padding: 137px 0 0 0;
      }
      @media only screen and (min-width: 992px) and (max-width: 1024px) {
        font-size: 1.3rem;
        padding: 109px 0 0 0;
      }
      @media (min-width: 1025px) {
        font-size: 1.3rem;
        padding: 120px 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: 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;
          }
        }
      }
    }
  }
}

/********************************** VPS Premium Table ************************************/
.pricing__table-2 {
  display: flex;
  margin: 30px 30px 50px 30px;
  @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: 186.5px 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;
}

/********************************** 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;
}

/********************************** Every VPS Plan ********************************/

#best-choice {
    background: #fff !important;
    position: unset !important;
}

#best-choice h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 55px;
    color: #000000;
}

/********************************** 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;
}

