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

.contact-page{

    padding:120px 0;

    background:#F8FAFC;

}

.contact-header{

    text-align:center;

    max-width:700px;

    margin:0 auto 70px;

}

.contact-header span{

    color:#2563EB;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

.contact-header h2{

    font-size:48px;

    color:#0F172A;

    margin:20px 0;

}

.contact-header p{

    color:#64748B;

    line-height:1.8;

}

.contact-grid{

    display:grid;

    grid-template-columns:360px 1fr;

    gap:40px;

}

/*======================
LEFT
======================*/

.contact-info{

    display:flex;

    flex-direction:column;

    gap:20px;

}

.info-card{

    background:#fff;

    border-radius:20px;

    padding:25px;

    display:flex;

    gap:20px;

    align-items:center;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    transition:.35s;

}

.info-card:hover{

    transform:translateY(-6px);

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

}

.icon{

    width:65px;

    height:65px;

    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;

}

.info-card h3{

    color:#0F172A;

    margin-bottom:8px;

}

.info-card p{

    color:#64748B;

    line-height:1.7;

}

/*======================
FORM
======================*/

.contact-form{

    background:#fff;

    padding:40px;

    border-radius:25px;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

}

.row{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:20px;

}

.contact-form input,

.contact-form textarea{

    width:100%;

    padding:18px;

    margin-bottom:20px;

    border:1px solid #CBD5E1;

    border-radius:12px;

    font-size:16px;

    outline:none;

    transition:.3s;

}

.contact-form input:focus,

.contact-form textarea:focus{

    border-color:#2563EB;

    box-shadow:0 0 0 3px rgba(37,99,235,.10);

}

.contact-form textarea{

    resize:none;

}

.contact-form button{

    width:100%;

    padding:18px;

    border:none;

    border-radius:12px;

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

    color:#fff;

    font-size:17px;

    font-weight:600;

    cursor:pointer;

    transition:.35s;

}

.contact-form button:hover{

    transform:translateY(-3px);

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

}

/*======================
MAP
======================*/

.map-area{

    margin-top:70px;

    overflow:hidden;

    border-radius:25px;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

}

.map-area iframe{

    width:100%;

    height:500px;

    border:0;

}

/*======================
RESPONSIVE
======================*/

@media(max-width:992px){

.contact-grid{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.contact-page{

padding:80px 0;

}

.contact-header h2{

font-size:34px;

}

.row{

grid-template-columns:1fr;

}

.contact-form{

padding:30px;

}

.map-area iframe{

height:350px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d3efc08 *//*==================================
NEWSLETTER SECTION
==================================*/

.newsletter-section{

    padding:100px 0;

    background:#F8FAFC;

}

.newsletter-wrapper{

    background:linear-gradient(135deg,#2563EB,#1D4ED8);

    border-radius:30px;

    padding:70px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:50px;

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

}

.newsletter-content{

    flex:1;

}

.newsletter-content span{

    color:#BFDBFE;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

.newsletter-content h2{

    color:#fff;

    font-size:42px;

    line-height:1.3;

    margin:20px 0;

}

.newsletter-content p{

    color:#E0E7FF;

    line-height:1.8;

    font-size:17px;

}

.newsletter-form{

    flex:1;

}

.newsletter-form form{

    display:flex;

    gap:15px;

}

.newsletter-form input{

    flex:1;

    padding:18px 20px;

    border:none;

    border-radius:12px;

    font-size:16px;

    outline:none;

}

.newsletter-form button{

    padding:18px 30px;

    border:none;

    border-radius:12px;

    background:#ffffff;

    color:#2563EB;

    font-weight:700;

    cursor:pointer;

    transition:.35s;

    white-space:nowrap;

}

.newsletter-form button:hover{

    transform:translateY(-3px);

    background:#EFF6FF;

}

@media(max-width:992px){

.newsletter-wrapper{

flex-direction:column;

text-align:center;

padding:50px 35px;

}

.newsletter-form{

width:100%;

}

.newsletter-form form{

flex-direction:column;

}

.newsletter-form button{

width:100%;

}

}

@media(max-width:768px){

.newsletter-section{

padding:80px 0;

}

.newsletter-content h2{

font-size:32px;

}

.newsletter-wrapper{

padding:40px 25px;

}

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

.team-section{

    padding:120px 0;

    background:#ffffff;

}

.team-grid{

    display:grid;

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

    gap:30px;

    margin-top:70px;

}

.team-card{

    background:#fff;

    border-radius:25px;

    overflow:hidden;

    border:1px solid #E5E7EB;

    transition:.35s;

    box-shadow:0 15px 35px rgba(0,0,0,.05);

}

.team-card:hover{

    transform:translateY(-10px);

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

}

.team-image{

    position:relative;

    overflow:hidden;

}

.team-image img{

    width:100%;

    height:340px;

    object-fit:cover;

    transition:.5s;

}

.team-card:hover img{

    transform:scale(1.08);

}

.team-social{

    position:absolute;

    bottom:20px;

    left:50%;

    transform:translateX(-50%);

    display:flex;

    gap:10px;

    opacity:0;

    transition:.35s;

}

.team-card:hover .team-social{

    opacity:1;

}

.team-social a{

    width:45px;

    height:45px;

    background:#2563EB;

    color:#fff;

    text-decoration:none;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    transition:.3s;

}

.team-social a:hover{

    background:#1D4ED8;

}

.team-content{

    padding:30px;

    text-align:center;

}

.team-content h3{

    color:#0F172A;

    margin-bottom:8px;

    font-size:24px;

}

.team-content span{

    color:#2563EB;

    font-weight:600;

    display:block;

    margin-bottom:18px;

}

.team-content p{

    color:#64748B;

    line-height:1.8;

}

@media(max-width:992px){

.team-grid{

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

}

}

@media(max-width:768px){

.team-section{

padding:80px 0;

}

.team-grid{

grid-template-columns:1fr;

}

.team-image img{

height:300px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-31c95c2 *//*==================================
TESTIMONIAL SECTION
==================================*/

.testimonial-section{

    padding:120px 0;

    background:#F8FAFC;

}

.testimonial-grid{

    display:grid;

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

    gap:30px;

    margin-top:70px;

}

.testimonial-card{

    background:#fff;

    padding:35px;

    border-radius:24px;

    border:1px solid #E5E7EB;

    transition:.35s;

    box-shadow:0 15px 35px rgba(0,0,0,.05);

}

.testimonial-card:hover{

    transform:translateY(-10px);

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

}

.testimonial-card.active{

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

    color:#fff;

}

.testimonial-card.active p,
.testimonial-card.active h4,
.testimonial-card.active span,
.testimonial-card.active .quote-icon{

    color:#fff;

}

.quote-icon{

    font-size:50px;

    color:#2563EB;

    margin-bottom:20px;

    line-height:1;

}

.testimonial-card p{

    color:#64748B;

    line-height:1.9;

    margin-bottom:30px;

}

.client{

    display:flex;

    align-items:center;

    gap:15px;

}

.client img{

    width:65px;

    height:65px;

    border-radius:50%;

    object-fit:cover;

}

.client h4{

    color:#0F172A;

    margin-bottom:5px;

    font-size:18px;

}

.client span{

    color:#64748B;

    font-size:15px;

}

@media(max-width:992px){

.testimonial-grid{

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

}

}

@media(max-width:768px){

.testimonial-section{

padding:80px 0;

}

.testimonial-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44e1158 *//*==================================
TRUSTED CLIENTS
==================================*/

.clients-section{

    padding:120px 0;

    background:#ffffff;

}

.clients-grid{

    display:grid;

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

    gap:30px;

    margin-top:70px;

}

.client-logo{

    background:#F8FAFC;

    border:1px solid #E5E7EB;

    border-radius:20px;

    padding:25px;

    display:flex;

    justify-content:center;

    align-items:center;

    transition:.35s;

    height:150px;

}

.client-logo:hover{

    transform:translateY(-8px);

    border-color:#2563EB;

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

}

.client-logo img{

    width:100%;

    height:100%;

    object-fit:cover;

    border-radius:12px;

}

@media(max-width:992px){

.clients-grid{

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

}

}

@media(max-width:768px){

.clients-section{

padding:80px 0;

}

.clients-grid{

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

gap:20px;

}

.client-logo{

height:120px;

}

}

@media(max-width:480px){

.clients-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-abcb05b *//*==================================
FAQ SECTION
==================================*/

.faq-section{

    padding:120px 0;

    background:#F8FAFC;

}

.faq-wrapper{

    max-width:900px;

    margin:70px auto 0;

}

.faq-item{

    background:#ffffff;

    border:1px solid #E2E8F0;

    border-radius:18px;

    margin-bottom:20px;

    overflow:hidden;

    transition:.3s;

}

.faq-item:hover{

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

}

.faq-question{

    width:100%;

    background:none;

    border:none;

    padding:24px 30px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    cursor:pointer;

    font-size:20px;

    font-weight:600;

    color:#0F172A;

}

.faq-question .icon{

    font-size:28px;

    color:#2563EB;

}

.faq-answer{

    padding:0 30px 25px;

}

.faq-answer p{

    color:#64748B;

    line-height:1.8;

}

.faq-item:not(.active) .faq-answer{

    display:none;

}

@media(max-width:768px){

.faq-section{

padding:80px 0;

}

.faq-question{

font-size:17px;

padding:20px;

}

.faq-answer{

padding:0 20px 20px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bdcf083 *//*==================================
BLOG SECTION
==================================*/

.blog-section{

    padding:120px 0;

    background:#ffffff;

}

.blog-grid{

    display:grid;

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

    gap:30px;

    margin-top:70px;

}

.blog-card{

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    border:1px solid #E5E7EB;

    transition:.35s;

    box-shadow:0 15px 35px rgba(0,0,0,.05);

}

.blog-card:hover{

    transform:translateY(-10px);

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

}

.blog-image{

    position:relative;

    overflow:hidden;

}

.blog-image img{

    width:100%;

    height:240px;

    object-fit:cover;

    transition:.4s;

}

.blog-card:hover .blog-image img{

    transform:scale(1.08);

}

.blog-category{

    position:absolute;

    top:20px;

    left:20px;

    background:#2563EB;

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

}

.blog-content{

    padding:30px;

}

.blog-meta{

    display:flex;

    justify-content:space-between;

    color:#64748B;

    font-size:14px;

    margin-bottom:15px;

}

.blog-content h3{

    color:#0F172A;

    font-size:24px;

    line-height:1.4;

    margin-bottom:15px;

}

.blog-content p{

    color:#64748B;

    line-height:1.8;

    margin-bottom:25px;

}

.blog-btn{

    color:#2563EB;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.blog-btn:hover{

    letter-spacing:1px;

}

@media(max-width:992px){

.blog-grid{

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

}

}

@media(max-width:768px){

.blog-section{

padding:80px 0;

}

.blog-grid{

grid-template-columns:1fr;

}

.blog-image img{

height:220px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-324bfd5 *//*==================================
CALL TO ACTION
==================================*/

.cta-section{

    padding:120px 0;

    background:#F8FAFC;

}

.cta-box{

    background:linear-gradient(135deg,#2563EB,#1D4ED8);

    border-radius:30px;

    padding:70px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:60px;

    box-shadow:0 25px 60px rgba(37,99,235,.25);

    position:relative;

    overflow:hidden;

}

.cta-box::before{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    background:rgba(255,255,255,.08);

    border-radius:50%;

    top:-180px;

    right:-120px;

}

.cta-box::after{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    background:rgba(255,255,255,.06);

    border-radius:50%;

    bottom:-120px;

    left:-80px;

}

.cta-content{

    position:relative;

    z-index:2;

    flex:1;

}

.cta-content span{

    color:#BFDBFE;

    font-size:15px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

.cta-content h2{

    color:#fff;

    font-size:48px;

    line-height:1.3;

    margin:20px 0;

}

.cta-content p{

    color:#E2E8F0;

    line-height:1.9;

    font-size:17px;

    max-width:700px;

}

.cta-buttons{

    position:relative;

    z-index:2;

    display:flex;

    gap:20px;

    flex-wrap:wrap;

}

.btn-primary,

.btn-secondary{

    padding:18px 34px;

    border-radius:12px;

    text-decoration:none;

    font-weight:600;

    transition:.35s;

}

.btn-primary{

    background:#fff;

    color:#2563EB;

}

.btn-primary:hover{

    transform:translateY(-4px);

    box-shadow:0 15px 35px rgba(0,0,0,.2);

}

.btn-secondary{

    border:2px solid #fff;

    color:#fff;

}

.btn-secondary:hover{

    background:#fff;

    color:#2563EB;

}

@media(max-width:992px){

.cta-box{

flex-direction:column;

text-align:center;

padding:50px 35px;

}

.cta-buttons{

justify-content:center;

}

}

@media(max-width:768px){

.cta-section{

padding:80px 0;

}

.cta-content h2{

font-size:34px;

}

.btn-primary,

.btn-secondary{

width:100%;

text-align:center;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ca61ed *//*==================================
FOOTER
==================================*/

.footer{

    background:#0F172A;

    color:#CBD5E1;

    padding:90px 0 30px;

}

.footer-grid{

    display:grid;

    grid-template-columns:2fr 1fr 1fr 1.3fr;

    gap:50px;

    margin-bottom:60px;

}

.footer-logo{

    color:#ffffff;

    font-size:34px;

    margin-bottom:20px;

}

.footer-logo span{

    color:#3B82F6;

}

.footer-widget p{

    line-height:1.9;

    margin-bottom:30px;

}

.footer-widget h3{

    color:#ffffff;

    margin-bottom:25px;

    font-size:22px;

}

.footer-widget ul{

    list-style:none;

}

.footer-widget ul li{

    margin-bottom:15px;

}

.footer-widget ul li a{

    color:#CBD5E1;

    text-decoration:none;

    transition:.3s;

}

.footer-widget ul li a:hover{

    color:#3B82F6;

    padding-left:6px;

}

.footer-social{

    display:flex;

    gap:15px;

}

.footer-social a{

    width:45px;

    height:45px;

    background:#1E293B;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    text-decoration:none;

    transition:.35s;

}

.footer-social a:hover{

    background:#2563EB;

    transform:translateY(-5px);

}

.footer-contact li{

    line-height:1.8;

}

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.08);

    padding-top:30px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

    gap:20px;

}

.footer-links{

    display:flex;

    gap:25px;

}

.footer-links a{

    color:#CBD5E1;

    text-decoration:none;

    transition:.3s;

}

.footer-links a:hover{

    color:#3B82F6;

}

@media(max-width:992px){

.footer-grid{

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

}

}

@media(max-width:768px){

.footer{

padding:70px 0 20px;

}

.footer-grid{

grid-template-columns:1fr;

gap:40px;

}

.footer-bottom{

flex-direction:column;

text-align:center;

}

.footer-links{

flex-wrap:wrap;

justify-content:center;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c6ad2e *//*==================================
ACHIEVEMENTS SECTION
==================================*/

.achievement-section{

    padding:120px 0;

    background:#F8FAFC;

}

.achievement-grid{

    display:grid;

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

    gap:30px;

    margin-top:70px;

}

.achievement-card{

    background:#fff;

    border-radius:24px;

    padding:40px 30px;

    text-align:center;

    border:1px solid #E5E7EB;

    transition:.35s;

    box-shadow:0 12px 30px rgba(0,0,0,.05);

}

.achievement-card:hover{

    transform:translateY(-10px);

    border-color:#2563EB;

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

}

.achievement-icon{

    width:90px;

    height:90px;

    margin:0 auto 25px;

    border-radius:50%;

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

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:40px;

    color:#fff;

}

.achievement-card h3{

    font-size:42px;

    color:#2563EB;

    margin-bottom:12px;

}

.achievement-card p{

    color:#64748B;

    line-height:1.8;

}

@media(max-width:992px){

.achievement-grid{

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

}

}

@media(max-width:768px){

.achievement-section{

padding:80px 0;

}

.achievement-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */