.cookie-consent {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 700px;
    margin: auto;
    background: #222;
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    z-index: 999999;
    box-shadow: 0 5px 20px rgba(0,0,0,.3);
}

.cookie-consent-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.cookie-consent a {
    color: #4da3ff;
    text-decoration: none;
}

.cookie-consent button {
    background: #0066ff;
    border: 0;
    color: #fff;
    padding: 8px 18px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
}

@media (max-width: 768px) {
    .cookie-consent-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-consent button {
        width: 100%;
    }
}

  <!-- start dc locations -->
  
.dc-locations{
    text-align:center;
    margin:0;
}

.dc-locations span{
    display:inline-block;
    margin:2px 4px; /* reduced spacing */
    padding:4px 10px;
    border-radius:20px;
    background:rgba(255,255,255,.08);
    font-size:14px;
}

  <!-- End dc locations -->
  
  .dc-locations{
    font-family:
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Noto Color Emoji",
        sans-serif;
}

<!-- Start locations flag -->
.dc-locations{
    text-align:center;
    gap:10px;
    margin:0;
    line-height:2;
}

.dc-locations img{
    width:18px;
    height:auto;
    vertical-align:middle;
    margin-right:4px;
}

<!-- End locations flag -->

img, svg, video {
  max-width: 100%;
  height: auto;
}

.main-area.fix {
  overflow: hidden;
}

.tg-btn {
  white-space: normal;
  text-align: center;
  min-height: 44px;
}

.logo img,
.nav-logo img {
  max-width: 170px;
}

.tg-header__top-content,
.top-header {
  flex-wrap: wrap;
}

.tgmobile__menu-box {
  max-width: 360px;
  width: 88vw;
  overflow-y: auto;
}

.banner__content .title {
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.08;
}

.banner__img-wrap {
  max-width: 520px;
  margin-inline: auto;
}

.hosting__item,
.pricing__box,
.pricing__box-two {
  height: 100%;
}

.domain__search-form form,
.domain-search-form form {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.footer__cart-content,
.footer__bottom-menu .list-wrap {
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .tg-header__top-content {
    justify-content: center;
    text-align: center;
  }

  .top-header {
    justify-content: center;
  }

  .tgmenu__nav {
    display: flex;
    justify-content: space-between;
  }

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

  .banner__content p,
  .banner__price {
    margin-inline: auto;
  }

  .hosting__nav-wrap {
    display: none;
  }

  .footer__offer {
    display: block;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section-py-140 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .logo img,
  .nav-logo img {
    max-width: 145px;
  }

  .banner__content .title {
    font-size: 36px;
  }

  .banner__content p {
    font-size: 15px;
  }

  .banner__img-wrap img:not(.main-img) {
    display: none;
  }

  .domain__search-form form,
  .domain-search-form form {
    flex-direction: column;
  }

  .domain__search-form input,
  .domain__search-form button,
  .domain-search-form input,
  .domain-search-form button {
    width: 100%;
  }

  .footer__cart-wrap,
  .footer__cart-content,
  .footer__cart-content-right {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}

/* HostViber hero and mobile refinement */
.banner__content .title {
  font-size: clamp(32px, 3.2vw, 50px) !important;
  line-height: 1.14 !important;
  letter-spacing: 0 !important;
}

.banner__content p {
  font-size: 17px;
  line-height: 1.65;
}

.banner__inner-wrap {
  height: auto !important;
  min-height: 0 !important;
}

.banner__img-wrap {
  margin-top: 24px;
}

.banner__img-wrap .main-img {
  max-height: 430px;
  object-fit: contain;
}

@media (min-width: 992px) {
  .banner__content {
    text-align: left !important;
  }

  .banner__content p,
  .banner__price {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .banner__inner-wrap .row {
    align-items: center;
  }
}

@media (max-width: 767.98px) {
  .banner__area {
    padding-top: 34px !important;
  }

  .banner__inner-wrap {
    padding: 34px 22px 26px !important;
    border-radius: 20px;
  }

  .banner__content .title {
    font-size: 34px !important;
    line-height: 1.16 !important;
  }

  .banner__content p {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  .banner__price {
    margin-top: 20px;
    margin-bottom: 18px;
    text-align: center;
  }

  .banner__content .tg-btn {
    width: auto;
    max-width: 100%;
    padding: 16px 24px;
  }

  .banner__img-wrap {
    margin-top: 36px;
  }

  .banner__img-wrap .main-img {
    max-height: 300px;
  }

  .section__title .title {
    font-size: 34px !important;
    line-height: 1.18 !important;
  }

  .hosting__item {
    padding: 34px 28px !important;
  }

  .hosting__content .title {
    font-size: 30px !important;
  }

  .cookie-consent {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 20px 18px;
  }

  .cookie-consent-content {
    gap: 14px;
  }
}

@media (max-width: 420px) {
  .banner__content .title {
    font-size: 31px !important;
  }

  .section__title .title {
    font-size: 31px !important;
  }

  .hosting__content .title {
    font-size: 28px !important;
  }
}

.hv-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  max-width: 520px;
}

.hv-hero-trust span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.1);
  color: #1f7a35;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .hv-hero-trust {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .hv-hero-trust {
    gap: 6px;
  }

  .hv-hero-trust span {
    font-size: 12px;
    padding: 6px 9px;
  }
}

.hv-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  max-width: 520px;
}

