
/* ENCON TP LANDING CSS */
/* Specific to teknologi-provider landing page */

.equipment-section{background:#fff}
.catalog-section{background:#f8fafc}
.provider-section{background:#fff}

.equipment-card-box{
background:#fff;border:1px solid #e5e7eb;border-top:4px solid #f5b400;
border-radius:14px;padding:30px;height:100%;display:flex;flex-direction:column
}

.equipment-top {
min-height: 240px;
}

.equipment-middle {
min-height: 180px;padding-top: 20px;border-top: 1px solid #edf2f7;
}

.equipment-main{display:flex;gap:20px;align-items:flex-start}
.equipment-icon-box{
width:140px;height:140px;min-width:140px;border-radius:14px;
background:#f5b400;display:flex;align-items:center;justify-content:center
}
.equipment-icon-box i{font-size:70px;color:#fff}

.equipment-middle{
min-height:180px;padding-top:20px;border-top:1px solid #edf2f7
}

.equipment-tags{display:flex;flex-wrap:wrap;gap:8px}

.equipment-tags a{
display:inline-flex;align-items:center;padding:6px 12px;border-radius:20px;
background:#f8fafc;border:1px solid #e5e7eb;color:#17395f;font-size:11px;font-weight:600
}

.equipment-tags-title {
display: flex;align-items: center;gap: 10px;margin-bottom: 15px;color: #17395f;font-weight: 700;
}

.equipment-tags-title i {
color: #f5b400;
}


.equipment-tags a:hover {
background: #17395f;
border-color: #17395f;
color: #ffffff;
text-decoration: none;
}

.equipment-tags a::before {
content: "\f105";
font-family: FontAwesome;
font-size: 9px;
margin-right: 5px;
color: #f5b400;
}

.provider-cta-section{background:#f8fafc}

.provider-cta-box{
background:linear-gradient(135deg,#17395f 0%,#224d7d 100%);
border-radius:20px;padding:60px;overflow:hidden;position:relative
}

.provider-cta-content h2{
color:#fff;font-size:42px;font-weight:700;line-height:1.3
}

.btn-register-provider{
display:block;width:100%;padding:16px;border-radius:10px;
background:#f5b400;color:#17395f!important;font-weight:700
}

.btn-explore-catalog{
display:block;width:100%;padding:16px;border-radius:10px;
border:1px solid rgba(255,255,255,.2);color:#fff!important
}
