/* ==========================================================
PROVIDER HERO
========================================================== */
.provider-hero-section {
    position: relative;
    padding: 60px 0 100px;
    background:
        linear-gradient(135deg,
            #17395f 0%,
            #1f4f83 50%,
            #17395f 100%);
    overflow: hidden;
}

.provider-hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right,
            rgba(245, 180, 0, .15),
            transparent 35%),
        radial-gradient(circle at bottom left,
            rgba(255, 255, 255, .05),
            transparent 40%);
}

.provider-hero-section .container {
    position: relative;
    z-index: 2;
}

.section-subtitle {
    display: inline-block;
    color: #f5b400;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.section-header h2 {
    color: #17395f;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-header-left h2 {
    color: #17395f;
    font-size: 42px;
    font-weight: 700;
}

.section-header-left {
    margin-bottom: 30px;
}

/* ==========================================================
BREADCRUMB
========================================================== */
.provider-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.provider-breadcrumb li {
    color: rgba(255, 255, 255, .6);
}

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

.provider-breadcrumb .active {
    color: #ffffff;
    font-weight: 600;
}

/* ==========================================================
CONTENT
========================================================== */
.provider-badge {
    display: inline-block;
    background: rgba(245, 180, 0, .15);
    border: 1px solid rgba(245, 180, 0, .30);
    color: #f5b400;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
}

.provider-hero-section h1 {
    color: #ffffff;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 15px;
}

.provider-hero-section h3 {
    color: rgba(255, 255, 255, .85);
    margin-bottom: 25px;
    font-weight: 400;
}

.provider-summary {
    color: rgba(255, 255, 255, .85);
    line-height: 1.9;
    max-width: 700px;
    margin-bottom: 35px;
}

/* ==========================================================
STATS
========================================================== */
.provider-stats-row {
    display: flex;
    gap: 15px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.provider-stat-card {
    min-width: 140px;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    padding: 20px;
    text-align: center;
    backdrop-filter: blur(10px);
}

.provider-stat-card strong {
    display: block;
    font-size: 32px;
    color: #ffffff;
}

.provider-stat-card span {
    color: rgba(255, 255, 255, .75);
}

/* ==========================================================
BUTTONS
========================================================== */
.provider-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-provider-primary {
    background: #f5b400;
    color: #ffffff !important;
    padding: 14px 24px;
    border-radius: 10px;
    font-weight: 700;
}

.btn-provider-primary i {
    color: #ffffff !important;
}

.btn-provider-secondary {
    border: 1px solid rgba(255, 255, 255, .25);
    color: #ffffff !important;
    padding: 14px 24px;
    border-radius: 10px;
}

/* ==========================================================
LOGO
========================================================== */
.provider-logo-wrapper {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    text-align: center;
}

.provider-logo-wrapper img {
    max-width: 220px;
    width: 100%;
}

/* ==========================================================
COMPANY OVERVIEW
========================================================== */
.provider-overview-section {
    padding: 90px 0;
    background: #ffffff;
}

.provider-content-card,
.provider-sidebar-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 35px;
    height: 100%;
}

.provider-content-card p {
    color: #64748b;
    line-height: 1.9;
    margin-bottom: 18px;
}

.provider-sidebar-card h4 {
    color: #17395f;
    margin-bottom: 25px;
    font-weight: 700;
}

.profile-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #f1f5f9;
}

.profile-item:last-child {
    border-bottom: none;
}

.profile-item label {
    margin: 0;
    color: #64748b;
    font-weight: 500;
}

.profile-item span {
    text-align: right;
    color: #17395f;
    font-weight: 600;
}

/* ==========================================================
TECHNOLOGY EXPERTISE
========================================================== */
.provider-technology-section {
    padding: 90px 0;
    background: #f8fafc;
}

.technology-cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
}

.technology-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 999px;
    border: 2px solid #e2e8f0;
    background: #ffffff;
    color: #17395f;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}

.technology-tag:hover {
    transform: translateY(-3px);
    background: #17395f;
    border-color: #17395f;
    color: #ffffff;
}

.technology-tag.large {
    font-size: 18px;
    padding: 16px 28px;
}

.technology-tag.highlight {
    background: rgba(245, 180, 0, .12);
    border-color: rgba(245, 180, 0, .35);
    color: #d48f00;
}

/* ==========================================================
PRODUCT PORTFOLIO
========================================================== */
.provider-products-section {
    padding: 90px 0;
    background: #ffffff;
}

.portfolio-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 40px 0;
}

.portfolio-search {
    flex: 1;
}

.portfolio-filter {
    width: 250px;
}

/* CARD */
.provider-product-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    overflow: hidden;
    transition: .3s;
}

.provider-product-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 15px 35px rgba(0, 0, 0, .06);
}

.provider-product-image {
    position: relative;
}

.provider-product-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.provider-product-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.provider-product-body h4 {
    color: #17395f;
    line-height: 1.4;
    min-height: 55px;
    margin-bottom: 20px;
}

.provider-product-specs {
    flex: 1;
}

.provider-product-specs div {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
}

.provider-product-specs label {
    color: #64748b;
    font-size: 12px;
    margin: 0;
}

.provider-product-specs strong {
    color: #17395f;
}

