/* Start custom CSS for html, class: .elementor-element-9058200 */.portfolio-hero{
padding:100px 0;
background:#f7f9fc;
}

.container{
width:1200px;
max-width:95%;
margin:auto;
}

.portfolio-hero .container{
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
}

.hero-content{
width:50%;
}

.hero-tag{
color:#2563eb;
font-weight:700;
font-size:14px;
letter-spacing:1px;
}

.hero-content h1{
font-size:56px;
line-height:1.1;
font-weight:800;
margin:20px 0;
color:#0f172a;
}

.hero-content p{
font-size:18px;
line-height:1.8;
color:#475569;
}

.hero-badges{
display:flex;
gap:10px;
flex-wrap:wrap;
margin-top:30px;
}

.hero-badges span{
padding:10px 18px;
background:white;
border-radius:50px;
font-size:14px;
box-shadow:0 2px 10px rgba(0,0,0,.05);
}

.hero-btns{
margin-top:30px;
display:flex;
gap:15px;
}

.hero-btns a{
padding:15px 28px;
background:#2563eb;
color:white;
border-radius:8px;
text-decoration:none;
font-weight:600;
}

.hero-image{
width:50%;
}

.hero-image img{
width:100%;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c69dbe4 */.stats-section{
padding:60px 0;
background:white;
}

.stats-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.stat-box{
background:white;
padding:30px;
border-radius:15px;
text-align:center;
border:1px solid #e5e7eb;
}

.stat-box h3{
font-size:42px;
color:#2563eb;
font-weight:800;
}

.stat-box p{
margin-top:10px;
color:#64748b;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1102327 */.industries{
padding:100px 0;
background:#ffffff;
}

.section-title{
text-align:center;
margin-bottom:50px;
}

.section-title span{
color:#2563eb;
font-size:14px;
font-weight:700;
}

.section-title h2{
font-size:42px;
margin-top:15px;
}

.industry-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.industry-card{
background:white;
padding:35px;
border:1px solid #e5e7eb;
border-radius:15px;
text-align:center;
font-weight:600;
transition:.3s;
}

.industry-card:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,.08);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e633184 */.projects{
padding:100px 0;
background:#f8fafc;
}

.project-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.project-card{
background:white;
border-radius:20px;
overflow:hidden;
border:1px solid #e5e7eb;
}

.project-card img{
width:100%;
height:200px;
object-fit:cover;
}

.project-card h3{
padding:20px;
font-size:24px;
}

.project-card ul{
padding:0 20px;
}

.project-card p{
padding:20px;
}

.project-card a{
display:block;
padding:20px;
color:#2563eb;
font-weight:700;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-76d8225 */.project-highlight-section{
padding:100px 0;
background:#fff;
}

.project-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.project-card{
background:#fff;
border:1px solid #e5e7eb;
border-radius:15px;
padding:25px;
transition:.3s;
}

.project-card:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.project-card img{
width:100px;
height:100px;
object-fit:contain;
margin-bottom:15px;
}

.project-card h3{
font-size:22px;
margin-bottom:15px;
}

.project-card ul{
padding-left:18px;
margin-bottom:15px;
}

.project-card ul li{
margin-bottom:8px;
}

.project-card p{
font-size:15px;
color:#64748b;
line-height:1.7;
margin-bottom:20px;
}

.project-card a{
color:#2563eb;
font-weight:600;
text-decoration:none;
}

.view-all-wrap{
text-align:center;
margin-top:40px;
}

.view-all-btn{
background:#2563eb;
color:#fff;
padding:14px 40px;
border-radius:8px;
display:inline-block;
text-decoration:none;
font-weight:600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c9840fc */.seo-services{
padding:100px 0;
background:#ffffff;
}

.service-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.service-box{
background:#fff;
padding:30px;
border:1px solid #e5e7eb;
border-radius:15px;
text-align:center;
font-weight:600;
transition:.3s;
}

.service-box:hover{
transform:translateY(-5px);
box-shadow:0 10px 20px rgba(0,0,0,.08);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-759e6cd */.results-section{
padding:100px 0;
background:#f8fafc;
}

.results-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.result-card{
background:white;
padding:40px;
border-radius:15px;
border:1px solid #e5e7eb;
text-align:center;
}

.result-card h3{
font-size:24px;
font-weight:700;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-620096b */.seo-process{
padding:100px 0;
background:#ffffff;
}

.process-grid{
display:grid;
grid-template-columns:repeat(7,1fr);
gap:15px;
}

.process-box{
background:#fff;
padding:30px 20px;
border-radius:15px;
border:1px solid #e5e7eb;
text-align:center;
}

.process-box h3{
font-size:20px;
margin-bottom:15px;
}

.process-box p{
font-size:14px;
line-height:1.6;
color:#64748b;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e06c09d */.testimonials{
padding:100px 0;
background:#f8fafc;
}

.testimonial-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.testimonial-card{
background:white;
padding:35px;
border-radius:15px;
border:1px solid #e5e7eb;
}

.stars{
color:#fbbf24;
font-size:20px;
margin-bottom:15px;
}

.testimonial-card p{
line-height:1.8;
margin-bottom:20px;
}

.testimonial-card h4{
font-size:18px;
margin-bottom:5px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-04dd80f */.portfolio-cta{
padding:90px 0;
background:linear-gradient(135deg,#2563eb,#0f4fd9);
color:white;
}

.cta-content{
text-align:center;
}

.cta-content h2{
font-size:48px;
margin-bottom:20px;
font-weight:800;
}

.cta-content p{
font-size:20px;
margin-bottom:30px;
}

.cta-btns{
display:flex;
justify-content:center;
gap:20px;
}

.cta-btns a{
padding:16px 30px;
border-radius:10px;
background:white;
color:#2563eb;
font-weight:700;
text-decoration:none;
}/* End custom CSS */