/* ==========================================================
   ENCON TECHNOLOGY DETAIL
========================================================== */

/* ==========================================================
   HERO
========================================================== */

.technology-hero {
    position: relative;
    padding: 100px 0;
    background:
        linear-gradient(rgba(23, 57, 95, 0.92), rgba(23, 57, 95, 0.92)),
        url("../images/slider-01.png");
    background-size: cover;
    background-position: center;
}

.technology-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: rgba(245, 180, 0, 0.15);
    color: #f5b400;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.technology-breadcrumb {
    margin-bottom: 25px;
}
.technology-breadcrumb span {
  color: rgba(255, 255, 255, .5);
  margin: 0 8px;
}

.technology-breadcrumb a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.technology-breadcrumb .active {
    color: #f5b400;
    font-weight: 600;
}

.technology-hero h1 {
    color: #fff;
    font-size: 58px;
    font-weight: 700;
    margin-bottom: 20px;
}

.technology-description {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    line-height: 1.9;
    max-width: 750px;
}

.technology-actions {
    margin-top: 35px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.technology-kpi {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.kpi-item {
    text-align: center;
    padding: 15px;
}

.kpi-item strong {
    display: block;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
}

.kpi-item span {
    color: rgba(255, 255, 255, 0.75);
}

/* ==========================================================
   SECTION COMMON
========================================================== */

.technology-overview,
.technology-benefits,
.technology-applications,
.technology-specification,
.technology-products,
.technology-providers,
.technology-case-studies,
.technology-related,
.technology-cta {
    padding: 90px 0;
}

.technology-overview,
.technology-applications,
.technology-products,
.technology-case-studies {
    background: #f8fafc;
}

.technology-benefits,
.technology-specification,
.technology-providers,
.technology-related,
.technology-cta {
    background: #ffffff;
}

/* ==========================================================
   OVERVIEW
========================================================== */

.technology-overview p {
    color: #64748b;
    line-height: 1.9;
    margin-bottom: 20px;
}

.technology-overview img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* ==========================================================
   BENEFITS
========================================================== */

.benefit-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    text-align: center;
    padding: 35px 25px;
    height: 100%;
    transition: 0.3s;
    font-weight: 600;
    color: #17395f;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* ==========================================================
   APPLICATIONS
========================================================== */

.application-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.application-tags span {
    padding: 10px 18px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: #17395f;
    font-weight: 600;
}

.technology-kpi-card {
background: rgba(255, 255, 255, .08);
backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, .08);
border-radius: 18px;
padding: 30px;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}

.technology-kpi-item {
text-align: center;
padding: 25px;
}

.technology-kpi-icon {
margin-bottom: 10px;
}

.technology-kpi-icon i {
font-size: 36px;
color: #f5b400;
}

.technology-kpi-value {
color: #ffffff;
font-size: 42px;
font-weight: 700;
line-height: 1;
}

.technology-kpi-label {
margin-top: 10px;
color: rgba(255, 255, 255, .75);
font-size: 13px;
}

/* ==========================================================
   SPECIFICATION
========================================================== */

.spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.spec-grid .spec-item {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 25px;
}

.spec-grid .spec-item label {
    display: block;
    margin-bottom: 10px;
    color: #64748b;
    font-size: 14px;
}

.spec-grid .spec-item strong {
    color: #17395f;
    font-size: 20px;
}

/* ==========================================================
   RELATED TECHNOLOGY
========================================================== */

.related-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.related-tags a {
    padding: 12px 20px;
    border-radius: 30px;
    border: 1px solid #e5e7eb;
    color: #17395f;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.related-tags a:hover {
    background: #17395f;
    color: #fff;
    border-color: #17395f;
}

/* ==========================================================
   CTA
========================================================== */

.technology-cta .cta-wrapper {
    background: linear-gradient(135deg, #17395f, #214f84);
    border-radius: 24px;
    padding: 60px;
    text-align: center;
}

.technology-cta h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.technology-cta p {
    color: rgba(255, 255, 255, 0.85);
    max-width: 700px;
    margin: 0 auto 30px;
}

.technology-cta .cta-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}


/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width: 991px) {
    .technology-hero {
        padding: 80px 0;
    }

    .technology-hero h1 {
        font-size: 42px;
    }

    .technology-kpi {
        margin-top: 30px;
    }

    .spec-grid {
        grid-template-columns: 1fr;
    }

    .technology-cta .cta-wrapper {
        padding: 40px 25px;
    }

    .technology-cta h2 {
        font-size: 32px;
    }
}

/* PERFORMANCE */

.technology-performance {
    padding: 90px 0;
    background: #f8fafc;
}

.performance-card {
    text-align: center;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 30px;
}

.performance-card strong {
    display: block;
    font-size: 36px;
    color: #17395f;
    font-weight: 700;
}

.performance-card span {
    color: #64748b;
}

.benefit-card i {
    font-size: 40px;
    color: #f5b400;
    margin-bottom: 15px;
}

.benefit-card h4 {
    margin-bottom: 12px;
    color: #17395f;
}

