.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-e5e1a08 *//*==========================
ABOUT SECTION
==========================*/

.about-section{

    padding:120px 0;

    background:#ffffff;

}

.container{

    width:90%;

    max-width:1200px;

    margin:auto;

}

.about-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

/* Image */

.about-image{

    position:relative;

}

.about-image img{

    width:100%;

    border-radius:24px;

    display:block;

    box-shadow:0 20px 50px rgba(0,0,0,.10);

}

.experience-box{

    position:absolute;

    bottom:25px;

    right:-20px;

    background:#2563EB;

    color:#fff;

    padding:25px 30px;

    border-radius:18px;

    text-align:center;

    box-shadow:0 15px 35px rgba(37,99,235,.30);

}

.experience-box h2{

    font-size:42px;

    margin-bottom:5px;

}

.experience-box span{

    font-size:15px;

}

/* Content */

.section-subtitle{

    color:#2563EB;

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:2px;

    display:inline-block;

    margin-bottom:15px;

}

.about-content h2{

    font-size:46px;

    color:#0F172A;

    line-height:1.3;

    margin-bottom:25px;

}

.about-content h2 span{

    color:#2563EB;

}

.about-content>p{

    color:#64748B;

    line-height:1.9;

    margin-bottom:35px;

}

/* Features */

.about-features{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:20px;

    margin-bottom:40px;

}

.feature{

    display:flex;

    gap:15px;

    align-items:flex-start;

}

.feature-icon{

    width:45px;

    height:45px;

    background:#2563EB;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:bold;

    flex-shrink:0;

}

.feature h4{

    margin-bottom:6px;

    color:#0F172A;

    font-size:18px;

}

.feature p{

    color:#64748B;

    font-size:15px;

    line-height:1.6;

}

/* Stats */

.about-stats{

    display:flex;

    gap:40px;

    margin-bottom:40px;

}

.stat h3{

    color:#2563EB;

    font-size:34px;

    margin-bottom:5px;

}

.stat span{

    color:#64748B;

}

/* Button */

.about-btn{

    display:inline-block;

    background:#2563EB;

    color:#fff;

    text-decoration:none;

    padding:16px 34px;

    border-radius:12px;

    font-weight:600;

    transition:.3s;

}

.about-btn:hover{

    background:#1D4ED8;

    transform:translateY(-3px);

}

/* Responsive */

@media(max-width:992px){

.about-grid{

grid-template-columns:1fr;

}

.about-image{

max-width:550px;

margin:auto;

}

}

