a.custom-btn:hover {
    color: #fff;
}
.pr-hero {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.pr-hero-content {
    position: relative;
    padding: 10px 0 10px;
}

.breadcrumb-modern {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 12px 24px;
    border-radius: 50px;
    display: inline-flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.breadcrumb-modern .breadcrumb-item {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    font-weight: 500;
}

.breadcrumb-modern .breadcrumb-item+.breadcrumb-item::before {
    content: "→";
}

.breadcrumb-modern a {
    text-decoration: none;
    transition: all 0.3s;
}

.pr-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 24px;
    /* text-shadow: 0 2px 20px rgba(0,0,0,0.1); */
    word-wrap: break-word;
}

.pr-meta {
    display: flex;
    gap: 32px;
    font-size: 0.95rem;
}

.pr-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgb(0 0 0 / 15%);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 50px;
    white-space: nowrap;
}

.featured-img-container {
    margin-bottom: 40px;
    position: relative;
    z-index: 3;
}

.featured-img-wrapper {
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid var(--primary-color);
}

.featured-img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.content-wrapper {
    background: #fff;
}

.lead-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #374151;
    font-weight: 400;
    padding: 26px;
    background: #f4f5ff;
    border-radius: 20px;
    margin-bottom: 25px;
    box-shadow: var(--shadow-sm);
}

.pr-content {
    font-size: 1.125rem;
    line-height: 1.9;
    color: #374151;
}

.pr-content h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-top: 48px;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 3px solid var(--primary-light);
}

.pr-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #374151;
    margin-top: 32px;
    margin-bottom: 16px;
}

.pr-content p {
    margin-bottom: 24px;
}

.pr-content ul {
    margin: 24px 0;
    padding-left: 0;
    list-style: none;
}

.pr-content ul li {
    padding-left: 32px;
    margin-bottom: 12px;
    position: relative;
}

.pr-content ul li::before {
    content: "→";
    position: absolute;
    left: 0;
    font-weight: bold;
}

.share-section {
    margin-top: 60px;
    padding: 40px;
    background: #f3f4f6;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: var(--shadow-sm);
}

.share-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
}

.share-buttons {
    display: flex;
    gap: 12px;
}

.share-btn {
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    border: none;
    font-size: 0.95rem;
    box-shadow: var(--shadow-sm);
}

.share-btn-facebook {
    background: #1877f2;
    color: #fff;
}

.share-btn-facebook:hover {
    background: #0c63d4;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    color: #fff;
}

.share-btn-x {
    background-color: #000000;
    color: #ffffff;
}

.share-btn-x:hover {
    background: rgb(49, 49, 49);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    color: #fff;
}

.sidebar-sticky {
    position: sticky;
    top: 50px;
}

.sidebar-card {
    background: #f4f5ff;
    border-radius: 24px;
    padding: 25px;
    border: 1px solid #f3f4f6;
}

.sidebar-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 3px solid var(--primary-color);
}

.sidebar-item {
    padding: 20px 0;
    border-bottom: 1px solid #f3f4f6;
    transition: all 0.3s;
}

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

.sidebar-item:hover {
    transform: translateX(5px);
}

.sidebar-item a {
    text-decoration: none;
    color: inherit;
}

.sidebar-item-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 8px;
    line-height: 1.4;
    transition: color 0.3s;
}

.sidebar-item:hover .sidebar-item-title {
    color: var(--primary-color);
}

.sidebar-item-excerpt {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 8px;
    line-height: 1.5;
}

.sidebar-item-date {
    font-size: 0.8rem;
    color: #9ca3af;
    display: flex;
    align-items: center;
    gap: 6px;
}

.sidebar-cta {
    margin-top: 28px;
}

.btn-view-all {
    width: 100%;
    padding: 16px;
    background: #6366f1;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn-view-all:hover {
    background: #4f46e5;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    color: #fff;
}


.pr-awards-inner {
    display: grid;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    background: #f4f5ff;
    border: 1px solid #cfd1e9;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.badge-sec {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.pr-awards-content p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}

.pr-awards-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pr-awards-inner strong {
    font-size: 36px;
    margin-right: 6px;
    color: #673de6;
}

a.custom-btn {
    padding: 10px 26px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    border-radius: 5px;
    background: #673de6;
    margin-left: auto;
}

.badge-sec img {
    width: 100%;
    max-width: 45px;
}

.pr-logo-sec {
    display: flex;
    align-items: center;
}

p.pr-comapnay-name {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    color: #1a0b48;
    line-height: 22px;
}

.pr-logo-sec img {
    width: 100%;
    max-width: 80px;
    margin-right: 10px;
    height: 50px;
}

/* --- Extracted Modal CSS --- */
#awardModal .modal-dialog{
    max-width:750px;
}

#awardModal .modal-header{
    border-bottom:1px solid #eee;
}

.award-img {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.award-img:hover {
    transform: scale(1.05);
}

.slider-prev,
.slider-next {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    font-size:40px;
    font-weight:bold;
    cursor:pointer;
    color:#333;
    user-select:none;
    z-index: 10;
}

.slider-prev:hover,
.slider-next:hover {
    color: var(--primary-color);
}

.slider-prev {
    left:20px;
}

.slider-next {
    right:20px;
}

div#awardModal .modal-body {
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
}

.award-modal-img {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
}

@media (max-width: 991px) {
    .pr-title {
        font-size: 2.25rem;
        line-height: 1.25;
        margin-bottom: 20px;
        padding-top: 20px;
    }

    .pr-meta {
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 30px;
    }

    .pr-meta-item {
        font-size: 0.85rem;
        padding: 6px 16px;
        flex-grow: 1;
        justify-content: center;
    }

    .lead-text {
        font-size: 1.1rem;
        padding: 24px;
        margin-bottom: 32px;
    }

    .pr-content h2 {
        font-size: 1.75rem;
        margin-top: 32px;
    }

    .share-section {
        flex-direction: column;
        padding: 25px;
        text-align: center;
        gap: 20px;
    }

    .share-buttons {
        width: 100%;
        justify-content: center;
    }

    .sidebar-sticky {
        position: static;
        margin-top: 40px;
    }

    .sidebar-card {
        padding: 20px;
    }
}

@media(max-width: 768px){
    .pr-logo-sec{
        flex-direction: column;
    }
}
@media (max-width: 576px) {
    .pr-title {
        font-size: 2rem;
        padding-top: 20px;
    }

    .share-btn {
        width: 100%;
        justify-content: center;
    }
    .pr-awards-inner{
        grid-template-columns: 1fr 1fr;
    }
}
@media(max-width: 425px){
    .pr-awards-inner{
        grid-template-columns: 1fr;
    }
    a.custom-btn{
        margin: 0 auto;
    }
}
@media(max-width: 375px){
    
    a.custom-btn{
        margin: 0 auto;
    }
}
.pr-logo-sec img{
    object-fit: contain;
}