.benefit-card p {
    color: #64748b;
    line-height: 1.7;
}

/* ==========================================================
   OVERVIEW
========================================================== */

.overview-content {
    padding-right: 30px;
}

.overview-block {
    margin-bottom: 35px;
}

.overview-block:last-child {
    margin-bottom: 0;
}

.overview-block h3 {
    font-size: 22px;
    font-weight: 700;
    color: #17395f;
    margin-bottom: 15px;
}

.overview-block p {
    color: #64748b;
    line-height: 1.9;
    margin-bottom: 0;
}

.overview-list {
    margin: 0;
    padding-left: 20px;
}

.overview-list li {
    margin-bottom: 10px;
    color: #64748b;
}

.overview-image-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.overview-image-card img {
    width: 100%;
    display: block;
}

.overview-image-caption {
    padding: 15px 20px;
    text-align: center;
    font-weight: 600;
    color: #17395f;
    background: #f8fafc;
    border-top: 1px solid #e5e7eb;
}
/* ==========================================================
   OVERVIEW TAGS
========================================================== */

.overview-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.overview-tags span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 30px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    color: #17395f;
    font-weight: 600;
    transition: all .3s ease;
}

.overview-tags span:hover {
    background: #17395f;
    color: #ffffff;
}

.overview-tags i {
    color: #f5b400;
}

/* ==========================================================
   TECHNOLOGY PROFILE
========================================================== */

.technology-profile {
    padding: 90px 0;
    background: #ffffff;
}

.technology-profile-kpis {
    margin-bottom: 40px;
}

.profile-kpi-card {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    transition: all .3s ease;
}

.profile-kpi-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

.profile-kpi-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    border-radius: 16px;
    background: rgba(245, 180, 0, 0.15);
    color: #f5b400;
    font-size: 35px;
    margin-bottom: 30px;
}

.profile-kpi-card strong {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #17395f;
    margin-bottom: 10px;
}

.profile-kpi-card span {
    color: #64748b;
    font-weight: 600;
}

.technology-profile-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.profile-item {
    margin-bottom: 25px;
}

.profile-item:last-child {
    margin-bottom: 0;
}

.profile-item label {
    display: block;
    color: #64748b;
    font-size: 14px;
    margin-bottom: 8px;
}

.profile-item strong {
    color: #17395f;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 991px) {

    .technology-profile-card {
        padding: 25px;
    }

    .profile-kpi-card {
        margin-bottom: 20px;
    }

}

/* ==========================================================
   CASE STUDIES EQUAL HEIGHT
========================================================== */

.technology-case-studies .row {
    display: flex;
    flex-wrap: wrap;
}

.technology-case-studies .col-md-4 {
    display: flex;
    margin-bottom: 30px;
}

.case-study-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.case-study-desc {
    flex-grow: 1;
}

.case-study-metrics {
    margin-top: auto;
}

.case-study-badge {
    display: inline-block;
    align-self: flex-start;
}

.case-study-btn {
    display: inline-flex;
    align-self: flex-start;
}
/* ==========================================================
   RELATED TECHNOLOGIES
========================================================== */

.related-technology-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
}

.related-technology-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

.related-technology-badge {
    display: inline-block;
    align-self: flex-start;

    padding: 6px 12px;
    border-radius: 20px;

    background: rgba(245,180,0,.15);
    color: #f5b400;

    font-size: 12px;
    font-weight: 600;

    margin-bottom: 15px;
}

.related-technology-card h3 {
    color: #17395f;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.related-technology-card p {
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 25px;
}

.related-technology-stats {
    display: flex;
    gap: 30px;
    margin-top: auto;
    margin-bottom: 25px;
}

.related-technology-stats strong {
    display: block;
    color: #17395f;
    font-size: 22px;
    font-weight: 700;
}

.related-technology-stats span {
    color: #64748b;
    font-size: 14px;
}

.related-technology-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    color: #17395f;
    font-weight: 600;
    text-decoration: none;

    transition: all .3s ease;
}

.related-technology-link:hover {
    color: #f5b400;
}

.related-technology-link i {
    transition: transform .3s ease;
}

.related-technology-link:hover i {
    transform: translateX(5px);
}
/* ==========================================================
   CTA SUMMARY
========================================================== */

.cta-summary {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.cta-summary div {
    text-align: center;
}

.cta-summary strong {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
}

.cta-summary span {
    color: rgba(255,255,255,.8);
    font-size: 14px;
}

.cta-actions i {
    margin-right: 8px;
}

/* ==========================================================
   TECHNOLOGY CLASSIFICATION
========================================================== */

.technology-classification {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;

    margin-bottom: 35px;
}

.classification-item {
    display: inline-flex;
    align-items: center;

    padding: 8px 16px;

    border-radius: 30px;

    background: rgba(255,255,255,.08);

    color: rgba(255,255,255,.9);

    font-size: 14px;
    font-weight: 600;
}

.classification-item.active {
    background: #f5b400;
    color: #17395f;
}

.classification-separator {
    color: rgba(255,255,255,.7);
    font-weight: 700;
}