@media(max-width:768px){

.about-section{

padding:80px 0;

}

.about-content h2{

font-size:34px;

}

.about-features{

grid-template-columns:1fr;

}

.about-stats{

justify-content:space-between;

gap:20px;

flex-wrap:wrap;

}

.experience-box{

right:15px;

bottom:15px;

padding:20px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-27fe7f1 *//*==================================
WHY CHOOSE US
==================================*/

.why-us{

    padding:120px 0;

    background:#F8FAFC;

}

.why-wrapper{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

    margin-top:70px;

}

.why-image img{

    width:100%;

    border-radius:25px;

    display:block;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.why-content{

    display:grid;

    gap:25px;

}

.why-card{

    display:flex;

    gap:20px;

    background:#ffffff;

    padding:25px;

    border-radius:20px;

    border:1px solid #E5E7EB;

    transition:.35s;

}

.why-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(37,99,235,.12);

}

.why-icon{

    width:70px;

    height:70px;

    border-radius:18px;

    background:linear-gradient(135deg,#2563EB,#3B82F6);

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:30px;

    flex-shrink:0;

}

.why-card h3{

    color:#0F172A;

    margin-bottom:10px;

    font-size:22px;

}

.why-card p{

    color:#64748B;

    line-height:1.8;

}

.why-counter{

    margin-top:80px;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}

.counter-box{

    background:#ffffff;

    text-align:center;

    padding:35px;

    border-radius:20px;

    border:1px solid #E5E7EB;

    transition:.35s;

}

.counter-box:hover{

    background:#2563EB;

    color:#ffffff;

    transform:translateY(-8px);

}

.counter-box:hover h2,
.counter-box:hover p{

    color:#ffffff;

}

.counter-box h2{

    font-size:42px;

    color:#2563EB;

    margin-bottom:10px;

}

.counter-box p{

    color:#64748B;

}

@media(max-width:992px){

.why-wrapper{

grid-template-columns:1fr;

}

.why-counter{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.why-us{

padding:80px 0;

}

.why-counter{

grid-template-columns:1fr;

}

.why-card{

flex-direction:column;

text-align:center;

}

.why-icon{

margin:auto;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec4d5f9 *//*==================================
OUR PROCESS
==================================*/

.process-section{

    padding:120px 0;

    background:#ffffff;

}

.process-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-top:70px;

}

.process-card{

    position:relative;

    background:#F8FAFC;

    border:1px solid #E5E7EB;

    border-radius:24px;

    padding:40px 30px;

    text-align:center;

    transition:.35s;

}

.process-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(37,99,235,.12);

    border-color:#2563EB;

}

.step-number{

    position:absolute;

    top:20px;

    right:20px;

    font-size:48px;

    font-weight:700;

    color:#E2E8F0;

}

.process-icon{

    width:90px;

    height:90px;

    margin:0 auto 25px;

    border-radius:20px;

    background:linear-gradient(135deg,#2563EB,#3B82F6);

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:40px;

}

.process-card h3{

    font-size:24px;

    color:#0F172A;

    margin-bottom:15px;

}

.process-card p{

    color:#64748B;

    line-height:1.8;

}

@media(max-width:992px){

.process-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.process-section{

padding:80px 0;

}

.process-grid{

grid-template-columns:1fr;

}

.step-number{

font-size:38px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-adafc2c *//*==================================
INDUSTRIES WE SERVE
==================================*/

.industry-section{

    padding:120px 0;

    background:#F8FAFC;

}

.industry-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-top:70px;

}

.industry-card{

    background:#ffffff;

    padding:35px 30px;

    text-align:center;

    border-radius:22px;

    border:1px solid #E5E7EB;

    transition:.35s;

}

.industry-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 50px rgba(37,99,235,.12);

    border-color:#2563EB;

}

.industry-icon{

    width:85px;

    height:85px;

    margin:0 auto 25px;

    border-radius:20px;

    background:linear-gradient(135deg,#2563EB,#3B82F6);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:38px;

    color:#ffffff;

}

.industry-card h3{

    font-size:24px;

    color:#0F172A;

    margin-bottom:15px;

}

.industry-card p{

    color:#64748B;

    line-height:1.8;

}

@media(max-width:992px){

.industry-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.industry-section{

padding:80px 0;

}

.industry-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-88a7c46 *//*==================================
INDUSTRIES WE SERVE
==================================*/

.industry-section{

    padding:120px 0;

    background:#F8FAFC;

}

.industry-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-top:70px;

}

.industry-card{

    background:#ffffff;

    padding:35px 30px;

    text-align:center;

    border-radius:22px;

    border:1px solid #E5E7EB;

    transition:.35s;

}

.industry-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 50px rgba(37,99,235,.12);

    border-color:#2563EB;

}

.industry-icon{

    width:85px;

    height:85px;

    margin:0 auto 25px;

    border-radius:20px;

    background:linear-gradient(135deg,#2563EB,#3B82F6);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:38px;

    color:#ffffff;

}

.industry-card h3{

    font-size:24px;

    color:#0F172A;

    margin-bottom:15px;

}

.industry-card p{

    color:#64748B;

    line-height:1.8;

}

@media(max-width:992px){

.industry-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.industry-section{

padding:80px 0;

}

.industry-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */