.elementor-1142 .elementor-element.elementor-element-7fccd0d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:130px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1142 .elementor-element.elementor-element-b350bdb{--spacer-size:0px;}.elementor-1142 .elementor-element.elementor-element-eff82e9{width:100%;max-width:100%;}.elementor-1142 .elementor-element.elementor-element-eff82e9.elementor-element{--align-self:center;}.elementor-1142 .elementor-element.elementor-element-64f3192{width:100%;max-width:100%;}.elementor-1142 .elementor-element.elementor-element-64f3192.elementor-element{--align-self:center;}@media(max-width:1024px){.elementor-1142 .elementor-element.elementor-element-7fccd0d{--margin-top:0px;--margin-bottom:70px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-1297c7a */*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{

font-family:'Inter',sans-serif;
background:#ffffff;
color:#111827;

}

.hero{

padding:90px 8%;
background:linear-gradient(180deg,#ffffff,#f5f9ff);

}

.container{

max-width:1400px;
margin:auto;

display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:70px;

}

.badge{

display:inline-block;
padding:10px 20px;

background:#e8f1ff;

color:#2563eb;

border-radius:50px;

font-weight:600;

margin-bottom:25px;

}

.hero-content h1{

font-size:58px;
font-weight:800;
line-height:1.15;

margin-bottom:25px;

}

.hero-content h1 span{

color:#2563eb;

}

.hero-content p{

font-size:18px;

line-height:1.8;

color:#64748b;

margin-bottom:35px;

max-width:550px;

}

.hero-buttons{

display:flex;
gap:18px;
margin-bottom:45px;

}

.btn-primary{

padding:16px 34px;

background:#2563eb;

color:white;

text-decoration:none;

border-radius:50px;

font-weight:600;

transition:.35s;

}

.btn-primary:hover{

background:#1d4ed8;

transform:translateY(-4px);

box-shadow:0 20px 35px rgba(37,99,235,.30);

}

.btn-secondary{

padding:16px 34px;

border:2px solid #2563eb;

color:#2563eb;

text-decoration:none;

border-radius:50px;

font-weight:600;

transition:.35s;

}

.btn-secondary:hover{

background:#2563eb;

color:white;

}

.stats{

display:flex;
gap:50px;

}

.stats h3{

font-size:34px;

color:#2563eb;

margin-bottom:5px;

}

.stats p{

color:#64748b;

}

.hero-images{

display:grid;

grid-template-columns:2fr 1fr;

gap:20px;

align-items:center;

}

.left-image img{

width:100%;
height:620px;

object-fit:cover;

border-radius:30px;

transition:.4s;

box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.right-images{

display:flex;

flex-direction:column;

gap:20px;

}

.right-images img{

width:100%;

height:300px;

object-fit:cover;

border-radius:25px;

transition:.4s;

box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.hero-images img:hover{

transform:translateY(-10px) scale(1.02);

}

@media(max-width:1100px){

.container{

grid-template-columns:1fr;

}

.hero-content{

text-align:center;

}

.hero-content p{

margin:auto auto 35px;

}

.hero-buttons{

justify-content:center;

}

.stats{

justify-content:center;

margin-bottom:50px;

}

}

@media(max-width:768px){

.hero{

padding:60px 25px;

}

.hero-content h1{

font-size:40px;

}

.hero-images{

grid-template-columns:1fr;

}

.left-image img{

height:400px;

}

.right-images{

flex-direction:row;

}

.right-images img{

height:180px;

}

.hero-buttons{

flex-direction:column;

}

.stats{

gap:25px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eff82e9 */.trust-section{

padding:100px 8%;

background:#ffffff;

}

.section-title{

text-align:center;

max-width:750px;

margin:auto auto 70px;

}

.section-title span{

display:inline-block;

padding:8px 18px;

background:#DBEAFE;

color:#2563EB;

border-radius:30px;

font-weight:600;

margin-bottom:20px;

}

.section-title h2{

font-size:46px;

color:#111827;

margin-bottom:20px;

}

.section-title p{

font-size:18px;

line-height:1.8;

color:#64748B;

}

.trust-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.trust-card{

background:#fff;

padding:45px 30px;

border-radius:22px;

text-align:center;

transition:.35s;

border:1px solid #E5E7EB;

box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.trust-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 45px rgba(37,99,235,.15);

}

.icon{

width:75px;

height:75px;

margin:auto;

display:flex;

justify-content:center;

align-items:center;

background:#2563EB;

color:#fff;

font-size:34px;

border-radius:50%;

margin-bottom:25px;

}

.trust-card h3{

font-size:40px;

color:#2563EB;

margin-bottom:10px;

}

.trust-card p{

color:#64748B;

line-height:1.7;

}

@media(max-width:992px){

.trust-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.trust-grid{

grid-template-columns:1fr;

}

.section-title h2{

font-size:34px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64f3192 *//*===========================
OUR PROCESS
===========================*/

.process-section{

padding:110px 8%;

background:#ffffff;

}

.section-title{

text-align:center;

max-width:760px;

margin:auto auto 80px;

}

.section-title span{

display:inline-block;

padding:10px 22px;

background:#DBEAFE;

color:#2563EB;

border-radius:40px;

font-weight:600;

margin-bottom:20px;

}

.section-title h2{

font-size:48px;

font-weight:700;

color:#111827;

margin-bottom:20px;

}

.section-title p{

font-size:18px;

line-height:1.8;

color:#64748B;

}

.process-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

position:relative;

}

.process-grid::before{

content:"";

position:absolute;

top:70px;

left:10%;

width:80%;

height:3px;

background:linear-gradient(90deg,#2563EB,#93C5FD);

z-index:0;

}

.process-card{

position:relative;

z-index:2;

background:#fff;

padding:40px 30px;

border-radius:24px;

text-align:center;

box-shadow:0 15px 35px rgba(0,0,0,.06);

transition:.4s;

border:1px solid #E5E7EB;

}

.process-card:hover{

transform:translateY(-12px);

box-shadow:0 30px 60px rgba(37,99,235,.15);

}

.step-number{

position:absolute;

top:-18px;

right:25px;

background:#2563EB;

color:#fff;

padding:8px 15px;

border-radius:50px;

font-size:14px;

font-weight:700;

}

.process-icon{

width:90px;

height:90px;

margin:auto;

border-radius:50%;

background:#EFF6FF;

display:flex;

justify-content:center;

align-items:center;

font-size:40px;

margin-bottom:25px;

transition:.4s;

}

.process-card:hover .process-icon{

background:#2563EB;

color:#fff;

transform:rotate(8deg) scale(1.08);

}

.process-card h3{

font-size:24px;

margin-bottom:18px;

color:#111827;

}

.process-card p{

color:#64748B;

line-height:1.8;

font-size:16px;

}

/*===========================
Responsive
===========================*/

@media(max-width:1100px){

.process-grid{

grid-template-columns:repeat(2,1fr);

}

.process-grid::before{

display:none;

}

}

@media(max-width:768px){

.process-section{

padding:80px 25px;

}

.section-title h2{

font-size:36px;

}

.process-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */