.breadcrumb-wrapper .page-heading {
    padding: 150px 0 50px;
}

.breadcrumb-wrapper .page-heading h1 {
    font-size: 38px;
}

/* Page Content Section */
.page-content-wrapper {
    background: #f8fafc;
    padding: 70px 0;
    min-height: 600px;
}

.page-content-box {
    background: #ffffff;
    border-radius: 0;
    padding: 60px 80px;
    box-shadow: none;
    margin-bottom: 0;
    border-left: 1px solid #e2e8f0;
    border-right: 1px solid #e2e8f0;
}

.page-content-box h2 {
    color: #0f172a;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 50px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e2e8f0;
    position: relative;
}

.page-content-box h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, #0ea5e9 0%, #0284c7 100%);
}

.page-content-box h2:first-child {
    margin-top: 0;
}

.page-content-box h3 {
    color: #1e293b;
    font-size: 28px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 18px;
    padding-left: 15px;
    border-left: 4px solid #0ea5e9;
}

.page-content-box h4 {
    color: #334155;
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-content-box p {
    color: #475569;
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 22px;
    letter-spacing: 0.2px;
}

.page-content-box ul,
.page-content-box ol {
    color: #475569;
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 28px;
    padding-left: 35px;
}

.page-content-box ul li,
.page-content-box ol li {
    margin-bottom: 14px;
    position: relative;
    padding-left: 8px;
}

.page-content-box ul li::marker {
    color: #0ea5e9;
    font-size: 1.3em;
}

.page-content-box ol li::marker {
    color: #0ea5e9;
    font-weight: 700;
}

.page-content-box strong {
    color: #0f172a;
    font-weight: 700;
}

.page-content-box a {
    color: #0ea5e9;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
    border-bottom: 2px solid transparent;
}

.page-content-box a:hover {
    color: #0284c7;
    border-bottom-color: #0284c7;
}

.page-content-box blockquote {
    background: #f8fafc;
    border-left: 4px solid #0ea5e9;
    padding: 28px 35px;
    margin: 35px 0;
    border-radius: 0;
    font-style: normal;
    color: #334155;
    font-size: 17px;
    position: relative;
}

.page-content-box blockquote::before {
    content: '"';
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 48px;
    color: #0ea5e9;
    opacity: 0.3;
    font-family: Georgia, serif;
}

.page-content-box code {
    background: #f1f5f9;
    color: #dc2626;
    padding: 4px 10px;
    border-radius: 4px;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 15px;
    border: 1px solid #e2e8f0;
}

.page-content-box pre {
    background: #0f172a;
    color: #e2e8f0;
    padding: 30px;
    border-radius: 6px;
    overflow-x: auto;
    margin: 30px 0;
    border: 1px solid #1e293b;
}

.page-content-box pre code {
    background: transparent;
    color: #e2e8f0;
    padding: 0;
    border: none;
    font-size: 15px;
}

.page-content-box table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    border: 1px solid #e2e8f0;
}

.page-content-box table th {
    background: #f8fafc;
    color: #0f172a;
    padding: 18px 20px;
    text-align: left;
    font-weight: 700;
    border-bottom: 2px solid #0ea5e9;
    font-size: 16px;
}

.page-content-box table td {
    padding: 16px 20px;
    border-bottom: 1px solid #e2e8f0;
    color: #475569;
}

.page-content-box table tr:last-child td {
    border-bottom: none;
}

.page-content-box table tr:hover {
    background: #f8fafc;
}

.page-content-box img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 35px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}

/* Responsive */
@media (max-width: 991px) {
    .page-hero-section {
        height: 150px;
    }

    .page-header-section {
        padding: 35px 0;
    }

    .page-header-section h1 {
        font-size: 36px;
    }

    .page-content-box {
        padding: 40px 35px;
    }
}

@media (max-width: 768px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 28px;
    }

    .page-header-section h1 {
        font-size: 30px;
        padding-left: 15px;
    }

    .page-content-wrapper {
        padding: 40px 0;
    }

    .page-content-box {
        padding: 30px 25px;
        border-left: none;
        border-right: none;
    }

    .page-content-box h2 {
        font-size: 28px;
        margin-top: 35px;
    }

    .page-content-box h3 {
        font-size: 24px;
        padding-left: 12px;
        border-left-width: 3px;
    }

    .page-content-box h4 {
        font-size: 20px;
    }

    .page-content-box p,
    .page-content-box ul,
    .page-content-box ol {
        font-size: 16px;
    }

    .page-content-box table {
        font-size: 14px;
    }

    .page-content-box table th,
    .page-content-box table td {
        padding: 12px 15px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-image.wow.fadeInUp.animated {
        display: none;
    }

    .breadcrumb-wrapper .page-heading .breadcrumb-items li {
        font-size: 13px;
    }

    .page-content-box h3 {
        font-size: 16px;
        padding-left: 12px;
        border-left-width: 3px;
    }
    .page-content-box{
        padding: 5px 5px;
    }
    .col-lg-11{
        padding: 0px;
    }
}

@media (max-width: 370px) {
    .breadcrumb-wrapper .page-heading h1{
        font-size: 24px;
    }
    .breadcrumb-wrapper .page-heading .breadcrumb-items li{
        font-size: 11px;
    }
}