.hv-hero-trust span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.1);
  color: #1f7a35;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .hv-hero-trust {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Hero alignment refinement */
.banner__content .title {
  max-width: 620px;
  font-size: 48px !important;
  line-height: 1.12 !important;
}

.banner__content .title span {
  display: inline !important;
}

.banner__content p {
  max-width: 560px;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

.banner__inner-wrap,
.banner__poster-wrap {
  height: 100%;
  min-height: 535px;
}

.hv-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  max-width: 460px;
}

.hv-hero-trust span {
  padding: 6px 11px;
  font-size: 13px;
  line-height: 1;
}

@media (min-width: 1200px) {
  .banner__inner-wrap .row {
    align-items: center;
  }

  .banner__img-wrap {
    transform: scale(0.92);
    transform-origin: center right;
  }
}

@media (max-width: 767.98px) {
  .banner__content .title {
    font-size: 31px !important;
  }

  .banner__content .title span {
    display: inline !important;
  }

  .banner__inner-wrap,
  .banner__poster-wrap {
    min-height: 0;
  }
}

/* Final desktop hero balance */
@media (min-width: 1200px) {
  .banner__area > .container > .row {
    align-items: stretch;
  }

  .banner__area > .container > .row > .col-lg-8,
  .banner__area > .container > .row > .col-lg-4 {
    display: flex;
  }

  .banner__inner-wrap,
  .banner__poster-wrap {
    width: 100%;
    height: 100%;
    min-height: 520px !important;
  }

  .banner__inner-wrap > .row {
    align-items: flex-start !important;
  }

  .banner__content .title {
    font-size: 42px !important;
    line-height: 1.08 !important;
    max-width: 520px;
  }

  .banner__content p {
    font-size: 17px !important;
    line-height: 1.5 !important;
    max-width: 500px;
  }

  .banner__img-wrap {
    margin-top: 50px !important;
    transform: scale(0.92);
    transform-origin: top right;
  }

  .hv-hero-trust {
    max-width: 460px;
    margin-top: 16px;
  }

  .hv-hero-trust span {
    font-size: 13px;
    padding: 6px 11px;
  }
}

.pricing-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.pricing-trust span {
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.1);
  color: #1f7a35;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.pricing__plan p {
  min-height: 48px;
}

@media (max-width: 767.98px) {
  .pricing-trust span {
    font-size: 12px;
    padding: 7px 10px;
  }

  .pricing__plan p {
    min-height: auto;
  }
}

/* Space between pricing and infrastructure sections */
.infrastructure__area {
  padding-top: 110px;
  padding-bottom: 90px;
}

@media (max-width: 767.98px) {
  .infrastructure__area {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

/* Gap before infrastructure section */
.pricing__area {
  margin-bottom: 70px !important;
}

.infrastructure__area {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 90px;
  clear: both;
}

@media (max-width: 767.98px) {
  .pricing__area {
    margin-bottom: 50px !important;
  }

  .infrastructure__area {
    padding-bottom: 64px;
  }
}

.hv-home-dc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  max-width: 1180px;
  margin: 40px auto 0;
}

.hv-home-dc-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.04);
  box-shadow: 0 10px 35px rgba(0,0,0,.06);
  transition: .35s ease;
}

