/* Start custom CSS for html, class: .elementor-element-743b894 *//*==========================
ASHWANI DIGITAL EDGE PRO
META ADS LANDING PAGE
==========================*/

@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:#f7f9fc;
color:#2d3748;
line-height:1.8;
overflow-x:hidden;
}

.container{
width:100%;
max-width:1200px;
margin:auto;
padding:0 20px;
}

section{
padding:90px 0;
}

.hero{
background:linear-gradient(135deg,#ffffff,#edf5ff);
}

.hero-grid{
display:grid;
grid-template-columns:1.2fr 1fr;
gap:60px;
align-items:center;
}

.hero img{
width:100%;
border-radius:25px;
box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.badge{
display:inline-block;
padding:8px 18px;
background:#dbeafe;
color:#2563eb;
font-weight:600;
border-radius:30px;
margin-bottom:20px;
font-size:14px;
}

h1{
font-size:56px;
font-weight:800;
line-height:1.2;
color:#13294b;
margin-bottom:25px;
}

h2{
font-size:42px;
font-weight:700;
color:#13294b;
margin-bottom:20px;
position:relative;
}

h2::after{
content:'';
position:absolute;
left:0;
bottom:-10px;
width:70px;
height:4px;
background:#2563eb;
border-radius:30px;
}

h3{
font-size:25px;
margin-bottom:18px;
color:#13294b;
}

p{
font-size:17px;
color:#5b6475;
margin-bottom:20px;
}

.btn{
display:inline-block;
padding:18px 38px;
background:#2563eb;
color:white;
text-decoration:none;
font-weight:600;
border-radius:50px;
transition:.3s;
}

.btn:hover{
background:#1847b8;
transform:translateY(-5px);
}

.two-column{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.card{
background:white;
padding:40px;
border-radius:22px;
box-shadow:0 15px 45px rgba(0,0,0,.08);
}

.check-list{
list-style:none;
margin-top:25px;
}

.check-list li{
padding:12px 0;
padding-left:35px;
position:relative;
font-size:17px;
}

.check-list li::before{
content:"✓";
position:absolute;
left:0;
top:12px;
background:#2563eb;
color:white;
width:22px;
height:22px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:13px;
}

@media(max-width:992px){

.hero-grid,
.two-column{
grid-template-columns:1fr;
}

.hero{
text-align:center;
}

h1{
font-size:40px;
}

h2{
font-size:34px;
}

}

@media(max-width:576px){

h1{
font-size:32px;
}

h2{
font-size:28px;
}

.btn{
display:block;
text-align:center;
}

}
/*=================================================
PART 2 - SERVICES SECTION
=================================================*/

.services-section{
padding:100px 0;
background:#f8fbff;
}

.section-title{
max-width:850px;
margin:0 auto 70px;
text-align:center;
}

.section-title h2{
font-size:42px;
font-weight:700;
color:#13294b;
margin-bottom:20px;
}

.section-title p{
font-size:18px;
line-height:1.8;
color:#5f6777;
}

.service-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:35px;
}

.service-card{
background:#fff;
padding:40px;
border-radius:22px;
box-shadow:0 15px 45px rgba(0,0,0,.08);
transition:.35s;
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(-10px);
box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.service-icon{
width:75px;
height:75px;
display:flex;
align-items:center;
justify-content:center;
background:#edf4ff;
border-radius:18px;
font-size:36px;
margin-bottom:25px;
transition:.3s;
}

.service-card:hover .service-icon{
background:#2563eb;
color:#fff;
}

.service-card h3{
font-size:24px;
font-weight:700;
color:#13294b;
margin-bottom:15px;
}

.service-card p{
margin:0;
font-size:16px;
line-height:1.8;
color:#5f6777;
}

/*=================================================
CAMPAIGN OBJECTIVES
=================================================*/

.goal-section{
padding:100px 0;
background:#ffffff;
}

.goal-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
margin-top:60px;
}

.goal-box{
background:#f8fbff;
padding:35px;
border-radius:20px;
text-align:center;
box-shadow:0 12px 35px rgba(0,0,0,.06);
transition:.35s;
}

.goal-box:hover{
background:#2563eb;
transform:translateY(-8px);
}

.goal-box h4{
font-size:22px;
font-weight:700;
margin-bottom:15px;
color:#13294b;
transition:.3s;
}

.goal-box p{
margin:0;
font-size:16px;
line-height:1.7;
color:#5f6777;
transition:.3s;
}

.goal-box:hover h4,
.goal-box:hover p{
color:#ffffff;
}

/*=================================================
RESPONSIVE
=================================================*/

@media(max-width:991px){

.services-section,
.goal-section{
padding:80px 0;
}

.section-title h2{
font-size:36px;
}

}

@media(max-width:768px){

.service-grid,
.goal-grid{
grid-template-columns:1fr;
}

.service-card,
.goal-box{
padding:30px;
}

.section-title h2{
font-size:30px;
}

.section-title p{
font-size:16px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7f8a1e2 *//*==================================
META ADS PROCESS SECTION
==================================*/

.process-section{
padding:100px 0;
background:#ffffff;
}

.section-title{
max-width:850px;
margin:0 auto 70px;
text-align:center;
}

.process-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:35px;
}

.process-card{

background:#fff;

padding:40px;

border-radius:22px;

box-shadow:0 18px 45px rgba(0,0,0,.08);

position:relative;

overflow:hidden;

transition:.35s;

}

.process-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.process-card::before{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:5px;

background:#2563eb;

}

.process-number{

position:absolute;

top:18px;

right:22px;

font-size:60px;

font-weight:800;

color:rgba(37,99,235,.08);

}

.process-icon{

width:75px;

height:75px;

background:#edf4ff;

display:flex;

align-items:center;

justify-content:center;

font-size:35px;

border-radius:18px;

margin-bottom:25px;

}

.process-card h3{

font-size:24px;

margin-bottom:18px;

color:#13294b;

}

.process-card p{

margin:0;

color:#5f6777;

line-height:1.8;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-667fe6c *//*==================================
ADVANCED META FEATURES
==================================*/

.feature-section{
padding:100px 0;
background:#f8fbff;
}

.feature-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:30px;
margin-top:60px;
}

.feature-card{
background:#fff;
padding:35px;
border-radius:22px;
box-shadow:0 18px 45px rgba(0,0,0,.08);
text-align:center;
transition:.35s;
}

.feature-card:hover{
transform:translateY(-10px);
background:#2563eb;
}

.feature-card:hover h3,
.feature-card:hover p{
color:#fff;
}

.feature-icon{
width:80px;
height:80px;
margin:auto;
margin-bottom:25px;
border-radius:20px;
background:#eaf2ff;
display:flex;
align-items:center;
justify-content:center;
font-size:38px;
}

.feature-card:hover .feature-icon{
background:#ffffff;
}

.feature-card h3{
font-size:24px;
margin-bottom:15px;
color:#13294b;
}

/*==================================
STATISTICS
==================================*/

.stats-section{
padding:100px 0;
background:linear-gradient(135deg,#2563eb,#0f4ad4);
}

.stats-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:30px;
}

.stat-card{
background:rgba(255,255,255,.12);
backdrop-filter:blur(8px);
padding:35px;
border-radius:20px;
text-align:center;
color:#fff;
transition:.3s;
}

.stat-card:hover{
transform:translateY(-8px);
background:rgba(255,255,255,.18);
}

.stat-card h2{
font-size:50px;
margin-bottom:10px;
color:#fff;
}

.stat-card h2::after{
display:none;
}

.stat-card p{
color:#fff;
margin:0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c0de21f *//*==================================
WHY CHOOSE US
==================================*/

.choose-section{
padding:100px 0;
background:#ffffff;
}

.choose-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:35px;
margin-top:60px;
}

.choose-card{
background:#fff;
padding:40px;
border-radius:22px;
box-shadow:0 15px 45px rgba(0,0,0,.08);
text-align:center;
transition:.35s;
position:relative;
overflow:hidden;
}

.choose-card::before{
content:"";
position:absolute;
left:0;
top:0;
width:100%;
height:5px;
background:#2563eb;
}

.choose-card:hover{
transform:translateY(-10px);
background:#2563eb;
}

.choose-card:hover h3,
.choose-card:hover p{
color:#fff;
}

.choose-card:hover .choose-icon{
background:#fff;
color:#2563eb;
}

.choose-icon{
width:80px;
height:80px;
margin:0 auto 25px;
display:flex;
align-items:center;
justify-content:center;
background:#edf4ff;
border-radius:20px;
font-size:38px;
transition:.35s;
}

.choose-card h3{
font-size:24px;
margin-bottom:18px;
color:#13294b;
}

.choose-card p{
margin:0;
line-height:1.8;
}

/*==================================
WHY WORK WITH US
==================================*/

.why-strip{
margin-top:80px;
background:linear-gradient(135deg,#2563eb,#1d4ed8);
padding:60px;
border-radius:25px;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:30px;
text-align:center;
}

.why-item{
color:#fff;
}

.why-item h3{
color:#fff;
font-size:34px;
margin-bottom:10px;
}

.why-item p{
color:#eef4ff;
margin:0;
font-size:17px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f0449c7 *//*==================================
META ADS TRENDS
==================================*/

.trends-section{
padding:100px 0;
background:#f8fbff;
}

.trends-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:35px;
margin-top:60px;
}

.trend-card{
background:#fff;
padding:35px;
border-radius:22px;
box-shadow:0 18px 45px rgba(0,0,0,.08);
transition:.35s;
position:relative;
overflow:hidden;
}

.trend-card::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:5px;
background:#2563eb;
}

.trend-card:hover{
transform:translateY(-10px);
box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.trend-icon{
width:75px;
height:75px;
background:#edf4ff;
display:flex;
align-items:center;
justify-content:center;
border-radius:18px;
font-size:36px;
margin-bottom:25px;
}

.trend-card h3{
font-size:24px;
margin-bottom:15px;
color:#13294b;
}

/*==================================
INDUSTRIES
==================================*/

.industry-section{
padding:100px 0;
background:#fff;
}

.industry-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
gap:20px;
margin-top:60px;
}

.industry-box{
background:#f8fbff;
padding:22px;
text-align:center;
border-radius:18px;
font-weight:600;
font-size:17px;
transition:.35s;
box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.industry-box:hover{
background:#2563eb;
color:#fff;
transform:translateY(-6px);
}

/*==================================
CTA
==================================*/

.meta-cta{

margin-top:90px;

padding:80px 60px;

background:linear-gradient(135deg,#2563eb,#0d47c5);

border-radius:28px;

text-align:center;

color:#fff;

}

.meta-cta h2{

color:#fff;

font-size:42px;

margin-bottom:20px;

}

.meta-cta h2::after{

display:none;

}

.meta-cta p{

color:#eef4ff;

max-width:800px;

margin:0 auto 35px;

font-size:18px;

}

.meta-btn{

display:inline-block;

padding:18px 42px;

background:#fff;

color:#2563eb;

text-decoration:none;

font-weight:700;

border-radius:50px;

transition:.3s;

}

.meta-btn:hover{

background:#edf4ff;

transform:translateY(-5px);

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f1f3851 *//*==================================
TESTIMONIAL SECTION
==================================*/

.testimonial-section{
padding:100px 0;
background:#ffffff;
}

.testimonial-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:35px;
margin-top:60px;
}

.testimonial-card{
background:#fff;
padding:35px;
border-radius:22px;
box-shadow:0 15px 45px rgba(0,0,0,.08);
transition:.35s;
position:relative;
}

.testimonial-card:hover{
transform:translateY(-10px);
box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.stars{
font-size:22px;
color:#fbbf24;
margin-bottom:20px;
}

.client-name{
font-size:22px;
font-weight:700;
color:#13294b;
margin-top:25px;
}

.client-company{
font-size:15px;
color:#2563eb;
font-weight:500;
}


/*==================================
FAQ
==================================*/

.faq-section{
padding:100px 0;
background:#f8fbff;
}

.faq-container{
max-width:950px;
margin:auto;
margin-top:60px;
}

.faq-item{
background:#fff;
margin-bottom:20px;
padding:30px;
border-radius:18px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.3s;
}

.faq-item:hover{
transform:translateY(-5px);
}

.faq-item h3{
font-size:23px;
color:#13294b;
margin-bottom:15px;
}

.faq-item p{
margin:0;
line-height:1.8;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8105c67 *//*==================================
CONTACT SECTION
==================================*/

.contact-section{
padding:100px 0;
background:#ffffff;
}

.contact-wrapper{
display:grid;
grid-template-columns:1.1fr .9fr;
gap:60px;
align-items:center;
margin-top:60px;
}

.contact-content h2{
font-size:42px;
margin-bottom:20px;
color:#13294b;
}

.contact-content p{
margin-bottom:35px;
}

.contact-list{
display:flex;
flex-direction:column;
gap:25px;
}

.contact-box{
display:flex;
align-items:center;
gap:20px;
padding:25px;
background:#f8fbff;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.06);
transition:.35s;
}

.contact-box:hover{
transform:translateY(-5px);
}

.contact-icon{
width:70px;
height:70px;
border-radius:18px;
background:#2563eb;
display:flex;
align-items:center;
justify-content:center;
font-size:32px;
color:#fff;
}

.contact-box h4{
margin-bottom:8px;
font-size:22px;
color:#13294b;
}

.contact-box p{
margin:0;
}

.contact-card{
background:linear-gradient(135deg,#2563eb,#0f4ad4);
padding:50px;
border-radius:30px;
color:#fff;
text-align:center;
box-shadow:0 20px 50px rgba(37,99,235,.25);
}

.contact-card h3{
font-size:34px;
margin-bottom:20px;
color:#fff;
}

.contact-card p{
color:#eef4ff;
margin-bottom:35px;
}

.contact-btn{
display:inline-block;
padding:18px 40px;
background:#fff;
color:#2563eb;
font-weight:700;
text-decoration:none;
border-radius:50px;
transition:.35s;
}

.contact-btn:hover{
transform:translateY(-5px);
background:#edf4ff;
}

/*==================================
TRUST BAR
==================================*/

.trust-bar{
padding:80px 0;
background:#f8fbff;
}

.trust-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;
}

.trust-item{
padding:30px;
background:#fff;
text-align:center;
border-radius:20px;
box-shadow:0 12px 30px rgba(0,0,0,.06);
transition:.3s;
}

.trust-item:hover{
transform:translateY(-6px);
}

.trust-item h3{
font-size:24px;
margin-bottom:10px;
color:#13294b;
}

/*==================================
FOOTER
==================================*/

.meta-footer{
background:#13294b;
padding:70px 0 30px;
color:#fff;
}

.footer-grid{
display:grid;
grid-template-columns:2fr 1fr 1fr;
gap:50px;
margin-bottom:40px;
}

.footer-grid h3{
color:#fff;
margin-bottom:20px;
}

.footer-grid ul{
list-style:none;
padding:0;
margin:0;
}

.footer-grid li{
margin-bottom:12px;
}

.footer-grid a{
color:#d8e5ff;
text-decoration:none;
transition:.3s;
}

.footer-grid a:hover{
color:#fff;
padding-left:6px;
}

.footer-bottom{
border-top:1px solid rgba(255,255,255,.15);
padding-top:25px;
text-align:center;
color:#c7d5f3;
}

@media(max-width:768px){

.contact-wrapper{
grid-template-columns:1fr;
}

.footer-grid{
grid-template-columns:1fr;
text-align:center;
}

}/* End custom CSS */