/* ==========================================
HOSTING SOLUTIONS
========================================== */

.hosting-solutions{
    padding:50px 0;
    background:#f8faff;
}

.section-header{
    text-align:center;
    margin-bottom:30px;
}

.section-badge{
    display:inline-block;
    padding:8px 18px;
    background:#eef4ff;
    color:#0B5FFF;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:15px;
}

.section-header h2{
    font-size:36px;
    font-weight:800;
    color:#071C63;
    line-height:1.2;
}

.title-line{
    width:70px;
    height:4px;
    background:#0B5FFF;
    border-radius:20px;
    margin:15px auto 0;
}

.hosting-grid{
    display:grid;
    /*grid-template-columns:repeat(4,1fr);*/
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap:25px;
}

.hosting-card{
    background:#fff;
    border-radius:24px;
    padding:15px 10px;
    box-shadow:0 10px 40px rgba(0,0,0,.05);
    transition:.4s ease;
    display:flex;
    flex-direction:column;
    height:100%;
}

.hosting-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(11,95,255,.15);
}

.hosting-icon{
    width:40px;
    height:40px;
    margin:0 auto 15px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#eef4ff;
    color:#0B5FFF;
    font-size:20px;
}

.hosting-card h3{
    text-align:center;
    color:#071C63;
    font-size:22px;
    margin-bottom:10px;
}

.hosting-card p{
    text-align:center;
    color:#666;
    font-size:14px;
    line-height:1.6;
    margin-bottom:10px;
}

.hosting-divider{
    height:1px;
    background:#edf2ff;
    margin-bottom:5px;
}

.hosting-card ul{
    margin-bottom:10px;
}

.hosting-card li{
    display:flex;
    align-items:center;
    gap:10px;
    /*margin-bottom:10px;*/
    color:#4b587c;
    font-size:14px;
}

.hosting-card li svg{
    color:#0B5FFF;
}

.learn-more{
    margin-top:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    color:#0B5FFF;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
}

.learn-more:hover{
    gap:16px;
}

/* ==========================================
3840px (4K)
========================================== */

@media (min-width:3000px){

    .hosting-solutions{
        padding:50px 0;
    }

    .section-header{
        margin-bottom:40px;
    }

    .section-badge{
        font-size:20px;
        padding:12px 30px;
    }

    .section-header h2{
        font-size:62px;
    }

    .hosting-grid{
        gap:40px;
    }

    .hosting-card{
        padding:25px;
    }

    .hosting-icon{
        width:100px;
        height:100px;
        font-size:30px;
    }

    .hosting-card h3{
        font-size:36px;
    }

    .hosting-card p{
        font-size:20px;
    }

    .hosting-card li{
        font-size:20px;
    }

    .learn-more{
        font-size:20px;
    }
}

/* ==========================================
2560px
========================================== */

@media (min-width:2200px) and (max-width:2999px){

    .section-header h2{
        font-size:56px;
    }

    .hosting-grid{
        gap:35px;
    }

    .hosting-card{
        padding:25px;
    }

    .hosting-icon{
        width:65px;
        height:65px;
        font-size:32px;
    }

    .hosting-card h3{
        font-size:30px;
    }

    .hosting-card p,
    .hosting-card li{
        font-size:18px;
    }
}

/* ==========================================
1920px
========================================== */

@media (min-width:1600px) and (max-width:2199px){

    .section-header h2{
        font-size:48px;
    }

    .hosting-card h3{
        font-size:26px;
    }

    .hosting-card p,
    .hosting-card li{
        font-size:16px;
    }
}

/* ==========================================
1440px
========================================== */

@media (max-width:1440px){

    .hosting-grid{
        gap:22px;
    }

    .section-header h2{
        font-size:40px;
    }
}

/* ==========================================
1366px
========================================== */

@media (max-width:1366px){

    .hosting-grid{
        gap:20px;
    }
    
    .section-header h2{
        font-size:36px;
    }

    .hosting-card{
        padding:20px 15px;
    }

    .hosting-card h3{
        font-size:22px;
    }
}

/* ==========================================
1280px
========================================== */

@media (max-width:1280px){

    .hosting-grid{
        grid-template-columns:repeat(4,1fr);
        gap:18px;
    }
    
    .section-header h2{
        font-size:32px;
    }

    .hosting-card{
        padding:20px 15px;
    }
}

/* ==========================================
1024px
========================================== */

@media (max-width:1024px){

    .hosting-grid{
        grid-template-columns:repeat(3,1fr);
        gap:20px;
    }

    .section-header h2{
        font-size:32px;
    }

    .hosting-card h3{
        font-size:22px;
    }
}

/* ==========================================
768px
========================================== */

@media (max-width:768px){

    .hosting-solutions{
        padding:50px 0;
    }

    .section-header{
        margin-bottom:25px;
    }

    .hosting-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .section-header h2{
        font-size:28px;
    }

    .hosting-card{
        padding:15px 10px;
    }

    .hosting-card h3{
        font-size:20px;
    }
}

/* ==========================================
576px
========================================== */

@media (max-width:576px){

    .hosting-solutions{
        padding:50px 0;
    }

    .section-header h2{
        font-size:26px;
    }

    .hosting-card{
        border-radius:20px;
    }
}

/* ==========================================
480px
========================================== */

@media (max-width:480px){

    .section-header h2{
        font-size:24px;
    }

    .hosting-icon{
        width:30px;
        height:30px;
        font-size:15px;
    }

    .hosting-card h3{
        font-size:18px;
    }

    .hosting-card p,
    .hosting-card li{
        font-size:14px;
    }
}

/* ==========================================
375px
========================================== */

@media (max-width:375px){

    .section-header h2{
        font-size:22px;
    }

    .hosting-card{
        padding:20px 15px;
    }

    .hosting-icon{
        width:30px;
        height:30px;
        font-size:15px;
    }

    .hosting-card h3{
        font-size:17px;
    }
}

/* ==========================================
320px
========================================== */

@media (max-width:320px){

    .section-header h2{
        font-size:20px;
    }

    .hosting-card{
        padding:18px 12px;
    }

    .hosting-icon{
        width:30px;
        height:30px;
        font-size:15px;
    }

    .hosting-card h3{
        font-size:16px;
    }

    .hosting-card p,
    .hosting-card li{
        font-size:13px;
    }

    .learn-more{
        font-size:14px;
    }
}