.blogs-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(17, 24, 39, 25);
    margin-top: 75px;
    height: fit-content;
    padding: 50px 50px 35px;
}

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

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

.blogs-page-description h2::after {
    content: "";
    display: block;
    width: 50%;
    height: 3px;
    background-color: #ff5533;
    margin: 8px auto 8px;
}

li {
    font-size: 16px !important;
}

.g-tutorials-filtering-section {
    background-color: rgb(18 42 76);
}

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

.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;
    outline: 0 !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: 0 15px !important;
    width: inherit;
}

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

@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 {
    color: #c12701;
}

.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: 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-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: 60px;
    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: 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 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Poppins" !important;
    height: 100%;
    margin-bottom: 5px;
}

.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 {
    background-color: #021b36;
    color: #fff !important;
    font-family: "Poppins" !important;
    overflow: auto;
    height: 95vh;
    position: sticky;
    top: 79px;
    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;
}

@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-title {
    font-family: "Poppins" !important;
    font-weight: 700 !important;
    font-size: 25px !important;
}

.g-side-bar-group {
    margin-top: 30px;
}

.g-side-bar-group-heading {
    cursor: pointer;
    font-family: "Poppins" !important;
    font-size: 16px;
    font-weight: 600 !important;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    display: flex;
    gap: 12px;
}

