.elementor-kit-31{--e-global-color-primary:#2563EB;--e-global-color-secondary:#7C3AED;--e-global-color-text:#1E293B;--e-global-color-accent:#06B6D4;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-31 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.sv-hero{
    background: linear-gradient(135deg,#ffffff,#eef7ff);
    padding:100px 40px;
}

.sv-container{
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

.sv-left{
    flex:1;
}

.sv-badge{
    background:#e7f3ff;
    color:#0066ff;
    padding:10px 18px;
    border-radius:30px;
    font-weight:600;
    display:inline-block;
    margin-bottom:25px;
}

.sv-left h1{
    font-size:62px;
    line-height:1.1;
    font-weight:800;
    color:#111827;
    margin-bottom:20px;
}

.sv-left h1 span{
    color:#0066ff;
}

.sv-left p{
    font-size:20px;
    color:#6b7280;
    line-height:1.8;
    margin-bottom:35px;
}

.sv-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.sv-btn-primary{
    background:#0066ff;
    color:#fff;
    text-decoration:none;
    padding:16px 32px;
    border-radius:10px;
    font-weight:600;
}

.sv-btn-secondary{
    border:2px solid #0066ff;
    color:#0066ff;
    text-decoration:none;
    padding:16px 32px;
    border-radius:10px;
    font-weight:600;
}

.sv-stats{
    display:flex;
    gap:40px;
    margin-top:50px;
}

.sv-stats h3{
    color:#0066ff;
    font-size:30px;
    margin:0;
}

.sv-stats p{
    margin:0;
    font-size:14px;
}

.sv-right{
    flex:1;
    text-align:center;
}

.sv-right img{
    max-width:100%;
    width:500px;
    animation:float 4s ease-in-out infinite;
}

@keyframes float{
    0%{transform:translateY(0);}
    50%{transform:translateY(-15px);}
    100%{transform:translateY(0);}
}

@media(max-width:768px){

.sv-container{
    flex-direction:column;
    text-align:center;
}

.sv-left h1{
    font-size:42px;
}

.sv-stats{
    justify-content:center;
}
}.sv-services{
padding:100px 20px;
background:#f8fbff;
text-align:center;
}

.sv-services h2{
font-size:42px;
margin-bottom:50px;
color:#111827;
}

.services-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
max-width:1200px;
margin:auto;
}

.service-card{
background:#fff;
padding:35px;
border-radius:15px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.3s;
}

.service-card:hover{
transform:translateY(-10px);
}

.service-card h3{
color:#0066ff;
margin-bottom:15px;
}

@media(max-width:768px){
.services-grid{
grid-template-columns:1fr;
}
}.why-choose{
padding:100px 30px;
background:#ffffff;
}

.why-header{
text-align:center;
max-width:800px;
margin:auto;
margin-bottom:60px;
}

.why-header h2{
font-size:48px;
font-weight:700;
color:#111827;
margin-bottom:15px;
}

.why-header p{
font-size:18px;
color:#6b7280;
}

.why-grid{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.why-card{
background:#fff;
padding:35px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
text-align:center;
transition:.3s;
}

.why-card:hover{
transform:translateY(-10px);
}

.icon{
font-size:45px;
margin-bottom:15px;
}

.why-card h3{
font-size:22px;
margin-bottom:10px;
color:#111827;
}

.why-card p{
color:#6b7280;
line-height:1.7;
}

@media(max-width:768px){
.why-grid{
grid-template-columns:1fr;
}
}.sv-portfolio{
    padding:100px 30px;
    background:#f8fbff;
}

.portfolio-header{
    text-align:center;
    margin-bottom:60px;
}

.portfolio-header h2{
    font-size:48px;
    font-weight:700;
    color:#111827;
    margin-bottom:15px;
}

.portfolio-header p{
    font-size:18px;
    color:#6b7280;
}

.portfolio-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.portfolio-card{
    background:#ffffff;
    padding:40px 30px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:all .3s ease;
}

.portfolio-card:hover{
    transform:translateY(-12px);
    box-shadow:0 15px 40px rgba(0,102,255,.15);
}

.portfolio-icon{
    font-size:55px;
    margin-bottom:20px;
}

.portfolio-card h3{
    color:#0066ff;
    font-size:24px;
    margin-bottom:15px;
}

.portfolio-card p{
    color:#6b7280;
    line-height:1.8;
}

@media(max-width:768px){

.portfolio-grid{
    grid-template-columns:1fr;
}

.portfolio-header h2{
    font-size:36px;
}

}.why-choose-section{
padding:80px 20px;
background:#ffffff;
text-align:center;
}

.why-choose-section h2{
font-size:42px;
font-weight:700;
color:#1e293b;
margin-bottom:15px;
}

.section-subtitle{
font-size:18px;
color:#64748b;
max-width:700px;
margin:auto;
margin-bottom:50px;
}

.why-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:30px;
max-width:1200px;
margin:auto;
}

.why-card{
background:#ffffff;
padding:35px 25px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:all .3s ease;
}

.why-card:hover{
transform:translateY(-10px);
box-shadow:0 15px 40px rgba(37,99,235,0.15);
}

.icon{
font-size:50px;
margin-bottom:20px;
}

.why-card h3{
font-size:24px;
font-weight:600;
color:#2563eb;
margin-bottom:15px;
}

.why-card p{
font-size:16px;
color:#64748b;
line-height:1.8;
}.testimonials-section{
padding:80px 20px;
background:#f8fbff;
text-align:center;
}

.testimonials-section h2{
font-size:42px;
font-weight:700;
color:#1e293b;
margin-bottom:15px;
}

.testimonial-subtitle{
font-size:18px;
color:#64748b;
margin-bottom:50px;
}

.testimonial-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:30px;
max-width:1200px;
margin:auto;
}

