
html, body {
    overflow-x: clip !important; 
    width: 100% !important;
    position: relative;
    margin: 0;
    padding: 0;
     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;
}

a {
    text-decoration: none;
}

.blogs-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    height: fit-content;
    padding: 150px 50px 35px;
    background-color: var(--primary-color);
}

.blogs-page-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 15%;
}

.blogs-page-description h1 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white !important;
}

.blogs-page-description h1::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, .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 .1s ease;
}

.custom-arrow.rotate-up {
    transform: translateY(-50%) rotate(180deg);
    transition: transform .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, .2) 0 7px 29px 0;
    transition: .3s ease-in-out;
    border-radius: 15px 15px;
}

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

.g-tutorial-main-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.g-tutorial-main-card-img {
    width: 100%;
    /* height: 245px; */
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    padding: 15px;
}

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

.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: 60px;
    justify-content: center;
    align-items: center;
}

.g-tutorial-main-card-btn-content-para {
    padding: 5px 15px;
    border-radius: 10px;
    background: #02073e;
    color: white;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
}

.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: 5px;
    margin-top: 15px;
}

.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: .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 {
    align-self: start !important;
    background-color: #02073E;
    color: #000 !important;
    font-family: "Poppins" !important;
    overflow: auto;
    height: calc(100vh - 80px);
    position: sticky;
    top: 80px;
    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: 80px 50px !important
    }
}

.g-side-bar-title {
    font-family: "Poppins" !important;
    font-weight: 700 !important;
    font-size: 25px !important;
    color: white;
}

.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;
    color: var(--secondary-color);
    font-size: 30px;
}

.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;
    color: white;
}

@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(.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;
    color: white;
}

@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(.9)
    }
}

.g-side-bar-group-list-link {
    color: #fff !important;
    font-weight: 500;
    transition: .3s ease-in-out;
    padding-left: 12px;
}

.g-side-bar-group-list-link:hover {
    color: var(--secondary-color);
    transition: .3s ease-in-out;
}

.g-howto-main {
    grid-column: span 9;
    padding: 0;
    margin-top: 0;
}

.g-choose-best-server-tutorial-section {
    background: linear-gradient(208deg, rgba(255, 120, 0, 1) 0%, rgba(2, 7, 62, 1) 90%);
}

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

.g-rounded-home-banner-layout {
    display: grid;
    padding: 100px 50px;
    padding: 47px 112px;
}

.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(.9);
    grid-column: span 7;
    border-radius: 12px;
}

@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(.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 {}

.g-tutorials-main-banner-section {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(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>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: .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: 0 12px 12px 0;
    height: 100%;
    width: auto;
    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: #92929e;
    color: white;
    padding: 35px 20px;
    margin: 20px 0;
    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: 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;
    border-radius: 25px 0;
}

.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 0;
    color: #ff7800;
    font-size: large;
    font-weight: 700;
}

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

.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 .3s ease-in-out, visibility .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: #ff7034;
    font-weight: 700;
    background: #fff1eb;
    word-wrap: break-word;
    padding: 3px 6px 3px;
    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 0;
    box-shadow: 0 0 10px 5px rgba(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;
}

.tutorial-sub-topic {
    font-size: 25px;
    color: #02073e;
    margin: 15px;
}

.tutorial-screenshot {
    max-width: 100%;
    height: 400px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}

.screenshot-wrapper {
    margin-top: 10px
}

/* =========================================================
   PREMIUM UI/UX OVERRIDES FOR TUTORIAL CONTENT
   ========================================================= */

.g-tutorial-contents-main-container {
       margin: 0 auto; 
}

.g-tutorial-contents > p, 
.g-top-pad-10 {
    line-height: 1.8 !important; 
    color: #334155 !important; 
    font-size: 17px !important;
    margin-bottom: 16px;
}

.g-light-speed-performance-content-title {
    font-size: 28px !important;
    color: #0f172a !important; 
    margin-top: 50px !important; 
    margin-bottom: 20px !important;
    border-bottom: 1px solid #e2e8f0; 
    padding-bottom: 12px;
}

.code-block-container {
    border-radius: 10px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    border: 1px solid #1e293b !important;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 35px;
}

.code-header {
    background: #1e293b !important;
    padding: 12px 20px !important;
    font-family: 'JetBrains Mono', 'Courier New', Courier, monospace;
    font-size: 14px;
    letter-spacing: 0.5px;
}

#code-to-copy {
    background: #0f172a !important;
    padding: 20px 25px !important;
    font-family: 'JetBrains Mono', 'Courier New', Courier, monospace;
    font-size: 15px;
    line-height: 1.7;
}

