/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */


/* ==========================================================
   HabibSoft Iconic Hosting UI Upgrade
   Works with WHMCS Six / Bootstrap 3
   ========================================================== */
:root {
  --hs-primary: #3157ff;
  --hs-primary-2: #6d5dfc;
  --hs-accent: #00d4ff;
  --hs-success: #18c98b;
  --hs-warning: #ffb703;
  --hs-danger: #ff4d6d;
  --hs-dark: #071224;
  --hs-navy: #101b3d;
  --hs-text: #18233d;
  --hs-muted: #65738a;
  --hs-line: #e8eef8;
  --hs-soft: #f6f9ff;
  --hs-card: #ffffff;
  --hs-shadow: 0 24px 70px rgba(15, 35, 80, .14);
  --hs-shadow-sm: 0 14px 35px rgba(20, 41, 93, .10);
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: #f8fbff;
  color: var(--hs-text)
}

body {
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif
}

a {
  transition: all .25s ease
}

a:hover {
  text-decoration: none
}

#header {
  background: #071224;
  color: #fff;
  border: 0;
  position: relative;
  z-index: 50
}

#header .container {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}

#header .logo img {
  max-height: 48px;
  width: auto
}

#header .logo-text {
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  letter-spacing: -.5px
}

#header ul.top-nav {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap
}

#header ul.top-nav>li>a {
  color: #dce8ff;
  font-weight: 700;
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(255, 255, 255, .06)
}

#header ul.top-nav>li.primary-action>a,
#header ul.top-nav>li>a.btn {
  background: linear-gradient(135deg, var(--hs-accent), var(--hs-primary));
  color: #fff;
  box-shadow: 0 10px 24px rgba(49, 87, 255, .35)
}

#main-menu {
  background: #fff;
  border-bottom: 1px solid rgba(16, 28, 61, .08);
  box-shadow: 0 12px 35px rgba(9, 20, 50, .06);
  position: sticky;
  top: 0;
  z-index: 45
}

.navbar-main {
  background: transparent;
  border: 0;
  margin: 0;
  min-height: 62px
}

.navbar-main .navbar-nav>li>a {
  font-weight: 800;
  color: #15213b;
  padding: 21px 15px;
  letter-spacing: .1px
}

.navbar-main .navbar-nav>li>a:hover,
.navbar-main .navbar-nav>.active>a {
  color: var(--hs-primary);
  background: transparent
}

.navbar-main .dropdown-menu {
  border: 0;
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 24px 70px rgba(10, 21, 55, .18)
}

.navbar-main .dropdown-menu>li>a {
  border-radius: 12px;
  padding: 11px 14px;
  font-weight: 700;
  color: #263552
}

.navbar-main .dropdown-menu>li>a:hover {
  background: #eef4ff;
  color: var(--hs-primary);
  transform: translateX(3px)
}

#main-body>.container {
  width: 100%;
  max-width: none;
  padding: 0
}

.main-content {
  padding: 0 !important
}

.main-content>.header-lined,
.main-content>.page-header,
.main-content>h1:first-child {
  display: none !important
}

.hs-page {
  background: #fff;
  position: relative;
  overflow: hidden;
  margin: -1px -15px 0
}

.hs-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px
}

.hs-section {
  padding: 88px 0;
  position: relative
}

.hs-section.hs-soft {
  background: linear-gradient(180deg, #f7faff 0%, #fff 100%)
}

.hs-hero {
  min-height: 660px;
  padding: 105px 0 92px;
  color: #fff;
  background: radial-gradient(circle at 12% 20%, rgba(0, 212, 255, .35), transparent 30%), radial-gradient(circle at 86% 8%, rgba(109, 93, 252, .38), transparent 33%), linear-gradient(135deg, #081225 0%, #111f4a 50%, #26206c 100%);
  position: relative;
  overflow: hidden
}

.hs-hero:before {
  content: "";
  position: absolute;
  inset: -120px -80px;
  background-image: linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 85%);
  opacity: .55
}

.hs-hero:after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -210px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 212, 255, .24), rgba(255, 255, 255, .04));
  filter: blur(2px)
}

.hs-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 46px;
  align-items: center
}

.hs-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  padding: 9px 14px;
  color: #e8f5ff;
  font-weight: 800;
  margin-bottom: 20px;
  backdrop-filter: blur(10px)
}

