/* =========================================================
   VICOHI COMMA SEPARATOR BLOG CSS
   PART CSS-1
   Navbar + Footer Safe
========================================================= */


/* Reading Progress */

#reading-progress{

position:fixed;

top:0;

left:0;

height:4px;

width:0%;

background:#1960C7;

z-index:99999;

}


/* Main Blog Container */

.blog-page{

max-width:1200px;

margin:auto;

padding:40px 20px 80px;

}



/* ==========================
   Breadcrumb
========================== */


.blog-page .breadcrumb{

display:flex;

align-items:center;

flex-wrap:wrap;

gap:10px;

margin-bottom:35px;

font-size:14px;

color:#666;

}


.blog-page .breadcrumb a{

color:#1960C7;

text-decoration:none;

font-weight:500;

}


.blog-page .breadcrumb .active{

color:#777;

}



/* ==========================
   HERO SECTION
========================== */


.blog-page .hero{

background:linear-gradient(
135deg,
#062B70,
#1960C7
);

border-radius:24px;

padding:70px 55px;

text-align:center;

color:#ffffff;

margin-bottom:50px;

overflow:hidden;

}



/* Category Badge */


.blog-page .category{

display:inline-flex;

align-items:center;

gap:8px;

padding:9px 18px;

background:rgba(255,255,255,.15);

border-radius:30px;

font-size:14px;

margin-bottom:25px;

}



/* Hero Heading */


.blog-page .hero h1{

font-size:44px;

line-height:1.3;

font-weight:700;

max-width:950px;

margin:0 auto 22px;

color:#ffffff;

}



/* Hero Description */


.blog-page .hero p{

max-width:850px;

margin:auto;

font-size:17px;

line-height:1.8;

color:#eef5ff;

}



/* Hero Buttons */


.blog-page .hero-buttons{

display:flex;

justify-content:center;

align-items:center;

gap:15px;

flex-wrap:wrap;

margin-top:35px;

}


.blog-page .primary-btn,
.blog-page .secondary-btn,
.blog-page .cta-btn{

display:inline-flex;

align-items:center;

justify-content:center;

gap:8px;

padding:14px 28px;

border-radius:10px;

font-size:15px;

font-weight:600;

text-decoration:none;

transition:.3s ease;

}



.blog-page .primary-btn{

background:#08B8A3;

color:#ffffff;

}


.blog-page .primary-btn:hover{

transform:translateY(-3px);

}



.blog-page .secondary-btn{

background:#ffffff;

color:#062B70;

}


.blog-page .secondary-btn:hover{

transform:translateY(-3px);

}



/* Hero Stats */


.blog-page .hero-stats{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:18px;

margin-top:45px;

}



.blog-page .stat-box{

background:rgba(255,255,255,.14);

padding:22px 15px;

border-radius:14px;

text-align:center;

}



.blog-page .stat-box h3{

font-size:26px;

font-weight:700;

margin-bottom:6px;

color:#ffffff;

}



.blog-page .stat-box p{

font-size:14px;

color:#eef5ff;

}



/* ==========================
   ARTICLE HEADER
========================== */


.blog-page .article-header{

margin:35px 0;

}



.blog-page .article-meta{

display:flex;

gap:12px;

flex-wrap:wrap;

}



.blog-page .article-meta span{

background:#f3f7fc;

border:1px solid #e3ebf8;

padding:9px 16px;

border-radius:25px;

font-size:14px;

color:#555;

}



/* ==========================
   AUTHOR BOX
========================== */


.blog-page .author-box{

display:flex;

align-items:center;

gap:22px;

background:#ffffff;

border:1px solid #e4edf9;

border-radius:18px;

padding:28px;

margin:35px 0;

box-shadow:0 8px 25px rgba(25,96,199,.06);

}



.blog-page .author-avatar img{

width:75px;

height:75px;

object-fit:cover;

border-radius:50%;

}



.blog-page .author-content h3{

font-size:20px;

color:#062B70;

margin-bottom:8px;

}



.blog-page .author-content p{

font-size:15px;

line-height:1.8;

color:#555;

}



/* ==========================
   FEATURED IMAGE
========================== */


.blog-page .featured-image{

margin:45px 0;

text-align:center;

}



.blog-page .featured-image img{

width:100%;

height:auto;

border-radius:20px;

border:1px solid #e5edf8;

}



.blog-page .image-caption{

margin-top:12px;

font-size:14px;

line-height:1.6;

color:#666;

}



