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;
}

/*#subpage {*/
/*  margin-top: 89px !important;*/
/*}*/

/* body.specialbody .content#subpage .intro .copy {
    padding: 2rem 2rem 0 2rem;
    font-size: 1.5rem;
    font-weight: 300;
    backdrop-filter: blur(3px) brightness(0.8);
    border-radius: 30px;
    margin-left: 4rem;
  } */


.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: #ff5533;
  margin: 8px auto 8px;
}

li {
  font-size: 16px !important;
  /* margin-bottom: 5px; */
}


.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: #f17474 !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;
}

/* My Code */
.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-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: 0px 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: #ff5533;
}

.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) 0px 7px 29px 0px;
  transition: 0.3s ease-in-out;
    /*border-left: 5px solid #000;*/
    border-radius: 15px 15px;
    height: 700px;
}

.g-tutorial-main-card:hover {
  transition: 0.3s ease-in-out;
  transform: scale(1.01);
}

.g-tutorial-main-card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.g-tutorial-main-card-img-content-body {
  padding: 20px;
  color: #000 !important;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.g-tutorial-main-card-btn-content-para {
    padding: 5px 15px;
    border-radius: 15px;
    background: black;
    color: white;
    display: flex;
    align-items: center;
}

.g-tutorial-main-card-btn-content-para i{
    margin-left: 5px;
}

.g-tutorial-main-card-category {
    background-color: #ff5533;
    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-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 {
    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;
}

@media screen and (max-width: 1600px) {
  .g-side-bar-container {
    padding: 50px 30px !important;
  }

  .g-rounded-home-banner-content {
    padding: 100px 50px !important;
  }
}

.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;
}

@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;
}

@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: #fff;
  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: 0px;
  margin-top: 0px;
}

.g-rounded-home-banner-section {
  border-radius: 0px;
}

.g-rounded-home-banner-content-normal {
  backdrop-filter: blur(4px) brightness(1) !important;
}

@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(0px) brightness(0.4) !important;
  }

  .g-tutorial-contents-points-grid-2 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media screen and (max-width: 570px) {
  .g-rounded-home-banner-content-main-title {
    font-size: 30px !important;
  }

  .g-rounded-home-banner-content {
    padding: 100px 25px !important;
  }
}

.g-rounded-home-banner-content-main-title {
  color: #fff;
  font-family: "Poppins" !important;
  font-weight: 600 !important;
  font-size: 40px !important;
}

.g-rounded-home-banner-content-sub-title {
    color: #fff;
    font-family: "Poppins" !important;
    font-weight: 400 !important;
    margin-top: 10px;
    font-size: 20px;
}

.g-tutorial-contents-section {
    padding: 30px 30px 50px;
}

.g-tutorial-contents-main-container {
  /*padding: 40px 15px;*/
  /*max-width: 1330px;*/
  /*margin: auto;*/
}

/* ============== |++*++|Gobi's New tutorials |++*++| ============== */

.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-tutorial-contents >ol>li{*/
/*  font-weight: 400;*/
/*}*/

.g-top-pad-10 {
    padding-top: 10px;
    font-weight: 400;
    /*display: flex;*/
    /*gap: 5px;*/
    /*align-items: center;*/
}

.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;
}

/* My Css */

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;
}

@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;
    }
}

.related-images {
    display: flex;
    padding-top: 20px;
    /*background-color: #d3d3d3;*/
    color: white;
    padding: 35px 20px;
    margin: 20px 0px;
    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: 400px;
}

.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: #034c91;
    color: white;
    padding: 35px 20px;
    /*margin: 20px 0px;*/
    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: space-evenly;
    row-gap: 15px;
}

.discover-servers-continent-link {
  padding: 10px;
  border-radius: 15px;
}

.discover-servers-continent-link:hover {
  background-color: #888;
  color: white;
}

/* Container for the code block */
.code-block-container {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 10px;
    /*padding: 20px 30px 0px;*/
    /*margin: 15px 0;*/
    font-family: 'Courier New', Courier, monospace;
    position: relative;
    color: #212529;
    margin-top: 10px;
}

.copy-button.copied .fa-check{
    color: white;
}

/* Preformatted code styles */
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; /* Light Grey for Comments */
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
}

.command {
    color: rgb(97, 175, 239); /* Blue Commands */
    font-weight: 400;
    font-size: 14px;
}

.parameter {
    color: rgb(198, 120, 221); /* Dark Blue for parameters */
    font-weight: 400;
    font-size: 14px;
}

.option {
    color: #a6b4c3; /* Grey for options */
    font-weight: 400;
    font-size: 14px;
}

.value {
    color: rgb(209, 154, 102); /* Orange for values */
    font-weight: 400;
    font-size: 14px;
}

.operator {
    color: #d73a49; /* Red for operator */
    font-weight: 400;
    font-size: 14px;
}

.string {
    color: rgb(152, 195, 121); /* Green for Words */
    font-weight: 400;
    font-size: 14px;
}

.file-path {
    color: #b55578; /* Brownish Purple for file paths */
    font-weight: 400;
    font-size: 14px;
}

.query{
    color: white;
    font-weight: 400;
    font-size: 14px;
}

.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:hover{
  cursor: pointer;
}

.tutorial-content-link .fa-angle-double-right {
    color: #ff5533;
    font-size: 22px;
    font-style: italic;
}

.g-tutorial-contents-sub{
    margin-left: 20px;
}

.dot-ul {
    list-style-type: disc !important;
    margin-left: 40px;
    line-height: 1;
}

.list-no {
    list-style: auto !important;
    margin-left: 35px;
    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;
}

code {
    font-size: .875em;
    color: #0fc96c;
    font-weight: 700;
    background: beige;
    word-wrap: break-word;
    padding: 3px 5px 0px;
    border-radius: 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 0px;
    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;
}






/* Blogs Page Header */
.blogs-page {
  background: linear-gradient(135deg, #3C0753, #720455, #910A67);
  padding: 3rem 2rem;
  /*margin-bottom: 2rem;*/
  /*box-shadow: 0 10px 30px rgba(60, 7, 83, 0.15);*/
  position: relative;
  overflow: hidden;
  padding-top: 150px;
}

.blogs-page::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: rgba(255, 108, 44, 0.2);
  border-radius: 50%;
  z-index: 0;
}