.testimonial-card{
background:#ffffff;
padding:35px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:0.3s;
}

.testimonial-card:hover{
transform:translateY(-10px);
box-shadow:0 15px 40px rgba(37,99,235,0.15);
}

.stars{
font-size:24px;
margin-bottom:20px;
}

.testimonial-card p{
font-size:16px;
line-height:1.8;
color:#475569;
margin-bottom:20px;
}

.testimonial-card h4{
font-size:20px;
color:#2563eb;
margin-bottom:5px;
}

.testimonial-card span{
color:#64748b;
font-size:14px;
}.contact-section{
padding:100px 30px;
background:#ffffff;
}

.contact-header{
text-align:center;
margin-bottom:60px;
}

.contact-header h2{
font-size:48px;
font-weight:700;
color:#111827;
margin-bottom:15px;
}

.contact-header p{
font-size:18px;
color:#6b7280;
}

.contact-wrapper{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1fr 1.3fr;
gap:40px;
}

.contact-info{
display:flex;
flex-direction:column;
gap:20px;
}

.info-box{
background:#f8fbff;
padding:30px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.info-box h3{
margin-bottom:15px;
color:#0066ff;
}

.contact-form{
background:#ffffff;
padding:40px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.contact-form form{
display:flex;
flex-direction:column;
gap:20px;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
padding:15px;
border:1px solid #dbe4f0;
border-radius:10px;
font-size:16px;
width:100%;
}

.contact-form button{
background:#0066ff;
color:#fff;
padding:16px;
border:none;
border-radius:10px;
font-size:18px;
font-weight:600;
cursor:pointer;
transition:.3s;
}

.contact-form button:hover{
background:#0052cc;
}

@media(max-width:768px){

.contact-wrapper{
grid-template-columns:1fr;
}

.contact-header h2{
font-size:36px;
}

}.sv-footer{
background:#0f172a;
color:#ffffff;
text-align:center;
padding:50px 20px;
}

.sv-footer h3{
color:#ffffff !important;
font-size:36px;
font-weight:700;
margin-bottom:15px;
display:block;
}

.sv-footer{
background:linear-gradient(135deg,#0f172a,#1e3a8a,#06b6d4);
padding:60px 20px;
text-align:center;
color:#fff;
}

.sv-footer img{
max-width:280px;
margin-bottom:20px;
}

.sv-footer p{
font-size:18px;
line-height:1.8;
color:#f1f5f9;
}

.copyright{
margin-top:25px;
padding-top:20px;
border-top:1px solid rgba(255,255,255,.2);
font-size:15px;
}
.copyright{
margin-top:25px;
padding-top:20px;
border-top:1px solid rgba(255,255,255,.15);
  }.ast-footer-copyright,
.site-footer-primary-section-3,
.ast-small-footer-section {
     
}/* End custom CSS */