/* ---------- Layout Base ---------- */
.single-container {
	max-width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	box-sizing: border-box;
}

/* ---------- Back to Blog ---------- */
.back-to-blog {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: #0073e6;
	transition: color 0.2s ease;
}
.back-to-blog i {font-size: 14px;}
.back-to-blog:hover {color: #e30000;}

/* ---------- Header ---------- */
.single-header {
	text-align: left;
	padding: 0;
	margin-bottom: 40px;
}
.single-header h1 {
	font-size: 40px;
	font-weight: 700;
	color: #1d2b36;
	line-height: 50px;
	margin-bottom: 15px;
	width: 100%;
}

/* ---------- Intro (Contextual Paragraph) ---------- */
.single-intro {
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 20px;
	width: 100%;
}

/* ---------- CTA Buttons Row ---------- */
.cta-share-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 15px;
	gap: 15px;
}

.bdrshield-hom-cta-btn {
	padding: 6px 25px;
	background: #d7d7d7 !important;
	color: #000 !important;
	text-decoration: none;
	border-radius: 6px;
	font-weight: bold;
	border: 2px solid #d7d7d7 !important;
}
.bdrshield-hom-cta-button:hover {
	background-color: #d7d7d7 !important;
	color: #000 !important;
	border: 2px solid #b0b0b0 !important;
}

/* ---------- Social Share Icons ---------- */
.header-share-icons {
	display: flex;
	gap: 10px;
	align-items: center;
}
.header-share-icons a {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #f4f4f4;
	color: #333;
	font-size: 15px;
	text-decoration: none;
	transition: 0.2s;
}
.header-share-icons a:hover {
	background: #0073e6;
	color: #fff;
	transform: translateY(-2px);
}

/* ---------- Bottom Share Icons (Above Star Ratings) ---------- */
.bottom-share-icons {
	text-align: left;
	margin-top: 40px;
	margin-bottom: 25px;
}
.bottom-share-icons h3 {
	font-size: 1.1rem;
	margin-bottom: 10px;
	color: #111;
	font-weight: 600;
}
.bottom-share-icons .header-share-icons {
	justify-content: flex-start;
}

/* ---------- Meta ---------- */
.single-meta {
	font-size: 14px;
	margin-top: 20px;
}

/* ---------- Layout ---------- */
.content-layout {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
}
.main-article {
	flex: 1;
	background: #fff;
	padding: 13px 25px;
	border-radius: 10px;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
	font-size: 18px;
	line-height: 2;
	color: #1d2b36;
}
.main-article h2 {
	margin-top: 30px;
	font-size: 32px !important;
	color:#1d2b36 !important;
	line-height: 45px !important;
	margin-bottom: 1.1rem !important;
}
.main-article p {
	margin-bottom: 18px;
}

/* ---------- Right Column ---------- */
.right-column {
	flex: 0 0 320px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.sidebar-box {
	background: #fff;
	padding: 25px 20px;
	border-radius: 10px;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}
.sidebar-box h3 {
	font-size: 22px !important;
	font-weight: 700;
	margin-bottom: 15px;
	color: #1d2b36;
	border-bottom: 2px solid #b0b0b0;
	display: inline-block;
	padding-bottom: 5px;
	letter-spacing: -.6px;
}

/* ---------- TOC ---------- */
.toc-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.toc-box li {
	margin-bottom: 8px;
}
.toc-box a {
	text-decoration: none;
	color: #444;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}
.toc-box a:hover {
	color: #000;
}

/* ---------- Related ---------- */
.related-list-item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.related-list-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.related-list-item a {
	font-weight: 600;
	color: #444;
	font-size: 15px;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
}
.related-list-item a:hover {
	text-decoration: underline;
        color:#000;
}
.related-list-item .meta {
	font-size: 12px;
}

/* ---------- Bottom ---------- */
.bottom-section {
	margin-top: 60px;
	background: #fff;
	padding: 35px;
	border-radius: 10px;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}
.author-box {
	display: flex;
	align-items: center;
	gap: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.author-box img {
	border-radius: 50%;
	width: 60px;
	height: 60px;
}
.author-info h4 {
	margin: 0 0 3px;
	font-size: 1.1rem;
	color: #111;
}
.author-info p {
	margin: 0;
	font-size: 14px;
}

/* ================================
   REQUEST DEMO SECTION
   ================================ */
.sidebar-box .wiz-demo-text {
    font-size: 15px;
    color: #2b3a49;
    margin-bottom: 15px;
    line-height: 1.6;
}

.sidebar-box h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #0d2a3f !important;
    background: linear-gradient(90deg, #e7f1ff, #ffffff);
    padding: 6px 10px;
    border-radius: 6px;
}

.wiz-demo-btn {
    display: block;
    background: #313131;
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    transition: 0.2s ease-in-out;
    border: 2px solid #313131;
}

.wiz-demo-btn:hover {
    background: #313131;
    border-color: #313131;
    transform: translateY(-2px);
}

/* ================================
   Popular Posts – Grey Theme
   ================================ */
.sidebar-box:nth-of-type(3) {
    border-left: 4px solid #c7c7c7;
    background: #f7f7f7;
    transition: 0.25s ease;
}

.sidebar-box:nth-of-type(3):hover {
    background: #ededed;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.sidebar-box:nth-of-type(3) h4 {
    background: linear-gradient(90deg, #eaeaea, #ffffff);
    color: #333 !important;
    padding: 6px 10px;
    border-radius: 6px;
}

.sidebar-box:nth-of-type(3) article a {
    font-size: 15px;
    color: #444;
    font-weight: 600;
    display: block;
    padding: 4px 0;
    transition: 0.2s;
    text-decoration: none;
}

.sidebar-box:nth-of-type(3) article a:hover {
    color: #000;
    text-decoration: underline;
}


/* ============================================================
   RESPONSIVE FIXES — ONLY MOBILE + TABLET (DO NOT TOUCH DESKTOP)
   ============================================================ */

/* ---------- Tablet (max-width: 1024px) ---------- */
@media (max-width: 1024px) {

    .content-layout {
	display:block;
        flex-direction: column;
        gap: 25px;
    }

    .right-column {
        flex: 1 1 100%;
        max-width: 100%;
        order: 3;
    }

    .main-article {
        padding: 18px;
        font-size: 17px;
        line-height: 1.8;
    }

    .main-article h2 {
        font-size: 26px !important;
        line-height: 34px !important;
    }

    .single-header h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .cta-share-row {
        flex-wrap: wrap;
        gap: 10px;
    }

    .bdrshield-hom-cta-btn,
    .bdrshield-hom-cta-button {
        padding: 8px 20px;
        font-size: 15px;
    }

    .toc-box a {
        font-size: 15px;
    }
}

/* ---------- Mobile (max-width: 600px) ---------- */
@media (max-width: 600px) {

    .single-container {
        padding: 5px 0;
    }

    .back-to-blog {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .single-header h1 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 12px;
    }

    .single-intro {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .cta-share-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .bdrshield-hom-cta-btn,
    .bdrshield-hom-cta-button {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        font-size: 15px;
    }

    .main-article {
        padding: 15px;
        font-size: 16px;
        line-height: 1.7;
    }

    .main-article h2 {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    .right-column {
        width: 100%;
        gap: 20px;
    }

    .sidebar-box {
        padding: 18px 15px;
    }

    .sidebar-box h3,
    .sidebar-box h4 {
        font-size: 18px !important;
    }

    .toc-box a {
        font-size: 14px;
    }

    .header-share-icons a {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    .author-box img {
        width: 50px;
        height: 50px;
    }

    .author-info h4 {
        font-size: 15px;
    }
}