.dot-ul li, 
.list-no li {
    line-height: 1.7 !important;
    color: #334155 !important;
    font-size: 17px !important;
    margin-bottom: 16px !important; 
}

.dot-ul li b {
    color: #0f172a; 
}

.discover-servers {
    border-radius: 20px !important;
    box-shadow: 0 15px 35px rgba(3, 76, 145, 0.15) !important;
    margin-top: 60px;
    padding: 50px 30px !important;
    background: linear-gradient(135deg, #034c91 0%, #022a54 100%) !important; 
}

.discover-servers-header {
    font-weight: 700 !important;
}

code {
    background: #f1f5f9;
    color: #ea580c;
    padding: 4px 8px;
    border-radius: 6px;
    font-family: 'JetBrains Mono', 'Courier New', Courier, monospace;
    font-size: 0.9em;
    border: 1px solid #e2e8f0;
}
.g-tutorial-table { width: 100%; border-collapse: collapse; margin-top: 15px; margin-bottom: 15px; }
.g-tutorial-table th, .g-tutorial-table td { border: 1px solid #ddd; padding: 10px; text-align: left; }
.g-tutorial-table th { background-color: #f5f5f5; font-weight: bold; }

.faq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  width: 100%;
  height: fit-content;
  background-color: white;
}
.faq-div {
  display: flex;
  gap: 10px;
  max-width: 1200px;
  justify-content: center !important;
  flex-direction: column;
}
.faq-div ul,
.faq-long ul {
  list-style-type: none;
  padding-left: 0;
}
.faq h2 {
  color: var(--primary-color);
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
.faq h2::after {
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  background-color: var(--secondary-color);
  margin: 15px auto 0;
}
.accordion {
  display: flex;
  flex-direction: column;
  width: max-content;
  margin: 30px 0 0;
  background-color: transparent;
}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li:last-child .link {
  border-bottom: 0;
}
.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: var(--black-color);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}
.que {
  border: 2px solid var(--background-color);
  padding-left: 0;
  margin-bottom: 5px;
  background-color: white;
  border-radius: 10px;
  width: 1300px;
}
.accordion li.open .link {
  color: var(--primary-color);
}
.accordion li.open i {
  color: var(--primary-color);
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.submenu {
  display: none;
  background: var(--light-accent-color);
  font-size: 14px;
  border-radius: 10px;
}
.it {
  border-bottom: 1px solid var(--background-color);
  padding: 20px !important;
}
.bold {
  font-weight: 700;
  font-size: 16px;
}
.it:first-child {
  border-top: 1px solid var(--background-color);
}
.it:last-child {
  border-bottom: none;
}
.faq-long {
  display: none;
}
.faq-btn {
  display: none;
  background-color: var(--primary-color);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  width: max-content;
  margin: auto;
  font-size: 16px;
}
.faq-btn:hover {
  background-color: var(--secondary-color);
}
.extra {
  display: none;
}
@media (max-width: 1414px) {
  .que {
    width: 1000px;
  }
}
@media (max-width: 1050px) {
  .que {
    width: 800px;
  }
}
@media (max-width: 850px) {
  .que {
    width: 600px;
  }
}
@media (max-width: 650px) {
  .que {
    width: 400px;
  }
}
@media (max-width: 450px) {
  .que {
    width: 300px;
  }
}