/* =========================
ABSTRACT PAGE RESPONSIVE
========================= */


input[list]{
    width:100%;
    padding:12px 15px;
    border:1px solid #ddd;
    border-radius:6px;
    font-size:14px;
}

.form-group{
    margin-bottom:20px;
}

.form-group label{
    display:block;
    margin-bottom:8px;
    font-size:14px;
    font-weight:600;
}

.name-group{
    display:flex;
    align-items:center;
    gap:10px;
    width:100%;
}

.title-select{
    width:120px;
    min-width:120px;
}

.name-group select,
.name-group input{
    height:50px;
    border:1px solid #dcdcdc;
    border-radius:6px;
    padding:0 15px;
    font-size:15px;
}

.name-group input{
    flex:1;
    width:100%;
}
.abstract-hero{
display:flex;
justify-content:space-between;
align-items:center;
gap:30px;
flex-wrap:wrap;
}

.info-cards{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
margin:30px 0;
}

.info-card{
background: #eeeeee;
border-radius:16px;
padding:24px;
height:100%;
box-sizing:border-box;
}

.abstract-form-wrap{
width:100%;
overflow:hidden;
}

textarea{
width:100%;
box-sizing:border-box;
border:1px solid #d9dde8;
border-radius:8px;
padding:15px;
}

/* ===== Tablet ===== */
@media(max-width:991px){


.abstract-hero{
    flex-direction:column;
    align-items:flex-start;
}

.info-cards{
    grid-template-columns:repeat(2,1fr);
}

.site-logo{
    height:55px;
}

}

/* ===== Mobile ===== */
@media(max-width:768px){
    .name-group{
        flex-direction:column;
        gap:12px;
    }

    .title-select{
        width:100%;
        min-width:100%;
    }

    .name-group input{
        width:100%;
    }
.form-body{
    width:100%;
}

.form-row{
    display:flex;
    gap:20px;
    margin-bottom:15px;
}

.form-group{
    flex:1;
    display:flex;
    flex-direction:column;
}

.form-group label{
    font-size:14px;
    font-weight:600;
    margin-bottom:8px;
}

.form-group input,
.form-group select,
.form-group textarea{
    width:100%;
    padding:12px 15px;
    border:1px solid #ddd;
    border-radius:6px;
    font-size:14px;
    box-sizing:border-box;
}

.name-group{
    display:flex;
    gap:10px;
}

.name-group select{
    width:120px;
    flex-shrink:0;
}

.name-group input{
    flex:1;
}

textarea{
    resize:vertical;
    min-height:120px;
}

.form-submit{
    text-align:center;
    margin-top:20px;
}

.btn-primary{
    background:#0d6efd;
    color:#fff;
    border:none;
    padding:12px 30px;
    border-radius:6px;
    cursor:pointer;
    font-size:16px;
}


.abstract-hero{
    flex-direction:column;
    gap:20px;
}

.abstract-hero h2{
    font-size:28px;
    line-height:1.2;
}

.info-cards{
    grid-template-columns:1fr;
    gap:15px;
}

.info-card{
    padding:20px;
}

.ic-title{
    font-size:18px;
}

.ic-list li{
    font-size:14px;
    line-height:1.6;
}

.form-row{
    flex-direction:column;
    gap:15px;
}

.name-group,
.mobile-group{
    flex-direction:column;
}

.name-group select,
.country-code{
    width:100% !important;
}

.btn-primary{
    width:100%;
}

body{
    overflow-x:hidden;
}

img{
    max-width:100%;
    height:auto;
}

}

	.form-row{
    display:flex;
    gap:25px;
    margin-bottom:25px;
}

.form-group{
    flex:1;
}

.form-group label{
    display:block;
    margin-bottom:10px;
    font-size:14px;
    font-weight:600;
}

.form-group input,
.form-group select{
    width:100%;
    height:56px;
    border:1px solid #d9dde8;
    border-radius:8px;
    /*padding:0 18px;*/
    box-sizing:border-box;
}

.name-group{
    display:flex;
    gap:10px;
}

.name-group select{
    width:120px;
    flex-shrink:0;
}

.name-group input{
    flex:1;
}

.mobile-group{
    display:flex;
    gap:10px;
}

.country-code{
    width:85px !important;
    flex-shrink:0;
}

.mobile-group input:last-child{
    flex:1;
}

@media(max-width:768px){


     .form-row{
        flex-direction:column;
        gap:15px;
    }

    .name-group{
        flex-direction:column;
    }

    .name-group select{
        width:100%;
    }

    .btn-primary{
        width:100%;
    }

}