.hs-kicker i {
  color: var(--hs-accent)
}

.hs-hero h1 {
  font-size: 56px;
  line-height: 1.04;
  margin: 0 0 18px;
  font-weight: 950;
  letter-spacing: -2px;
  color: #fff
}

.hs-hero p {
  font-size: 18px;
  line-height: 1.8;
  color: #d9e6ff;
  margin: 0 0 28px;
  max-width: 650px
}

.hs-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center
}

.hs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 900;
  border: 1px solid transparent;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .14)
}

.hs-btn-primary {
  background: linear-gradient(135deg, var(--hs-accent), var(--hs-primary));
  color: #fff
}

.hs-btn-primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 24px 48px rgba(49, 87, 255, .34)
}

.hs-btn-light {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .22);
  color: #fff
}

.hs-btn-light:hover {
  background: #fff;
  color: #13204a;
  transform: translateY(-2px)
}

.hs-orbit {
  min-height: 390px;
  position: relative
}

.hs-server-card {
  position: relative;
  margin-left: auto;
  max-width: 420px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 34px;
  padding: 26px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
  backdrop-filter: blur(18px);
  animation: hsFloat 7s ease-in-out infinite
}

.hs-server-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px
}

.hs-leds span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--hs-success);
  box-shadow: 0 0 16px var(--hs-success);
  margin-right: 7px
}

.hs-leds span:nth-child(2) {
  background: var(--hs-warning);
  box-shadow: 0 0 16px var(--hs-warning)
}

.hs-leds span:nth-child(3) {
  background: var(--hs-accent);
  box-shadow: 0 0 16px var(--hs-accent)
}

.hs-chip {
  background: rgba(255, 255, 255, .14);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 800;
  color: #eaf4ff
}

.hs-rack {
  display: grid;
  gap: 12px
}

.hs-rack-row {
  height: 54px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .06));
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  position: relative
}

.hs-rack-row:before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--hs-success);
  box-shadow: 0 0 14px var(--hs-success);
  margin-right: 12px
}

.hs-rack-row:after {
  content: "";
  height: 8px;
  flex: 1;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--hs-accent), rgba(255, 255, 255, .18));
  animation: hsPulse 2.5s ease-in-out infinite
}

.hs-stat-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px
}

.hs-stat {
  background: rgba(255, 255, 255, .12);
  border-radius: 16px;
  padding: 14px;
  text-align: center
}

.hs-stat b {
  display: block;
  color: #fff;
  font-size: 22px
}

.hs-stat small {
  color: #cad9ff;
  font-weight: 700
}

.hs-floating-badge {
  position: absolute;
  left: -32px;
  bottom: 28px;
  background: #fff;
  color: #13204a;
  border-radius: 22px;
  padding: 16px 18px;
  box-shadow: var(--hs-shadow);
  font-weight: 900;
  animation: hsFloatSmall 6s ease-in-out infinite
}

.hs-floating-badge i {
  color: var(--hs-primary);
  margin-right: 6px
}

@keyframes hsFloat {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-16px)
  }
}

@keyframes hsFloatSmall {

  0%,
  100% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(8px, -10px)
  }
}

@keyframes hsPulse {

  0%,
  100% {
    opacity: .55;
    width: 60%
  }

  50% {
    opacity: 1;
    width: 100%
  }
}

.hs-title {
  text-align: center;
  margin: 0 auto 46px;
  max-width: 760px
}

.hs-title .eyebrow {
  font-weight: 950;
  color: var(--hs-primary);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px
}

.hs-title h2 {
  font-size: 38px;
  line-height: 1.16;
  margin: 10px 0 12px;
  font-weight: 950;
  color: #0c1730;
  letter-spacing: -1px
}

.hs-title p {
  font-size: 16px;
  color: var(--hs-muted);
  line-height: 1.75;
  margin: 0
}

.hs-service-grid,
.hs-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.hs-card {
  background: var(--hs-card);
  border: 1px solid var(--hs-line);
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--hs-shadow-sm);
  transition: all .28s ease;
  position: relative;
  overflow: hidden
}

.hs-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(49, 87, 255, .12), transparent 34%);
  opacity: 0;
  transition: .28s
}