.provider-product-btn {
    display: block;
    text-align: center;
    margin-top: 20px;
    background: #17395f;
    color: #fff !important;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
}

.product-badges {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    backdrop-filter: blur(6px);
}

/* Technology */
.product-badge.technology {
    background: rgba(245, 180, 0, .95);
    color: #fff;
}

.provider-case-study-section {
    padding: 90px 0;
    background: #f8fafc;
}

.case-study-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 30px;
    transition: all .3s ease;
}

.case-study-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 15px 35px rgba(0, 0, 0, .06);
}

.case-study-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.case-sector {
    background: rgba(245, 180, 0, .15);
    color: #f5b400;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.case-year {
    color: #94a3b8;
    font-size: 13px;
    font-weight: 600;
}

/* TITLE */
.case-study-card h3 {
    color: #17395f;
    font-size: 22px;
    line-height: 1.4;
    min-height: 62px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
}

/* META */
.case-client,
.case-location {
    color: #64748b;
    font-size: 14px;
    margin-bottom: 10px;
}

.case-client i,
.case-location i {
    width: 18px;
    color: #f5b400;
}

/* DESCRIPTION */
.case-description {
    flex-grow: 1;
    color: #64748b;
    line-height: 28px;
    margin: 15px 0 25px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 140px;
}

/* FOOTER */
.case-study-footer {
    margin-top: auto;
}

/* KPI */
.case-kpi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.case-kpi {
    background: #f8fafc;
    border-radius: 12px;
    padding: 15px 10px;
    text-align: center;
}

.case-kpi strong {
    display: block;
    color: #17395f;
    font-size: 18px;
    margin-bottom: 5px;
}

.case-kpi span {
    display: block;
    color: #64748b;
    font-size: 11px;
    line-height: 1.4;
}

/* BUTTON */
.case-study-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #17395f;
    color: #fff !important;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.case-study-btn:hover {
    background: #102b47;
}

/* MOBILE */
@media (max-width: 768px) {
    .case-kpi-grid {
        grid-template-columns: 1fr;
    }

    .case-study-card h3 {
        min-height: auto;
    }
}

/* ==========================================================
CONTACT INFORMATION
========================================================== */
.provider-contact-section {
    padding: 90px 0;
    background: #ffffff;
}

.contact-card {
    width: 100%;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 35px 25px;
    transition: all .3s ease;
}

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

.contact-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(245, 180, 0, .15);
    color: #f5b400;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.contact-card h4 {
    color: #17395f;
    margin-bottom: 15px;
}

.contact-card p {
    color: #64748b;
    line-height: 1.8;
    margin: 0;
    min-height: 55px;
}

/* ==========================================================
SOCIAL
========================================================== */
.provider-social-links {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.provider-social-links a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #17395f;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.provider-social-links a:hover {
    background: #f5b400;
    color: #17395f;
}

/* ==========================================================
FINAL CTA
========================================================== */
.provider-cta-section {
    padding: 100px 0;
    background: #f8fafc;
}

.provider-cta-box {
    margin: 0 auto;
    text-align: center;
    background:
        linear-gradient(135deg,
            #17395f 0%,
            #1f4f83 100%);
    border-radius: 30px;
    padding: 70px 60px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.provider-cta-box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background:
        radial-gradient(rgba(245, 180, 0, .15),
            transparent 70%);
    pointer-events: none;
}

.provider-cta-box h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    margin: 15px 0 20px;
}

.provider-cta-box p {
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.9;
    color: rgba(255, 255, 255, .85);
}

.provider-cta-actions {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.provider-cta-box .btn-provider-primary {
    background: #f5b400;
    color: #ffffff !important;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 700;
}

.provider-cta-box .btn-provider-secondary {
    border: 1px solid rgba(255, 255, 255, .25);
    color: #ffffff !important;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
}

.provider-cta-box .btn-provider-secondary i {
    color: #ffffff !important;
}

.technology-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.technology-card-icon {
    width: 90px;
    height: 90px;
    min-width: 90px;
    border-radius: 50%;
    background: rgba(245, 180, 0, .12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.technology-card-icon i {
    font-size: 38px;
    color: #f5b400;
}

.technology-card-content {
    flex: 1;
}

.technology-card-badge {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(23, 57, 95, .08);
    color: #17395f;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.technology-card-content h3 {
font-size: 28px;
  font-weight: 400;
    color: #17395f;
    margin-bottom: 15px;
}

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

.technology-meta {
    display: flex;
    gap: 40px;
}

.technology-meta-item strong {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #17395f;
}

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

.technology-card-action {
    flex-shrink: 0;
}

.technology-link-btn {
    display: block;
    text-align: center;
    background: #17395f;
    color: #fff !important;
    padding: 14px;
    border-radius: 10px;
    font-weight: 600;
}

.product-technology-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.technology-label {
    padding: 5px 12px;
    background: rgba(245, 180, 0, .15);
    color: #f5b400;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.product-technology-link {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}

.product-technology-link i {
    color: #f5b400;
}

.product-technology-link a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}

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

.technology-btn {
    display: block;
    text-align: center;
    background: #17395f;
    color: #fff !important;
    padding: 14px;
    border-radius: 10px;
    font-weight: 600;
}

.provider-technology-section .technology-card {
    margin-bottom: 24px;
}