@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  --primary-color: #008bf5;
  --primary-hover: #0576cd;
  --ink: #0f1720;
  --ink-soft: #3d4b5c;
  --muted: #687789;
  --line: #dfe7f0;
  --surface: #ffffff;
  --surface-soft: #f6f9fc;
  --page-max: 1500px;
  --page-gutter: clamp(22px, 5vw, 96px);
  --primary-font: "Inter", "Kanit", Arial, sans-serif;
  --secondary-font: "Inter", "Saira", Arial, sans-serif;
}

html {
  font-size: 16px;
}

body {
  color: var(--ink);
  font-family: var(--secondary-font) !important;
  font-size: 16px !important;
  line-height: 1.62;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body *,
body *::before,
body *::after {
  letter-spacing: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.hero-head {
  color: var(--ink);
  font-family: var(--primary-font) !important;
  font-weight: 750;
  letter-spacing: 0 !important;
}

p,
li,
a,
span,
button,
input,
textarea {
  font-family: var(--secondary-font) !important;
}

p {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.68;
}

body > .container,
body > section > .container,
body > div > .container,
main > .container,
.navbar__main .container,
#footer > .container {
  width: 100% !important;
  max-width: var(--page-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--page-gutter) !important;
  padding-right: var(--page-gutter) !important;
}

h1,
.hero-head {
  font-size: 44px !important;
  line-height: 1.12;
}

h2,
#hero .hero-wrap .title,
.pricing-section .pricing_header h1,
.hosting-feature .header h1,
.common-feature .header h1,
.all-plans .header h1,
.faq-section .header h1 {
  font-size: 34px !important;
  line-height: 1.18;
}

h3 {
  font-size: 22px;
  line-height: 1.28;
}

.topbar {
  display: none;
}

.navbar__main {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: block;
  width: 100%;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
}

.navbar__main .container-fluid,
.navbar__main .container {
  width: 100%;
}

.navbar__main .container-fluid {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.navbar__main .container {
  max-width: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.navbar__main .wrapper {
  width: 100%;
  max-width: var(--page-max);
  margin: 0 auto;
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
  background: var(--surface);
  border-radius: 0;
  box-shadow: none;
}

.navbar__main .navbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  min-height: 68px;
  padding: 0;
  flex-wrap: nowrap;
}

.navbar__main .navbar .navbar__left {
  flex: 0 0 auto;
}

.navbar__main .logo {
  display: flex;
  align-items: center;
  width: 120px;
  height: 38px;
  overflow: hidden;
}

.navbar__main .logo svg {
  width: 128px;
  height: auto;
}

.navbar .navbar__center {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  justify-content: center;
}

.menu .menu__inner {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.menu .menu__inner .menu__item {
  display: inline-flex;
  position: static;
  margin: 0;
  padding: 0;
}

.menu .menu__inner .menu__item .menu__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  margin: 0;
  padding: 0;
  border: 0 !important;
  color: #3e4248;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  transition: color 0.18s ease;
}

.menu .menu__inner .menu__item .menu__link:hover,
.menu .menu__inner .menu__item .menu__link.active {
  color: var(--ink);
}

.menu .menu__inner .menu__item .menu__link i {
  margin-left: 8px;
  padding: 0;
  color: #69727f;
  font-size: 12px !important;
  transition: color 0.18s ease, transform 0.18s ease;
}

.menu .menu__inner .menu__item.menu__dropdown:hover > .menu__link i {
  color: var(--ink);
  transform: rotate(180deg);
}

.navbar__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  flex: 0 0 auto;
}

.navbar__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  color: #3e4248;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.navbar__utility {
  gap: 8px;
}

.navbar__utility i {
  color: #3e4248;
  font-size: 16px;
}

.navbar__language,
.navbar__login {
  color: #2f353d !important;
}

.navbar__primary {
  min-width: 116px;
  padding: 0 22px;
  border-radius: 5px;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.navbar__primary {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff !important;
  min-height: 44px;
}

.navbar__primary:hover {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
}

.navbar__login:hover,
.navbar__language:hover,
.navbar__utility:hover {
  color: var(--ink) !important;
}

.navbar__main .submenu {
  top: 100%;
  left: 50%;
  z-index: 1001;
  transform: translateX(-50%);
  border: 0;
  background: transparent;
}

.navbar__main .submenu.megamenu__text {
  width: min(1120px, calc(100vw - 72px));
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 28px 80px rgba(15, 23, 32, 0.16);
}

.navbar__main .submenu.megamenu__text.compact-mega {
  width: min(430px, calc(100vw - 40px));
}

.navbar__main .menu__item.menu__dropdown:hover > .submenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar__main .mega-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 38px;
  width: 100%;
  padding: 34px 42px 38px;
}

