section.game-hosting-types-section.section-new-style-4 .hosting-types-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 50px;
    margin-top: 20px;
    margin-bottom: 30px;
}

section.game-hosting-types-section.section-new-style-4 .hosting-type-item {
    position: relative;
    padding-left: 30px;
    border: 1px solid #e3e3e3;
    padding: 25px;
    border-radius: 15px;
}

section.game-hosting-types-section.section-new-style-4 .hosting-type-item::before {
    /* content: ""; */
    position: absolute;
    left: -8px;
    top: 8px;
    width: 13px;
    height: 13px;
    background: #4f46e5;
    border-radius: 50%;
}
section.game-hosting-types-section.section-new-style-4 .hosting-type-item .logo-section {
    display: flex;
    align-items: center;
    gap: 10px;
}
section.game-hosting-types-section.section-new-style-4 .hosting-type-item h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 5px;
    color: #1e293b;
}

section.game-hosting-types-section.section-new-style-4 .hosting-type-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #141414;
}

section.game-hosting-types-section.section-new-style-4 .hosting-type-item a {
    color: var(--primary-color);
    text-decoration: none;
}

.hosting-type-item a:hover {
    text-decoration: underline;
}

.comparison-table th, .comparison-table td{
    border: unset;
}

.comparison-table td {
    border-top: 1px dashed #e2e8f0;
}
.comparison-table th{
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
}

section.specialized-game-server-section.section-new-style-3  {
    padding: 40px 0;
    background: #f8fafc;
    margin-top: 40px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

section.specialized-game-server-section.section-new-style-3 .specialized-game-server-container {
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 20px;
}


section.specialized-game-server-section.section-new-style-3  h2 {
    text-align: left;
    font-size: 38px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
}


section.specialized-game-server-section.section-new-style-3  .section-intro {
    max-width: 100%;
    margin: 0 auto 30px;
    text-align: left;
    font-size: 16px;
    line-height: 2;
    color: #141414;
}

section.specialized-game-server-section.section-new-style-3  .section-intro a,

section.specialized-game-server-section.section-new-style-3  .benefit-item a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}

.section-new-style-3  .section-intro a:hover,
.section-new-style-3  .benefit-item a:hover {
    text-decoration: underline;
}
 
.section-new-style-3 .benefits-list {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); */
    gap: 25px;
}

.section-new-style-3 .benefit-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.section-new-style-3 .benefit-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    /* background: linear-gradient(180deg, #2563eb, #60a5fa); */
}
p.note-section {
    padding-top: 10px;
    display: block;
    font-size: 14px !important;
}

.section-new-style-3 .benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border-color: var(--primary-color);
}

.section-new-style-3 .benefit-item h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    padding-bottom: 5px;
    line-height: 1.4;
}

.section-new-style-3 .benefit-item p {
    font-size: 15px;
    line-height: 1.8;
    color: #141414;
    margin: 0;
}


table.hosting-table.new-table-style-2 {
    /* white-space: nowrap; */
    border: 1px solid #e2e8f0;
    text-align: left !important;
    margin-bottom: 0px;
    border-collapse: separate;
    border-radius: 10px;
}
table tr td{
    border-color: #e2e8f0;
}
.comparison-table th, .comparison-table td{
    border-color: #e2e8f0;
}
table.hosting-table.new-table-style-2 th, table.hosting-table.new-table-style-2 td {
    text-align: left !important;
    padding: 12px 24px;
    font-weight: 400;
    font-size: 14px;
}

table.hosting-table.new-table-style-2 th {
    font-size: 16px;
    font-weight: 600;
}

table.comparison-table.new-table-style-3 td {
    font-size: 14px;
    font-weight: 400;
    background: transparent;
    border-top: unset;
    border-bottom: 0;
}

table.comparison-table.new-table-style-3 th {
    font-size: 16px;
    font-weight: 600;
    background: transparent;
}
section.comparison-section.section-new-style-2 h2 {
    font-size: 28px;
}

section.game-hosting-types-section.section-new-style-4 .hosting-type-item:hover {
    background: #f7f7f7;
}



