:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f066da1 */.contact-hero{

background:linear-gradient(135deg,#0B5ED7,#00A859);

padding:90px 20px;

color:#fff;

text-align:center;

}

.contact-container{

max-width:1200px;

margin:auto;

}

.contact-tag{

display:inline-block;

background:#fff;

color:#0B5ED7;

padding:8px 20px;

border-radius:30px;

font-size:14px;

font-weight:600;

margin-bottom:20px;

}

.contact-content h1{

font-size:42px;

margin-bottom:20px;

}

.contact-content p{

font-size:16px;

line-height:1.9;

max-width:800px;

margin:auto;

}



.container{

max-width:1200px;

margin:auto;

}

.section-title{

text-align:center;

margin-bottom:20px;

}

.section-title h2{

display:inline-block;

padding:12px 28px;

border-radius:40px;

background:linear-gradient(135deg,#0B5ED7,#1E88E5,#00A859);

color:#fff;

font-size:24px;

}



.contact-info{

padding:70px 20px;

background:#f8fbff;

}

.contact-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:25px;

}

.contact-card{

background:#fff;

padding:35px;

text-align:center;

border-radius:15px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

transition:.3s;

}

.contact-card:hover{

transform:translateY(-8px);

}

.contact-icon{

width:80px;

height:80px;

margin:auto;

border-radius:50%;

background:linear-gradient(135deg,#ff6a00,#ff9800);

display:flex;

justify-content:center;

align-items:center;

font-size:35px;

color:#fff;

margin-bottom:18px;

}

.contact-card h3{

font-size:22px;

color:#083b7c;

margin-bottom:10px;

}

.contact-card p{

font-size:15px;

color:#666;

word-break:break-word;

}


/*=====================================
CONTACT FORM
======================================*/

.contact-form-section{

padding:70px 20px;

background:#fff;

}

.contact-text{

text-align:center;

font-size:15px;

margin-bottom:30px;

color:#666;

}

.contact-form-box{

max-width:800px;

margin:auto;

padding:35px;

background:#f8fbff;

border-radius:15px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

}


/*=====================================
WHY CONTACT
======================================*/

.why-contact{

padding:70px 20px;

background:#f8fbff;

}

.why-contact-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:25px;

}

.why-contact-card{

background:#fff;

padding:30px;

text-align:center;

border-radius:15px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

font-size:40px;

transition:.3s;

}

.why-contact-card:hover{

transform:translateY(-8px);

}

.why-contact-card h3{

font-size:22px;

margin:18px 0 12px;

color:#083b7c;

}

.why-contact-card p{

font-size:14px;

line-height:1.8;

color:#666;

}



@media(max-width:991px){

.contact-grid,
.why-contact-grid{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.contact-hero{

padding:60px 15px;

}

.contact-content h1{

font-size:30px;

}

.contact-content p{

font-size:14px;

}

.section-title h2{

font-size:20px;

padding:10px 20px;

}

.contact-card,
.contact-form-box,
.why-contact-card{

padding:25px;

}

.contact-card h3,
.why-contact-card h3{

font-size:18px;

}

.contact-card p,
.contact-text,
.why-contact-card p{

font-size:14px;

}

}/* End custom CSS */