/* ==========================
   QUICK INFO CARDS
========================== */


.blog-page .quick-info{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:22px;

margin:45px 0;

}



.blog-page .info-card{

background:#ffffff;

border:1px solid #e4edf9;

border-radius:16px;

padding:28px 20px;

text-align:center;

transition:.3s ease;

}



.blog-page .info-card:hover{

transform:translateY(-4px);

box-shadow:0 12px 30px rgba(25,96,199,.10);

}



.blog-page .info-card i{

font-size:32px;

color:#1960C7;

margin-bottom:15px;

}



.blog-page .info-card h3{

font-size:19px;

color:#062B70;

margin-bottom:10px;

}



.blog-page .info-card p{

font-size:15px;

line-height:1.7;

color:#555;

}



/* ==========================
   TOOL CTA
========================== */


.blog-page .tool-cta,
.blog-page .final-cta{

background:#f4f8ff;

border:1px solid #dce8fb;

border-radius:20px;

padding:45px 35px;

text-align:center;

margin:55px 0;

}



.blog-page .tool-cta h2,
.blog-page .final-cta h2{

font-size:30px;

color:#062B70;

margin-bottom:15px;

}



.blog-page .tool-cta p,
.blog-page .final-cta p{

max-width:750px;

margin:auto;

font-size:16px;

line-height:1.8;

color:#555;

}



.blog-page .cta-btn{

margin-top:25px;

background:#1960C7;

color:#ffffff;

}


.blog-page .cta-btn:hover{

transform:translateY(-3px);

}

/* =========================================================
   VICOHI COMMA SEPARATOR BLOG CSS
   PART CSS-2
========================================================= */


/* ==========================
   TABLE OF CONTENTS
========================== */


.blog-page .table-of-contents{

background:#ffffff;

border:1px solid #e4edf9;

border-radius:18px;

padding:32px;

margin:45px 0;

box-shadow:0 8px 25px rgba(25,96,199,.05);

}



.blog-page .table-of-contents h2{

font-size:26px;

color:#062B70;

margin-bottom:20px;

}



.blog-page .table-of-contents ul{

padding-left:22px;

margin:0;

}



.blog-page .table-of-contents li{

margin:12px 0;

line-height:1.6;

}



.blog-page .table-of-contents a{

text-decoration:none;

color:#1960C7;

font-size:16px;

transition:.2s;

}



.blog-page .table-of-contents a:hover{

color:#062B70;

padding-left:5px;

}



/* ==========================
   BLOG CONTENT
========================== */


.blog-page .blog-content{

background:#ffffff;

border:1px solid #e4edf9;

border-radius:18px;

padding:40px;

box-shadow:0 8px 25px rgba(25,96,199,.05);

}



.blog-page .blog-content h2{

font-size:32px;

line-height:1.4;

color:#062B70;

margin:45px 0 18px;

}



.blog-page .blog-content h3{

font-size:22px;

color:#1960C7;

margin:30px 0 15px;

}



.blog-page .blog-content p{

font-size:16px;

line-height:1.9;

color:#444;

margin-bottom:22px;

}



.blog-page .blog-content ul,
.blog-page .blog-content ol{

padding-left:28px;

margin-bottom:25px;

}



.blog-page .blog-content li{

font-size:16px;

line-height:1.9;

color:#444;

margin-bottom:8px;

}



/* ==========================
   CODE / EXAMPLE BOX
========================== */


.blog-page pre{

background:#f4f8ff;

border:1px solid #dce8fb;

border-radius:14px;

padding:22px;

overflow:auto;

color:#062B70;

font-size:15px;

line-height:1.7;

}



.blog-page code{

color:#062B70;

}



.blog-page .example-box,
.blog-page .callout-box{

background:#f5f9ff;

border-left:5px solid #1960C7;

border-radius:14px;

padding:28px;

margin:30px 0;

}



.blog-page .example-box h3,
.blog-page .callout-box h3{

color:#062B70;

margin-bottom:15px;

}



/* ==========================
   BENEFITS SECTION
========================== */


.blog-page .benefits-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:22px;

margin:35px 0;

}



.blog-page .benefit-card{

background:#ffffff;

border:1px solid #e4edf9;

border-radius:16px;

padding:28px;

transition:.3s;

}



.blog-page .benefit-card:hover{

transform:translateY(-5px);

box-shadow:0 12px 30px rgba(25,96,199,.10);

}



