html, body, .container-fluid{ overflow: inherit !important;}
.inside-header.grid-container{padding-top:0;}
.press-header .container{max-width:1200px;}
.press-header h1{ font-size:28px;}
.banner-heading{ display:none;}
.read-progress{position:fixed;top:0;left:0;height:4px;background:#0037ff;width:0%;z-index:9999;transition:width .2s ease}
.content {
    max-width:1000px;
    margin: 70px auto;
    padding: 0;
}
img{border-radius: 15px;}
img.d-block.float-left.mr-5.mb-3 {
    float: none !important;
	    width: revert-layer;
    margin: 0 auto !important;}
.cs-badge{display:inline-block;background:#0037ff;color:#fff;font-size: 13px;padding: 0px 10px;border-radius:6px;letter-spacing:.3px;margin-bottom: 1rem;}
.card {box-shadow: 0 1.5rem 3rem .5rem rgba(0, 20, 45, .08); box-sizing: border-box;margin-bottom: 2rem; position: relative; top: 0; overflow: hidden;}
.card h4, .bt-form-b h4{ font-size:20px !important;}
.page-template-template-press-releases .bt-form-b h5 a{color:#ffffff !important;}
.bt-form-b .bg-primary { background-position: top right !important; }
.container-fluid.bg-light-blue{ display:none;}
.s-bar{ position:sticky; top: 100px;    margin-bottom: 175px;}
		
		.past-press-releases h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}
.breadcrumbs {
    background: #fff;
    padding: 12px 18px;
    border-radius: 999px;
    display: inline-flex;
    gap: 8px;
    box-shadow:0 1px 10px rgba(0,0,0,.06);
    font-size: 14px;
}

.breadcrumbs a {
    color: #0037ff;
    text-decoration: none;
}
.press-card {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 20px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    transition: all .35s ease;
}

.press-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 60px rgba(0,0,0,.12);
}

.press-card h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
}

.press-card h3 a {
    color: #111;
    text-decoration: none;
}

.press-date {
    color: #666;
    font-size: 14px;
    margin: 10px 0;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 18px;
    border-radius: 12px;
    background: #0037ff;
    color: #fff !important;
    font-weight: 600;
    margin-top: 16px;
}
		.press-header {
    padding: 60px 0 40px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 100%);
    border-radius: 24px;
    margin-top: 30px;
}

.press-title {
    font-size: 46px;
    line-height: 1.15;
    font-weight: 800;
    color: #111827;
}

.cs-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0037ff;
    color: #fff;
    font-size: 13px;
    padding:5px 15px;
    border-radius: 999px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(0,55,255,.18);
}

.press-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0,0,0,.15);
}.press-meta {
    color: #6b7280;
    font-size: 15px;
    font-weight: 500;
    margin-top: 16px;
}
.share-bar {
    position: sticky;
    top: 140px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.share-bar a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0037ff;
    font-size: 20px;
    text-decoration: none;
    transition: all .3s ease;
}

.share-bar a:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 35px rgba(0,0,0,.15);
}
		@media (max-width: 768px) {
    .press-title {
        font-size: 30px;
    }

    .press-header {
        padding: 30px 20px;
    }

    .content {        margin-top: 25px;
        font-size: 17px;
        padding: 0 18px;
    }

    .past-press-releases h2 {
        font-size: 28px;
    }.col-md-1.text-right {
		display: none;}
			.col-md-11{ padding-right: 0;padding-left: 0;}
			.breadcrumbs{display:inherit}
}