.navbar__main .compact-mega .mega-grid {
  grid-template-columns: 1fr;
  gap: 0;
  padding: 28px;
}

.navbar__main .mega-heading {
  margin: 0 0 18px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--line);
  color: #34465a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.navbar__main .compact-mega .mega-heading {
  margin-bottom: 16px;
}

.submenu .submenu__list {
  margin: 0;
  padding: 0;
}

.submenu .submenu__list li {
  display: block;
  margin: 0;
}

.submenu .submenu__list li + li {
  margin-top: 18px;
}

.submenu .submenu__list li a.submenu__item,
.submenu__list .submenu__item {
  display: flex !important;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 68px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: var(--ink);
  text-decoration: none;
}

.submenu__list .submenu__item:hover,
.submenu__list .submenu__item.active {
  background: transparent;
}

.submenu__list .submenu__item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 7px;
  background: #eef5ff;
}

.submenu__list .submenu__item .image i {
  margin: 0;
  padding: 0;
  color: var(--primary-color);
  font-size: 22px !important;
}

.submenu__list .submenu__item h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 18px !important;
  font-weight: 750;
  line-height: 1.25;
}

.submenu__list .submenu__item p {
  margin: 0;
  color: #44556a !important;
  font-size: 15px !important;
  line-height: 1.38;
}

.submenu__list .submenu__item:hover h3 {
  color: var(--primary-hover);
}

.submenu .submenu__inner__offer,
.submenu .submenu__inner__offer.mega-offer {
  display: none !important;
}

.hero-section {
  min-height: auto;
  height: auto;
  padding: 110px 0 86px;
  background:
    linear-gradient(rgba(226, 232, 240, 0.42) 1px, transparent 1px),
    linear-gradient(90deg, rgba(226, 232, 240, 0.42) 1px, transparent 1px),
    linear-gradient(180deg, #fff 0%, #f7fbff 100%);
  background-size: 150px 150px, 150px 150px, auto;
  background-position: center top;
}

.hero-section > .container,
.performance > .container,
.pricing-section > .container,
#hosting_option > .container,
#data_centers > .container,
.all-hosting > .container,
.hosting-feature > .container,
.common-feature > .container,
.advance-feature > .container,
.all-plans > .container,
.faq-section > .container,
.support-service > .container,
.other-services > .container,
.web-service > .container,
.wordpress-optimized > .container,
#footer > .container {
  width: 100%;
  max-width: var(--page-max);
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
}

.hero-section .shape1,
.hero-section .shape2 {
  display: none;
}

.hero-section .row.hero {
  justify-content: center;
  text-align: center;
}

.hero-section .col-lg-7,
.hero-section .col-lg-5 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.hero-content {
  max-width: 980px;
  margin: 0 auto;
}

.hero-head {
  max-width: 940px;
  margin: 0 auto 22px;
  color: var(--ink);
  font-size: 56px !important;
  font-weight: 800;
  line-height: 1.05;
}

.hero-head span {
  color: inherit;
}

.hero-text {
  max-width: 820px;
  margin: 0 auto 28px;
  color: var(--ink-soft);
  font-size: 19px !important;
  line-height: 1.65;
}

.speciality_hero_content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.speciality_hero_content p {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #dfebf6;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.25;
}

.speciality_hero_content img {
  width: 17px;
  height: 17px;
  margin: 0;
}

.hero-section .others {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  margin: 0;
}

.hero-button,
.hero-expert-link {
  min-height: 50px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 650;
  line-height: 1;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 160px;
  margin: 0;
  padding: 0 24px;
  background: var(--primary-color);
  color: #fff !important;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 139, 245, 0.2);
}

.hero-button svg,
.hero-button img {
  display: none;
}

.hero-button span {
  color: #fff !important;
}

.hero-button:hover {
  background: var(--primary-hover);
}

.hero-expert-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 158px;
  padding: 0 22px;
  border: 1px solid #cfd9e5;
  color: var(--ink) !important;
  text-decoration: none;
}

.hero-expert-link i {
  color: var(--primary-color);
  font-size: 16px;
}

.hero-section .others .trustpilot p,
.hero-expert-link p {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 15px;
  line-height: 1;
}

.hero-section .hero-img {
  margin-top: 48px;
  text-align: center !important;
}

.hero-img img {
  width: min(640px, 86%);
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 24px 50px rgba(15, 23, 42, 0.12));
}

#hero .hero-wrap {
  padding: 64px 0;
}

#hero .hero-wrap .title {
  color: #fff;
  font-weight: 750;
}

#hero .hero-wrap .desc {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.7;
}