section.game-hosting-features-section.section-new-style-5 .feature-list {
    margin-top: 40px;
    margin-left: 20px;
}

section.game-hosting-features-section.section-new-style-5 .feature-item {
    position: relative;
    padding: 0 0 30px 20px;
    margin-bottom: 0px;
    border-left: 2px solid #e5e7eb;
    transition: all 0.3s ease;
}

section.game-hosting-features-section.section-new-style-5 .feature-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

section.game-hosting-features-section.section-new-style-5 .feature-item::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 6px;
    width: 14px;
    height: 14px;
    background: #4f46e5;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(79, 70, 229, 0.12);
}

section.game-hosting-features-section.section-new-style-5 .feature-item h4 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    color: #1f2937;
}

section.game-hosting-features-section.section-new-style-5 .feature-item p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #141414;
}

section.game-hosting-features-section.section-new-style-5 .feature-item:hover h4 {
    color: #4f46e5;
}

/* Tablet */
@media (max-width: 991px) {
   section.game-hosting-features-section.section-new-style-5 .feature-item {
        padding-left: 40px;
    }

    section.game-hosting-features-section.section-new-style-5 .feature-item h4 {
        font-size: 20px;
    }

   section.game-hosting-features-section.section-new-style-5  .feature-item p {
        font-size: 15px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    section.game-hosting-features-section.section-new-style-5 .feature-list {
        margin-top: 30px;
    }

    section.game-hosting-features-section.section-new-style-5 .feature-item {
        padding-left: 30px;
        margin-bottom: 0px;
        padding-bottom: 25px;
    }

    section.game-hosting-features-section.section-new-style-5 .feature-item::before {
        width: 12px;
        height: 12px;
        left: -7px;
    }

    section.game-hosting-features-section.section-new-style-5 .feature-item h4 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    section.game-hosting-features-section.section-new-style-5 .feature-item p {
        font-size: 14px;
        line-height: 1.7;
    }
}

table.hosting-comparison-table.new-table-style-1 {
    margin-bottom: 30px;
    border: 1px solid #e2e8f0;
    text-align: left !important;
    border-collapse: separate;
    border-radius: 10px;
    margin-top: 10px !important;
}

table.hosting-comparison-table.new-table-style-1 thead th {
    text-align: left !important;
    font-size: 18px !important;
    color: var(--text-color);
    font-weight: 600;
    padding: 12px 24px;
    background: #fff;
}

table.hosting-comparison-table.new-table-style-1 tbody td {
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    padding: 12px 24px;
}

.hosting-info-new-theme .pros-cons-box .pros-detail-box h4 {
    font-size: 22px;
    line-height: 28px;
}

.why-hostingseekers-section {
  padding: 0 0 32px 0;
  /* border-top: 0.5px dashed #ddd; */
}
.approach-and-select-wrapper.section-new-style-7 .pros-cons-box {
    margin: 20px 0;
}
section.specialized-email-hosting-section.section-new-style-3, section.email-hosting-users-section.section-new-style-3{
    padding-top: 20px;
}
section.email-hosting-users-section.section-new-style-3 h2 {
    text-align: left;
}
section.email-hosting-users-section.section-new-style-3 p.section-intro {
    margin-bottom: 22px;
    text-align: left;
    line-height: 2;
}
section.why-game-server-hosting-section.section-new-style-1, section.comparison-section.section-new-style-2, section.game-hosting-types-section.section-new-style-4, section.game-hosting-features-section.section-new-style-5, .about-hosting-outer.section-new-style-6, .approach-and-select-wrapper.section-new-style-7, section.hosting-comparison-section.section-new-style-8{
    padding: 40px 0 0;
}
section.specialized-email-hosting-section.section-new-style-3 p.section-intro {
    margin-bottom: 20px;
}
.about-hosting-outer.section-new-style-6 h2, section.specialized-email-hosting-section.section-new-style-3 h2, .why-hostingseekers-section-container h2, section.ranking-methodology-section.section-new-style-10 h2, section.hosting-comparison-section.section-new-style-8 h2, .approach-and-select-wrapper.section-new-style-7 h2, section.game-hosting-features-section.section-new-style-5 h2, section.game-hosting-types-section.section-new-style-4 h2, section.specialized-game-server-section.section-new-style-3 h2, section.why-game-server-hosting-section.section-new-style-1 h2, .hosting-info-new-theme .what-is-hosting-wrapper h2, section.comparison-section.section-new-style-2 h2, section.specialized-email-hosting-section.section-new-style-3 h2{
  font-size: 28px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--text-color);
}
/* .why-hostingseekers-section-container h2 {
  
  margin: 0 0 20px;
} */

