.content-box {
  background-color: #ffffff;
  padding: 30px 20px;
  border: 1px solid #dee2e6;
  border-radius: 23px;
  padding: 20px;
  transition: all 0.3s ease;
}

.price-box {
  border: 3px solid #f58220;
  border-radius: 10px;
  padding: 10px;
  display: inline-block;
  font-weight: bold;
  color: #f58220;
  font-size: 24px;
  margin-top: 15px;
  width: 100%;
  text-align: center;
}

.blog-card .blog-card-thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

a {
  color: rgb(64, 65, 66);
  text-decoration: underline;
}

.blog-card .blog-card-body .blog-meta .tag {
  padding: 10px 16px;
  display: inline-block;
  color: #f58220;
  font-size: 16px;
  font-style: normal;
  background-color: rgba(243, 111, 34, 0.25);
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
  border-radius: 100px;
  border: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.blog-card .blog-card-body .blog-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.blog-card .blog-card-body .author-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid #dee2e6;
}

.blog-card .blog-card-thumb img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.speed-text {
  font-size: 30px;
  font-weight: bold;
  color: #1f4e98;
}

.speed-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.speed-text {
  margin-right: 5px;
}

.mbps-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mbps-text .icons {
  display: flex;
}

.mbps-text .icons i {
  margin-right: 2px;
}

.mbps-text .text {
  margin-top: 2px;
}

.blog-card .blog-card-body {
  position: relative;
  z-index: 5;
  padding: 30px;
  background: var(--white);
  border-radius: 0px 0px 23px 23px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.link-btn {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  background: #f3f7fb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.link-btn:hover {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(to right, #f36e22 20%, #ec9f05 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.blog-card .blog-card-body .blog-meta .date {
  color: #6c757d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
  float: right;
}

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
  margin-top: 58px;
  margin-right: -1px;
}

.testimonial-item {
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 23px;
  height: 100%;
}

.testimonial .owl-nav .owl-prev {
  position: absolute;
  top: -58px;
  left: 0;
  background: #1f4e98;
  color: #fff;
  padding: 5px 30px;
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
  background: var(--bs-dark);
  color: #fff;
}

.testimonial .owl-nav .owl-next {
  position: absolute;
  top: -58px;
  right: 0;
  background: #1f4e98;
  color: #fff;
  padding: 5px 30px;
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
  background: var(--bs-dark);
  color: #fff;
}

.content-box:hover {
  border-color: var(--primary);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

/* Ensure the nav container is scrollable on mobile */
.nav-pills {
  display: flex;
  flex-wrap: nowrap;
  /* Prevent wrapping of the nav items */
  overflow-x: auto;
  /* Enable horizontal scrolling */
  -webkit-overflow-scrolling: touch;
  /* Smooth scrolling on iOS */
  padding: 10px 0;
  /* Optional, for padding */
}

/* Make sure the nav items don't wrap and have some space between them */
.nav-item {
  flex: 0 0 auto;
  /* Prevent the items from shrinking */
  margin-right: 10px;
  /* Optional, for spacing between the items */
}

/* Style the nav-link like buttons on mobile */
.nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  /* Padding for buttons */
  border-radius: 50px;
  /* Optional, for rounded button appearance */
  font-size: 14px;
  /* Optional, adjust text size */
  background-color: #007bff;
  /* Default background for the button */
  color: white;
  /* Text color */
  text-decoration: none;
  /* Remove underline */
  transition: background-color 0.3s ease;
}

/* Hover effect for the button */
.nav-link:hover {
  background-color: #0056b3;
}

@media (max-width: 767px) {
  .nav-pills {
    flex-direction: row;
    align-items: center;
  }

  .nav-link {
    font-size: 16px;
  }
}

