.elementor-201 .elementor-element.elementor-element-f06e3b5{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-f06e3b5 */.dm-blog-page{
max-width:1200px;
margin:auto;
padding:0;
font-family:Inter,sans-serif;
color:#1e293b;
}

/* HERO */

.dm-hero-section{
position:relative;
overflow:hidden;
padding:100px 40px;
border-radius:30px;
background:linear-gradient(135deg,#0f172a,#1e293b);
margin-bottom:60px;
}

.dm-hero-section:before{
content:"";
position:absolute;
width:1200px;
height:500px;
background:rgba(59,130,246,.15);
filter:blur(120px);
top:-150px;
right:-150px;
border-radius:50%;
}

.dm-hero-content{
position:relative;
z-index:2;
max-width:900px;
}

.dm-badge{
display:inline-block;
padding:8px 18px;
background:#2563eb;
color:#fff;
font-size:13px;
font-weight:600;
border-radius:50px;
margin-bottom:20px;
}

.dm-hero-section h1{
font-size:56px !important;
line-height:1.15;
font-weight:800;
margin-bottom:25px;
color:#ffffff !important;
}

.dm-hero-description{
font-size:20px;
line-height:1.8;
color:#cbd5e1;
max-width:850px;
}

/* HERO STATS */

.dm-hero-stats{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
margin-top:50px;
}

.dm-stat-card{
background:rgba(255,255,255,.08);
backdrop-filter:blur(20px);
padding:25px;
border-radius:20px;
border:1px solid rgba(255,255,255,.1);
}

.dm-stat-card h3{
color:#60a5fa;
font-size:14px;
margin-bottom:8px;
}

.dm-stat-card p{
color:#fff;
font-weight:600;
margin:0;
}

/* SECTIONS */

.dm-section{
padding:70px 20px;
}

.dm-section-header{
margin-bottom:40px;
}

.dm-section-tag{
display:inline-block;
background:#eff6ff;
color:#2563eb;
padding:8px 16px;
border-radius:50px;
font-size:13px;
font-weight:600;
margin-bottom:15px;
}

.dm-section-header h2{
font-size:40px;
font-weight:800;
line-height:1.2;
margin:0;
color:#0f172a;
}

.dm-section p{
font-size:18px;
line-height:1.9;
margin-bottom:20px;
}
/* TOC */

.dm-toc-card{
background:#f8fafc;
padding:40px;
border-radius:24px;
border:1px solid #e2e8f0;
}

.dm-toc-card h2{
margin-bottom:20px;
}

.dm-toc-card ul{
list-style:none;
padding:0;
margin:0;
}

.dm-toc-card li{
margin-bottom:12px;
}

.dm-toc-card a{
text-decoration:none;
color:#2563eb;
font-weight:600;
}

/* GRID */

.dm-card-grid,
.dm-feature-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:25px;
margin-top:35px;
}

.dm-big-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
margin-top:40px;
}

/* INFO CARD */

.dm-info-card,
.dm-feature-card,
.dm-intent-card,
.dm-process-card{
background:#fff;
padding:30px;
border-radius:24px;
border:1px solid #e2e8f0;
transition:.3s;
}