.hv-home-dc-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #00d4ff, #0066ff);
}

.hv-home-dc-card:hover {
  transform: translateY(-18px);
  box-shadow: 0 20px 45px rgba(0,0,0,.12);
}

.hv-home-dc-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.hv-home-dc-header img {
  width: 24px;
}

.hv-home-dc-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}

.hv-home-dc-card p {
  margin: 0;
  color: #6b7280;
  line-height: 1.7;
  font-size: 15px;
}

.hv-more-locations {
  text-align: center;
  margin-top: 25px;
  font-weight: 600;
  color: #0ea5e9;
}

.infra-trust-text {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.7;
  color: #6b7280;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.pricing__box {
  position: relative;
}

.popular-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(90deg, #00d4ff, #0066ff);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 20px;
  letter-spacing: .5px;
  z-index: 5;
}

.featured-plan {
  transform: scale(1.03);
  border: 2px solid #0ea5e9;
}

.lve-feature {
  position: relative;
}

.lve-tooltip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  border-radius: 50%;
  background: #0ea5e9;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  vertical-align: middle;
  box-shadow: 0 2px 8px rgba(14,165,233,.35);
  cursor: pointer;
}

.lve-tooltip {
  position: absolute;
  left: 25px;
  top: -5px;
  width: 190px;
  background: #1e293b;
  color: #fff;
  padding: 12px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.6;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 999;
  pointer-events: none;
}

.lve-feature:hover .lve-tooltip {
  opacity: 1;
  visibility: visible;
}

.hv-legal-area {
  padding-top: 80px;
  background: #f6f8fb;
}

.hv-legal-header {
  max-width: 980px;
  margin: 0 auto 42px;
  text-align: center;
}

.hv-legal-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #e8f6ec;
  color: #24862f;
  font-weight: 700;
  font-size: 15px;
}

.hv-legal-header h2 {
  margin-bottom: 16px;
  font-size: 44px;
  line-height: 1.15;
  color: #101418;
}

.hv-legal-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #4b5563;
  font-size: 18px;
  line-height: 1.7;
}

.hv-legal-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.hv-legal-meta span {
  padding: 9px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #374151;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #e5e7eb;
}

.hv-legal-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.hv-legal-nav {
  position: sticky;
  top: 120px;
  padding: 24px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06);
}

.hv-legal-nav h3 {
  margin-bottom: 14px;
  font-size: 18px;
  color: #101418;
}

.hv-legal-nav a {
  display: block;
  padding: 9px 0;
  color: #4b5563;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #eef2f7;
}

.hv-legal-nav a:hover {
  color: #24862f;
}

.hv-legal-card {
  margin-bottom: 22px;
  padding: 34px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06);
}

.hv-legal-card h2 {
  margin-bottom: 18px;
  color: #24862f;
  font-size: 28px;
  line-height: 1.25;
}

.hv-legal-card h3 {
  margin: 24px 0 10px;
  color: #0f5f9f;
  font-size: 20px;
  line-height: 1.35;
}

.hv-legal-card p,
.hv-legal-card li {
  color: #4b5563;
  font-size: 17px;
  line-height: 1.8;
}

.hv-legal-card p {
  margin-bottom: 14px;
}

.hv-legal-card ul {
  margin: 0;
  padding-left: 22px;
}

.hv-legal-card li {
  margin-bottom: 8px;
}

.hv-legal-card a {
  color: #24862f;
  font-weight: 700;
}