.blogs-page-description {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.blogs-page-description .blogs-page-description-header {
  color: #ffffff;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  display: inline-block;
}

.blogs-page-description .blogs-page-description-header::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: #ff6c2c;
  border-radius: 2px;
}

/* Breadcrumb */
.breadcrumb {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 1rem 0 0 0;
}

.breadcrumb-item {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '/';
  padding: 0 0.5rem;
  color: rgba(255, 255, 255, 0.6);
}

.breadcrumb-item a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.breadcrumb-item a:hover {
  color: #ff6c2c;
}

.breadcrumb-item.active span {
  color: #ff6c2c;
}


/* Filtering Section */
.g-tutorials-filtering-section {
  margin-bottom: 3rem;
}

.g-tutorials-filtering-container {
  background-color: #ffffff;
  /*border-radius: 12px;*/
  padding: 15px;
  box-shadow: 0 10px 30px rgba(60, 7, 83, 0.15);
  transition: all 0.3s ease;
}

.g-tutorials-filtering-layout {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 1.5rem;
}

.g-tutorials-filtering-group {
  position: relative;
}

.g-tutorials-filtering-common-input {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 2px solid rgba(60, 7, 83, 0.1);
  border-radius: 12px;
  font-size: 1rem;
  outline: none;
  transition: all 0.3s ease;
  background-color: #ffffff;
  color: #333333;
}

.g-tutorials-filtering-common-input:focus {
  border-color: #910A67;
  box-shadow: 0 0 0 3px rgba(145, 10, 103, 0.2);
}

.g-tutorials-filtering-saerch-box {
  padding-left: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23720455' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0.8rem center;
}

.g-tutorials-filtering-select {
  appearance: none;
  cursor: pointer;
  padding-right: 2.5rem;
}

.custom-arrow {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #720455;
  pointer-events: none;
}

/* Main Card Section */
.g-tutorials-main-card-section {
  padding: 2rem 0;
}

.g-tutorials-main-card-section-title {
  font-size: 2rem;
  margin-bottom: 50px;
  color: #3C0753;
  position: relative;
  padding-bottom: 1rem;
}

.g-tutorials-main-card-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(135deg, #3C0753, #720455, #910A67);
  border-radius: 2px;
}

.g-tutorials-main-card-section-title span {
  background: linear-gradient(90deg, #910A67, #ff6c2c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.g-light-speed-performance-content-p {
  text-align: center;
  font-size: 1.1rem;
  color: #720455;
  margin-top: 2rem;
  padding: 3rem;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(60, 7, 83, 0.15);
  border-left: 4px solid #ff6c2c;
  position: relative;
  width: 1000px;
      margin: 0px auto;
}


/* Tutorial Cards for when they are added */
.tutorial-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(60, 7, 83, 0.15);
  transition: all 0.3s ease;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}

.tutorial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(60, 7, 83, 0.25);
}

.tutorial-card-img {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.tutorial-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.tutorial-card:hover .tutorial-card-img img {
  transform: scale(1.1);
}

.tutorial-card-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #ff6c2c;
  color: #ffffff;
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(255, 108, 44, 0.3);
}

.tutorial-card-content {
  padding: 1.5rem;
}

.tutorial-card-title {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  color: #3C0753;
  font-weight: 600;
}

.tutorial-card-desc {
  color: #333333;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.tutorial-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid rgba(60, 7, 83, 0.1);
  margin-top: auto;
}

.tutorial-card-date {
  font-size: 0.85rem;
  color: #720455;
  display: flex;
  align-items: center;
}

.tutorial-card-date i {
  margin-right: 0.5rem;
  color: #ff6c2c;
}

.tutorial-card-link {
  color: #ff6c2c;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  background-color: rgba(255, 108, 44, 0.1);
  transition: all 0.3s ease;
}

.tutorial-card-link:hover {
  background-color: #ff6c2c;
  color: #ffffff;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .g-tutorials-filtering-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .blogs-page {
    padding: 2rem 1.5rem;
  }
  
  .blogs-page-description h2 {
    font-size: 2rem;
  }
  
  .wrapper {
    padding: 0 1.5rem;
  }
  
  .g-tutorials-main-card-section-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .blogs-page-description h2 {
    font-size: 1.8rem;
  }
  
  .g-tutorials-filtering-common-input {
    padding: 0.7rem 1rem;
  }
  
  .g-light-speed-performance-content-p {
    padding: 2rem 1rem 2rem 4rem;
  }
}

/* Animation for card grid when it's populated */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tutorial-card {
  animation: fadeIn 0.5s ease forwards;
}

/* Customize text center class */
.g-text-center {
  text-align: center;
}

/* Define color class */
.g-def-title-color {
  color: #ff6c2c;
}

/* Add a preloader (to be triggered via JS) */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.preloader.hidden {
  opacity: 0;
  visibility: hidden;
}