@media screen and (max-width:1200px) {
    .g-side-bar-group-list {
        font-size: 10px !important
    }

    .g-rounded-home-banner-content {
        backdrop-filter: blur(3px) brightness(.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;
}

.g-side-bar-group-list {
    display: flex;
    align-items: baseline;
    list-style: none !important;
    padding: 5px 0 0 0 !important;
}

@media screen and (max-width:1400px) {
    .g-side-bar-group-list {
        font-size: 14px !important
    }

    .g-rounded-home-banner-content {
        backdrop-filter: blur(3px) brightness(.9)
    }
}

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

.g-side-bar-group-list-link:hover {
    color: #fff;
    transition: .3s ease-in-out;
}

.g-howto-main {
    grid-column: span 9
}

.it-bg1 {
    background-image: linear-gradient(19deg, rgba(0, 0, 0, .99), rgba(0, 0, 0, 0)), url("/tutorials/inc/imgs/how-to-fix-common-website-problems-on-a-linux-server.png");
    background-size: cover;
    background-position: center;
}

.it-bg2 {
    background-image: linear-gradient(19deg, rgba(0, 0, 0, .99), rgba(0, 0, 0, 0)), url("/tutorials/inc/imgs/step-by-step-guide-to-removing-malware-from-your-website-yourself.webp");
    background-size: cover;
    background-position: center;
}

.it-bg3 {
    background-image: linear-gradient(19deg, rgba(0, 0, 0, .99), rgba(0, 0, 0, 0)), url("/tutorials/inc/imgs/451-server-temporary-local-problem.webp");
    background-size: cover;
    background-position: center;
}

.it-bg4 {
    background-image: linear-gradient(19deg, rgba(0, 0, 0, .99), rgba(0, 0, 0, 0)), url("/tutorials/inc/imgs/disable-autossl-email-notifications-cpanel.webp");
    background-size: cover;
    background-position: center;
}

.it-bg5 {
    background-image: linear-gradient(19deg, rgba(0, 0, 0, .99), rgba(0, 0, 0, 0)), url("/tutorials/inc/imgs/deceptive-site-ahead.webp");
    background-size: cover;
    background-position: center;
}

.it-bg6 {
    background-image: linear-gradient(19deg, rgba(0, 0, 0, .99), rgba(0, 0, 0, 0)), url("/tutorials/inc/imgs/setting-multiple-shared-ip-on-cpanel.webp");
    background-size: cover;
    background-position: center;
}

.it-bg7 {
    background-image: linear-gradient(19deg, rgba(0, 0, 0, .99), rgba(0, 0, 0, 0)), url("/tutorials/inc/imgs/create-ftp-account-in-cpanel.webp");
    background-size: cover;
    background-position: center;
}

.it-bg8 {
    background-image: linear-gradient(19deg, rgba(0, 0, 0, .99), rgba(0, 0, 0, 0)), url("/tutorials/inc/imgs/basic-docker-commands-on-linux.webp");
    background-size: cover;
    background-position: center;
}

.it-bg9 {
    background-image: linear-gradient(19deg, rgba(0, 0, 0, .99), rgba(0, 0, 0, 0)), url("/tutorials/inc/imgs/header-tune-linux-permissions.webp");
    background-size: cover;
    background-position: center;
}

.it-bg10 {
    background-image: linear-gradient(19deg, rgba(0, 0, 0, .99), rgba(0, 0, 0, 0)), url("/tutorials/inc/imgs/website-hosting.webp");
    background-size: cover;
    background-position: center;
}

.g-rounded-home-banner-layout {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

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

.g-rounded-home-banner-content {
    padding: 100px 60px;
    backdrop-filter: blur(3px) brightness(.9);
    grid-column: span 10;
    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;
    font-size: 20px;
    margin-top: 15px;
}

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

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

select:not([size]) {
    background: url("/assets/images/down-arrow-100.png") no-repeat right .75rem center !important;
    background-size: .7em !important;
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: .75em .75em;
    padding-right: 2.5rem;
    -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;
}

.g-rounded-home-banner-content-2 img {
    border-radius: 0 12px 12px 0;
}

.i-bg-sb-bnr-tutorial {
    padding: 60px 10px 10px 10px !important;
}

.i-srch-bx {
    background: aliceblue;
    border-radius: 25px;
    display: flex;
    align-items: center;
    padding: 5px;
}

.i-srch-bx i {
    padding: 0 16px;
}

.i-srch-bx input {
    flex: 1;
    padding: 10px 10px;
    background: aliceblue;
    border: 0;
    border-radius: 25px;
}

.i-srch-bx span {
    background: #30b4aa;
    padding: 10px 10px;
    border: 0;
    color: #ffffff;
    font-weight: 500;
    border-radius: 25px
}

.i-hdng-ptg {
    font-size: 20px;
    font-weight: 700
}

.i-totrl-tbl th {
    background: white !important;
    border: solid 2px #30b4aac4 !important;
    color: black !important;
}

.i-totrl-tbl td {
    background: white !important;
    border: solid 2px #30b4aac4 !important;
    color: black !important;
    text-align: left !important;
}

.i-totrl-tbl i {
    padding-right: 10px;
    color: #6d0909;
}

code {
    padding: 5px;
    font-weight: 600;
    background-color: #e6e6e6;
}

.itutorl-ul {
    padding-left: 10px;
}

.itutorl-ul li {
    padding-bottom: 10px;
}

.itutorl-ul li::before {
    font-family: "Font Awesome 5 Free";
    color: #edc812;
    content: "\f0a4";
    padding-right: 10px;
    font-size: 18px;
}

.itutorl-ol {
    list-style: block;
    margin-left: 20px;
}

.itutorl-ol li {
    padding-bottom: 10px;
}

.ih5 {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}

.h5-list-ol {
    list-style: auto;
    font-size: 20px !important;
    font-weight: 700;
}

.h5-list-ol .g-top-pad-10 {
    font-size: 16px !important;
    font-weight: 400;
}

.h5-list-ol .ih5 {}

.dot-ul {
    list-style: disc;
    margin-left: 50px;
}

.list-no {
    list-style: auto;
    margin-left: 50px;
}

.copy-txt-component {
    height: fit-content;
    background: #ebeef1;
    border: 1px solid #c6c7c9;
    border-radius: 10px;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-rows: 40px 1fr;
    overflow: hidden;
}

.settings {
    transition: 1s;
    background: #181836;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    font-family: sans-serif;
    letter-spacing: 1px;
}

.title {
    font-size: 1.1rem;
    color: rgb(255, 255, 255);
}

.ryg {
    display: flex;
    gap: 10px;
}

.r,
.y,
.g {
    height: 10px;
    aspect-ratio: 1/1;
    border-radius: 100%;
}

.r {
    background-color: red;
}

.y {
    background-color: yellow;
}

.g {
    background-color: #0f0;
}

.copy {
    fill: rgba(0, 0, 0, .5);
    height: 40%;
}

.code-cpy {
    padding: 0 20px 20px 20px;
    font-size: .96rem;
    white-space: pre-line;
    overflow-y: hidden;
    overflow-x: auto;
    color: rgba(0, 0, 0, .6);
    overflow-x: hidden;
}

.code-cpy span {
    color: rgba(100, 0, 200, .5);
}

.select-none {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

::-webkit-scrollbar {
    height: 3px;
}

::-webkit-scrollbar-track {
    background: #ccc
}

::-webkit-scrollbar-thumb {
    background: #02073e;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.cpy-cdp {
    padding: 0 15px;
    margin: 8px 0;
    font-weight: 400;
}

.tutril-exmpl {
    background: #d0d7dd;
    padding: 10px 20px;
    border-radius: 5px
}

.expl {
    background: transparent;
    color: #000000;
}

.expl span {
    color: #048d42;
}

.box-rd {
    padding: 10px;
    background: antiquewhite;
    color: #960606 !important;
}

.g-side-bar-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    margin-bottom: 1rem;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border-radius: 15px;
    text-decoration: none;
    box-shadow: 0 6px 15px rgba(0, 0, 0, .2);
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
    border: dashed;
}

.g-side-bar-back-btn i {
    transition: transform .35s ease;
}

.g-side-bar-back-btn:hover {
    background: white;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
    color: black;
}

.g-side-bar-back-btn:hover i {
    transform: translateX(-4px);
}

.faq-section {
    margin: 50px auto;
    padding: 0 120px;
}

.faq-section h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.faq-question {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding-right: 25px;
    color: #444;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2rem;
    color: #777;
    transition: transform .3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease, opacity .4s ease;
    opacity: 0;
    padding-left: 5px;
    color: #555;
    font-size: 1rem;
    line-height: 1.5;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked~.faq-answer {
    max-height: 300px;
    opacity: 1;
    margin-top: 10px;
    width: 75%;
}

input[type="checkbox"]:checked+.faq-question::after {
    content: '-';
    transform: rotate(180deg);
}

.j-proxmox-ve-on-a-dedicated-server-section-img {
    background-image: linear-gradient(19deg, rgba(0, 0, 0, .99), rgba(0, 0, 0, 0)), url(/tutorials/inc/imgs/proxmox-ve-on-a-dedicated-server.webp) !important
}

.j-blog-new-cta-button {
    display: inline-block;
    background-color: #c12107;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    transition: all .3s ease;
    box-shadow: 0 4px 6px -1px rgb(235 37 37 / 20%), 0 2px 4px -1px rgb(235 37 37 / 10%);
}

.j-blog-new-cta-action-wrapper {
    text-align: center
}

.j-blog-new-cta-button:hover {
    background-color: black;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgb(235 37 37 / 20%), 0 2px 4px -1px rgb(235 37 37 / 10%);
}