.hv-legal-highlight {
  border-color: #bde8c8;
  background: linear-gradient(180deg, #ffffff 0%, #f4fff7 100%);
}

.hv-legal-note {
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: 12px;
  background: #e8f6ec;
  color: #176b28 !important;
  font-weight: 700;
}

.hv-legal-cta {
  text-align: center;
}

.hv-legal-cta .tg-btn {
  margin-top: 12px;
}

@media (max-width: 991.98px) {
  .hv-legal-area {
    padding-top: 60px;
  }

  .hv-legal-layout {
    grid-template-columns: 1fr;
  }

  .hv-legal-nav {
    position: static;
  }

  .hv-legal-header h2 {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .hv-legal-area {
    padding-top: 44px;
  }

  .hv-legal-header {
    text-align: left;
    margin-bottom: 28px;
  }

  .hv-legal-header h2 {
    font-size: 30px;
  }

  .hv-legal-header p {
    font-size: 16px;
  }

  .hv-legal-meta {
    justify-content: flex-start;
  }

  .hv-legal-nav,
  .hv-legal-card {
    padding: 22px;
    border-radius: 14px;
  }

  .hv-legal-card h2 {
    font-size: 23px;
  }

  .hv-legal-card h3 {
    font-size: 18px;
  }

  .hv-legal-card p,
  .hv-legal-card li {
    font-size: 16px;
  }
}

/* Terms page top spacing fix */
.breadcrumb__area {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 150px 0 34px !important;
  margin: 0 !important;
}

.breadcrumb__content {
  padding: 0 !important;
  margin: 0 auto !important;
}

.breadcrumb__content .title {
  margin: 0 0 14px !important;
}

.breadcrumb__content p {
  margin: 0 !important;
}

.hv-legal-area {
  padding-top: 34px !important;
}

.hv-legal-header {
  margin-bottom: 28px !important;
}

@media (max-width: 991.98px) {
  .breadcrumb__area {
    padding: 130px 0 30px !important;
  }

  .hv-legal-area {
    padding-top: 30px !important;
  }
}

@media (max-width: 767.98px) {
  .breadcrumb__area {
    padding: 112px 0 24px !important;
  }

  .hv-legal-area {
    padding-top: 26px !important;
  }
}

/* Compact legal page list items */
.hv-legal-card ul {
  display: grid;
  gap: 5px;
  padding-left: 0 !important;
  margin-top: 8px;
  list-style: none;
}

.hv-legal-card li {
  position: relative;
  margin-bottom: 0 !important;
  padding: 8px 13px 8px 34px;
  border-radius: 9px;
  background: #f8fafc;
  border: 1px solid #e8edf3;
  line-height: 1.45;
}

.hv-legal-card li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 17px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #24862f;
}

/* Terms page support button */
.hv-legal-cta .tg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 16px 28px;
  border-radius: 10px;
  background: #24862f !important;
  color: #ffffff !important;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 12px 24px rgba(36, 134, 47, 0.22);
}

.hv-legal-cta .tg-btn:hover {
  background: #176b28 !important;
  color: #ffffff !important;
}

@media (max-width: 767.98px) {
  .hv-legal-cta .tg-btn {
    width: 100%;
    max-width: 280px;
  }
}

.hv-legal-card strong {
  color: #24862f;
  font-weight: 800;
}

.hv-legal-note a {
  color: #176b28;
  text-decoration: underline;
}

/* Refund policy page top spacing */
body.refund-policy .hv-legal-area,
.refund-policy-page .hv-legal-area {
  padding-top: 70px !important;
}

@media (max-width: 767.98px) {
  body.refund-policy .hv-legal-area,
  .refund-policy-page .hv-legal-area {
    padding-top: 44px !important;
  }
}

/* Reduce bottom space before footer on legal pages */
.hv-legal-page {
  padding-bottom: 60px !important;
}

.hv-legal-page .hv-legal-area {
  padding-bottom: 0 !important;
}

.hv-legal-page .hv-legal-content .hv-legal-card:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
  .hv-legal-page {
    padding-bottom: 42px !important;
  }
}

/* Header responsive cleanup */
.tgmenu__nav {
  min-height: 86px;
}

.tgmenu__navbar-wrap ul.navigation {
  display: flex;
  align-items: center;
}

.tgmenu__navbar-wrap ul.navigation > li > a {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  white-space: nowrap;
}

.logo img,
.nav-logo img {
  max-width: 210px;
  height: auto;
}

.tgmenu__action .tg-btn {
  white-space: nowrap;
  padding-left: 22px;
  padding-right: 22px;
}