.pricing-section,
.all-hosting,
.hosting-feature,
.common-feature,
.advance-feature,
.all-plans,
.faq-section,
.support-service,
.other-services,
.web-service,
.wordpress-optimized {
  padding-top: 76px;
  padding-bottom: 76px;
}

.pricing-section .pricing_header,
.hosting-feature .header,
.common-feature .header,
.all-plans .header,
.faq-section .header {
  margin-bottom: 38px;
}

.pricing-section .hosting-card,
.all-hosting .hosting-card,
.hosting-feature .plan-box,
.all-plans .plans-card,
.other-services .content {
  border-radius: 10px;
  border-color: #e2e8f0;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.07);
}

.pricing-section .hosting-card .title,
.all-hosting .hosting-card .title {
  font-size: 22px !important;
  font-weight: 750;
}

.pricing-section .hosting-card .price,
.all-hosting .hosting-card .price {
  font-size: 32px;
}

.pricing-section .hosting-card .features li,
.all-hosting .hosting-card .features li {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.55;
}

.hero-button,
.pricing-section .hosting-card .get-btn,
.all-hosting .hosting-card .get-btn,
.contact .form .send-btn,
.custom-package .configure_btn,
.custom-package .contact_btn {
  border-radius: 6px;
}

@media (max-width: 1540px) {
  .navbar__main .wrapper {
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
  }

  .navbar__main .navbar {
    gap: 18px;
  }

  .navbar__main .logo {
    width: 104px;
  }

  .menu .menu__inner {
    gap: 18px;
  }

  .menu .menu__inner .menu__item .menu__link {
    font-size: 14px;
  }

  .navbar__actions {
    gap: 12px;
  }

  .navbar__actions a {
    font-size: 13px;
  }

  .navbar__primary {
    min-width: 92px;
    padding: 0 16px;
  }
}