.why-hostingseekers-section-container > p:first-of-type {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-color);
  margin: 0 0 1.75rem;
}

.why-hostingseekers-section-container > p:first-of-type a {
  color: var(--color-text-primary);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1.5px solid var(--color-border-primary);
}

.why-hostingseekers-section-container > p:first-of-type a:hover {
  border-bottom-color: var(--color-text-primary);
}

.why-hostingseekers-section-container > p:last-of-type {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #000;
  margin: 0 0 16px;
}

.hostingseekers-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hostingseekers-benefits li {
  font-size: 16px;
  line-height: 1.6;
  color: #141414;
  padding: 1rem 0;
  border-bottom: 0.5px solid #ddd;
}

.hostingseekers-benefits li:first-child {
  border-top: 0.5px solid #ddd;
}

.hostingseekers-benefits li::before {
  font-size: 13px;
  color: var(--primary-color);
  flex-shrink: 0;
  font-weight: 600;
  content: "→";
}

.hostingseekers-benefits li strong {
  font-weight: 500;
  color: var(--color-text-primary);
  margin-right: 4px;
}

.ranking-methodology-list {
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
    counter-reset: methodology-counter;
}

.ranking-methodology-list li {
    position: relative;
    padding: 0 0 25px 60px;
    margin-bottom: 0px;
    border-left: unset;
    counter-increment: methodology-counter;
}

.ranking-methodology-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.ranking-methodology-list li::before {
    content: counter(methodology-counter);
    position: absolute;
    left: 12px;
    top: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #4f46e5;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    box-shadow: 0 0 0 6px rgba(79, 70, 229, 0.12);
}

.ranking-methodology-list li strong {
    display: block;
    margin-bottom: 8px;
    font-size: 19px;
    font-weight: 600;
    color: #1e293b;
}

.ranking-methodology-list li {
    color: #141414;
    font-size: 16px;
    line-height: 1.8;
}

.ranking-methodology-section p {
    color: #141414;
    line-height: 1.8;
    font-size: 16px;
}

/* Hover Effect */
.ranking-methodology-list li:hover strong {
    color: #4f46e5;
}
section.game-hosting-types-section.section-new-style-4 .hosting-type-item .logo-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

section.game-hosting-types-section.section-new-style-4 .hosting-type-item .logo-section h4 {
    margin-bottom: 0;
}

section.game-hosting-types-section.section-new-style-4 .hosting-type-item .logo-section i {
    color: var(--primary-color);
}



/* td 16-06-26 S */
.hosting-info-new-theme .detail-about-hosting-main {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.detail-about-hosting-main {
    padding: 46px 25px 20px;
    border: unset !important;
    border-radius: unset !important;
}
.section-new-style-7, .section-new-style-5, .section-new-style-10{
    padding: 25px 25px !important;
    background: #f8fafc;
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
}
.section-new-style-6, .section-new-style-12, .section-new-style-13{
    padding: 25px 25px !important;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}
.section-new-style-8 h2, .detail-about-hosting-main h2{
    padding-bottom: 10px;
    margin-bottom: 0px !important;
}
section.game-hosting-types-section.section-new-style-4 .hosting-types-list{
    margin-top: 7px !important;
}
.hosting-info-new-theme .pros-cons-box{
    margin-top: unset !important;
    margin-bottom: unset !important;
}
.hosting-info-new-theme .FAQ-sec-wrapper h2{
    margin-bottom: 20px;
}
.comparison-table {
    margin-top: 0 !important;
    border: 1px solid #e2e8f0;
    text-align: left !important;
    margin-bottom: 0px;
    border-collapse: separate;
    border-radius: 10px;
    border-spacing: 0;
    background: #fff;
}
.section-new-style-1 h2, 
.section-new-style-2 h2, 
.section-new-style-3 h2, 
.section-new-style-4 h2, 
.section-new-style-5 h2, 
.section-new-style-6 h2, 
.section-new-style-7 h2, 
.section-new-style-8 h2, 
.section-new-style-9 h2, 
.section-new-style-10 h2, 
.section-new-style-11 h2, 
.section-new-style-12 h2, 
.section-new-style-13 h2{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 10px;
} 
.icon-div {
    width: 56px;
    height: 56px;
    /* padding: 12px; */
    border-radius: 50%;
    box-sizing: border-box;
    background: #EFECF8;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 56px;
    min-height: 56px;
}
.icon-div i {
    font-size: 25px;
    line-height: 1.5;
}

/* td 16-06-26 End */


.table-style .table-responsive {
    min-height: auto;
    margin-top: 30px;
}

.section-new-style-14 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 50px 0;
}