@media (max-width: 1399.98px) {
  .tgmenu__navbar-wrap ul.navigation > li > a {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 14px;
  }

  .logo img {
    max-width: 190px;
  }

  .tgmenu__action .tg-btn {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 1199.98px) {
  .tgmenu__action .header-dropdown-wrap {
    display: none;
  }

  .tgmenu__navbar-wrap ul.navigation > li > a {
    font-size: 13px;
  }

  .logo img {
    max-width: 175px;
  }
}

@media (max-width: 991.98px) {
  .tg-header__top {
    display: none;
  }

  .tgmenu__action {
    display: none;
  }

  .tgmenu__nav {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-nav-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .logo img {
    max-width: 190px;
  }
}

@media (max-width: 575.98px) {
  .logo img,
  .nav-logo img {
    max-width: 165px;
  }

  .tgmenu__nav {
    min-height: 72px;
  }
}

/* Main header menu balance */
.tgmenu__navbar-wrap ul.navigation > li > a {
  padding-left: 9px !important;
  padding-right: 9px !important;
  font-size: 14px !important;
  white-space: nowrap;
}

@media (min-width: 1400px) {
  .tgmenu__navbar-wrap ul.navigation > li > a {
    padding-left: 13px !important;
    padding-right: 13px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 1199.98px) {
  .tgmenu__navbar-wrap ul.navigation > li > a {
    padding-left: 6px !important;
    padding-right: 6px !important;
    font-size: 13px !important;
  }
}

/* Dedicated server nested dropdown - stable hover */
.mega-menu-two {
  min-width: 330px;
}

.mega-menu-two .menu-item-has-children {
  position: relative;
}

.mega-menu-two .menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 18px;
  height: 100%;
}

.mega-menu-two .tg-mega-submenu {
  position: absolute;
  top: 0;
  left: calc(100% + 8px);
  width: 340px;
  max-height: 520px;
  overflow-y: auto;
  padding: 14px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateX(4px);
  transition: 0.15s ease;
  z-index: 999999;
}

.mega-menu-two .menu-item-has-children:hover > .tg-mega-submenu,
.mega-menu-two .tg-mega-submenu:hover {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.mega-menu-two .tg-mega-submenu .mega-menu-item-three {
  margin-bottom: 8px;
}

@media (max-width: 991.98px) {
  .mega-menu-two .menu-item-has-children::after {
    display: none;
  }

  .mega-menu-two .tg-mega-submenu {
    position: static;
    width: 100%;
    max-height: none;
    margin: 8px 0 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-radius: 10px;
  }
}

/* Make lower dedicated server submenus open upward */
.mega-menu-two .menu-item-has-children.open-up > .tg-mega-submenu {
  top: auto !important;
  bottom: 0 !important;
}

/* Keep top header language/account dropdown above main menu */
.tg-header__top {
  position: relative;
  z-index: 1000001 !important;
}

.tg-header__top .dropdown-menu {
  z-index: 1000002 !important;
}

.tg-header__area,
.tgmenu__wrap,
.tgmenu__nav {
  position: relative;
  z-index: 999999;
}

/* Shared hosting hero redesign */
.hv-shared-hero {
  padding: 90px 0 70px;
  background: #f6f8fb;
}

.hv-shared-hero-wrap {
  position: relative;
  overflow: hidden;
  padding: 64px;
  border-radius: 28px;
  background:
    linear-gradient(120deg, rgba(232, 246, 236, 0.96), rgba(255, 255, 255, 0.98) 48%, rgba(238, 247, 255, 0.98));
  border: 1px solid #e4ecf3;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.hv-shared-hero-content .sub-title {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 15px;
  border-radius: 999px;
  background: #ffffff;
  color: #1f7a35;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.hv-shared-hero-content .sub-title span {
  color: #24862f;
}

.hv-shared-hero-content .title {
  max-width: 620px;
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 1.06;
  letter-spacing: 0;
  color: #101418;
}

.hv-shared-hero-content p {
  max-width: 560px;
  margin-bottom: 28px;
  color: #4b5563;
  font-size: 18px;
  line-height: 1.7;
}

.hv-shared-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.hv-shared-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 10px;
  background: #ffffff;
  color: #24862f;
  font-weight: 800;
  border: 1px solid #dbe7df;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
}

.hv-shared-secondary-btn:hover {
  color: #176b28;
  border-color: #24862f;
}

.hv-shared-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 560px;
}

.hv-shared-trust span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(36, 134, 47, 0.1);
  color: #1f7a35;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.hv-shared-hero-visual {
  position: relative;
  max-width: 560px;
  margin-left: auto;
  padding: 26px;
}

.hv-shared-hero-visual > img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
}

