*{margin:0;padding:0;box-sizing:border-box;font-family:robot, sans-serif}html{font-size:16px;scroll-behavior:smooth}body{line-height:1.7;color:#333;background-color:#fff}
/* Typography - Inter for headings, Lora for body text */
.single-blog-page h1, .single-blog-page h2, .single-blog-page h3, .single-blog-page h4, .single-blog-page h5, .single-blog-page h6 {
font-weight: 600;
line-height: 1.3;
margin-bottom: 1rem;
color: #1a1a1a;
}
.single-blog-page h1 { font-size: 2.5rem; font-weight: 700; }
.single-blog-page h2 { font-size: 2rem; margin-top: 2rem; }
.single-blog-page h3 { font-size: 1.5rem; margin-top: 1.5rem; }
.single-blog-page h4 { font-size: 1.25rem; }
.single-blog-page h5 { font-size: 1.1rem; }
.single-blog-page h6 { font-size: 1rem; }
.single-blog-page p {
margin-bottom: 1.5rem;
font-size: 1.1rem;
color: #444;
}
.single-blog-page a {
color: #00C381;
text-decoration: none;
transition: color 0.3s ease;
}
.single-blog-page a:hover {
color: #17956b;
text-decoration: underline;
}
/* Lists */
.single-blog-page ul, .single-blog-page ol {
margin-bottom: 1.5rem;
padding-left: 2rem;
}
.single-blog-page li {
margin-bottom: 0.5rem;
font-size: 1.1rem;
color: #444;
}
/* Container */
.single-blog-page .container {
max-width: 1200px;
margin: 0 auto;
padding: 0 1rem;
}
/* Header */
.single-blog-page .header {
background: #ffffff;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
position: sticky;
top: 0;
z-index: 1000;
}
.single-blog-page .nav {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem 0;
}
.single-blog-page .logo h1 {
font-size: 1.8rem;
font-weight: 800;
color: #00C381;
margin: 0;
}
.single-blog-page .nav-menu {
display: flex;
gap: 2rem;
}
.single-blog-page .nav-link {
font-weight: 500;
color: #333;
transition: color 0.3s ease;
}
.single-blog-page .nav-link:hover {
color: #00C381;
text-decoration: none;
}
.single-blog-page .hamburger {
display: none;
flex-direction: column;
cursor: pointer;
}
.hamburger span {
width: 25px;
height: 3px;
background: #333;
margin: 3px 0;
transition: 0.3s;
}
/* Main Content */
.single-blog-page .main {
padding: 2rem 0;
min-height: calc(100vh - 200px);
}
.single-blog-page .content-wrapper {
display: grid;
grid-template-columns: 1fr 300px;
gap: 3rem;
align-items: start;
}
/* Blog Content */
.single-blog-page .blog-content {
background: #ffffff;
border-radius: 12px;
overflow: hidden;
}
/* Breadcrumb */
.single-blog-page .breadcrumb {
margin-bottom: 2rem;
font-size: 0.9rem;
}
.single-blog-page .breadcrumb a {
color: #666;
}
.single-blog-page .breadcrumb span {
color: #999;
margin: 0 0.5rem;
}
/* Blog Header */
.single-blog-page .blog-header {
margin-bottom: 2rem;
}
.single-blog-page .blog-meta {
display: flex;
align-items: center;
gap: 0.5rem;
margin-bottom: 1rem;
font-size: 0.9rem;
color: #666;
}
.single-blog-page .separator {
color: #ccc;
}
.single-blog-page .category {
background: #000000;
color: white;
padding: 0.25rem 0.75rem;
border-radius: 20px;
font-size: 0.8rem;
font-weight: 500;
}
.single-blog-page .blog-title {
font-size: 2.5rem;
font-weight: 700;
color: #1a1a1a;
margin-bottom: 1rem;
line-height: 1.2;
}
.single-blog-page .blog-subtitle {
font-size: 1.25rem;
color: #666;
margin-bottom: 2rem;
font-style: italic;
}
.single-blog-page .author-info {
display: flex;
align-items: center;
gap: 1rem;
margin-bottom: 2rem;
}
.single-blog-page .author-avatar {
width: 50px;
height: 50px;
border-radius: 50%;
object-fit: cover;
}
.single-blog-page .author-details {
display: flex;
flex-direction: column;
}
.single-blog-page .author-name {
font-weight: 600;
color: #1a1a1a;
}
.single-blog-page .author-title {
font-size: 0.9rem;
color: #666;
}
.single-blog-page .author-link {
text-decoration: none;
color: #1a1a1a;
}
.single-blog-page .author-link:hover {
text-decoration: none;
}
.single-blog-page .author-link:focus {
outline: none;
text-decoration: none;
}
/* Featured Image */
.single-blog-page .featured-image {
margin-bottom: 3rem;
}
.single-blog-page .featured-image img {
width: 100%;
height: 400px;
object-fit: fill;
border-radius: 12px;
}
/* Blog Body */
.single-blog-page .blog-body {
line-height: 1.8;
}
.single-blog-page .blog-body h2 {
border-bottom: 3px solid #000000;
padding-bottom: 0.5rem;
margin-top: 3rem;
}
.blog-body h3 {
color: #00C381;
}
/* Blockquote */
.single-blog-page blockquote {
background: #f8fafc;
border-left: 4px solid #00C381;
margin: 2rem 0;
padding: 1.5rem;
border-radius: 0 8px 8px 0;
font-style: italic;
font-size: 1.1rem;
}
.single-blog-page blockquote p {
margin: 0;
color: #555;
}
/* Tags */
.single-blog-page .blog-tags {
margin-top: 3rem;
padding-top: 2rem;
border-top: 1px solid #e5e7eb;
}
.single-blog-page .blog-tags h4 {
margin-bottom: 1rem;
color: #1a1a1a;
}
.single-blog-page .tags {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.single-blog-page .tag {
background: #f3f4f6;
color: #374151;
padding: 0.5rem 1rem;
border-radius: 20px;
font-size: 0.9rem;
font-weight: 500;
transition: background-color 0.3s ease;
}
.single-blog-page .tag:hover {    
background: #e5e7eb;
}
/* Share Buttons */
.single-blog-page .share-buttons {
margin-top: 2rem;
padding-top: 2rem;
border-top: 1px solid #e5e7eb;
}
.single-blog-page .share-buttons h4 {
margin-bottom: 1rem;
color: #1a1a1a;
}
.single-blog-page .share-icons {
display: flex;
gap: 1rem;
}
.single-blog-page .share-btn {
display: flex;
align-items: center;
justify-content: center;
width: 45px;
height: 45px;
border-radius: 50%;
color: white;
font-size: 1.2rem;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.single-blog-page .share-btn:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0,0,0,0.2);
text-decoration: none;
}
.single-blog-page .share-btn.facebook { background: #1877f2; }
.single-blog-page .share-btn.twitter { background: #1da1f2; }
.single-blog-page .share-btn.linkedin { background: #0077b5; }
.single-blog-page .share-btn.whatsapp { background: #25d366; }
/* Sidebar */
.single-blog-page .sidebar {
display: flex;
flex-direction: column;
gap: 2rem;
position: sticky;
top :-80rem;
}
#ez-toc-container{
background:none !important;
border:none !important;
}
.single-blog-page .sidebar-card {
background: #ffffff;
padding: 1rem;
border-radius: 12px;
box-shadow: 0 4px 6px rgba(0,0,0,0.05);
border: 1px solid #f1f5f9;
}
.single-blog-page .sidebar-card h3 {
font-size: 1.25rem;
margin-bottom: 1.5rem;
color: #1a1a1a;
}
/* Author Card */
.single-blog-page .author-card {
text-align: center;
}
.single-blog-page .author-image {
width: 80px;
height: 80px;
border-radius: 50%;
margin-bottom: 1rem;
object-fit: cover;
}
.single-blog-page .author-card p {
font-size: 1rem;
margin-bottom: 1.5rem;
color: #666;
}
.single-blog-page .social-links {
display: flex;
justify-content: center;
gap: 1rem;
}
.single-blog-page .social-links a {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: #f8fafc;
color: #666;
border-radius: 50%;
transition: all 0.3s ease;
}
/* .single-blog-page .social-links a:hover {
background: #00C381;
color: white;
transform: translateY(-2px);
} */
/* Table of Contents */
.single-blog-page .toc ul {
list-style: none;
padding: 0;
margin: 0;
}
#ez-toc-container a.ez-toc-toggle:focus{
border:none !important;
outline:none !important;
}
.single-blog-page .toc li {
margin-bottom: 0.75rem;
}
.single-blog-page .toc a {
color: #666;
font-size: 0.95rem;
padding: 0.5rem 0;
display: block;
border-bottom: 1px solid #f1f5f9;
transition: color 0.3s ease;
}
/* .single-blog-page .toc a:hover {
color: #00C381;
text-decoration: none;
} */
/* Recent Posts */
.single-blog-page .post-item {
display: flex;
gap: 1rem;
margin-bottom: 1.5rem;
padding-bottom: 1.5rem;
border-bottom: 1px solid #f1f5f9;
}
.single-blog-page .post-item:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.single-blog-page .post-item img {
width: 60px;
height: 60px;
border-radius: 8px;
object-fit: cover;
flex-shrink: 0;
}
.single-blog-page .post-content h4 {
font-size: 1rem;
margin-bottom: 0.5rem;
}
.single-blog-page .post-content h4 a {
color: #333;
font-weight: 600;
}
.single-blog-page .post-date {
font-size: 0.85rem;
color: #666;
}
/* Categories */
.single-blog-page .categories ul {
list-style: none;
padding: 0;
margin: 0;
}
.single-blog-page .categories li {
margin-bottom: 0.75rem;
}
.single-blog-page .categories a {
display: flex;
justify-content: space-between;
align-items: center;
color: #666;
padding: 0.5rem 0;
border-bottom: 1px solid #f1f5f9;
transition: color 0.3s ease;
}
.single-blog-page .categories a:hover {
color: #00C381;
text-decoration: none;
}
.single-blog-page .categories span {
background: #f3f4f6;
color: #666;
padding: 0.25rem 0.5rem;
border-radius: 12px;
font-size: 0.8rem;
}
/* Newsletter */
.single-blog-page .newsletter p {
font-size: 1rem;
margin-bottom: 1.5rem;
color: #666;
}
.single-blog-page .newsletter-form  {
display: flex;
flex-direction: column;
gap: 1rem;
}
.single-blog-page .newsletter-form input {
padding: 0.75rem;
border: 2px solid #e5e7eb;
border-radius: 8px;
font-size: 1rem;
transition: border-color 0.3s ease;
}
.single-blog-page .newsletter-form input:focus {
outline: none;
border-color: #00C381;
}
.single-blog-page .newsletter-form button {
background: #00C381;
color: white;
border: none;
padding: 0.75rem;
border-radius: 8px;
font-weight: 600;
cursor: pointer;
transition: background-color 0.3s ease;
}
.single-blog-page .newsletter-form button:hover {
background: #00C381;
}
/* Footer */
.single-blog-page .footer {
background: #1f2937;
color: #d1d5db;
margin-top: 4rem;
}
.single-blog-page .footer-content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
padding: 3rem 0;
}
.single-blog-page .footer-section h3,
.single-blog-page .footer-section h4 {
color: #ffffff;
margin-bottom: 1rem;
}
.single-blog-page .footer-section p {
color: #9ca3af;
font-size: 1rem;
}
.single-blog-page .footer-section ul {
list-style: none;
padding: 0;
margin: 0;
}
.single-blog-page .footer-section li {
margin-bottom: 0.5rem;
}
.single-blog-page .footer-section a {
color: #d1d5db;
transition: color 0.3s ease;
}
.single-blog-page .footer-section a:hover {
color: #00C381;
text-decoration: none;
}
.single-blog-page .footer-section .social-links {
justify-content: flex-start;
}
.single-blog-page .footer-section .social-links a {
background: #374151;
}
.single-blog-page .footer-section .social-links a:hover {
background: #00C381;
}
.single-blog-page .footer-bottom {
border-top: 1px solid #374151;
padding: 1.5rem 0;
text-align: center;
}
.single-blog-page .footer-bottom p {
margin: 0;
color: #9ca3af;
font-size: 0.9rem;
}
/* Responsive Design - Mobile First */
@media (max-width: 768px) {
html {
font-size: 14px;
}
.single-blog-page .container {
padding: 0 1rem;
}
/* Navigation */
.single-blog-page .nav-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
right: 0;
background: white;
flex-direction: column;
padding: 1rem;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.single-blog-page .nav-menu.active {
display: flex;
}
.single-blog-page .hamburger {
display: flex;
}
/* Content Layout */
.single-blog-page .content-wrapper {
grid-template-columns: 1fr;
gap: 2rem;
}
.single-blog-page .sidebar {
order: -1;
}
/* Typography */
.single-blog-page h1 { font-size: 2rem; } 
.single-blog-page h2 { font-size: 1.75rem; }
.single-blog-page h3 { font-size: 1.4rem; }
.single-blog-page .blog-title {
font-size: 2rem;
}
.single-blog-page .blog-subtitle {
font-size: 1.1rem;
}
/* Featured Image */
.single-blog-page .featured-image img {
height: 250px;
}
/* Sidebar Cards */
.single-blog-page .sidebar-card {
padding: 1.5rem;
}
/* Share Buttons */
.single-blog-page .share-icons {
justify-content: center;
}
/* Footer */
.single-blog-page .footer-content {
grid-template-columns: 1fr;
text-align: center;
}
.single-blog-page .footer-section .social-links {
justify-content: center;
}
.single-blog-page .sidebar {
display: none;
}
}
@media (max-width: 480px) {
html {
font-size: 13px;
}
.single-blog-page .container {
padding: 0 0.75rem;
}
.single-blog-page .main {
padding: 1rem 0;
}
.single-blog-page .blog-title {
font-size: 1.75rem;
}
.single-blog-page .sidebar-card {
padding: 1rem;
}
.single-blog-page .post-item {
flex-direction: column;
text-align: center;
}
.single-blog-page .post-item img {
width: 80px;
height: 80px;
align-self: center;
}
.single-blog-page .tags {
justify-content: center;
}
}
/* Print Styles */
@media print {
.single-blog-page .header,
.single-blog-page .sidebar,
.single-blog-page .share-buttons,
.single-blog-page .footer {
display: none;
}
.single-blog-page .content-wrapper {
grid-template-columns: 1fr;
}
body {
font-size: 12pt;
line-height: 1.5;
}
.single-blog-page h1, .single-blog-page h2, .single-blog-page h3 {
page-break-after: avoid;
}
.single-blog-page img {
max-width: 100%;
height: auto;
}
}
/* Accessibility Improvements */
@media (prefers-reduced-motion: reduce) {
* {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
/* Focus Styles */
.single-blog-page a:focus,
.single-blog-page button:focus,
.single-blog-page input:focus {
outline: 2px solid #00C381;
outline-offset: 2px;
}
/* High Contrast Mode */
@media (prefers-contrast: high) {
body {
background: #ffffff;
color: #000000;
}
.single-blog-page .sidebar-card {
border: 2px solid #000000;
}
.single-blog-page a {
color: #00C381;
}
.single-blog-page a:visited {
color: #800080;
}
}
* FAQ Section */
.single-blog-page .faq-section {
margin-top: 4rem;
padding-top: 3rem;
border-top: 2px solid #e5e7eb;
}
.single-blog-page .faq-title {
font-size: 2.25rem;
font-weight: 700;
color: #1a1a1a;
text-align: center;
margin-bottom: 1rem;
border:none !important;
}
.single-blog-page .faq-subtitle {
font-size: 1.1rem;
color: #666;
text-align: center;
font-style: italic;
}
.single-blog-page .faq-container {
max-width: 800px;
margin: 0 auto;
padding:10px 0;
}
.single-blog-page .faq-item {
background: #ffffff;
border: 1px solid #e5e7eb;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
transition: all 0.3s ease;
}
.single-blog-page .faq-item:hover {
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
border-color: #00C381;
}
.single-blog-page .faq-question {
width: 100%;
background: none;
border: none;
padding: 1.5rem;
text-align: left;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 1.1rem;
font-weight: 600;
color: #1a1a1a;
transition: all 0.3s ease;
}
.single-blog-page .faq-question:hover {
background: #f8fafc;
color: #00C381;
}
.single-blog-page .faq-question[aria-expanded="true"] {
background: #f0f4ff;
color: #00C381;
border-bottom: 1px solid #e5e7eb;
}
.single-blog-page .faq-question span {
flex: 1;
margin-right: 1rem;
line-height: 1.4;
}
.single-blog-page .faq-icon {
font-size: 1rem;
color: #666;
transition: transform 0.3s ease, color 0.3s ease;
flex-shrink: 0;
}
.single-blog-page .faq-question:hover .faq-icon {
color: #00C381;
}
.single-blog-page .faq-question[aria-expanded="true"] .faq-icon {
transform: rotate(180deg);
color: #00C381;
}
.single-blog-page .faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease, padding 0.3s ease;
background: #fafbfc;
}
.single-blog-page .faq-answer.active {
max-height: 500px;
padding: 1.5rem;
}
.single-blog-page .faq-answer p {
margin: 0;
color: #555;
line-height: 1.7;
font-size: 1rem;
}