.dm-info-card:hover,
.dm-feature-card:hover,
.dm-intent-card:hover,
.dm-process-card:hover{
transform:translateY(-6px);
box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.dm-info-card h3,
.dm-feature-card h3,
.dm-intent-card h3,
.dm-process-card h3{
font-size:22px;
margin-bottom:15px;
}

.dm-feature-icon,
.dm-intent-icon{
font-size:40px;
margin-bottom:15px;
}

.dm-process-number{
width:55px;
height:55px;
background:#2563eb;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-weight:700;
margin-bottom:20px;
}

/* HIGHLIGHT BOX */

.dm-highlight-box{
padding:40px;
background:#eff6ff;
border-left:5px solid #2563eb;
border-radius:20px;
margin-top:40px;
}

.dm-highlight-box h2,
.dm-highlight-box h3{
margin-top:0;
}
/* FAQ */

.dm-faq-wrapper{
display:grid;
gap:20px;
}

.dm-faq-card{
background:#fff;
padding:30px;
border-radius:20px;
border:1px solid #e2e8f0;
}

.dm-faq-card h3{
font-size:22px;
margin-bottom:15px;
}

/* RELATED POSTS */

.dm-related-card{
display:block;
padding:30px;
background:#fff;
border-radius:20px;
border:1px solid #e2e8f0;
text-decoration:none;
color:inherit;
transition:.3s;
}

.dm-related-card:hover{
transform:translateY(-5px);
box-shadow:0 20px 50px rgba(0,0,0,.08);
}

/* AUTHOR */

.dm-author-box{
margin:70px 0;
padding:50px;
background:#f8fafc;
border-radius:30px;
border:1px solid #e2e8f0;
}

.dm-author-content h3{
font-size:30px;
margin-bottom:20px;
}

/* CTA */

.dm-cta-section{
margin:80px 0;
}

.dm-cta-box{
background:linear-gradient(135deg,#2563eb,#1d4ed8);
padding:70px;
border-radius:30px;
text-align:center;
color:#fff;
}

.dm-cta-box h2{
font-size:42px;
margin-bottom:20px;
color:#fff;
}

.dm-btn-primary,
.dm-btn-secondary{
display:inline-block;
padding:15px 30px;
border-radius:50px;
text-decoration:none;
font-weight:600;
margin:10px;
}

.dm-btn-primary{
background:#fff;
color:#2563eb;
}

.dm-btn-secondary{
background:transparent;
border:1px solid #fff;
color:#fff;
}

/* CONCLUSION */

.dm-conclusion{
padding:60px;
background:#f8fafc;
border-radius:24px;
margin-top:60px;
}

.dm-conclusion h2{
font-size:38px;
margin-bottom:25px;
}
.elementor-section,
.elementor-container,
.elementor-widget-container{
max-width:80% !important;
width:80% !important;
}

.dm-blog-page{
width:100vw;
margin-left:calc(-50vw + 50%);
}
/* =========================
MOBILE RESPONSIVE FIX
========================= */

@media (max-width:1024px){

.dm-big-grid,
.dm-card-grid,
.dm-feature-grid,
.dm-hero-stats{
grid-template-columns:repeat(2,1fr) !important;
gap:20px;
}

.dm-hero-section{
padding:70px 25px !important;
}

.dm-hero-section h1{
font-size:42px !important;
line-height:1.2;
}

}

/* MOBILE */

@media (max-width:768px){

.dm-blog-page{
width:80% !important;
overflow:hidden;
}

.dm-section{
padding:45px 15px !important;
}

.dm-hero-section{
padding:60px 20px !important;
border-radius:0 !important;
}

.dm-hero-content{
max-width:80% !important;
}

.dm-hero-section h1{
font-size:32px !important;
line-height:1.25 !important;
word-break:break-word;
}

.dm-hero-description{
font-size:16px !important;
line-height:1.7;
}

.dm-section-header h2{
font-size:28px !important;
line-height:1.3;
}

.dm-section p{
font-size:16px !important;
line-height:1.8;
}

/* ALL GRIDS SINGLE COLUMN */

.dm-big-grid,
.dm-card-grid,
.dm-feature-grid,
.dm-hero-stats{
grid-template-columns:1fr !important;
gap:18px !important;
}

/* CARDS */

.dm-info-card,
.dm-feature-card,
.dm-intent-card,
.dm-process-card,
.dm-faq-card,
.dm-related-card,
.dm-stat-card{
padding:22px !important;
border-radius:18px;
}

/* TOC */

.dm-toc-card{
padding:25px !important;
}

.dm-toc-card ul{
padding-left:0;
}

.dm-toc-card li{
margin-bottom:12px;
}

/* AUTHOR */

.dm-author-box{
padding:25px !important;
margin:40px 0;
}

/* CTA */

.dm-cta-box{
padding:35px 20px !important;
}

.dm-cta-box h2{
font-size:28px !important;
line-height:1.3;
}

.dm-btn-primary,
.dm-btn-secondary{
display:block;
width:80%;
margin:10px 0;
text-align:center;
}

/* CONCLUSION */

.dm-conclusion{
padding:25px !important;
}

.dm-conclusion h2{
font-size:28px !important;
}

}

/* EXTRA SMALL */

@media (max-width:480px){

.dm-hero-section h1{
font-size:28px !important;
}

.dm-section-header h2{
font-size:24px !important;
}

.dm-feature-icon,
.dm-intent-icon{
font-size:30px !important;
}

.dm-process-number{
width:45px;
height:45px;
font-size:15px;
}

.dm-badge,
.dm-section-tag{
font-size:12px;
padding:6px 12px;
}

}/* End custom CSS */