.preloader-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(60, 7, 83, 0.1);
  border-radius: 50%;
  border-top-color: #ff6c2c;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.g-tutorial-main-card-link {
            display: block;
            text-decoration: none;
            color: inherit;
            max-width: 420px;
            margin: 0 auto;
            background: white;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(60, 7, 83, 0.08);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            border: 1px solid rgba(60, 7, 83, 0.05);
                height: 100%;
        }

        .g-tutorial-main-card-link:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: 0 25px 60px rgba(60, 7, 83, 0.15);
        }

        .g-tutorial-main-card-link::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #3C0753, #720455, #910A67, #ff6c2c);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .g-tutorial-main-card-link:hover::before {
            opacity: 1;
        }

        .g-tutorial-main-card-img-main {
            height: 200px;
            background: linear-gradient(135deg, #3C0753 0%, #720455 50%, #910A67 100%);
            position: relative;
            overflow: hidden;
        }

        .g-tutorial-main-card-link:hover .g-tutorial-main-card-img-main::after {
            transform: translate(-50%, -50%) scale(1.2);
            opacity: 0.5;
        }

        .g-tutorial-main-card-img-content-body {
            padding: 24px;
            position: relative;
        }

        .g-tutorial-main-card-category-body {
            display: flex;
            gap: 8px;
            margin-bottom: 16px;
            flex-wrap: wrap;
        }

        .g-tutorial-main-card-category {
            background: linear-gradient(135deg, #3C0753, #720455);
            color: white;
            padding: 6px 14px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 6px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 0 2px 8px rgba(60, 7, 83, 0.2);
            transition: all 0.3s ease;
        }

        .g-tutorial-main-card-category:hover {
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(60, 7, 83, 0.3);
        }

        .g-tutorial-main-card-category i {
            font-size: 10px;
        }

        .g-tutorial-main-card-img-content {
            margin-bottom: 20px;
        }

        .g-tutorial-main-card-img-content-title {
            font-size: 20px;
            font-weight: 700;
            color: #3C0753;
            margin: 0 0 12px 0;
            line-height: 1.3;
            transition: color 0.3s ease;
        }

        .g-tutorial-main-card-link:hover .g-tutorial-main-card-img-content-title {
            color: #720455;
        }

        .g-tutorial-main-card-img-content-para {
            color: #666;
            line-height: 1.6;
            margin: 0;
            font-size: 14px;
        }

        .g-tutorial-main-card-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            padding-top: 16px;
            border-top: 1px solid rgba(60, 7, 83, 0.08);
        }

        .g-tutorial-main-card-footer-author-img-div {
            display: flex;
            align-items: center;
        }

        .g-tutorial-main-card-footer-author {
            font-weight: 600;
            color: #3C0753;
            font-size: 13px;
        }

        .g-tutorial-main-card-footer-datetime {
            color: #999;
            font-size: 12px;
            background: rgba(60, 7, 83, 0.05);
            padding: 4px 12px;
            border-radius: 12px;
            font-weight: 500;
        }

        .g-tutorial-main-card-read-more {
            position: relative;
            overflow: hidden;
        }

        .g-tutorial-main-card-btn-content-para {
            background: linear-gradient(135deg, #ff6c2c 0%, #910A67 100%);
            color: white;
            margin: 0;
            padding: 12px 20px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 14px;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(255, 108, 44, 0.3);
        }

        .g-tutorial-main-card-btn-content-para::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s ease;
        }

        .g-tutorial-main-card-link:hover .g-tutorial-main-card-btn-content-para::before {
            left: 100%;
        }

        .g-tutorial-main-card-btn-content-para i {
            transition: transform 0.3s ease;
        }

        .g-tutorial-main-card-link:hover .g-tutorial-main-card-btn-content-para i {
            transform: translateX(4px);
        }

        .g-tutorial-main-card-link:hover .g-tutorial-main-card-btn-content-para {
            transform: translateY(-1px);
            box-shadow: 0 6px 20px rgba(255, 108, 44, 0.4);
        }

        /* Mobile responsiveness */
        @media (max-width: 480px) {
            .g-tutorial-main-card-link {
                max-width: 100%;
                margin: 0 10px;
            }
            
            .g-tutorial-main-card-img-content-body {
                padding: 20px;
            }
            
            .g-tutorial-main-card-img-content-title {
                font-size: 18px;
            }
        }

        /* Subtle animations */
        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-3px); }
        }

        .g-tutorial-main-card-category:first-child {
            animation: float 3s ease-in-out infinite;
            animation-delay: 0s;
        }

        .g-tutorial-main-card-category:last-child {
            animation: float 3s ease-in-out infinite;
            animation-delay: 1.5s;
        }


        .g-howto-aside {
            margin-top: 88px;
        }

        .g-side-bar-main-div {
            background: white;
            box-shadow: 0 10px 40px rgba(60, 7, 83, 0.08);
            overflow: hidden;
            border: 1px solid rgba(60, 7, 83, 0.05);
            position: relative;
            height: 100%;
        }

        .g-side-bar-main-div::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #3C0753, #720455, #910A67, #ff6c2c);
        }

        .g-side-bar-container {
            padding: 0;
        }

        .g-side-bar-back-title {
            margin: 0;
            padding: 24px 24px 16px 24px;
            background: linear-gradient(135deg, rgba(60, 7, 83, 0.05) 0%, rgba(255, 108, 44, 0.05) 100%);
            border-bottom: 1px solid rgba(60, 7, 83, 0.08);
        }

        .g-side-bar-back-title a {
            color: #3C0753;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 12px;
            transition: all 0.3s ease;
            padding: 8px 16px;
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(60, 7, 83, 0.1);
        }

        .g-side-bar-back-title a:hover {
            background: rgba(60, 7, 83, 0.05);
            transform: translateX(-4px);
            box-shadow: 0 4px 15px rgba(60, 7, 83, 0.1);
        }

        .g-side-bar-back-title a i {
            font-size: 14px;
            color: #ff6c2c;
            transition: transform 0.3s ease;
        }

        .g-side-bar-back-title a:hover i {
            transform: translateX(-2px);
        }

        .g-side-bar-title {
            margin: 0;
            padding: 20px 24px;
            font-size: 20px;
            font-weight: 700;
            color: #3C0753;
            position: relative;
            text-align: center;
        }

        .g-side-bar-title::after {
            content: '';
            position: absolute;
            bottom: 8px;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 3px;
            background: linear-gradient(90deg, #ff6c2c, #910A67);
            border-radius: 2px;
        }

        .g-side-bar-layout {
            padding: 0 24px 24px 24px;
        }

        .g-side-bar-group {
            margin-bottom: 24px;
            background: rgba(60, 7, 83, 0.02);
            border-radius: 16px;
            padding: 20px;
            border: 1px solid rgba(60, 7, 83, 0.05);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .g-side-bar-group::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: linear-gradient(135deg, #3C0753, #720455, #910A67);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .g-side-bar-group:hover::before {
            opacity: 1;
        }

        .g-side-bar-group:hover {
            background: rgba(60, 7, 83, 0.04);
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(60, 7, 83, 0.08);
        }

        .g-side-bar-group-heading {
            margin: 0 0 16px 0;
            font-size: 16px;
            font-weight: 600;
            color: #3C0753;
            display: flex;
            align-items: center;
            gap: 12px;
            position: relative;
        }

        .g-side-bar-group-heading span {
            background: linear-gradient(135deg, #720455, #910A67);
            color: white;
            width: 36px;
            height: 36px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            box-shadow: 0 4px 12px rgba(114, 4, 85, 0.2);
            transition: all 0.3s ease;
        }

        .g-side-bar-group:hover .g-side-bar-group-heading span {
            transform: scale(1.1);
            box-shadow: 0 6px 20px rgba(114, 4, 85, 0.3);
        }

        .g-side-bar-group-heading-icon {
            font-size: 14px !important;
        }

        .g-side-bar-group-ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .g-side-bar-group-list {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 12px;
            padding: 12px;
            border-radius: 12px;
            transition: all 0.3s ease;
            position: relative;
        }

        .g-side-bar-group-list:hover {
            background: rgba(255, 108, 44, 0.05);
            transform: translateX(4px);
        }

        .g-side-bar-group-list:last-child {
            margin-bottom: 0;
        }

        .g-side-bar-group-list-icon {
            color: #ff6c2c;
            font-size: 12px;
            margin-top: 4px;
            transition: all 0.3s ease;
            flex-shrink: 0;
        }

        .g-side-bar-group-list:hover .g-side-bar-group-list-icon {
            transform: translateX(2px);
            color: #910A67;
        }

        .g-side-bar-group-list-link {
            color: #666;
            text-decoration: none;
            font-size: 14px;
            line-height: 1.5;
            transition: all 0.3s ease;
            display: block;
        }

        .g-side-bar-group-list-link:hover {
            color: #3C0753;
            font-weight: 500;
        }

        /* Gradient animation for group headings */
        @keyframes gradient-shift {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        .g-side-bar-group-heading span {
            background: linear-gradient(45deg, #3C0753, #720455, #910A67, #ff6c2c);
            background-size: 300% 300%;
            animation: gradient-shift 4s ease infinite;
        }

        /* Stagger animation for groups */
        .g-side-bar-group:nth-child(1) {
            animation-delay: 0.1s;
        }

        .g-side-bar-group:nth-child(2) {
            animation-delay: 0.2s;
        }

        /* Subtle pulse animation */
        @keyframes subtle-pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.02); }
        }

        .g-side-bar-group:hover .g-side-bar-group-heading span {
            animation: subtle-pulse 2s ease-in-out infinite;
        }

        /* Mobile responsiveness */
        @media (max-width: 480px) {
            .g-howto-aside {
                max-width: 100%;
                margin: 0;
            }

            .g-side-bar-container {
                margin: 0 10px;
            }

            .g-side-bar-back-title,
            .g-side-bar-title,
            .g-side-bar-layout {
                padding-left: 20px;
                padding-right: 20px;
            }

            .g-side-bar-group {
                padding: 16px;
            }
        }

        /* Scrollbar styling */
        .g-side-bar-layout::-webkit-scrollbar {
            width: 6px;
        }

        .g-side-bar-layout::-webkit-scrollbar-track {
            background: rgba(60, 7, 83, 0.05);
            border-radius: 3px;
        }

        .g-side-bar-layout::-webkit-scrollbar-thumb {
            background: linear-gradient(135deg, #720455, #910A67);
            border-radius: 3px;
        }

        .g-side-bar-layout::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(135deg, #3C0753, #720455);
        }

        /* Enhanced focus states for accessibility */
        .g-side-bar-back-title a:focus,
        .g-side-bar-group-list-link:focus {
            outline: 2px solid #ff6c2c;
            outline-offset: 2px;
            border-radius: 4px;
        }

/* Modern Tutorial Section Styles */
.g-rounded-home-banner-section.g-choose-best-server-tutorial-section {
    position: relative;
    padding: 8rem 2rem 4rem;
    background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
    overflow: hidden;
}

/* Decorative background elements */
.g-rounded-home-banner-section.g-choose-best-server-tutorial-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 140%;
    height: 200%;
    background: 
        radial-gradient(ellipse at 30% 70%, rgba(60, 7, 83, 0.05) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 30%, rgba(145, 10, 103, 0.04) 0%, transparent 50%);
    transform: rotate(-5deg);
    animation: floatBackground 20s ease-in-out infinite;
}

.g-rounded-home-banner-section.g-choose-best-server-tutorial-section::after {
    content: '';
    position: absolute;
    top: 10%;
    right: 10%;
    width: 200px;
    height: 200px;
    background: linear-gradient(45deg, rgba(255, 108, 44, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
    animation: pulseGlow 8s ease-in-out infinite;
}

@keyframes floatBackground {
    0%, 100% { transform: rotate(-5deg) translateX(0) translateY(0); }
    33% { transform: rotate(-3deg) translateX(20px) translateY(-10px); }
    66% { transform: rotate(-7deg) translateX(-15px) translateY(15px); }
}

@keyframes pulseGlow {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.2); }
}

/* Main layout container */
.g-rounded-home-banner-layout {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Content section styling */
.g-rounded-home-banner-content.g-rounded-home-banner-content-normal {
    position: relative;
    padding: 2rem 0;
}

/* Decorative element for content */
.g-rounded-home-banner-content.g-rounded-home-banner-content-normal::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff6c2c 0%, #910A67 100%);
    border-radius: 50%;
    opacity: 0.1;
    animation: rotateAccent 15s linear infinite;
}

@keyframes rotateAccent {
    0% { transform: rotate(0deg) scale(1); }
    50% { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
}

/* Modern main title styling */
.g-rounded-home-banner-content-main-title {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 900;
    color: #3C0753;
    margin: 0 0 2rem 0;
    line-height: 1.1;
    position: relative;
    background: linear-gradient(135deg, #3C0753 0%, #720455 50%, #910A67 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 20px rgba(60, 7, 83, 0.1);
}

/* Question mark animation */
.g-rounded-home-banner-content-main-title::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: linear-gradient(45deg, #ff6c2c 0%, #910A67 100%);
    border-radius: 50%;
    opacity: 0.7;
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateY(-50%) scale(1); }
    50% { transform: translateY(-70%) scale(1.2); }
}

/* Modern subtitle styling */
.g-rounded-home-banner-content-sub-title {
    font-size: 18px;
    font-weight: 400;
    color: #495057;
    line-height: 1.7;
    margin: 0;
    position: relative;
    padding-left: 1.5rem;
}

.g-rounded-home-banner-content-sub-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #ff6c2c 0%, #910A67 100%);
    border-radius: 2px;
    animation: heightGrow 3s ease-out;
}

@keyframes heightGrow {
    0% { height: 0%; }
    100% { height: 100%; }
}

/* Image container styling */
.g-rounded-home-banner-content-2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Modern image styling with effects */
.g-rounded-home-banner-content-2 img {
    width: 100%;
    max-width: 400px;
    height: auto;
    position: relative;
    z-index: 2;
}

/* Decorative elements around image */
.g-rounded-home-banner-content-2::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    background: linear-gradient(45deg, rgba(255, 108, 44, 0.1) 0%, rgba(145, 10, 103, 0.1) 100%);
    border-radius: 50%;
    filter: blur(20px);
    z-index: 1;
    animation: floatAround 6s ease-in-out infinite;
}

.g-rounded-home-banner-content-2::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(114, 4, 85, 0.15) 0%, rgba(255, 108, 44, 0.1) 100%);
    border-radius: 30px;
    z-index: 1;
    animation: floatAround 8s ease-in-out infinite reverse;
}