.hv-shared-metric,
.hv-shared-feature-card {
  position: absolute;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.hv-shared-metric {
  min-width: 138px;
  padding: 15px 18px;
  border-radius: 14px;
  text-align: center;
}

.hv-shared-metric strong {
  display: block;
  color: #24862f;
  font-size: 30px;
  line-height: 1;
}

.hv-shared-metric span {
  display: block;
  margin-top: 6px;
  color: #374151;
  font-size: 13px;
  font-weight: 700;
}

.hv-shared-metric-one {
  top: 32px;
  right: 22px;
}

.hv-shared-metric-two {
  left: 16px;
  bottom: 96px;
}

.hv-shared-feature-card {
  right: 10px;
  bottom: 34px;
  max-width: 270px;
  padding: 16px 18px;
  border-radius: 14px;
}

.hv-shared-feature-card span {
  display: block;
  margin-bottom: 4px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
}

.hv-shared-feature-card strong {
  display: block;
  color: #101418;
  font-size: 15px;
  line-height: 1.45;
}

@media (max-width: 1199.98px) {
  .hv-shared-hero-wrap {
    padding: 46px;
  }

  .hv-shared-hero-content .title {
    font-size: 46px;
  }
}

@media (max-width: 991.98px) {
  .hv-shared-hero {
    padding: 60px 0 50px;
  }

  .hv-shared-hero-wrap {
    padding: 42px 30px;
  }

  .hv-shared-hero-content {
    text-align: center;
  }

  .hv-shared-hero-content .title,
  .hv-shared-hero-content p,
  .hv-shared-trust {
    margin-left: auto;
    margin-right: auto;
  }

  .hv-shared-hero-actions,
  .hv-shared-trust {
    justify-content: center;
  }

  .hv-shared-hero-visual {
    margin: 34px auto 0;
  }
}

@media (max-width: 767.98px) {
  .hv-shared-hero {
    padding: 42px 0 38px;
  }

  .hv-shared-hero-wrap {
    padding: 32px 20px;
    border-radius: 22px;
  }

  .hv-shared-hero-content .title {
    font-size: 34px;
    line-height: 1.12;
  }

  .hv-shared-hero-content p {
    font-size: 16px;
    line-height: 1.6;
  }

  .hv-shared-hero-actions .tg-btn,
  .hv-shared-secondary-btn {
    width: 100%;
  }

  .hv-shared-hero-visual {
    padding: 10px 0 76px;
  }

  .hv-shared-metric {
    min-width: 118px;
    padding: 12px 14px;
  }

  .hv-shared-metric strong {
    font-size: 24px;
  }

  .hv-shared-metric-one {
    top: 4px;
    right: 0;
  }

  .hv-shared-metric-two {
    left: 0;
    bottom: 70px;
  }

  .hv-shared-feature-card {
    left: 18px;
    right: 18px;
    bottom: 0;
    max-width: none;
  }
}

/* Shared hosting hero image alignment fix */
.hv-shared-hero .row {
  align-items: center !important;
}

.hv-shared-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 430px;
  margin-top: 0 !important;
}