.section-new-style-14 > div {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    transition: all 0.3s ease;
}

.section-new-style-14 > div:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.section-new-style-14 > div:first-child {
    background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%);
    border-top: 5px solid #22c55e;
}

.section-new-style-14 > div:last-child {
    background: linear-gradient(180deg, #fef2f2 0%, #ffffff 100%);
    border-top: 5px solid #ef4444;
}

.section-new-style-14 h2 {
    margin: 0 0 25px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.section-new-style-14 > div:first-child h2 {
    color: #15803d;
}

.section-new-style-14 > div:last-child h2 {
    color: #b91c1c;
}

.section-new-style-14 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-new-style-14 li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    font-size: 17px;
    line-height: 1.7;
    color: #475569;
}

.section-new-style-14 li + li {
    border-top: 1px dashed #e5e7eb;
}

.section-new-style-14 li i {
    width: 28px;
    height: 28px;
    min-width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: 2px;
    font-size: 12px;
}

.section-new-style-14 > div:first-child li i {
    background: #dcfce7;
    color: #16a34a;
}

.section-new-style-14 > div:last-child li i {
    background: #fee2e2;
    color: #dc2626;
}


.what-is-hosting-wrapper {
    padding-bottom: 20px;
}
h3.Prons, h3.Pricing {
    margin-bottom: 8px;
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
}
h3.Prons.active {
    color: var(--primary-color);
}
h3.Prons i, h3.Pricing i {
    font-size: 17px;
}

h3.Prons.active i {
    transform: rotate(180deg);
    color: var(--primary-color);
}
section.comparison-section.section-new-style-5.table-style .table-responsive {
    margin-top: 0 !important;
}

/* prons and cons */
.comparison-section.section-new-style-5.table-style .pros-cons-box{
    display:flex;
    gap:30px;
    margin:40px 0;
}

.comparison-section.section-new-style-5.table-style .pros-box,
.comparison-section.section-new-style-5.table-style .cons-box{
    flex:1;
}

.comparison-section.section-new-style-5.table-style .pros-detail-box-left,
.comparison-section.section-new-style-5.table-style .pros-detail-box-right{
    padding:30px;
    border-radius:20px;
    background:#fff;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.comparison-section.section-new-style-5.table-style .pros-detail-box-left{
    border: 1px solid rgba(22, 163, 74, .25);
    background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%);
    border-top: 5px solid #22c55e;
}