@keyframes floatAround {
    0%, 100% { transform: translateX(0) translateY(0) rotate(0deg); }
    25% { transform: translateX(10px) translateY(-5px) rotate(90deg); }
    50% { transform: translateX(5px) translateY(10px) rotate(180deg); }
    75% { transform: translateX(-5px) translateY(5px) rotate(270deg); }
}

/* Responsive design */
@media (max-width: 1024px) {
    .g-rounded-home-banner-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }
    
    .g-rounded-home-banner-section.g-choose-best-server-tutorial-section {
        padding: 4rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .g-rounded-home-banner-section.g-choose-best-server-tutorial-section {
        padding: 3rem 1rem;
    }
    
    .g-rounded-home-banner-layout {
        gap: 2rem;
    }
    
    .g-rounded-home-banner-content-main-title {
        font-size: 2.2rem;
        margin-bottom: 1.5rem;
    }
    
    .g-rounded-home-banner-content-main-title::after {
        right: -20px;
        width: 15px;
        height: 15px;
    }
    
    .g-rounded-home-banner-content-sub-title {
        font-size: 1.1rem;
        padding-left: 1rem;
    }
    
    .g-rounded-home-banner-content-2 img {
        max-width: 400px;
        transform: perspective(800px) rotateY(-3deg) rotateX(1deg);
    }
}

