.elementor-26 .elementor-element.elementor-element-b247ab9 > .elementor-container{max-width:1600px;}.elementor-26 .elementor-element.elementor-element-b247ab9{margin-top:-239px;margin-bottom:0px;}.elementor-26 .elementor-element.elementor-element-4525900{margin-top:-239px;margin-bottom:0px;}.elementor-26 .elementor-element.elementor-element-6a4f101{margin-top:-239px;margin-bottom:0px;}.elementor-26 .elementor-element.elementor-element-d05f5fd{margin-top:-239px;margin-bottom:0px;}body.elementor-page-26:not(.elementor-motion-effects-element-type-background), body.elementor-page-26 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-acdbd1e );}/* Start custom CSS for html, class: .elementor-element-ec468e6 *//*==============================
SECTION TITLE
==============================*/

.section-title{
text-align:center;
max-width:850px;
margin:auto;
margin-bottom:70px;
}

.services-section{
background:#f8fbff;
}

.service-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:35px;
}

.service-card{
background:#fff;
padding:40px;
border-radius:22px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
transition:.4s;
position:relative;
overflow:hidden;
}

.service-card::before{
content:"";
position:absolute;
left:0;
top:0;
width:100%;
height:5px;
background:#2563eb;
}

.service-card:hover{
transform:translateY(-12px);
box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.service-icon{
width:70px;
height:70px;
background:#eef5ff;
border-radius:18px;
display:flex;
align-items:center;
justify-content:center;
font-size:34px;
margin-bottom:25px;
}

.service-card h3{
margin-bottom:18px;
font-size:26px;
}

.feature-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
gap:25px;
margin-top:45px;
}

.feature-box{
background:#fff;
padding:25px;
border-radius:18px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,.07);
transition:.3s;
}

.feature-box:hover{
background:#2563eb;
color:#fff;
transform:translateY(-8px);
}

.feature-box h4{
font-size:18px;
font-weight:600;
}

.feature-box:hover h4{
color:#fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-db77840 *//*==========================
SEO TRENDS
===========================*/

.trends-section{
background:#ffffff;
}

.trend-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:30px;
margin-top:60px;
}

.trend-card{
background:#fff;
padding:35px;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
transition:.35s;
border-top:5px solid #2563eb;
}

.trend-card:hover{
transform:translateY(-10px);
box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.trend-card h3{
margin-bottom:18px;
font-size:24px;
}

/*==========================
WHY CHOOSE US
===========================*/

.choose-section{
background:#f6faff;
}

.choose-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
margin-top:60px;
}

.choose-card{
background:white;
padding:35px;
border-radius:20px;
text-align:center;
box-shadow:0 15px 35px rgba(0,0,0,.08);
transition:.35s;
}

.choose-card:hover{
background:#2563eb;
color:white;
transform:translateY(-10px);
}

.choose-card:hover h3,
.choose-card:hover p{
color:white;
}

.choose-icon{
font-size:50px;
margin-bottom:20px;
}

/*==========================
INDUSTRIES
===========================*/

.industry-section{
background:white;
}

.industry-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
gap:20px;
margin-top:50px;
}

.industry-box{
background:#f8fbff;
padding:20px;
text-align:center;
border-radius:15px;
font-weight:600;
transition:.3s;
box-shadow:0 8px 25px rgba(0,0,0,.06);
}

.industry-box:hover{
background:#2563eb;
color:white;
transform:translateY(-6px);
}

/*==========================
CTA STRIP
===========================*/