.comparison-section.section-new-style-5.table-style .pros-detail-box-right{
    border:1px solid rgba(239,68,68,.25);
    background: linear-gradient(180deg, #fef2f2 0%, #ffffff 100%);
    border-top: 5px solid #ef4444;
}

.comparison-section.section-new-style-5.table-style .pros-heading{
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e7eb;
}

.comparison-section.section-new-style-5.table-style .pros-heading h2{
    margin:0;
    font-size:32px;
    font-weight:700;
    line-height:1;
}

.comparison-section.section-new-style-5.table-style .pros-box .pros-heading h2{
    color:#15803d;
}

.comparison-section.section-new-style-5.table-style .cons-box .pros-heading h2{
    color:#dc2626;
}

.comparison-section.section-new-style-5.table-style .pros-heading img{
    width:56px;
    height:56px;
    padding:12px;
    border-radius:50%;
    box-sizing:border-box;
}

.comparison-section.section-new-style-5.table-style .pros-box .pros-heading img{
    background: #15803d12;
}

.comparison-section.section-new-style-5.table-style .cons-box .pros-heading img{
    background: #ef444430;
}

.comparison-section.section-new-style-5.table-style .pros-detail-box{
    position:relative;
    padding-left: 46px !important;
    margin-bottom: 0px !important;
    padding: 22px 40px 7px;
    background: transparent;
}

.comparison-section.section-new-style-5.table-style .pros-detail-box:last-child{
    margin-bottom:0;
}

.comparison-section.section-new-style-5.table-style .pros-box .pros-detail-box::before{
    content:"✓";
    position:absolute;
    left: 10px;
    top: 24px;
    width:26px;
    height:26px;
    border:2px solid #15803d;
    border-radius:50%;
    color:#15803d;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:700;
}

.comparison-section.section-new-style-5.table-style .cons-box .pros-detail-box::before{
    content:"✕";
    position:absolute;
    left: 10px;
    top: 22px;
    width:26px;
    height:26px;
    border:2px solid #dc2626;
    border-radius:50%;
    color:#dc2626;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:700;
}

.comparison-section.section-new-style-5.table-style .pros-detail-box p{
    margin:0;
    color:#475569;
    font-size:16px;
    line-height:1.7;
}

.comparison-section.section-new-style-5.table-style .pros-box .pros-detail-box:nth-child(2){
    background:#f1faf4;
    padding: 18px 20px 8px 46px;
    border-radius:14px;
}

.comparison-section.section-new-style-5.table-style .cons-box .pros-detail-box:nth-child(2){
    background:#fef2f2;
    padding:18px 20px 18px 46px;
    border-radius:14px;
}
.comparison-section.section-new-style-5.table-style  .pros-detail-box-left .pros-detail-box:nth-child(2n){
    background-color: unset;
}
section.comparison-section.section-new-style-5.table-style .cons-box, section.comparison-section.section-new-style-5.table-style .pros-detail-box-right .pros-detail-box:nth-child(2n){
    background-color: unset;
}
.pros-box{
    background-color: unset;
}
h3.Prons:hover {
    color: var(--primary-color);
}
h3.Prons{
    cursor: pointer;
}
section.why-game-server-hosting-section.section-new-style-1{
    padding-top: 0;
}
.section-new-style-5:hover {
    border-color: var(--primary-color);
}
.hosting-info-new-theme .pros-detail-box-left{
    border-radius: 15px;
}

/* responsive Start  */
/* Responsive css Start */
@media (max-width: 991px) {
  .comparison-section.section-new-style-5.table-style .pros-cons-box {
    flex-direction: column;
  }
  .section-new-style-14 {
    grid-template-columns: 1fr;
  }
  .about-hosting-outer.section-new-style-6 h2,
  .why-hostingseekers-section-container h2,
  section.ranking-methodology-section.section-new-style-10 h2,
  section.hosting-comparison-section.section-new-style-8 h2,
  .approach-and-select-wrapper.section-new-style-7 h2,
  section.game-hosting-features-section.section-new-style-5 h2,
  section.game-hosting-types-section.section-new-style-4 h2,
  section.specialized-game-server-section.section-new-style-3 h2,
  section.why-game-server-hosting-section.section-new-style-1 h2,
  .hosting-info-new-theme .what-is-hosting-wrapper h2,
  section.comparison-section.section-new-style-2 h2 {
    font-size: 20px;
  }
  .ranking-methodology-list li {
    padding-left: 60px;
  }

  .ranking-methodology-list li strong {
    font-size: 18px;
  }
  section.game-hosting-features-section.section-new-style-5 .feature-item {
    padding-left: 40px;
  }

  section.game-hosting-features-section.section-new-style-5 .feature-item h4 {
    font-size: 20px;
  }

  section.game-hosting-features-section.section-new-style-5 .feature-item p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  section.game-hosting-types-section.section-new-style-4 .hosting-type-item h4 {
    font-size: 17px;
  }
  table.hosting-table.new-table-style-2 {
    white-space: nowrap;
  }
  table.hosting-comparison-table.new-table-style-1 {
    white-space: nowrap;
  }
  .why-hostingseekers-section {
    padding: 3rem 0;
  }

  /* .why-hostingseekers-section-container {
    padding: 0 1.25rem;
  } */

  .why-hostingseekers-section-container h2 {
    font-size: 20px;
  }

  .why-hostingseekers-section-container > p:first-of-type {
    font-size: 15px;
    margin: 0 0 1.5rem;
  }

  .hostingseekers-benefits li {
    font-size: 14px;
    padding: 0.875rem 0;
  }
  table.comparison-table.new-table-style-3 {
    min-width: 600px;
  }
}
@media (max-width: 767px) {
  section.game-hosting-types-section.section-new-style-4 .hosting-types-list {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  section.specialized-game-server-section.section-new-style-3 {
    padding: 60px 0;
  }
  section.specialized-game-server-section.section-new-style-3 h2 {
    font-size: 28px;
  }

  section.specialized-game-server-section.section-new-style-3 .section-intro {
    font-size: 15px;
    margin-bottom: 35px;
  }

  section.specialized-game-server-section.section-new-style-3 .benefits-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  section.specialized-game-server-section.section-new-style-3 .benefit-item {
    padding: 25px;
  }

  section.specialized-game-server-section.section-new-style-3 .benefit-item h4 {
    font-size: 18px;
  }
  section.game-hosting-features-section.section-new-style-5 .feature-list {
    margin-top: 30px;
  }

  section.game-hosting-features-section.section-new-style-5 .feature-item {
    padding-left: 30px;
    margin-bottom: 0px;
    padding-bottom: 25px;
  }

  section.game-hosting-features-section.section-new-style-5
    .feature-item::before {
    width: 12px;
    height: 12px;
    left: -7px;
  }

  section.game-hosting-features-section.section-new-style-5 .feature-item h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  section.game-hosting-features-section.section-new-style-5 .feature-item p {
    font-size: 14px;
    line-height: 1.7;
  }
  .section-new-style-14 > div {
    padding: 25px;
  }

  .section-new-style-14 h2 {
    font-size: 26px;
  }

  .section-new-style-14 li {
    font-size: 15px;
  }
  .ranking-methodology-list {
    margin-top: 30px;
  }

  .ranking-methodology-list li {
    padding-left: 50px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-size: 14px;
  }

  .ranking-methodology-list li::before {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    left: 0;
  }

  .ranking-methodology-list li strong {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
@media (max-width: 575px) {
  .comparison-section.section-new-style-5.table-style .pros-detail-box-left,
  .comparison-section.section-new-style-5.table-style .pros-detail-box-right {
    padding: 15px;
  }
  .comparison-section.section-new-style-5.table-style .pros-heading img {
    min-width: 46px;
    height: 46px;
  }
  .section-new-style-1 h2,
  .section-new-style-2 h2,
  .section-new-style-3 h2,
  .section-new-style-4 h2,
  .section-new-style-5 h2,
  .section-new-style-6 h2,
  .section-new-style-7 h2,
  .section-new-style-8 h2,
  .section-new-style-9 h2,
  .section-new-style-10 h2,
  .section-new-style-11 h2,
  .section-new-style-12 h2,
  .section-new-style-13 h2 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .why-hostingseekers-section {
    padding: 2rem 0;
  }

  .why-hostingseekers-section-container {
    padding: 0 1rem;
  }

  .why-hostingseekers-section-container h2 {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 1rem;
  }

  .why-hostingseekers-section-container > p:first-of-type {
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 1.25rem;
  }

  .why-hostingseekers-section-container > p:last-of-type {
    font-size: 11px;
  }

  .hostingseekers-benefits li {
    font-size: 13px;
    line-height: 1.55;
    padding: 0.75rem 0;
    gap: 8px;
  }

  .hostingseekers-benefits li::before {
    font-size: 11px;
  }
}

/* Responsive css End */