.icon {
  border-radius: 8px;
  border: 1px solid #dee2e6;
  background: transparent;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin-bottom: 20px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.card:hover .icon {
  background-image: var(--secondary-gradient);
  color: var(--white) !important;
  border: none;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.card:hover .icon i {
  color: var(--white) !important;
}

.active-card {
  background-image: var(--primary-gradient);
  color: var(--white) !important;
  border-radius: 23px;
  padding: 50px;
}

.active-card .icon {
  background-image: var(--secondary-gradient);
  color: var(--white) !important;
  border: none;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.active-card .icon i {
  color: var(--white) !important;
}

.active-card p {
  color: var(--white) !important;
}

.tab-content {
  background-color: #fff;
  border-radius: 23px;
  padding: 60px 40px 40px 40px;
  margin-top: -50px;
  box-shadow: 0 0.5rem 5rem rgba(55, 99, 244, 0.15) !important;
}

.bg-light-available {
  background-color: #fff;
  border-radius: 23px;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .bg-light-available {
    background-color: #fff;
    border-radius: 23px;
    padding: 8px;
  }

  .tab-content {
    background-color: #dee2e6;
    border-radius: 23px;
    padding: 60px 30px 40px 30px;
    margin-top: -50px;
  }
}

.owl-carousel .owl-stage-outer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*  */
.pricing-card {
  border: 1px solid #dee2e6;
  border-radius: 23px;
  padding: 20px;
  transition: all 0.3s ease;
}

.pricing-card:hover {
  border-color: var(--primary);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.pricing-item {
  background-image: var(--primary-gradient);
  color: #fff;
  border-radius: 23px;
  padding: 20px;
}

.pricing-item-selected {
  background: #dee2e6;
  border-radius: 23px;
  padding: 20px;
}

.pricing-item h5 {
  font-size: 15px;
}

.pricing-list {
  padding-top: 20px !important;
}

.about-section {
  background-image: var(--secondary-gradient);
}

.blog-card :hover .link-btn {
  background-image: var(--secondary-gradient);
  color: var(--white) !important;
  border: none;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.hero-wrapper {
  padding: 5px 25px 25px 25px;
}

/* .hero {
  padding: 0px;
  border-radius: 23px;
  background-image: url("../img/network-bg.svg");
  background-position: center bottom;
  height: 90vh;
  display: flex;
} */

.hero {
  padding: 0px;
  border-radius: 23px;
  background: linear-gradient(to right,
      rgb(39, 70, 133) 20%,
      rgb(33, 133, 196) 100%);
  background-position: center bottom;
  height: 90vh;
  display: flex;
}

.hero p {
  margin-top: 20px;
  font-size: 1.2rem;
  color: var(--white);
}

.tag-line {
  display: inline-block;
  padding: 10px 16px;
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  border-radius: 100px;
  border: 1px solid var(--white);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* Ensure particles are behind other content */
}

.hero {
  position: relative;
  /* Ensure .hero is a positioned parent for absolute positioning */
  overflow: hidden;
  /* Prevent particles from overflowing */
}

.hero .container {
  position: relative;
  z-index: 2;
  /* Ensure text and other content appear above particles */
}


/* Ensure dropdown is touch-friendly and full-width on mobile */
@media (max-width: 576px) {
  .dropdown-menu {
    width: 100%;
    text-align: center;
  }

  .dropdown-item {
    padding: 0.75rem;
    font-size: 1rem;
  }

  .dropdown-toggle {
    font-size: 1rem;
    padding: 0.5rem;
  }
}

/* Base styles for larger screens */
.hosting-search {
  gap: 0;
  /* Tight alignment for desktop */
}

.hosting-search .form-control,
.hosting-search #tld,
.hosting-search .btn-secondary2 {
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
}

.hosting-search #tld {
  max-width: 100px;
  /* Default for larger screens */
}

.slider-arrow {
  padding: 0.5rem;
  font-size: 1.2rem;
}

/* Mobile styles */
@media (max-width: 576px) {
  .hosting-search {
    flex-direction: column;
    gap: 0.5rem;
    /* Space between stacked elements */
  }

  .hosting-search .form-control,
  .hosting-search #tld,
  .hosting-search .btn-secondary2 {
    width: 100%;
    /* Full-width on mobile */
    font-size: 0.9rem;
    /* Slightly smaller font */
    padding: 0.75rem;
    /* Larger padding for touch */
  }

  .hosting-search #tld {
    max-width: 100%;
    /* Full-width select on mobile */
  }

  .hosting-search .bg-primary.text-white {
    width: 100%;
    /* Full-width WWW. prefix */
    text-align: center;
    border-radius: 0.25rem 0.25rem 0 0 !important;
    /* Adjust rounding */
  }

  .hosting-search .btn-secondary2 {
    border-radius: 0 0 0.25rem 0.25rem !important;
    /* Adjust button rounding */
  }

  .arrow-btn {
    display: flex;
    justify-content: center;
    gap: 1rem;
  }

  .slider-arrow {
    padding: 0.75rem;
    /* Larger touch target */
    font-size: 1rem;
  }

  /* Ensure touch-friendly sizes */
  .slider-arrow,
  .hosting-search .btn-secondary2 {
    min-height: 44px;
    /* Minimum touch target size */
    min-width: 44px;
  }
}

.www-span {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.domain-search-btn {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}