.blog-page .benefit-card h3{

font-size:20px;

color:#062B70;

margin-bottom:12px;

}



.blog-page .benefit-card p{

font-size:15px;

line-height:1.7;

color:#555;

}



/* ==========================
   FAQ SECTION
========================== */


.blog-page .faq-section{

margin:70px 0;

padding:20px 0;

}



.blog-page .faq-section > h2{

font-size:34px;

font-weight:700;

text-align:center;

color:#062B70;

margin-bottom:40px;

}



.blog-page .faq-item{

background:#ffffff;

border:1px solid #e3ebf8;

border-radius:16px;

margin-bottom:18px;

overflow:hidden;

transition:.3s ease;

}



.blog-page .faq-item:hover{

box-shadow:0 10px 30px rgba(25,96,199,.10);

}



.blog-page .faq-question{

width:100%;

display:flex;

justify-content:space-between;

align-items:center;

gap:20px;

background:#ffffff;

border:none;

padding:22px 25px;

cursor:pointer;

text-align:left;

font-size:17px;

font-weight:600;

color:#062B70;

line-height:1.5;

}



.blog-page .faq-question i{

width:32px;

height:32px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:#eef5ff;

color:#1960C7;

font-size:15px;

flex-shrink:0;

transition:.3s;

}



.blog-page .faq-answer{

max-height:0;

overflow:hidden;

padding:0 25px;

transition:max-height .35s ease, padding .35s ease;

}



.blog-page .faq-answer p{

font-size:16px;

line-height:1.8;

color:#555;

margin:0;

padding-bottom:22px;

}



.blog-page .faq-item.active .faq-answer{

max-height:300px;

padding-top:5px;

}



.blog-page .faq-item.active .faq-question{

background:#f7fbff;

}



.blog-page .faq-item.active .faq-question i{

background:#1960C7;

color:#ffffff;

transform:rotate(45deg);

}



/* ==========================
   RELATED TOOLS
========================== */


.blog-page .related-tools{

margin:60px 0;

}



.blog-page .related-tools > h2{

text-align:center;

font-size:32px;

color:#062B70;

margin-bottom:35px;

}



.blog-page .related-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:22px;

}



.blog-page .related-card{

background:#ffffff;

border:1px solid #e4edf9;

border-radius:16px;

padding:28px;

transition:.3s;

}



.blog-page .related-card:hover{

transform:translateY(-5px);

box-shadow:0 12px 30px rgba(25,96,199,.10);

}



.blog-page .related-icon{

font-size:38px;

margin-bottom:15px;

}



.blog-page .related-card h3{

color:#062B70;

margin-bottom:12px;

}



.blog-page .related-card p{

font-size:15px;

line-height:1.7;

color:#555;

}



.blog-page .related-card a{

display:inline-block;

margin-top:15px;

color:#1960C7;

font-weight:600;

text-decoration:none;

}



/* ==========================
   BACK TO TOP
========================== */


#backToTop{

position:fixed;

right:25px;

bottom:25px;

width:48px;

height:48px;

border:none;

border-radius:50%;

background:#1960C7;

color:#ffffff;

font-size:18px;

cursor:pointer;

display:none;

z-index:999;

}



#backToTop:hover{

background:#062B70;

}



/* ==========================
   RESPONSIVE DESIGN
========================== */


@media(max-width:1000px){


.blog-page .hero-stats,
.blog-page .quick-info,
.blog-page .benefits-grid,
.blog-page .related-grid{

grid-template-columns:repeat(2,1fr);

}


.blog-page .hero h1{

font-size:36px;

}


}



@media(max-width:700px){


.blog-page{

padding:25px 15px 60px;

}



.blog-page .hero{

padding:45px 22px;

border-radius:18px;

}



.blog-page .hero h1{

font-size:28px;

}



.blog-page .hero p{

font-size:15px;

}



.blog-page .hero-stats,
.blog-page .quick-info,
.blog-page .benefits-grid,
.blog-page .related-grid{

grid-template-columns:1fr;

}



.blog-page .blog-content{

padding:22px;

}



.blog-page .blog-content h2{

font-size:25px;

}



.blog-page .table-of-contents{

padding:22px;

}



.blog-page .faq-section > h2{

font-size:26px;

}



.blog-page .faq-question{

padding:18px;

font-size:15px;

}



.blog-page .faq-answer{

padding-left:18px;

padding-right:18px;

}



.blog-page .author-box{

flex-direction:column;

text-align:center;

}


}