.cta-strip{

background:linear-gradient(135deg,#2563eb,#0f4ad4);

padding:70px;

border-radius:25px;

text-align:center;

color:white;

margin-top:80px;

}

.cta-strip h2,
.cta-strip p{

color:white;

}

.cta-button{

display:inline-block;

margin-top:25px;

padding:18px 45px;

background:white;

color:#2563eb;

font-weight:700;

border-radius:50px;

text-decoration:none;

transition:.3s;

}

.cta-button:hover{

transform:translateY(-5px);

background:#eef5ff;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-40b276b *//*=========================
SEO PROCESS
=========================*/

.process-section{
padding:100px 0;
background:#ffffff;
}

.process-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:35px;
margin-top:60px;
}

.process-card{
background:#fff;
padding:40px;
border-radius:20px;
box-shadow:0 15px 35px rgba(0,0,0,.08);
position:relative;
transition:.35s;
overflow:hidden;
}

.process-card:hover{
transform:translateY(-10px);
}

.process-number{
position:absolute;
right:25px;
top:20px;
font-size:60px;
font-weight:800;
color:#2563eb10;
}

.process-icon{
font-size:40px;
margin-bottom:20px;
}

/*=========================
COUNTERS
=========================*/

.counter-section{

background:linear-gradient(135deg,#2563eb,#0f4ad4);

padding:80px 0;

}

.counter-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

gap:30px;

}

.counter-card{

background:rgba(255,255,255,.12);

backdrop-filter:blur(10px);

padding:35px;

text-align:center;

border-radius:18px;

color:#fff;

}

.counter-card h2{

font-size:52px;

color:#fff;

margin-bottom:10px;

}

.counter-card h2::after{

display:none;

}

.counter-card p{

color:#fff;

margin:0;

}

/*=========================
TESTIMONIALS
=========================*/

.testimonials{

background:#f8fbff;

padding:100px 0;

}

.testimonial-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(330px,1fr));

gap:30px;

margin-top:60px;

}

.testimonial{

background:white;

padding:35px;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.3s;

}

.testimonial:hover{

transform:translateY(-8px);

}

.stars{

color:#ffb400;

font-size:22px;

margin-bottom:15px;

}

.client{

margin-top:20px;

font-weight:700;

color:#13294b;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7c54c96 *//*==============================
ASHWANI DIGITAL EDGE PRO
SEO LANDING PAGE CSS
===============================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Poppins',sans-serif;
background:#f5f8fc;
color:#2d3748;
line-height:1.8;
overflow-x:hidden;
}

.container{
max-width:1200px;
margin:auto;
padding:0 20px;
}

section{
padding:90px 0;
}

h1{
font-size:58px;
font-weight:800;
line-height:1.2;
color:#13294b;
margin-bottom:25px;
}

h2{
font-size:42px;
font-weight:700;
color:#13294b;
margin-bottom:25px;
position:relative;
}

h2::after{
content:'';
position:absolute;
left:0;
bottom:-12px;
width:70px;
height:4px;
background:#2563eb;
border-radius:20px;
}

h3{
font-size:25px;
font-weight:600;
color:#13294b;
margin-bottom:18px;
}

p{
font-size:17px;
color:#5b6475;
margin-bottom:20px;
}