@media (max-width: 1249px) {
  :root {
    --page-gutter: clamp(18px, 4vw, 40px);
  }

  .navbar__main .wrapper {
    padding: 10px var(--page-gutter);
  }

  .navbar__main .navbar {
    min-height: 58px;
  }

  .navbar__main .logo {
    width: 124px;
    height: 40px;
  }

  .navbar__actions {
    display: none;
  }

  .menu .menu__inner {
    display: block;
    white-space: normal;
  }

  .menu .menu__inner .menu__item .menu__link {
    min-height: auto;
    font-size: 16px;
  }

  .navbar__main .mega-grid {
    display: block;
    padding: 0;
  }

  .navbar__main .mega-column + .mega-column {
    margin-top: 20px;
  }

  .navbar__main .mega-heading {
    margin: 8px 0 14px;
    font-size: 12px;
  }

  .submenu__list .submenu__item .image {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .submenu__list .submenu__item h3 {
    font-size: 16px !important;
  }

  .submenu__list .submenu__item p {
    font-size: 14px !important;
  }

  h1,
  .hero-head {
    font-size: 34px !important;
  }

  h2,
  #hero .hero-wrap .title,
  .pricing-section .pricing_header h1,
  .hosting-feature .header h1,
  .common-feature .header h1,
  .all-plans .header h1,
  .faq-section .header h1 {
    font-size: 28px !important;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 15px !important;
  }

  p {
    font-size: 15px;
  }

  h1,
  .hero-head {
    font-size: 30px !important;
  }

  h2,
  #hero .hero-wrap .title,
  .pricing-section .pricing_header h1,
  .hosting-feature .header h1,
  .common-feature .header h1,
  .all-plans .header h1,
  .faq-section .header h1 {
    font-size: 25px !important;
  }

  .hero-section {
    min-height: auto;
    padding: 72px 0 56px;
  }

  .pricing-section,
  .all-hosting,
  .hosting-feature,
  .common-feature,
  .advance-feature,
  .all-plans,
  .faq-section,
  .support-service,
  .other-services,
  .web-service,
  .wordpress-optimized {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}

/* Final alignment pass: keep the header and body on the same page frame. */
:root {
  --page-max: 1320px;
  --page-gutter: clamp(32px, 6vw, 96px);
}

.navbar__main .wrapper,
.hero-section > .container,
.performance > .container,
.pricing-section > .container,
#hosting_option > .container,
#data_centers > .container,
.all-hosting > .container,
.hosting-feature > .container,
.common-feature > .container,
.advance-feature > .container,
.all-plans > .container,
.faq-section > .container,
.support-service > .container,
.other-services > .container,
.web-service > .container,
.wordpress-optimized > .container,
#footer > .container {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: var(--page-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--page-gutter) !important;
  padding-right: var(--page-gutter) !important;
}

.navbar__main .container-fluid,
.navbar__main .container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.navbar__main .navbar {
  min-height: 64px !important;
  gap: clamp(14px, 1.6vw, 24px) !important;
}

.navbar__main .navbar .navbar__left {
  display: inline-flex !important;
  align-items: center !important;
}

.navbar__main .logo {
  width: 112px !important;
  height: 34px !important;
  overflow: visible !important;
}

.navbar__main .logo svg {
  width: 112px !important;
  height: auto !important;
}

.navbar .navbar__center {
  justify-content: flex-start !important;
}

.menu .menu__inner {
  gap: clamp(16px, 1.8vw, 28px) !important;
}

.menu .menu__inner .menu__item .menu__link {
  min-height: 64px !important;
  color: #41464d !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.navbar__actions {
  gap: 14px !important;
}

.navbar__actions a {
  min-height: 38px !important;
  font-size: 13px !important;
}

.navbar__primary {
  min-width: 104px !important;
  padding: 0 18px !important;
}

.hero-section {
  min-height: auto !important;
  padding: 92px 0 78px !important;
  background: #fff !important;
}

.hero-section .row.hero {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  text-align: left !important;
}

.hero-section .col-lg-7 {
  flex: 0 0 49% !important;
  width: 49% !important;
  max-width: 49% !important;
}

.hero-section .col-lg-5 {
  flex: 0 0 51% !important;
  width: 51% !important;
  max-width: 51% !important;
}

.hero-content {
  max-width: 650px !important;
  margin: 0 !important;
  text-align: left !important;
}

.hero-head {
  max-width: 650px !important;
  margin: 0 0 20px !important;
  font-size: clamp(38px, 3.4vw, 56px) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}

.hero-text {
  max-width: 620px !important;
  margin: 0 0 22px !important;
  color: #536174 !important;
  font-size: 16px !important;
  line-height: 1.68 !important;
}

.speciality_hero_content {
  display: grid !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  margin: 0 0 24px !important;
}

.speciality_hero_content p {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #536174 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}

.speciality_hero_content img {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  object-fit: contain !important;
}

.hero-section .others {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  width: auto !important;
  margin: 0 !important;
}

.hero-section .others .button {
  display: inline-flex !important;
  margin: 0 !important;
}

.hero-button,
.hero-expert-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  border-radius: 7px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.hero-button {
  gap: 10px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 20px !important;
  background: #0878ff !important;
  box-shadow: 0 10px 20px rgba(8, 120, 255, 0.18) !important;
}

.hero-button span {
  color: #fff !important;
}

.hero-expert-link {
  gap: 10px !important;
  min-width: 0 !important;
  padding: 0 18px !important;
  border: 1px solid #d8dee7 !important;
  background: #fff !important;
  color: #15191f !important;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.06) !important;
}

.hero-section .others .trustpilot p,
.hero-expert-link p {
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font-size: 14px !important;
  line-height: 1 !important;
  text-align: left !important;
}

.hero-section .hero-img {
  margin: 0 !important;
  text-align: right !important;
}

.hero-img img {
  display: block !important;
  width: min(620px, 100%) !important;
  max-width: 100% !important;
  margin: 0 0 0 auto !important;
  filter: none !important;
}

@media (max-width: 1540px) {
  .menu .menu__inner {
    gap: clamp(16px, 1.7vw, 28px) !important;
  }

  .menu .menu__inner .menu__item .menu__link {
    font-size: 15px !important;
  }

  .navbar__main .logo {
    width: 108px !important;
  }

  .navbar__main .logo svg {
    width: 108px !important;
  }
}

@media (max-width: 1249px) {
  :root {
    --page-gutter: clamp(24px, 5vw, 48px);
  }

  .navbar__main .wrapper {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .hero-section .col-lg-7,
  .hero-section .col-lg-5 {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .hero-section .hero-img {
    margin-top: 44px !important;
    text-align: center !important;
  }

  .hero-img img {
    width: min(520px, 90%) !important;
    margin: 0 auto !important;
  }
}

@media (min-width: 991px) and (max-width: 1249px) {
  .menu .menu__inner {
    display: flex !important;
    gap: 18px !important;
    white-space: nowrap !important;
  }

  .menu .menu__inner .menu__item .menu__link {
    min-height: 60px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  :root {
    --page-gutter: 20px;
  }

  .hero-section {
    padding: 72px 0 58px !important;
  }

  .hero-head {
    font-size: clamp(30px, 9vw, 38px) !important;
  }

  .hero-text {
    font-size: 16px !important;
  }

  .speciality_hero_content p {
    font-size: 15px !important;
  }

  .hero-section .others {
    align-items: stretch !important;
    flex-direction: column !important;
    width: 100% !important;
  }

  .hero-button,
  .hero-expert-link {
    width: 100% !important;
  }
}