@media (max-width: 480px) {
    .g-rounded-home-banner-content-main-title {
        font-size: 1.8rem;
    }
    
    .g-rounded-home-banner-content-sub-title {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    .g-rounded-home-banner-content-2 img {
        max-width: 320px;
        border-radius: 15px;
    }
}

/* Smooth entry animations */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.g-rounded-home-banner-content-main-title {
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.g-rounded-home-banner-content-sub-title {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.g-rounded-home-banner-content-2 img {
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

/* Modern Tutorial Contents Section */
.g-tutorial-contents {
    background: #ffffff;
    position: relative;
}

.g-light-speed-performance-tutorial-content-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 30px 0;
    position: relative;
    background: linear-gradient(135deg, #3C0753 0%, #720455 50%, #910A67 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.02em;
}

@keyframes expandWidth {
    0% { width: 0; }
    100% { width: 80px; }
}

.tutorial-content {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    border: 1px solid rgba(60, 7, 83, 0.08);
    position: relative;
    overflow: hidden;
}

/* Subtle gradient overlay */
.tutorial-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(60, 7, 83, 0.01) 0%, 
        rgba(114, 4, 85, 0.01) 50%, 
        rgba(145, 10, 103, 0.01) 100%);
    pointer-events: none;
}

.tutorial-content-link {
    display: flex;
    align-items: center;
    padding: 18px 20px;
    margin-bottom: 12px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(60, 7, 83, 0.08);
    overflow: hidden;
}

/* Hover effect background */
.tutorial-content-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        rgba(60, 7, 83, 0.03) 0%, 
        rgba(114, 4, 85, 0.05) 50%, 
        rgba(145, 10, 103, 0.03) 100%);
    transition: left 0.4s ease;
    z-index: 1;
}

.tutorial-content-link:hover::before {
    left: 0;
}

.tutorial-content-link:hover {
    transform: translateX(8px);
    box-shadow: 
        0 12px 24px rgba(60, 7, 83, 0.1),
        0 6px 12px rgba(114, 4, 85, 0.08);
    border-color: rgba(255, 108, 44, 0.2);
}

/* Icon styling */
.tutorial-content-link .fa {
    font-size: 14px;
    margin-right: 16px;
    color: #3C0753;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    width: 16px;
    text-align: center;
}

.tutorial-content-link:hover .fa {
    color: #ff6c2c;
    transform: translateX(4px);
}

/* Modern icon replacement using CSS */
.tutorial-content-link .fa::before {
    content: '▶';
    font-family: inherit;
    font-weight: bold;
    font-size: 12px;
}

.tutorial-content-link-p {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
    color: #2d3748;
    line-height: 1.5;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}

.tutorial-content-link:hover .tutorial-content-link-p {
    color: #3C0753;
    font-weight: 600;
}

.tutorial-content-link::after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8rem;
    font-weight: 700;
    color: rgba(60, 7, 83, 0.2);
    z-index: 2;
    transition: all 0.3s ease;
}

.tutorial-content-link:hover::after {
    color: rgba(255, 108, 44, 0.6);
    transform: translateY(-50%) scale(1.1);
}

/* Active state */
.tutorial-content-link:active {
    transform: translateX(4px) scale(0.98);
}

