html {
  font-size: 100%;
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  padding: 0;
  margin: 0;
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-webkit-scrollbar-track {
  background: transparent;
}
.blogs-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  height: fit-content;
  padding: 150px 50px 35px;
  background-image: url(/assets/images/light-blue-bg7.webp);
}
.blogs-page-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 15%;
}
.blogs-page-description h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
  color: white;
}
.blogs-page-description h2::after {
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  background-color: var(--secondary-color);
  margin: 8px auto 8px;
}
li {
  font-size: 16px !important;
}
.g-tutorials-filtering-section {
  background-color: rgba(3, 77, 147, 0.95);
}
.g-tutorials-filtering-layout {
  max-width: 1600px;
  margin: auto;
  display: flex;
  padding: 20px;
  gap: 30px;
}
@media screen and (max-width: 600px) {
  .g-tutorials-filtering-layout {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.g-tutorials-filtering-group {
  width: 100%;
  display: flex;
  position: relative;
}
.g-tutorials-filtering-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding-right: 30px;
  background: transparent;
}
.custom-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #000000;
  font-size: 16px;
  z-index: 999;
  transition: transform 0.1s ease;
}
.custom-arrow.rotate-up {
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.1s ease;
  top: 50%;
}
.g-tutorials-filtering-saerch-box {
  margin-top: -10px !important;
}
.g-tutorials-filtering-saerch-box::placeholder {
  color: #fff !important;
}
.g-tutorials-filtering-common-input {
  margin: 0 !important;
  padding: 15px 0ox 5px !important;
  border: 0 !important;
  border-bottom: 1px solid #f5f5f5 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  font-family: poppins !important;
  font-weight: 500;
  background-color: transparent !important;
  color: #fff !important;
  font-size: 16px !important;
}
input {
  line-height: normal;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.g-tutorials-filtering-select:not(:checked) {
  color: #000 !important;
  padding: 10px 15px 10px 15px !important;
  width: inherit;
  border-radius: 15px !important;
}
.g-tutorials-filtering-select {
  padding: 0 15px !important;
  background: white !important;
}
.g-tutorials-main-card-section {
  margin: 50px 20px 80px 20px;
}
.g-tutorials-main-card-section-title {
  margin-bottom: 50px;
}
.g-light-speed-performance-content-title {
  font-family: "poppins" !important;
  text-transform: capitalize !important;
  font-size: 30px !important;
  font-weight: 600 !important;
}
.g-light-speed-performance-content-title-h4 {
  font-size: 25px !important;
  font-family: poppins !important;
  font-weight: 600 !important;
  color: #000 !important;
}
.g-light-speed-performance-content-p {
  font-family: "poppins" !important;
  text-transform: capitalize !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  text-align: center;
  padding: 20px;
  margin: 0 auto;
  background: bisque;
  width: max-content;
  border-radius: 15px;
}
@media screen and (max-width: 900px) {
  .g-light-speed-performance-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .g-light-speed-performance-content {
    padding: 0 15px;
  }
  .g-light-speed-performance-content-title {
    text-align: center;
    padding-bottom: 20px;
  }
}
.g-text-center {
  text-align: center !important;
}
.g-def-title-color-span {
}
.g-def-title-color {
  color: var(--secondary-color);
}
.g-tutorials-main-card-section-container {
  max-width: 1600px;
  margin: auto;
}
.g-tutorials-main-card-section-layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 50px;
}
.g-tutorial-main-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  transition: 0.3s ease-in-out;
  border-radius: 15px 15px;
  border: none;
}
.g-tutorial-main-card:hover {
  transition: 0.3s ease-in-out;
  transform: scale(1.01);
}
.g-tutorial-main-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 0;
}
.g-tutorial-main-card-img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
  box-shadow: 0 2px 4px -3px black;
}
.g-tutorial-main-card-img-main {
  width: 100%;
  border-radius: 15px;
}
.g-tutorial-main-card-img-content-body {
  padding: 20px;
  color: #000 !important;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.g-tutorial-main-card-img-content-title {
  font-family: "Poppins" !important;
  font-weight: 600 !important;
  font-size: 22px !important;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.g-tutorial-main-card-img-content-para {
  font-family: "Poppins" !important;
  font-weight: 400 !important;
  color: #3a3a3a !important;
  margin: 0 !important;
  min-height: 90px !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-tutorial-main-card-category-body {
  display: flex;
  gap: 12px 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  min-height: 30px;
  max-height: calc(2 * (32px + 12px));
  overflow-y: hidden;
  align-content: flex-start;
  justify-content: left;
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}
.g-tutorial-main-card-read-more {
  display: flex;
  gap: 12px 10px;
  flex-wrap: wrap;
  margin-top: 10px;
  min-height: 50px;
  justify-content: center;
  align-items: center;
}
.g-tutorial-main-card-btn-content-para {
  padding: 5px 15px;
  border-radius: 15px;
  background: black;
  color: white;
  display: flex;
  align-items: center;
  margin: 0;
}
.g-tutorial-main-card-btn-content-para i {
  margin-left: 5px;
}
.g-tutorial-main-card-category {
  background-color: var(--secondary-color);
  color: #fff;
  font-family: "Poppins" !important;
  font-weight: 600 !important;
  padding: 3px 20px;
  border-radius: 30px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  height: max-content;
}
.g-tutorial-main-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Poppins" !important;
  height: 100%;
  margin-bottom: 10px;
}
.g-tutorial-main-card-footer-author-img-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.g-tutorial-main-card-footer-author-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #c12107;
  transition: 0.3s ease-in-out;
}
.g-tutorial-main-card-footer-author {
  font-size: 14px;
  font-weight: 400;
}
.g-tutorial-main-card-footer-datetime {
  color: #898989;
  font-size: 12px;
}
.g-howto-main-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .g-howto-main-container {
    display: flex;
    flex-direction: column-reverse !important;
  }
  .g-howto-main {
    padding: 30px 15px !important;
  }
  .g-side-bar-group-heading {
    font-size: 25px !important;
  }
  .g-side-bar-group-list {
    font-size: 18px !important;
  }
}
.g-howto-aside {
  background-color: #b9d7e5;
  color: #000 !important;
  font-family: "Poppins" !important;
  overflow: auto;
  height: 100vh;
  position: sticky;
  top: 0;
  grid-column: span 3;
}
@media screen and (max-width: 1000px) {
  .g-howto-aside {
    background-color: #b9d7e5;
    color: #000 !important;
    font-family: "Poppins" !important;
    overflow: auto;
    height: 54vh;
    position: sticky;
    top: 0;
    grid-column: span 3;
  }
}
.g-howto-aside::-webkit-scrollbar {
  width: 4px;
}
.g-howto-aside::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.g-howto-aside::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px;
}
.g-howto-aside::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.g-side-bar-container {
  padding: 50px 50px;
  margin-top: 20px;
}
@media screen and (max-width: 1600px) {
  .g-side-bar-container {
    padding: 50px 30px !important;
  }
  .g-rounded-home-banner-content {
    padding-top: 100px !important;
  }
}
.g-side-bar-title {
  font-family: "Poppins" !important;
  font-weight: 700 !important;
  font-size: 25px !important;
}
.g-side-bar-back-title {
  font-family: "Poppins" !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-side-bar-back-title a {
  gap: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
}
.g-side-bar-back-title a:hover {
  color: grey;
}
.g-side-bar-group {
  margin-top: 15px;
}
.g-side-bar-group-heading {
  cursor: pointer;
  font-family: "Poppins" !important;
  font-size: 16px;
  font-weight: 600 !important;
  padding-bottom: 0;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 1200px) {
  .g-side-bar-group-list {
    font-size: 10px !important;
  }
  .g-rounded-home-banner-content {
    backdrop-filter: blur(3px) brightness(0.9);
    grid-column: span 12 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
  .g-side-bar-group-heading {
    font-size: 12px !important;
  }
}
.g-side-bar-group-ul {
  margin: 0 !important;
  padding-left: 20px;
}
.g-side-bar-group-list {
  display: flex;
  align-items: baseline;
  list-style: none !important;
  padding: 5px 0 0 0 !important;
}
@media screen and (max-width: 1400px) {
  .g-side-bar-group-list {
    font-size: 14px !important;
  }
  .g-rounded-home-banner-content {
    backdrop-filter: blur(3px) brightness(0.9);
  }
}
.g-side-bar-group-list-link {
  color: #3f51b5;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  padding-left: 12px;
}
.g-side-bar-group-list-link:hover {
  color: var(--secondary-color);
  transition: 0.3s ease-in-out;
}
.g-howto-main {
  grid-column: span 9;
  padding: 0;
  margin-top: 0;
}
.g-choose-best-server-tutorial-section {
  background-image:
    linear-gradient(19deg, rgb(5 38 64), rgba(0, 0, 0, 0)),
    url(/images/wallpaper/choose-best-server-hero-wallpaper.webp);
  background-size: cover;
  background-position: center;
}
.g-rounded-home-banner-section {
  padding: 50px 50px;
  border-radius: 0;
}
.g-rounded-home-banner-layout {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding: 50px 50px;
}
@media screen and (max-width: 1627px) {
  .g-rounded-home-banner-layout {
    display: flex;
    flex-direction: column;
    padding: 12px 18px;
  }
  .g-rounded-home-banner-content-2 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px !important;
    height: 250px !important;
    width: 500px !important;
    object-fit: cover !important;
    align-items: center !important;
    justify-content: center;
  }
  .g-rounded-home-banner-content-2 {
    grid-column: span 5;
    border-radius: 12px;
    padding: 0 !important;
  }
}
.g-rounded-home-banner-content-normal {
  backdrop-filter: blur(4px) brightness(1) !important;
}
.g-rounded-home-banner-content {
  padding: 100px 0 0;
  backdrop-filter: blur(3px) brightness(0.9);
  grid-column: span 6;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 776px) {
  .g-rounded-home-banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .g-rounded-home-banner-content {
    backdrop-filter: blur(0) brightness(0.4) !important;
  }
  .g-tutorial-contents-points-grid-2 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.g-tutorial-contents-section {
  padding: 30px 30px 50px;
}
.g-rounded-home-banner-content-main-title {
  color: #fff;
  font-family: "Poppins" !important;
  font-weight: 600 !important;
  font-size: 40px !important;
}
@media screen and (max-width: 570px) {
  .g-rounded-home-banner-content-main-title {
    font-size: 25px !important;
  }
  .g-rounded-home-banner-content {
    padding: 20px 15px !important;
  }
  .g-tutorial-contents-section {
    padding: 0;
  }
}
.g-rounded-home-banner-content-sub-title {
  color: #fff;
  font-family: "Poppins" !important;
  font-weight: 400 !important;
  margin-top: 10px;
  font-size: 18px;
}
.g-tutorial-contents-main-container {
}
.g-tutorials-main-banner-section {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/images/wallpaper/servermo-tutorials-wallpaper.webp");
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.g-tutorials-main-banner-title {
  filter: none !important;
  color: #fff;
  font-family: poppins !important;
  font-size: 40px !important;
  text-align: center !important;
}
.g-tutorials-main-banner-sub-content {
  color: #fff;
  font-family: poppins !important;
  font-weight: 500;
}
.g-tutorials-main-banner-content {
  text-align: center !important;
}
.g-tutorial-main-card-footer-span {
  color: #009cd9;
}
.g-tutorials-no-result-div {
  display: block;
  background-color: #ffd5c5;
  padding: 10px 20px;
  font-family: "Poppins" !important;
  font-weight: 500 !important;
}
.g-tutorial-contents {
  font-family: "Poppins" !important;
  padding: 10px 0;
}
.g-tutorial-contents > p,
.g-border-black-1 {
  font-weight: 400;
}
.g-tutorial-contents > ul > li {
  font-weight: 400;
}
.g-top-pad-10 {
  padding-top: 10px;
  font-weight: 400;
}
.g-top-pad-10 code {
  width: max-content;
}
.g-server-performance-and-features-card-title {
  font-family: poppins !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  padding-bottom: 5px;
  color: #765c87 !important;
  margin-top: 20px;
  display: flex;
  gap: 7px;
  align-items: center;
}
.color-grey {
  color: #a9a9a9 !important;
}
.g-server-performance-and-features-card-title i {
  color: #9581a3;
}
select:not([size]) {
  background: url("/assets/images/down-arrow-100.png") no-repeat right 25px
    center !important;
  background-size: 0.7em !important;
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  padding-right: 40px;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  z-index: 10 !important;
  background-color: #fff !important;
}
.g-rounded-home-banner-content-2 {
  grid-column: span 5;
  border-radius: 12px;
  padding: 100px 0 0;
}
.g-rounded-home-banner-content-2 img {
  border-radius: 15px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1350px) {
  .g-rounded-home-banner-content-2 {
    display: none;
  }
  .g-rounded-home-banner-content-2 img {
    display: none;
  }
  .g-rounded-home-banner-content {
    grid-column: span 12;
  }
}
@media screen and (max-width: 1000px) {
  .g-howto-main {
    margin-top: 50px;
  }
}
.suggest-blogs {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  background-color: #e1e1e1;
  color: white;
  padding: 35px 20px;
  margin: 20px 0 40px;
  border-radius: 25px;
}
.related-images {
  display: flex;
  padding-top: 20px;
  color: white;
  padding: 35px 20px;
  margin: 20px 0;
  border-radius: 25px;
  justify-content: center;
  gap: 50px;
}
.related-square-image {
  width: 200px;
  border: 1px solid #000;
}
.suggest-blogs-header {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
  color: black;
}
.recommend-card-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 10px;
}
.recommend-card-link {
  text-decoration: none;
  background-color: #fff;
  color: #000;
  border-radius: 15px;
}
.recommend-card-link:hover {
  color: #000;
  transform: scale(1.05);
}
.recommend-card {
  max-width: 375px;
}
.recommend-card-image {
  width: 100%;
  height: 200px;
}
.recommend-card-image img {
  border-radius: 15px 15px 0 0;
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.recommend-card-content {
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.recommend-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
}
.recommend-card-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  font-size: 14px;
}
.recommend-card-datalabel {
  width: fit-content;
  padding: 2px 11px;
  border-radius: 25px;
  margin-bottom: 5px;
  background-color: #fdb9ab;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recommend-card-content-heading {
  display: flex;
  justify-content: space-between;
}
.recommend-card-content-heading-arrow {
  width: 25px;
  height: 27px;
}
.recommend-card-content-details {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ded-img-con-box {
  display: flex;
  gap: 50px;
  align-items: center;
}
.con-box {
}
.ded-img {
  margin-top: 10px;
  width: 100%;
  height: 100%;
}
.discover-servers {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  background-color: #1d5576;
  color: white;
  padding: 35px 20px;
  border-radius: 25px;
}
.discover-servers-header {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}
.discover-servers-desc {
  font-size: 16px;
  margin: 10px 0 20px;
  text-align: center;
}
.discover-servers-continents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.discover-servers-continent-link {
  padding: 10px 20px;
  border-radius: 15px;
  color: white;
  font-weight: 900;
  background: black;
}
.discover-servers-continent-link:hover {
  background-color: #888;
  color: white;
}
.code-block-container {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-family: "Courier New", Courier, monospace;
  position: relative;
  color: #212529;
  margin-top: 10px;
}
.code-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  color: white;
  background: rgb(41, 51, 77);
  border-radius: 10px 10px 0 0;
}
.copy-button {
  background-color: #dcdcdc;
  color: #000;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: background-color 0.3s ease;
  font-size: 14px;
}
.copy-button:hover {
  background-color: #e2e8f0;
}
.copy-button.copied {
  background-color: #4caf50;
  color: white;
}
.copy-button.copied .fa-check {
  color: white;
}
pre {
  margin: 0;
  padding: 0;
  overflow-x: auto;
  line-height: 1.3;
}
code {
  display: block;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.comment {
  color: #6a737d;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
}
.command {
  color: rgb(97, 175, 239);
  font-weight: 400;
  font-size: 14px;
}
.parameter {
  color: rgb(198, 120, 221);
  font-weight: 400;
  font-size: 14px;
}
.option {
  color: #a6b4c3;
  font-weight: 400;
  font-size: 14px;
}
.value {
  color: rgb(209, 154, 102);
  font-weight: 400;
  font-size: 14px;
}
.operator {
  color: #d73a49;
  font-weight: 400;
  font-size: 14px;
}
.string {
  color: rgb(152, 195, 121);
  font-weight: 400;
  font-size: 14px;
}
.file-path {
  color: #b55578;
  font-weight: 400;
  font-size: 14px;
}
.query {
  color: white;
  font-weight: 400;
  font-size: 14px;
}
.g-light-speed-performance-tutorial-content-title {
  font-family: "poppins" !important;
  text-transform: capitalize !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  color: #15407e;
  margin-bottom: 10px;
}
.tutorial-content-link {
  display: flex;
  margin-left: 40px;
  margin-bottom: 8px;
  color: #7d828b;
  font-size: 18px;
  font-weight: 600;
  align-items: center;
  gap: 9px;
}
.tutorial-content-link-p {
  text-decoration: none;
  margin: 0;
}
.tutorial-content-link-p:hover {
  cursor: pointer;
}
.tutorial-content-link .fa-angle-double-right {
  color: var(--secondary-color);
  font-size: 22px;
  font-style: italic;
}
.g-tutorial-contents-sub {
  margin-left: 20px;
}
#code-to-copy {
  padding: 0 15px;
  background: rgb(17, 25, 46);
  border-radius: 0 0 10px 10px;
  border: none;
}
.dot-ul {
  list-style-type: disc !important;
  margin-left: 40px;
  line-height: 1;
}
.list-no {
  list-style: auto !important;
  font-weight: 700;
  line-height: 1.5;
}
.list-no-num {
  list-style: none !important;
  margin-left: 35px;
  font-weight: 700;
  line-height: 1.5;
}
.list-no .g-top-pad-10 {
  font-weight: 400;
}
.g-top-pad-10 code {
  display: inline;
}
#causes-of-error-establishing-a-database-connection-in-wordpress::marker {
  font-weight: 400 !important;
}
#steps-to-fix-the-error-establishing-a-database-connection-in-wordpress::marker {
  font-weight: 700 !important;
}
.h5-ol {
  font-size: 20px;
}
.circle-ul {
  list-style: circle;
  margin-left: 35px;
  line-height: 1;
  margin-top: 10px;
}
.square-ul {
  list-style: square;
  margin-left: 35px;
  line-height: 1;
  margin-top: 10px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.up-button {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  border-radius: 50%;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
}
.up-button.show {
  opacity: 1;
  visibility: visible;
  border-radius: 50%;
  background: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.up-button.show i {
  font-size: 25px;
  color: white;
}
.copy-wrapper {
  display: inline-block;
  position: relative;
}
code {
  font-size: 0.875em;
  color: #0fc96c;
  font-weight: 700;
  background: #eff9ff;
  word-wrap: break-word;
  padding: 3px 5px 1px;
  border-radius: 5px;
  border: 1px solid #b3e3f5;
  cursor: pointer;
}
.copied-msg {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #0fc96c;
  color: white;
  font-size: 0.75em;
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 1;
  z-index: 10;
  animation: fadeOutUp 2s forwards;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateX(-50%) translateY(-2px);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-5px);
  }
}
.font-weight-400 {
  font-weight: 400;
}
.recommend-card-container .error-message {
  color: transparent;
}
.g-tutorial-contents li {
  margin-bottom: 10px;
}
.g-light-speed-performance-content-sub-title {
  font-family: "Poppins", sans-serif !important;
  font-size: 21px !important;
  font-weight: 600 !important;
  margin-top: 15px;
  margin-bottom: 5px;
}
.special-content {
  border-radius: 15px;
  background: #02073e;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin: 15px 0;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}
.special-content-p {
  text-align: center;
  margin-bottom: 10px;
}
.blog-internal-link {
  font-weight: 700;
  text-decoration: underline;
}
.fs-20 {
  font-size: 20px;
}
.fw-600 {
  font-weight: 600;
}
.tips {
  background: #f0fff0;
  padding: 10px;
  max-width: max-content;
  width: auto;
  overflow-wrap: break-word;
  border-radius: 20px;
  box-shadow: 0 0 7px -2px green;
  margin-top: 5px;
}
.tips .g-top-pad-10 {
  margin: 0;
  padding: 0;
}
.notes {
  background: aliceblue;
  padding: 10px;
  max-width: max-content;
  width: auto;
  overflow-wrap: break-word;
  border-radius: 20px;
  box-shadow: 0 0 7px -2px blue;
  margin-top: 5px;
}
.notes .g-top-pad-10 {
  margin: 0;
  padding: 0;
}
#code-to-copy {
  color: #a9a6a6;
  padding: 0 15px;
  background: rgb(17, 25, 46);
  border-radius: 0 0 10px 10px;
  border: none;
}
.g-font-bold {
  font-weight: bold;
}
.g-tutorial-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.g-mb-10 {
  margin-bottom: 10px;
}
.g-mt-10 {
  margin-top: 10px;
}
.g-ml-20 {
  margin-left: 20px;
}
     /* --- NEW ENHANCED CSS THEME (HARDCODED COLORS & IMPORTANT) --- */
   
        /* Top Banner Styling using New ID */
        #mig-top-banner {
            background: linear-gradient(135deg, #02073e 0%, #ef8354 100%) !important;
            border-radius: 16px !important;
            padding: 40px !important;
            margin-bottom: 40px !important;
            box-shadow: 0 15px 35px rgba(2, 7, 62, 0.15) !important;
            color: #ffffff !important;
            position: relative !important;
            overflow: hidden !important;
        }
        
        #mig-top-banner::before {
            content: "" !important;
            position: absolute !important;
            top: -50px !important;
            right: -50px !important;
            width: 150px !important;
            height: 150px !important;
            background: #ef8354 !important;
            border-radius: 50% !important;
            opacity: 0.1 !important;
            filter: blur(30px) !important;
        }

        .g-rounded-home-banner-content-main-title {
            color: #ffffff !important;
            font-size: 2.5rem !important;
            font-weight: 800 !important;
            margin-bottom: 20px !important;
            line-height: 1.2 !important;
        }

        .g-rounded-home-banner-content-sub-title {
            color: #e0e6ed !important;
            font-size: 1.1rem !important;
        }

        /* Breadcrumbs using New ID */
        #mig-breadcrumbs {
            margin-top: 25px !important;
            font-size: 0.9rem !important;
            color: #a0aabf !important;
        }
        
        #mig-breadcrumbs a {
            color: #ffffff !important;
            text-decoration: none !important;
            transition: color 0.3s !important;
        }
        
        #mig-breadcrumbs a:hover {
            color: #ef8354 !important;
        }
        
        .g-breadcrumb-current {
            color: #ef8354 !important;
            font-weight: 600 !important;
        }

        /* Headings & Text */
        #migration-primary-color, 
        .g-light-speed-performance-content-title {
            color: #02073e !important;
            font-weight: 800 !important;
            margin-top: 30px !important;
            margin-bottom: 15px !important;
            position: relative !important;
        }

        .migration-sub-headers {
            color: #ef8354 !important;
            margin-top: 35px !important;
            margin-bottom: 15px !important;
            font-weight: 700 !important;
            font-size: 1.4rem !important;
            border-bottom: 2px solid rgba(2, 7, 62, 0.1) !important;
            padding-bottom: 8px !important;
        }

        .g-def-title-color {
            color: #02073e !important;
        }

        p.g-top-pad-10 {
            line-height: 1.6;
            padding-top: 10px !important;
            color: #555555 !important;
            font-size: 1.05rem !important;
        }

        b {
            color: #02073e !important;
        }

        /* Table of Contents using New ID */
       #mig-toc-container {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    background-color: #f8f9fc !important;
    border-left: 5px solid #ef8354 !important;
    border-radius: 8px !important;
    padding: 25px !important;
    margin: 25px 0 !important;
        }

        .tutorial-content-link {
            display: flex !important;
            align-items: center !important;
            padding: 10px 15px !important;
            margin-bottom: 8px !important;
            border-radius: 6px !important;
            cursor: pointer !important;
            transition: all 0.3s ease !important;
            color: #02073e !important;
            font-weight: 500 !important;
        }

        .tutorial-content-link:hover {
            background-color: #02073e !important;
            color: #ffffff !important;
            transform: translateX(5px) !important;
        }

        .tutorial-content-link i {
            color: #ef8354 !important;
            margin-right: 12px !important;
            transition: color 0.3s ease !important;
        }

        .tutorial-content-link:hover i {
            color: #ffffff !important;
        }

        .tutorial-content-link-p {
            margin: 0 !important;
        }

        /* Code Blocks */
        .code-block-container {
            background-color: #02073e !important;
            border-radius: 10px !important;
            overflow: hidden !important;
            margin: 25px 0 !important;
            box-shadow: 0 8px 25px rgba(2, 7, 62, 0.2) !important;
        }

        .code-header {
            background-color: rgba(0, 0, 0, 0.2) !important;
            padding: 12px 20px !important;
            display: flex !important;
            justify-content: space-between !important;
            align-items: center !important;
            border-bottom: 2px solid #ef8354 !important;
            color: #ffffff !important;
            font-family: monospace !important;
            font-size: 0.9rem !important;
            text-transform: uppercase !important;
            letter-spacing: 1px !important;
        }

        .copy-button {
            background-color: #ef8354 !important;
            color: #ffffff !important;
            border: none !important;
            padding: 6px 14px !important;
            border-radius: 4px !important;
            cursor: pointer !important;
            font-size: 0.85rem !important;
            font-weight: bold !important;
            transition: background-color 0.3s, transform 0.1s !important;
        }

        .copy-button:hover {
            background-color: #d66c40 !important;
        }
        
        .copy-button:active {
            transform: scale(0.95) !important;
        }

        .code-block-container pre {
            margin: 0 !important;
            padding: 20px !important;
            color: #a9b7c6 !important;
            overflow-x: auto !important;
            font-family: 'Courier New', Courier, monospace !important;
            font-size: 0.95rem !important;
            line-height: 1.5 !important;
        }

        /* Inline Code Snippets */
        .copy-wrapper code {
            background-color: rgba(239, 131, 84, 0.15) !important; /* Tint of accent */
            color: #02073e !important;
            padding: 3px 8px !important;
            border-radius: 4px !important;
            font-family: monospace !important;
            font-weight: bold !important;
            cursor: pointer !important;
            transition: background-color 0.3s !important;
        }
        
        .copy-wrapper code:hover {
            background-color: #ef8354 !important;
            color: #ffffff !important;
        }

        /* Bullet Lists */
        .dot-ul {
            list-style-type: none !important;
            padding-left: 20px !important;
        }
        
        .dot-ul li {
            position: relative !important;
            margin-bottom: 12px !important;
        }
        
        .dot-ul li::before {
            content: '\f105' !important; /* FontAwesome angle-right if available, else standard bullet */
            font-family: 'FontAwesome', sans-serif !important;
            color: #ef8354 !important;
            position: absolute !important;
            left: -20px !important;
            top: 14px !important;
            font-weight: 900 !important;
        }

        /* Discover Servers Section using New ID */
        #mig-discover-section {
            background-color: #f8f9fc !important;
            border: 1px solid rgba(2, 7, 62, 0.08) !important;
            border-top: 5px solid #ef8354 !important;
            padding: 40px !important;
            border-radius: 12px !important;
            margin-top: 50px !important;
            text-align: center !important;
        }

        .discover-servers-header {
            color: #0c0d19;
            font-size: 2rem !important;
            margin-bottom: 15px !important;
        }

        .discover-servers-desc {
            color: #555555 !important;
            max-width: 800px !important;
            margin: 0 auto 30px auto !important;
        }

        .discover-servers-continents {
            display: flex !important;
            flex-wrap: wrap !important;
            justify-content: center !important;
            gap: 15px !important;
        }

        .discover-servers-continent-link {
            background-color: #ffffff !important;
            color: #02073e !important;
            border: 2px solid #02073e !important;
            padding: 12px 25px !important;
            border-radius: 30px !important;
            text-decoration: none !important;
            font-weight: 600 !important;
            display: inline-block !important;
            transition: all 0.3s ease !important;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
        }

        .discover-servers-continent-link:hover {
            background-color: #ef8354 !important;
            border-color: #ef8354 !important;
            color: #ffffff !important;
            transform: translateY(-3px) !important;
            box-shadow: 0 6px 15px rgba(239, 131, 84, 0.3) !important;
        }

        /* Scroll to Top Button using New ID */
        #mig-up-btn {
            position: fixed !important;
            bottom: 30px !important;
            right: 30px !important;
            background-color: #ef8354 !important;
            color: #ffffff !important;
            width: 50px !important;
            height: 50px !important;
            border-radius: 50% !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            font-size: 1.5rem !important;
            cursor: pointer !important;
            box-shadow: 0 5px 15px rgba(239, 131, 84, 0.4) !important;
            transition: all 0.3s ease !important;
            z-index: 99 !important;
        }

        #mig-up-btn:hover {
            background-color: #02073e !important;
            transform: translateY(-5px) !important;
            box-shadow: 0 8px 20px rgba(2, 7, 62, 0.3) !important;
        }
        /* =============================================== */
          /* Refined Custom CSS scoped to #llm-server-tutorial */
        #llm-server-tutorial .llm-table-container {
            overflow-x: auto;
            margin: 25px 0;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            border-radius: 8px;
            background-color: #1e1e1e;
        }
        #llm-server-tutorial .llm-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
            color: #e0e0e0;
        }
        #llm-server-tutorial .llm-table th, 
        #llm-server-tutorial .llm-table td {
            border-bottom: 1px solid #333;
            padding: 16px 20px;
            text-align: left;
        }
        #llm-server-tutorial .llm-table th {
            background-color: #2c2c2c;
            color: #ffffff;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 0.85rem;
            letter-spacing: 0.5px;
        }
        #llm-server-tutorial .llm-table tr:last-child td {
            border-bottom: none;
        }
        #llm-server-tutorial .llm-table tbody tr {
            transition: background-color 0.2s ease;
        }
        #llm-server-tutorial .llm-table tbody tr:hover {
            background-color: #2a2a2a;
        }
        #llm-server-tutorial .llm-alert {
            background-color: #222;
            border-left: 5px solid #f39c12;
            padding: 20px;
            margin: 20px 0;
            border-radius: 6px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
            color: #d1d5da;
            line-height: 1.6;
        }
        #llm-server-tutorial .llm-alert-info {
            border-left-color: #3498db;
            background-color: #1a242f;
        }
        #llm-server-tutorial .llm-alert-warning {
            border-left-color: #e74c3c;
            background-color: #2f1a1a;
        }
        #llm-server-tutorial .llm-alert strong {
            color: #fff;
        }
        #llm-server-tutorial .discover-servers-desc {
            color: #ffffff !important;
            max-width: 800px !important;
            margin: 0 auto 30px auto !important;
        }

         .llm-code-copy {
   
    font-weight: 700!important;
    background: #161f24!important;
    word-wrap: break-word!important;
    padding: 3px 5px 1px!important;
    border-radius: 5px!important;
    border: 1px solid #b3e3f5!important;
    cursor: pointer!important;
}
        #llm-server-tutorial .copy-wrapper{
        background: #84a7bb !important;
        }