.hero{
background:linear-gradient(135deg,#ffffff,#edf4ff);
}

.hero-grid{
display:grid;
grid-template-columns:1.2fr 1fr;
gap:70px;
align-items:center;
}

.hero-image img{
width:100%;
border-radius:25px;
box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.hero-btn{
display:inline-block;
padding:18px 38px;
background:#2563eb;
color:#fff;
font-size:17px;
font-weight:600;
border-radius:50px;
text-decoration:none;
transition:.35s;
margin-top:15px;
}

.hero-btn:hover{
background:#1847b8;
transform:translateY(-5px);
}

.badge{
display:inline-block;
background:#dbeafe;
color:#2563eb;
padding:8px 18px;
border-radius:30px;
font-size:14px;
font-weight:600;
margin-bottom:18px;
}

.two-column{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.image-box img{
width:100%;
border-radius:20px;
box-shadow:0 20px 45px rgba(0,0,0,.10);
}

.glass-card{
background:rgba(255,255,255,.82);
backdrop-filter:blur(12px);
padding:40px;
border-radius:22px;
box-shadow:0 15px 45px rgba(0,0,0,.08);
}

.highlight{
color:#2563eb;
font-weight:600;
}

.list{
list-style:none;
margin-top:25px;
}

.list li{
padding:14px 0;
padding-left:35px;
position:relative;
font-size:17px;
font-weight:500;
}

.list li::before{
content:"✓";
position:absolute;
left:0;
top:13px;
width:22px;
height:22px;
background:#2563eb;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:13px;
}

.info-box{
background:#ffffff;
padding:35px;
border-radius:20px;
margin-top:35px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
border-left:5px solid #2563eb;
}

.blue-section{
background:#2563eb;
color:#fff;
border-radius:35px;
padding:70px;
}

.blue-section h2,
.blue-section p{
color:#fff;
}

.blue-section h2::after{
background:#fff;
}

@media(max-width:991px){

.hero-grid,
.two-column{
grid-template-columns:1fr;
}

.hero{
text-align:center;
}

h1{
font-size:42px;
}

h2{
font-size:34px;
}

section{
padding:70px 0;
}

}

@media(max-width:576px){

h1{
font-size:34px;
}

h2{
font-size:28px;
}

p{
font-size:16px;
}

.hero-btn{
width:100%;
text-align:center;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b656790 *//*==================================
FAQ SECTION
===================================*/

.faq-section{
background:#f8fbff;
padding:90px 0;
}

.faq-container{
max-width:900px;
margin:auto;
}

.faq-item{
background:#fff;
margin-bottom:20px;
border-radius:15px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
padding:25px;
transition:.3s;
}

.faq-item:hover{
transform:translateY(-5px);
}

.faq-item h3{
font-size:22px;
margin-bottom:12px;
color:#13294b;
}

.faq-item p{
margin:0;
}

/*==================================
FINAL CTA
===================================*/

.final-cta{
background:linear-gradient(135deg,#2563eb,#1d4ed8);
padding:90px 50px;
border-radius:30px;
text-align:center;
color:#fff;
margin-top:80px;
}

.final-cta h2{
font-size:42px;
margin-bottom:20px;
color:#fff;
}

.final-cta h2::after{
display:none;
}

.final-cta p{
color:#fff;
font-size:18px;
max-width:800px;
margin:0 auto 35px;
}

.final-btn{
display:inline-block;
padding:18px 45px;
background:#fff;
color:#2563eb;
font-weight:700;
text-decoration:none;
border-radius:50px;
transition:.3s;
}

.final-btn:hover{
background:#e8f0ff;
transform:translateY(-4px);
}

/*==================================
CONTACT
===================================*/

.contact-box{
margin-top:70px;
background:#fff;
padding:45px;
border-radius:25px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
text-align:center;
}

.contact-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
margin-top:40px;
}

.contact-card{
padding:30px;
background:#f8fbff;
border-radius:18px;
transition:.3s;
}

.contact-card:hover{
background:#2563eb;
color:#fff;
transform:translateY(-6px);
}

.contact-card h3{
margin-bottom:15px;
}

.contact-card:hover h3,
.contact-card:hover p{
color:#fff;
}

/*==================================
TRUST BAR
===================================*/

.trust-bar{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:20px;
margin-top:60px;
}

.trust-item{
background:#fff;
padding:25px;
text-align:center;
border-radius:18px;
font-weight:600;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f3bad98 *//*==============================
PRICING SECTION
===============================*/

.pricing-section{
padding:100px 0;
background:#ffffff;
}

.pricing-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(330px,1fr));
gap:35px;
margin-top:60px;
}

.price-card{
background:#fff;
border-radius:25px;
padding:45px;
box-shadow:0 20px 50px rgba(0,0,0,.08);
transition:.35s;
position:relative;
overflow:hidden;
}

.price-card:hover{
transform:translateY(-12px);
box-shadow:0 30px 70px rgba(0,0,0,.15);
}

.price-card.featured{
border:3px solid #2563eb;
}

.plan-name{
font-size:28px;
font-weight:700;
color:#13294b;
margin-bottom:15px;
}

.plan-price{
font-size:52px;
font-weight:800;
color:#2563eb;
margin-bottom:25px;
}

.plan-price span{
font-size:18px;
font-weight:500;
color:#777;
}

.price-features{
list-style:none;
margin:25px 0;
}

.price-features li{
padding:12px 0;
border-bottom:1px solid #eee;
}

.price-btn{
display:block;
text-align:center;
padding:16px;
background:#2563eb;
color:#fff;
text-decoration:none;
border-radius:50px;
font-weight:600;
transition:.3s;
}

.price-btn:hover{
background:#1847b8;
}

/*==============================
CLIENT LOGOS
===============================*/

.client-logos{
padding:90px 0;
background:#f8fbff;
}

.logo-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
gap:30px;
margin-top:50px;
}

.logo-box{
background:#fff;
padding:40px;
border-radius:18px;
text-align:center;
font-size:22px;
font-weight:700;
color:#888;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

/*==============================
CASE STUDIES
===============================*/

.case-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
gap:35px;
margin-top:60px;
}

.case-card{
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.case-content{
padding:30px;
}

.case-content h3{
margin-bottom:15px;
}

.result-box{
display:flex;
justify-content:space-between;
margin-top:25px;
padding-top:20px;
border-top:1px solid #eee;
font-weight:600;
color:#2563eb;
}/* End custom CSS */
/* Start custom CSS *//*=========================
GENERAL
==========================*/

body{
    font-family:'Poppins',sans-serif;
    background:#f7f9fc;
    color:#2b2b2b;
    line-height:1.8;
}

.seo-page{
    max-width:1200px;
    margin:auto;
    padding:70px 25px;
}

/*=========================
HEADINGS
==========================*/

.seo-page h1{
    font-size:58px;
    font-weight:800;
    color:#18233f;
    line-height:1.2;
    margin-bottom:25px;
}

.seo-page h2{
    font-size:40px;
    font-weight:700;
    color:#18233f;
    margin-top:70px;
    margin-bottom:20px;
    position:relative;
}

.seo-page h2::before{
    content:"";
    width:70px;
    height:5px;
    background:#2d6cff;
    position:absolute;
    left:0;
    top:-18px;
    border-radius:30px;
}

.seo-page h3{
    font-size:28px;
    margin-bottom:15px;
    color:#18233f;
}

/*=========================
TEXT
==========================*/

.seo-page p{
    font-size:18px;
    color:#555;
    margin-bottom:22px;
}

/*=========================
BUTTON
==========================*/

.btn-primary{
    display:inline-block;
    padding:18px 35px;
    background:#2d6cff;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.btn-primary:hover{
    background:#184ed6;
    transform:translateY(-4px);
}

/*=========================
SECTION
==========================*/

.section{
    padding:90px 0;
}

/*=========================
TWO COLUMN
==========================*/

.two-column{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

@media(max-width:900px){

.two-column{
grid-template-columns:1fr;
}

}

/*=========================
CARDS
==========================*/

.card-grid{

display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:30px;
margin-top:45px;

}

.card{

background:#fff;
padding:35px;
border-radius:18px;
box-shadow:0 12px 40px rgba(0,0,0,.08);
transition:.4s;

}

.card:hover{

transform:translateY(-8px);
box-shadow:0 18px 55px rgba(0,0,0,.15);

}

.card i{

font-size:45px;
color:#2d6cff;
margin-bottom:20px;

}

.card h3{

margin-bottom:12px;
font-size:24px;

}

.card p{

font-size:16px;
}

/*=========================
BENEFITS LIST
==========================*/

.benefits{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
margin-top:30px;

}

.benefits li{

list-style:none;
background:white;
padding:16px 20px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,.06);
font-size:17px;
font-weight:500;

}

.benefits li:before{

content:"✔";
color:#2d6cff;
margin-right:10px;
font-weight:bold;

}

@media(max-width:768px){

.benefits{

grid-template-columns:1fr;

}

}

/*=========================
PROCESS
==========================*/

.process{

display:flex;
justify-content:space-between;
gap:20px;
margin-top:60px;
flex-wrap:wrap;

}

.step{

background:white;
width:170px;
padding:30px 20px;
border-radius:16px;
text-align:center;
box-shadow:0 12px 35px rgba(0,0,0,.08);

}

.step-number{

width:60px;
height:60px;
background:#2d6cff;
color:white;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
font-weight:700;
margin:auto auto 20px;

}

/*=========================
CTA
==========================*/

.cta{

margin-top:90px;
background:linear-gradient(135deg,#2258ff,#5d86ff);
padding:70px;
border-radius:25px;
text-align:center;
color:white;

}

.cta h2{

color:white;
margin-top:0;

}

.cta h2::before{

display:none;

}

.cta p{

color:white;
font-size:18px;

}

/*=========================
IMAGE
==========================*/

img{

max-width:100%;
border-radius:18px;

}

/*=========================
ANIMATION
==========================*/

.card,
.step,
img{

transition:.4s;

}

.card:hover img{

transform:scale(1.05);

}/* End custom CSS */