/* Focus state for accessibility */
.tutorial-content-link:focus {
    outline: 2px solid #ff6c2c;
    outline-offset: 2px;
    border-radius: 12px;
}

/* Staggered animation on load */
.tutorial-content-link {
    animation: slideInUp 0.6s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
}

@keyframes slideInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    
    .g-light-speed-performance-tutorial-content-title {
        font-size: 1.75rem;
        margin-bottom: 25px;
    }
    
    .tutorial-content-box {
        padding: 0 15px;
    }
    
    .tutorial-content {
        padding: 30px 20px;
        border-radius: 16px;
    }
    
    .tutorial-content-link {
        padding: 16px 18px;
        margin-bottom: 10px;
    }
    
    .tutorial-content-link-p {
        font-size: 1rem;
    }
    
    .tutorial-content-link .fa {
        margin-right: 12px;
    }
    
    .tutorial-content-link:hover {
        transform: translateX(4px);
    }
}

@media (max-width: 480px) {
    .g-light-speed-performance-tutorial-content-title {
        font-size: 1.5rem;
    }
    
    .tutorial-content {
        padding: 25px 15px;
    }
    
    .tutorial-content-link {
        padding: 14px 16px;
    }
    
    .tutorial-content-link-p {
        font-size: 0.95rem;
        line-height: 1.4;
    }
}

/* Modern Code Block Container */
.code-block-container {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    margin: 20px 0;
    box-shadow: 
        0 20px 40px rgba(60, 7, 83, 0.08),
        0 10px 20px rgba(114, 4, 85, 0.06),
        0 5px 10px rgba(145, 10, 103, 0.04);
    border: 1px solid rgba(60, 7, 83, 0.1);
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.code-block-container:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 25px 50px rgba(60, 7, 83, 0.12),
        0 15px 25px rgba(114, 4, 85, 0.08),
        0 8px 15px rgba(145, 10, 103, 0.06);
}

/* Modern Code Header */
.code-header {
    background: linear-gradient(135deg, #3C0753 0%, #720455 50%, #910A67 100%);
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* Animated background pattern */
.code-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.1), 
        transparent);
    transition: left 0.5s ease;
}

.code-header:hover::before {
    left: 100%;
}

.code-header span {
    color: #ffffff;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 2;
}

/* Modern Copy Button */
.copy-button {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    backdrop-filter: blur(10px);
}

.copy-button:hover {
    background: rgba(255, 108, 44, 0.2);
    border-color: rgba(255, 108, 44, 0.3);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 108, 44, 0.2);
}

.copy-button:active {
    transform: translateY(0);
}

.copy-button .fa {
    font-size: 0.8rem;
}

/* Modern icon replacement */
.copy-button .fa::before {
    content: '📋';
    font-family: inherit;
}

/* Code Content Area */
pre {
    background: #ffffff;
    margin: 0;
    padding: 24px;
    overflow-x: auto;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 0.9rem;
    line-height: 1.6;
    position: relative;
}

/* Subtle code background pattern */
pre::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20px 20px, rgba(60, 7, 83, 0.02) 1px, transparent 1px),
        radial-gradient(circle at 60px 60px, rgba(114, 4, 85, 0.02) 1px, transparent 1px);
    background-size: 40px 40px, 80px 80px;
    pointer-events: none;
    opacity: 0.5;
}

code {
    background: transparent;
    padding: 0;
    border-radius: 0;
    font-family: inherit;
    position: relative;
    z-index: 2;
}

/* Syntax Highlighting */
.option {
    color: #3C0753;
    font-weight: 600;
    position: relative;
}

.operator {
    color: #720455;
    font-weight: 500;
}

.query {
    color: #910A67;
    font-weight: 500;
}

/* Hover effects for syntax elements */
.option:hover,
.operator:hover,
.query:hover {
    background: rgba(255, 108, 44, 0.1);
    border-radius: 4px;
    padding: 2px 4px;
    margin: -2px -4px;
    transition: all 0.2s ease;
}

pre {
    counter-reset: line-number;
}

/* Copy success feedback */
.copy-button.copied {
    background: rgba(34, 197, 94, 0.2);
    border-color: rgba(34, 197, 94, 0.3);
    color: #ffffff;
}

.copy-button.copied::after {
    content: '✓ Copied!';
    position: absolute;
    top: -35px;
    right: 0;
    background: rgba(34, 197, 94, 0.9);
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.75rem;
    white-space: nowrap;
    animation: fadeInOut 2s ease-in-out;
}

@keyframes fadeInOut {
    0%, 100% { opacity: 0; transform: translateY(5px); }
    20%, 80% { opacity: 1; transform: translateY(0); }
}

/* Scrollbar styling for code overflow */
pre::-webkit-scrollbar {
    height: 8px;
}

pre::-webkit-scrollbar-track {
    background: rgba(60, 7, 83, 0.05);
    border-radius: 4px;
}

pre::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #3C0753, #720455);
    border-radius: 4px;
}

pre::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #720455, #910A67);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .code-block-container {
        border-radius: 12px;
        margin: 15px 0;
    }
    
    .code-header {
        padding: 14px 16px;
    }
    
    .code-header span {
        font-size: 0.8rem;
    }
    
    .copy-button {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
    
    pre {
        padding: 20px 16px;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .code-header {
        padding: 12px 14px;
    }
    
    .copy-button {
        padding: 5px 10px;
        font-size: 0.75rem;
    }
    
    pre {
        padding: 16px 14px;
        font-size: 0.8rem;
    }
}

/* Accessibility improvements */
.copy-button:focus {
    outline: 2px solid #ff6c2c;
    outline-offset: 2px;
}

/* Dark mode support (optional) */
@media (prefers-color-scheme: dark) {
    .code-block-container {
        background: #ffffff;
        border-color: rgba(60, 7, 83, 0.15);
    }
    
    pre {
        background: #ffffff;
    }
}

/* Animation for code appearance */
.code-block-container {
    animation: slideInUp 0.6s ease-out;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.g-blog-table {
  width: 100%;
  margin: 2rem auto;
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: 0 20px 40px rgba(60, 7, 83, 0.15);
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, #3C0753 0%, #720455 100%);
  position: relative;
}

.g-blog-table::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff6c2c, #910A67, #ff6c2c);
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
  0%, 100% { opacity: 0.8; }
  50% { opacity: 1; }
}

.g-blog-table-header {
  background: linear-gradient(135deg, #3C0753 0%, #720455 50%, #910A67 100%);
  position: relative;
}

.g-blog-table-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ff6c2c, transparent);
}

