body {
  font-family: "Outfit", sans-serif;
}
body .hosting-hero {
  padding-top: 20px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  body .hosting-hero {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  body .hosting-hero {
    padding: 40px 0;
  }
}
body .hero-content {
  padding-right: 20px;
}
@media (max-width: 991px) {
  body .hero-content {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}
body .dot-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 119, 255, 0.12);
  border: 1px solid #060682;
  box-shadow: 0px 4px 28.1px 0px rgba(0, 119, 255, 0.1019607843);
  border-radius: 30px;
  padding: 8px 18px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 22px;
}
body .dot-badge .badge-dot {
  width: 8px;
  height: 8px;
  background-color: #060682;
  border-radius: 50%;
  flex-shrink: 0;
}
body .dot-badge .badge-title {
  font-size: 16px;
  font-weight: 500;
  color: #060682;
}
@media (max-width: 767px) {
  body .dot-badge .badge-title {
    font-size: 14px;
  }
}
body .hero-title {
  font-size: 48px;
  font-weight: 500;
  color: #121212;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  body .hero-title {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  body .hero-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  body .hero-title {
    font-size: 32px;
    margin-bottom: 22px;
  }
}
body .hero-title .text-primary {
  color: #060682 !important;
}
body .hero-description {
  font-size: 16px;
  color: var(--Body-Text, #333);
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  body .hero-description {
    font-size: 15px;
    margin-bottom: 27px;
  }
  body .hero-description br {
    display: none;
  }
}
body .hero-cta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 46px;
  justify-content: center;
  margin-top: 22px;
}
@media (max-width: 991px) {
  body .hero-cta {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  body .hero-cta {
    gap: 16px;
    margin-bottom: 20px;
  }
}
body .hero-cta .btn-view-plans {
  display: inline-block;
  background-color: #ffffff;
  color: #121212;
  border: 1px solid rgba(0, 119, 255, 0.2);
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
body .hero-cta .btn-view-plans::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 119, 255, 0.1), transparent);
  transition: left 0.6s ease;
}
body .hero-cta .btn-view-plans:hover {
  border-color: #0077ff;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 119, 255, 0.15);
  color: #0077ff;
}
body .hero-cta .btn-view-plans:hover::before {
  left: 100%;
}
body .hero-cta .btn-view-plans:active {
  transform: translateY(0);
  box-shadow: 0 4px 8px rgba(0, 119, 255, 0.1);
}
@keyframes neon-flicker {
  0%, 100% {
    opacity: 1;
  }
  40% {
    opacity: 0.9;
  }
}
body .hero-cta .pricing-text {
  font-size: 16px;
  color: var(--Body-Text, #333);
}
body .hero-cta .pricing-text strong {
  color: #0077ff;
  font-weight: 600;
}
body .features-list {
  display: flex;
  gap: 32px;
}
@media (max-width: 991px) {
  body .features-list {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  body .features-list {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
body .features-list .feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
body .features-list .feature-item span {
  font-size: 16px;
  color: var(--Body-Text, #333);
  font-weight: 400;
}
body .features-list .feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: rgba(0, 119, 255, 0.2);
}
body .features-list .feature-icon svg {
  display: block;
}
body .hero-image {
  position: relative;
}
@media (max-width: 991px) {
  body .hero-image {
    text-align: center;
  }
}
body .hero-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
body .hosting-cards {
  margin: 30px 0;
  /* --- Updated Pricing Slider SCSS --- */
}
body .hosting-cards .title {
  text-align: center;
}
body .hosting-cards .title h2 {
  font-size: 36px;
  font-weight: 600;
  color: #060682;
}
@media (max-width: 767px) {
  body .hosting-cards .title h2 {
    font-size: 28px;
  }
}
body .hosting-cards .title p {
  color: #121212;
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 440px) {
  body .hosting-cards .title p {
    font-size: 14px;
  }
}
body .hosting-cards .title span {
  font-size: 14px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  color: #07f;
}
body .hosting-cards .hosting-main-card {
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 23px;
  margin: 10px 0;
  height: 270px;
  align-content: center;
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 767px) {
  body .hosting-cards .hosting-main-card {
    height: 100%;
  }
}
body .hosting-cards .hosting-main-card .content h5 {
  font-size: 28px;
  font-weight: 700;
  color: #121212;
}
body .hosting-cards .hosting-main-card .content p {
  color: #121212;
  font-size: 16px;
}
body .hosting-cards .hosting-main-card .content .hosting-btn {
  width: 100%;
}
body .hosting-cards .hosting-main-card .content .hosting-btn .hosting-hero {
  padding-top: 20px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  body .hosting-cards .hosting-main-card .content .hosting-btn .hosting-hero {
    padding: 60px 0;
  }
}
body .hosting-cards .hosting-main-card .content .hosting-btn:hover {
  background-color: #060682;
}
body .hosting-cards .hosting-main-card .content .hosting-btn:hover .content h5 {
  color: white;
}
body .hosting-cards .hosting-main-card .content .hosting-btn:hover .content p {
  color: white;
}
body .hosting-cards .hosting-main-card .content .hosting-btn:hover .content .hosting-btn a {
  background-color: white;
  color: #060682;
}
body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content {
  padding-right: 20px;
}
@media (max-width: 991px) {
  body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}
body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .dot-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 119, 255, 0.12);
  border: 1px solid #060682;
  box-shadow: 0px 4px 28.1px 0px rgba(0, 119, 255, 0.1019607843);
  border-radius: 30px;
  padding: 8px 18px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 22px;
}
body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .dot-badge .badge-dot {
  width: 8px;
  height: 8px;
  background-color: #060682;
  border-radius: 50%;
  flex-shrink: 0;
}
body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .dot-badge .badge-title {
  font-size: 16px;
  font-weight: 500;
  color: #060682;
}
@media (max-width: 767px) {
  body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .dot-badge .badge-title {
    font-size: 14px;
  }
}
body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .primary-heading {
  font-size: 48px;
  font-weight: 500;
  color: #121212;
  line-height: 1.2;
  margin-bottom: 18px;
}
@media (max-width: 1199px) {
  body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .primary-heading {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .primary-heading {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .primary-heading {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .primary-heading {
    font-size: 30px;
  }
}
body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .primary-heading .heading-blue {
  color: #060682;
}
body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .primary-description {
  font-size: 16px;
  color: #121212;
  font-weight: 400;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .primary-description {
    font-size: 16px;
  }
  body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .primary-description br {
    display: none;
  }
}
@media (max-width: 440px) {
  body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .primary-description {
    font-size: 14px;
  }
}
body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .hero-cta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 46px;
  margin-top: 22px;
}
@media (max-width: 991px) {
  body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .hero-cta {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .hero-cta {
    gap: 16px;
    margin-bottom: 20px;
  }
}
body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .hero-cta .btn-view-plans {
  display: inline-block;
  background-color: #ffffff;
  color: #121212;
  border: 1px solid rgba(0, 119, 255, 0.2);
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .hero-cta .btn-view-plans::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 119, 255, 0.1), transparent);
  transition: left 0.6s ease;
}
body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .hero-cta .btn-view-plans:hover {
  border-color: #0077ff;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 119, 255, 0.15);
  color: #0077ff;
}
body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .hero-cta .btn-view-plans:hover::before {
  left: 100%;
}
body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .hero-cta .btn-view-plans:active {
  transform: translateY(0);
}
body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .hero-cta .pricing-text {
  font-size: 16px;
  color: var(--Body-Text, #333);
}
body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .hero-cta .pricing-text strong {
  color: #0077ff;
  font-weight: 600;
}
body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .features-list {
  display: flex;
  gap: 32px;
}
@media (max-width: 991px) {
  body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .features-list {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .features-list {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .features-list .feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .features-list .feature-item span {
  font-size: 16px;
  color: var(--Body-Text, #333);
  font-weight: 400;
}
body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .features-list .feature-item .feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #eff6ff;
}
body .hosting-cards .hosting-main-card .content .hosting-btn:hover .hero-content .features-list .feature-item .feature-icon img {
  max-width: 20px;
}
body .hosting-cards .hosting-main-card .content .hosting-btn:hover p {
  color: white;
}
body .hosting-cards .hosting-main-card .content .hosting-btn .hero-image {
  position: relative;
}
@media (max-width: 991px) {
  body .hosting-cards .hosting-main-card .content .hosting-btn .hero-image {
    text-align: center;
  }
}
body .hosting-cards .hosting-main-card .content .hosting-btn img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}/*# sourceMappingURL=style.css.map */