.hs-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--hs-shadow);
  border-color: rgba(49, 87, 255, .22)
}

.hs-card:hover:before {
  opacity: 1
}

.hs-icon {
  width: 62px;
  height: 62px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #eef5ff, #fff);
  color: var(--hs-primary);
  font-size: 26px;
  margin-bottom: 18px;
  box-shadow: inset 0 0 0 1px #e7efff
}

.hs-card h3 {
  position: relative;
  font-size: 21px;
  font-weight: 950;
  margin: 0 0 10px;
  color: #111b33
}

.hs-card p {
  position: relative;
  color: var(--hs-muted);
  line-height: 1.75;
  margin: 0 0 18px
}

.hs-link {
  position: relative;
  font-weight: 900;
  color: var(--hs-primary)
}

.hs-link i {
  transition: .25s
}

.hs-link:hover i {
  transform: translateX(5px)
}

.hs-pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px
}

.hs-price-card {
  background: #fff;
  border: 1px solid var(--hs-line);
  border-radius: 30px;
  padding: 28px;
  box-shadow: var(--hs-shadow-sm);
  transition: .28s;
  position: relative;
  overflow: hidden
}

.hs-price-card.active,
.hs-price-card:hover {
  transform: translateY(-9px);
  box-shadow: var(--hs-shadow);
  border-color: rgba(49, 87, 255, .30)
}

.hs-price-card.active:before {
  content: "Popular";
  position: absolute;
  top: 20px;
  right: -34px;
  background: linear-gradient(135deg, var(--hs-warning), #ff7a18);
  color: #fff;
  font-weight: 950;
  padding: 8px 42px;
  transform: rotate(35deg);
  font-size: 12px
}

.hs-plan {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px
}

.hs-plan i {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: #eef5ff;
  color: var(--hs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px
}

.hs-plan h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 950;
  color: #101a32
}

.hs-price {
  font-size: 42px;
  font-weight: 950;
  color: #0d1730;
  letter-spacing: -1px;
  margin: 15px 0
}

.hs-price span {
  font-size: 14px;
  color: var(--hs-muted);
  font-weight: 800
}

.hs-features {
  list-style: none;
  margin: 20px 0 24px;
  padding: 0
}

.hs-features li {
  padding: 9px 0;
  border-bottom: 1px solid #edf2fa;
  color: #46556d;
  font-weight: 700
}

.hs-features li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free", FontAwesome;
  font-weight: 900;
  color: var(--hs-success);
  margin-right: 9px
}

.hs-dark-band {
  background: linear-gradient(135deg, #071224, #16235d);
  color: #fff
}

.hs-dark-band .hs-title h2,
.hs-dark-band h3 {
  color: #fff
}

.hs-dark-band .hs-title p,
.hs-dark-band p {
  color: #cbd9ff
}

.hs-mini-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px
}

.hs-mini-stat {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  padding: 24px;
  text-align: center
}

.hs-mini-stat b {
  font-size: 34px;
  color: #fff;
  display: block
}

.hs-mini-stat span {
  color: #cddcff;
  font-weight: 800
}

.hs-table-wrap {
  background: #fff;
  border: 1px solid var(--hs-line);
  border-radius: 28px;
  box-shadow: var(--hs-shadow-sm);
  overflow: hidden
}

.hs-table {
  width: 100%;
  margin: 0
}

.hs-table thead th {
  background: #0f1b40 !important;
  color: #fff !important;
  border: 0 !important;
  padding: 18px !important
}

.hs-table tbody td {
  padding: 18px !important;
  vertical-align: middle !important;
  border-color: #edf2fa !important
}

.hs-table tbody tr:hover {
  background: #f7faff
}

.hs-table .hs-order {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--hs-accent), var(--hs-primary));
  color: #fff !important;
  font-weight: 900;
  padding: 10px 16px
}

.hs-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  align-items: center
}

.hs-about-panel {
  background: linear-gradient(135deg, #fff, #f4f8ff);
  border: 1px solid var(--hs-line);
  border-radius: 34px;
  padding: 34px;
  box-shadow: var(--hs-shadow)
}

.hs-check-list {
  list-style: none;
  margin: 22px 0 0;
  padding: 0
}

.hs-check-list li {
  padding: 11px 0;
  color: #42506a;
  font-weight: 750
}

.hs-check-list li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free", FontAwesome;
  font-weight: 900;
  color: var(--hs-success);
  margin-right: 10px
}