.g-blog-table-header-column {
  padding: 1.5rem 2rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.1rem;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: none;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
}

.g-blog-table-header-column:first-child {
  position: relative;
}

.g-blog-table-header-column:first-child::after {
  content: '';
  position: absolute;
  right: 0;
  top: 25%;
  bottom: 25%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255, 108, 44, 0.5), transparent);
}

.g-blog-table-row {
  background: rgba(255, 255, 255, 0.98);
  transition: all 0.3s ease;
  position: relative;
  border-bottom: 1px solid rgba(60, 7, 83, 0.1);
}

.g-blog-table-row:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateX(4px);
  box-shadow: inset 4px 0 0 #ff6c2c, 0 4px 12px rgba(60, 7, 83, 0.15);
}

.g-blog-table-row:last-child {
  border-bottom: none;
}

.g-blog-table-column {
  padding: 1.25rem 2rem;
  color: #3C0753;
  font-size: 1rem;
  line-height: 1.5;
  border: none;
  position: relative;
  transition: all 0.3s ease;
}

.g-blog-table-column:first-child {
  font-weight: 600;
  color: #720455;
  position: relative;
}

.g-blog-table-column:first-child::after {
  content: '';
  position: absolute;
  right: 0;
  top: 25%;
  bottom: 25%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(114, 4, 85, 0.2), transparent);
}

.g-blog-table-column:last-child {
  font-weight: 700;
  color: #910A67;
  position: relative;
}

.g-blog-table-row:hover .g-blog-table-column:last-child::before {
  opacity: 1;
  left: 1.5rem;
}

.g-blog-table-row:hover .g-blog-table-column:last-child {
  padding-left: 3rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .g-blog-table {
    margin: 1rem;
    border-radius: 12px;
  }
  
  .g-blog-table-header-column,
  .g-blog-table-column {
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
  }
  
  .g-blog-table-header-column {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .g-blog-table-header-column,
  .g-blog-table-column {
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
  }
  
  .g-blog-table-header-column {
    font-size: 0.9rem;
  }
  
  .g-blog-table-row:hover .g-blog-table-column:last-child {
    padding-left: 2.5rem;
  }
}

/* Modern Tutorial Cards Design */
.suggest-blogs {
    background: #ffffff;
    padding: 40px 25px;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(60, 7, 83, 0.08);
    position: relative;
    overflow: hidden;
}

.suggest-blogs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3C0753 0%, #720455 35%, #910A67 70%, #ff6c2c 100%);
}

