/*=========================================
JOIN OUR COMMUNITY
=========================================*/

.gjp-community-card{

    background:#fff;

    border:1px solid #edf1f7;

    border-radius:18px;

    padding:18px;

    box-shadow:0 8px 24px rgba(15,23,42,.05);

    height:auto;

}

/* Header */

.gjp-community-header{

    display:flex;

    align-items:center;

    gap:14px;

    margin-bottom:16px;

}

.gjp-community-icon{

    width:48px;

    height:48px;

    border-radius:14px;

    background:#eef4ff;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#1d4ed8;

    font-size:22px;

}

.gjp-community-title h2{

    margin:0;

    font-size:30px;

    font-weight:700;

    color:#0f172a;

}

.gjp-community-title p{

    margin:5px 0 0;

    color:#64748b;

    font-size:15px;

}

/* Cards */

.gjp-community-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:18px;

}

.gjp-community-item{

    text-decoration:none;

    background:#fff;

    border:1px solid #eef2f7;

    border-radius:16px;

    padding:22px 15px;

    text-align:center;

    transition:.30s;

    box-shadow:0 4px 12px rgba(15,23,42,.04);

}

.gjp-community-item:hover{

    transform:translateY(-5px);

    box-shadow:0 12px 28px rgba(37,99,235,.14);

}

/* Icon */

.gjp-community-item img{

    width:52px;

    height:52px;

    margin-bottom:16px;

}

/* Heading */

.gjp-community-item h3{

    margin:0;

    color:#0f172a;

    font-size:18px;

    font-weight:700;

}

/* Subtitle */

.gjp-community-item span{

    display:block;

    margin-top:6px;

    font-size:14px;

    color:#64748b;

}

/* Hover Colors */

.gjp-community-item.telegram:hover{

    border-color:#229ED9;

}

.gjp-community-item.whatsapp:hover{

    border-color:#25D366;

}

.gjp-community-item.youtube:hover{

    border-color:#FF0000;

}

.gjp-community-item.facebook:hover{

    border-color:#1877F2;

}