.hs-faq {
  max-width: 900px;
  margin: 0 auto
}

.hs-faq .panel {
  border: 1px solid var(--hs-line);
  box-shadow: none;
  border-radius: 18px !important;
  overflow: hidden;
  margin-bottom: 14px
}

.hs-faq .panel-heading {
  background: #fff;
  border: 0;
  padding: 0
}

.hs-faq .panel-title a {
  display: block;
  padding: 18px 22px;
  font-weight: 900;
  color: #111b33
}

.hs-faq .panel-body {
  border-top: 1px solid #edf2fa !important;
  color: var(--hs-muted);
  line-height: 1.75
}

.hs-cta {
  background: linear-gradient(135deg, var(--hs-primary), #0bc5ea);
  border-radius: 36px;
  color: #fff;
  padding: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 28px 70px rgba(49, 87, 255, .26)
}

.hs-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-weight: 950
}

.hs-cta p {
  margin: 0;
  color: #eaf7ff
}

.hs-cta .hs-btn {
  background: #fff;
  color: #13204a
}

.hs-tabs {
  text-align: center;
  margin-bottom: 28px
}

.hs-tabs a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 12px 18px;
  margin: 5px;
  background: #eef4ff;
  color: #17233e;
  font-weight: 900
}

.hs-tabs a.active {
  background: linear-gradient(135deg, var(--hs-accent), var(--hs-primary));
  color: #fff
}

.hs-domain-strip {
  margin-top: 30px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 28px;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  backdrop-filter: blur(10px)
}

.hs-domain-strip input {
  height: 54px;
  border: 0;
  border-radius: 18px;
  padding: 0 18px;
  color: #16213b
}

.hs-domain-strip button,
.hs-domain-strip a {
  height: 54px;
  border: 0;
  border-radius: 18px;
  padding: 0 22px;
  background: linear-gradient(135deg, var(--hs-warning), #ff7a18);
  color: #fff;
  font-weight: 950;
  display: inline-flex;
  align-items: center
}

.hs-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.hs-quote {
  background: #fff;
  border: 1px solid var(--hs-line);
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--hs-shadow-sm)
}

.hs-stars {
  color: #ffb703;
  margin-bottom: 12px
}

.hs-quote p {
  color: #526078;
  line-height: 1.7
}

.hs-avatar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px
}

.hs-avatar span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--hs-primary), var(--hs-accent));
  color: #fff;
  font-weight: 950
}

.hs-avatar b {
  display: block;
  color: #111b33
}

.hs-avatar small {
  color: var(--hs-muted)
}

#footer {
  background: #071224 !important;
  color: #b8c7e6 !important;
  border: 0;
  padding: 32px 0
}

#footer a.back-to-top {
  background: linear-gradient(135deg, var(--hs-accent), var(--hs-primary));
  border-radius: 50%;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .28)
}

#footer p {
  color: #b8c7e6;
  margin: 0;
  font-weight: 700
}

@media(max-width:991px) {
  #header .container {
    display: block;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px
  }

  #header ul.top-nav {
    justify-content: center;
    margin-top: 12px
  }

  .hs-hero-grid,
  .hs-about-grid {
    grid-template-columns: 1fr
  }

  .hs-hero h1 {
    font-size: 42px
  }

  .hs-service-grid,
  .hs-feature-grid,
  .hs-pricing-grid,
  .hs-testimonial-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .hs-mini-stats {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:640px) {
  .hs-hero {
    min-height: auto;
    padding: 70px 0
  }

  .hs-hero h1 {
    font-size: 34px
  }

  .hs-hero p {
    font-size: 16px
  }

  .hs-service-grid,
  .hs-feature-grid,
  .hs-pricing-grid,
  .hs-testimonial-grid,
  .hs-mini-stats {
    grid-template-columns: 1fr
  }

  .hs-cta {
    display: block;
    text-align: center
  }

  .hs-cta .hs-btn {
    margin-top: 20px
  }

  .hs-domain-strip {
    grid-template-columns: 1fr
  }

  .hs-server-card {
    margin: 0
  }

  .hs-floating-badge {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 18px;
    display: inline-block
  }
}