.suggest-blogs-header {
    text-align: center;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 700;
    background: linear-gradient(135deg, #3C0753 0%, #720455 50%, #910A67 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.g-def-title-color {
    background: linear-gradient(135deg, #ff6c2c 0%, #910A67 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}

.recommend-card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.recommend-card-link {
    text-decoration: none;
    display: block;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.recommend-card-link:hover {
    transform: translateY(-8px);
}

.recommend-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(60, 7, 83, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(145, 10, 103, 0.1);
    position: relative;
}

.recommend-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(60, 7, 83, 0.02) 0%, rgba(145, 10, 103, 0.02) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.recommend-card:hover {
    box-shadow: 0 25px 60px rgba(60, 7, 83, 0.15);
    transform: scale(1.02);
}

.recommend-card:hover::before {
    opacity: 1;
}

.recommend-card-image {
    height: 200px;
    background: linear-gradient(135deg, #3C0753 0%, #720455 50%, #910A67 100%);
    position: relative;
    overflow: hidden;
}

.recommend-card-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 108, 44, 0.1) 0%, transparent 50%);
}

.recommend-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.recommend-card:hover .recommend-card-image img {
    transform: scale(1.1);
}

.recommend-card-content {
    padding: 30px;
    position: relative;
}

.recommend-card-datalabel {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ff6c2c;
    margin-bottom: 15px;
    background: rgba(255, 108, 44, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-block;
    border: 1px solid rgba(255, 108, 44, 0.2);
}

.recommend-card-content-details {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.recommend-card-content-details-topic {
    flex: 1;
}

.recommend-card-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #3C0753;
    margin-bottom: 15px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.recommend-card:hover .recommend-card-title {
    background: linear-gradient(135deg, #720455 0%, #910A67 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.recommend-card-description {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .suggest-blogs {
        padding: 40px 20px;
        border-radius: 16px;
    }
    
    .suggest-blogs-header {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    
    .recommend-card-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .recommend-card-content {
        padding: 20px;
    }
    
    .recommend-card-title {
        font-size: 1.2rem;
    }
    
    .recommend-card-image {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .suggest-blogs {
        padding: 30px 15px;
        border-radius: 12px;
    }
    
    .suggest-blogs-header {
        font-size: 1.8rem;
    }
    
    .recommend-card-content-details {
        flex-direction: column;
        gap: 15px;
    }
    
    .recommend-card-content-heading-arrow {
        align-self: flex-end;
    }
}

/* Modern Discover Servers Design */
.discover-servers {
    background: #ffffff;
    padding: 40px 25px;
    margin: 20px 0;
    border-radius: 28px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(60, 7, 83, 0.08);
}

.discover-servers::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(60, 7, 83, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(145, 10, 103, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 40% 40%, rgba(255, 108, 44, 0.02) 0%, transparent 50%);
    pointer-events: none;
}

.discover-servers::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, 
        #3C0753 0%, 
        #720455 25%, 
        #910A67 50%, 
        #ff6c2c 75%, 
        #910A67 100%);
    border-radius: 28px 28px 0 0;
}

.discover-servers-header {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #3C0753;
    position: relative;
    z-index: 2;
}

.discover-servers-desc {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    font-weight: 400;
}

.discover-servers-continents {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.discover-servers-continent-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 35px;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    border: 2px solid transparent;
    border-radius: 20px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    color: #3C0753;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(60, 7, 83, 0.08);
}

.discover-servers-continent-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #3C0753 0%, #720455 50%, #910A67 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.discover-servers-continent-link::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(255, 108, 44, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.discover-servers-continent-link:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 60px rgba(60, 7, 83, 0.15);
    border-color: #ff6c2c;
    color: #ffffff;
}

.discover-servers-continent-link:hover::before {
    opacity: 1;
}

.discover-servers-continent-link:hover::after {
    width: 300px;
    height: 300px;
}

/* Enhanced emoji styling */
.discover-servers-continent-link:hover {
    font-size: 1.15rem;
}

/* Add subtle glow effect */
.discover-servers-continent-link:hover {
    box-shadow: 
        0 20px 60px rgba(60, 7, 83, 0.15),
        0 0 30px rgba(255, 108, 44, 0.1);
}

/* Staggered animation effect */
.discover-servers-continents > div:nth-child(1) .discover-servers-continent-link {
    animation-delay: 0.1s;
}

.discover-servers-continents > div:nth-child(2) .discover-servers-continent-link {
    animation-delay: 0.2s;
}

.discover-servers-continents > div:nth-child(3) .discover-servers-continent-link {
    animation-delay: 0.3s;
}

.discover-servers-continents > div:nth-child(4) .discover-servers-continent-link {
    animation-delay: 0.4s;
}

.discover-servers-continents > div:nth-child(5) .discover-servers-continent-link {
    animation-delay: 0.5s;
}

.discover-servers-continents > div:nth-child(6) .discover-servers-continent-link {
    animation-delay: 0.6s;
}

/* Add entrance animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.discover-servers-continent-link {
    animation: fadeInUp 0.8s ease forwards;
    opacity: 0;
}

/* Active/Focus states */
.discover-servers-continent-link:focus {
    outline: none;
    box-shadow: 
        0 0 0 3px rgba(255, 108, 44, 0.3),
        0 8px 32px rgba(60, 7, 83, 0.08);
}

.discover-servers-continent-link:active {
    transform: translateY(-4px) scale(0.98);
}

/* Responsive Design */
@media (max-width: 768px) {
    .discover-servers {
        padding: 60px 20px;
        margin: 40px 0;
        border-radius: 20px;
    }
    
    .discover-servers-header {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
    
    .discover-servers-desc {
        font-size: 1.1rem;
        margin-bottom: 40px;
        padding: 0 10px;
    }
    
    .discover-servers-continents {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .discover-servers-continent-link {
        padding: 20px 25px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .discover-servers {
        padding: 40px 15px;
        margin: 30px 0;
        border-radius: 16px;
    }
    
    .discover-servers-header {
        font-size: 1.8rem;
    }
    
    .discover-servers-desc {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    .discover-servers-continent-link {
        padding: 18px 20px;
        font-size: 0.95rem;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .discover-servers-continent-link {
        border-width: 3px;
    }
    
    .discover-servers-continent-link:hover {
        border-color: #ff6c2c;
        background: #3C0753;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .discover-servers-continent-link {
        transition: none;
        animation: none;
    }
    
    .discover-servers-continent-link::after {
        transition: none;
    }
}

.g-tutorial-subcontents{
    margin-left: 40px;
    padding-top: 20px;
}

.g-light-speed-performance-content-subtitle{
    font-size: 25px !important;
    font-weight: 600 !important;
}

.g-tutorial-special-text{
    padding: 25px;
    background: rgba(255, 108, 44, 0.1);
    border: 1px solid rgba(255, 108, 44, 0.2);
    border-radius: 20px;
    color: #ff6c2c;
}

/* Main Container */
        .g-code-panel {
            background: linear-gradient(145deg, #ffffff, #fff5fc); 
            border: 1px solid #e6d3eb; 
            border-radius: 12px;
            box-shadow: 
                0 10px 25px -5px rgba(60, 7, 83, 0.1), /* Subtle Deep Purple shadow */
                0 0 4px rgba(255, 108, 44, 0.15); /* Faint Orange Glow */
            width: 100%;
            max-width: 1000px;
            margin: 20px auto;
            overflow: hidden;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .g-code-panel:hover {
            transform: translateY(-2px);
            box-shadow: 
                0 15px 30px -5px rgba(60, 7, 83, 0.15),
                0 0 10px rgba(145, 10, 103, 0.15); 
            border-color: #910A67; /* Magenta border on hover */
        }

        /* Header / Title Bar */
        .g-code-panel-header {
            background: rgba(114, 4, 85, 0.05); /* Very light tint of #720455 */
            padding: 12px 16px;
            border-bottom: 1px solid #e6d3eb;
            display: flex;
            align-items: center;
            gap: 8px;
            user-select: none;
        }

        /* The "Traffic Light" Controllers */
        .g-code-panel-header-controller {
            display: block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            /* Added faint border for definition on light background */
            border: 1px solid rgba(0,0,0,0.1); 
        }

        .g-code-panel-header-controller:nth-child(1) { background-color: #ff5f56; }
        .g-code-panel-header-controller:nth-child(2) { background-color: #ffbd2e; }
        .g-code-panel-header-controller:nth-child(3) { background-color: #27c93f; }

        /* Code Body */
        .g-code-panel-body {
            padding: 20px 24px;
            /* Text Color: Deep Purple (#3C0753) for high contrast against white */
            color: #3C0753; 
            font-size: 14px;
            line-height: 1.6;
            position: relative;
            font-weight: 500; /* Slightly bolder for clarity on light bg */
        }

        /* Accent Bar on the left */
        .g-code-panel-body::before {
            content: '';
            position: absolute;
            left: 0;
            top: 20px;
            bottom: 20px;
            width: 3px;
            background: #ff6c2c; /* Bright Orange Accent */
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            opacity: 0.8;
        }

        /* Selection Color */
        .g-code-panel-body::selection, 
        .g-code-panel-body *::selection {
            background: #910A67; /* Magenta background for selection */
            color: white;
        }