.hv-shared-hero-visual.hosting__top-images,
.hv-shared-hero-visual.hosting__top-images-two {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.hv-shared-hero-visual > img {
  display: block;
  margin: 0 auto;
  transform: translateY(-18px);
}

@media (min-width: 992px) {
  .hv-shared-hero-content {
    padding-top: 0;
  }

  .hv-shared-hero-visual {
    margin-left: auto;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .hv-shared-hero-visual {
    min-height: 360px;
    margin-top: 34px !important;
  }

  .hv-shared-hero-visual > img {
    transform: none;
  }
}

@media (max-width: 767.98px) {
  .hv-shared-hero-visual {
    min-height: 300px;
    padding-bottom: 86px !important;
  }
}

.dc-locations{
    text-align:center;
    margin-top:-15px;
    margin-bottom:50px;
}

.dc-locations span{
    display:inline-block;
    margin:6px 8px;
    padding:8px 14px;
    background:#fff;
    border-radius:30px;
    box-shadow:0 5px 15px rgba(0,0,0,.05);
    font-size:14px;
}

.dc-locations img{
    width:18px;
    vertical-align:middle;
    margin-right:6px;
}

.lve-feature{
    position:relative;
}

.lve-tooltip-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    width:18px;
    height:18px;

    margin-left:6px;

    border-radius:50%;

    background:#0ea5e9;
    color:#fff;

    font-size:11px;
    font-weight:700;

    vertical-align:middle;

    box-shadow:0 2px 8px rgba(14,165,233,.35);

    cursor:pointer;
}

.lve-tooltip{
    position:absolute;
    left:25px;
    top:-5px;

    width:190px;

    background:#1e293b;
    color:#fff;

    padding:12px;

    border-radius:10px;

    font-size:13px;
    line-height:1.6;

    opacity:0;
    visibility:hidden;

    transition:.3s;

    z-index:999;
    
     pointer-events:none;
}

.lve-feature:hover .lve-tooltip{
    opacity:1;
    visibility:visible;
}

/* Shared hosting hero final visual alignment */
@media (min-width: 992px) {
  .hv-shared-hero-wrap {
    padding-top: 52px !important;
    padding-bottom: 46px !important;
  }

  .hv-shared-hero .row {
    align-items: center !important;
  }

  .hv-shared-hero-content .title {
    font-size: 50px !important;
    line-height: 1.08 !important;
    max-width: 620px;
  }

  .hv-shared-hero-visual {
    min-height: 430px !important;
    padding: 0 20px 40px !important;
    margin-top: 0 !important;
    transform: translateY(-42px);
  }

  .hv-shared-hero-visual > img {
    max-height: 420px !important;
    transform: none !important;
  }

  .hv-shared-metric-one {
    top: 18px !important;
    right: 18px !important;
  }

  .hv-shared-metric-two {
    left: 10px !important;
    bottom: 86px !important;
  }

  .hv-shared-feature-card {
    right: 0 !important;
    bottom: 10px !important;
  }
}

/* Fix price badge spacing */
.hv-shared-hero-content .sub-title span {
  margin-left: 4px;
}

/* Shared hosting hero bottom spacing fix */
@media (min-width: 992px) {
  .hv-shared-hero {
    padding-bottom: 38px !important;
  }

  .hv-shared-hero-wrap {
    padding-bottom: 24px !important;
    min-height: 0 !important;
  }

  .hv-shared-hero-visual {
    min-height: 360px !important;
    padding-bottom: 10px !important;
  }

  .pricing__area#plans {
    padding-top: 70px !important;
  }
}

@media (max-width: 991.98px) {
  .hv-shared-hero {
    padding-bottom: 34px !important;
  }

  .hv-shared-hero-wrap {
    padding-bottom: 30px !important;
  }

  .pricing__area#plans {
    padding-top: 58px !important;
  }
}

@media (max-width: 767.98px) {
  .hv-shared-hero {
    padding-bottom: 26px !important;
  }

  .pricing__area#plans {
    padding-top: 46px !important;
  }
}

/* Shared hosting hero compact spacing - final override */
@media (min-width: 992px) {
  .hv-shared-hero {
    padding-bottom: 16px !important;
  }

  .hv-shared-hero-wrap {
    padding-top: 48px !important;
    padding-bottom: 12px !important;
  }

  .hv-shared-hero-visual {
    min-height: 250px !important;
    padding-bottom: 0 !important;
    margin-bottom: -20px !important;
    transform: translateY(-34px) !important;
  }

  .hv-shared-hero-visual > img {
    max-height: 405px !important;
  }

  section.pricing__area#plans {
    padding-top: 42px !important;
  }
}

@media (max-width: 991.98px) {
  .hv-shared-hero {
    padding-bottom: 20px !important;
  }

  .hv-shared-hero-wrap {
    padding-bottom: 24px !important;
  }

  section.pricing__area#plans {
    padding-top: 42px !important;
  }
}

@media (max-width: 767.98px) {
  .hv-shared-hero {
    padding-bottom: 14px !important;
  }

  section.pricing__area#plans {
    padding-top: 34px !important;
  }
}

/* Pull shared hosting pricing closer to hero */
@media (min-width: 992px) {
  .hv-shared-hero {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .hv-shared-hero-wrap {
    margin-bottom: 0 !important;
  }

  .pricing__area.section-py-140#plans {
    padding-top: 18px !important;
  }

  .pricing__area#plans .section__title {
    margin-bottom: 28px !important;
  }
}

@media (max-width: 991.98px) {
  .pricing__area.section-py-140#plans {
    padding-top: 32px !important;
  }
}

@media (max-width: 767.98px) {
  .pricing__area.section-py-140#plans {
    padding-top: 26px !important;
  }
}

.pricing__area#plans .dc-locations {
  margin-top: 9px !important;
}