/*==================================================
GERCEP YANKI
==================================================*/

.gercep-page{

    background:#F5F7FB;

    min-height:100vh;

    padding:80px 0;

}

/*==================================================
HERO
==================================================*/

.gercep-hero{

    text-align:center;

    margin-bottom:70px;

}

.gercep-logo{

    width:180px;

    margin-bottom:20px;

}

.gercep-tag{

    display:inline-block;

    padding:8px 22px;

    background:#EAF8F6;

    color:#08B19A;

    border-radius:50px;

    font-size:12px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:20px;

}

.gercep-hero h1{

    color:#08295B;

    font-size:54px;

    font-weight:700;

    margin-bottom:10px;

}

.gercep-hero h5{

    color:#555;

    font-weight:600;

    margin-bottom:20px;

}

.gercep-hero p{

    max-width:760px;

    margin:auto;

    color:#666;

    line-height:1.8;

    font-size:18px;

}

/*==================================================
SECTION
==================================================*/

.gercep-section{

    background:#FFF;

    border-radius:25px;

    padding:40px;

    margin-bottom:50px;

    box-shadow:0 10px 35px rgba(0,0,0,.06);

}

.communal-section{

    border-top:5px solid #08B19A;

}

/*==================================================
HEADER
==================================================*/

.section-header{

    display:flex;

    align-items:center;

    margin-bottom:35px;

}

.section-icon{

    width:70px;

    height:70px;

    border-radius:20px;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#FFF;

    font-size:30px;

    margin-right:20px;

    flex-shrink:0;

}

.section-header h2{

    color:#08295B;

    font-size:32px;

    font-weight:700;

    margin-bottom:5px;

}

.section-header p{

    margin:0;

    color:#666;

}

/*==================================================
PERSONAL CARD
==================================================*/

.ki-card{

    background:#FFF;

    border:1px solid #ECECEC;

    border-radius:22px;

    padding:25px;

    text-align:center;

    transition:.25s;

    height:100%;

    display:flex;

    flex-direction:column;

}

.ki-card:hover{

    transform:translateY(-6px);

    box-shadow:0 20px 40px rgba(0,0,0,.08);

}

.ki-image{

    width:150px;

    height:150px;

    object-fit:contain;

    margin:0 auto 20px;

}

.ki-card h4{

    color:#08295B;

    font-weight:700;

    margin-bottom:15px;

    min-height:55px;

}

.ki-card p{

    color:#666;

    line-height:1.7;

    flex-grow:1;

}

.ki-card .btn{

    border-radius:50px;

    margin-top:20px;

}

/*==================================================
COMMUNAL
==================================================*/

.communal-card{

    background:#F8FFFB;

    border:1px solid #DFF4EB;

    border-radius:20px;

    padding:25px;

    display:flex;

    transition:.25s;

    height:100%;

}

.communal-card:hover{

    background:#FFF;

    transform:translateY(-5px);

}

.communal-icon{

    width:70px;

    height:70px;

    border-radius:50%;

    background:#08B19A;

    color:#FFF;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    margin-right:20px;

    flex-shrink:0;

}

.communal-content{

    flex:1;

}

.communal-content h4{

    color:#08295B;

    font-size:22px;

    font-weight:700;

    margin-bottom:10px;

}

.communal-content p{

    color:#666;

    margin-bottom:15px;

}

.communal-content a{

    color:#08B19A;

    font-weight:600;

    text-decoration:none;

}

.communal-content a:hover{

    text-decoration:none;

}

/*==================================================
CTA
==================================================*/

.gercep-cta{

    background:#FFF;

    border-radius:25px;

    padding:40px;

    box-shadow:0 10px 35px rgba(0,0,0,.06);

}

.gercep-cta h3{

    color:#08295B;

    font-weight:700;

    margin-bottom:15px;

}

.gercep-cta p{

    color:#666;

    margin:0;

}

.gercep-cta .btn{

    border-radius:50px;

    padding:14px 30px;

}

/*==================================================
RESPONSIVE
==================================================*/

@media (max-width:1200px){

    .ki-image{

        width:130px;

        height:130px;

    }

}

@media (max-width:992px){

    .gercep-page{

        padding:70px 0;

    }

    .gercep-hero h1{

        font-size:42px;

    }

    .section-header{

        flex-direction:column;

        text-align:center;

    }

    .section-icon{

        margin-right:0;

        margin-bottom:20px;

    }

}

@media (max-width:768px){

    .gercep-page{

        padding:60px 0;

    }

    .gercep-logo{

        width:140px;

    }

    .gercep-hero h1{

        font-size:34px;

    }

    .gercep-hero h5{

        font-size:20px;

    }

    .gercep-section{

        padding:30px;

    }

    .communal-card{

        flex-direction:column;

        text-align:center;

    }

    .communal-icon{

        margin:0 auto 20px;

    }

}

@media (max-width:576px){

    .gercep-page{

        padding:50px 0;

    }

    .gercep-logo{

        width:110px;

    }

    .gercep-hero h1{

        font-size:30px;

    }

    .gercep-hero h5{

        font-size:18px;

    }

    .section-header h2{

        font-size:28px;

    }

    .ki-image{

        width:120px;

        height:120px;

    }

}