.elementor-186 .elementor-element.elementor-element-15a40d2{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e8bdb49 *//*====================================
CONTACT HERO
=====================================*/

.contact-hero{
    background:linear-gradient(rgba(11,47,91,.85),rgba(11,47,91,.85)),
    url('images/contact-banner.jpg') center/cover;
    padding:120px 20px;
    text-align:center;
    color:#fff;
}

.contact-hero h1{
    font-size:60px;
    font-weight:800;
    margin:20px 0;
    line-height:1.2;
}

.contact-hero h1 span{
    color:#29b35f;
}

.contact-hero p{
    max-width:700px;
    margin:auto;
    font-size:18px;
    line-height:1.8;
    color:#dbe7f1;
}

/*====================================
CONTACT INFO
=====================================*/

.contact-info{
    padding:90px 0;
    background:#f7fafc;
}

.contact-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.contact-card{
    background:#fff;
    padding:40px 30px;
    border-radius:16px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
    transition:.35s;
}

.contact-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.contact-icon{
    width:75px;
    height:75px;
    margin:auto auto 20px;
    background:#e8f7ee;
    color:#29b35f;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
}

.contact-card h3{
    color:#0b2f5b;
    margin-bottom:15px;
}

.contact-card p{
    color:#66768b;
    line-height:1.8;
}

/*====================================
CONTACT FORM
=====================================*/

.contact-section{
    padding:100px 0;
}

.contact-section .container{
    display:flex;
    align-items:center;
    gap:70px;
}

.contact-left{
    flex:1;
}

.contact-right{
    flex:1;
}

.contact-right img{
    width:100%;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.contact-left h2{
    font-size:46px;
    color:#0b2f5b;
    margin:20px 0;
}

.contact-left p{
    color:#66768b;
    line-height:1.8;
    margin-bottom:35px;
}

.form-row{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-bottom:20px;
}

.contact-section input,
.contact-section select,
.contact-section textarea{
    width:100%;
    padding:16px;
    border:1px solid #dbe3ec;
    border-radius:8px;
    outline:none;
    font-size:15px;
    transition:.3s;
    font-family:inherit;
}

.contact-section input:focus,
.contact-section select:focus,
.contact-section textarea:focus{
    border-color:#29b35f;
    box-shadow:0 0 0 4px rgba(41,179,95,.12);
}

.contact-section textarea{
    margin-bottom:25px;
    resize:vertical;
}

.contact-section button{
    background:#29b35f;
    color:#fff;
    border:none;
    padding:16px 35px;
    border-radius:8px;
    cursor:pointer;
    font-size:16px;
    font-weight:600;
    transition:.3s;
}

.contact-section button:hover{
    background:#219653;
    transform:translateY(-3px);
}

/*====================================
MAP
=====================================*/

.map-section{
    padding:90px 0;
    background:#f7fafc;
}

.map-section iframe{
    border-radius:18px;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

/*====================================
BUSINESS HOURS
=====================================*/

.hours{
    padding:90px 0;
}

.hours-box{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:40px;
    background:#0b2f5b;
    color:#fff;
    padding:50px;
    border-radius:18px;
}

.hours-box h3{
    margin-bottom:25px;
    font-size:30px;
}

.hours-box ul{
    list-style:none;
    padding:0;
    margin:0;
}

.hours-box li{
    display:flex;
    justify-content:space-between;
    padding:12px 0;
    border-bottom:1px solid rgba(255,255,255,.15);
}

.hours-box p{
    color:#dbe7f1;
    line-height:1.8;
    margin-bottom:30px;
}

/*====================================
FAQ
=====================================*/

.contact-faq{
    padding:90px 0;
    background:#f7fafc;
}

.faq-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.faq-box{
    background:#fff;
    padding:35px;
    border-radius:16px;
    box-shadow:0 8px 20px rgba(0,0,0,.06);
    transition:.3s;
}

.faq-box:hover{
    transform:translateY(-8px);
}

.faq-box h3{
    color:#0b2f5b;
    margin-bottom:15px;
}

.faq-box p{
    color:#66768b;
    line-height:1.8;
}

/*====================================
CTA
=====================================*/

.contact-cta{
    background:#29b35f;
    color:#fff;
    text-align:center;
    padding:90px 20px;
}

.contact-cta h2{
    font-size:48px;
    margin-bottom:20px;
}

.contact-cta p{
    font-size:18px;
    margin-bottom:35px;
}

.contact-cta .btn-primary{
    background:#fff;
    color:#0b2f5b;
}

.contact-cta .btn-primary:hover{
    background:#f2f2f2;
}

/*====================================
BUTTONS
=====================================*/

.btn-primary{
    display:inline-block;
    padding:16px 34px;
    background:#29b35f;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.btn-primary:hover{
    background:#219653;
    transform:translateY(-3px);
}

/*====================================
SECTION TAG
=====================================*/

.section-tag{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#29b35f;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
}

.section-tag span{
    width:40px;
    height:3px;
    background:#29b35f;
}

.section-heading{
    text-align:center;
    margin-bottom:60px;
}

.section-heading h2{
    font-size:44px;
    color:#0b2f5b;
    margin:20px 0;
}

.section-heading p{
    max-width:700px;
    margin:auto;
    color:#66768b;
    line-height:1.8;
}

/*====================================
RESPONSIVE
=====================================*/

@media(max-width:1100px){

.contact-grid{
    grid-template-columns:repeat(2,1fr);
}

.contact-section .container{
    flex-direction:column;
}

.hours-box{
    grid-template-columns:1fr;
}

.faq-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.contact-hero{
    padding:90px 20px;
}

.contact-hero h1{
    font-size:40px;
}

.contact-left h2,
.section-heading h2,
.contact-cta h2{
    font-size:34px;
}

.form-row{
    grid-template-columns:1fr;
}

.contact-grid,
.faq-grid{
    grid-template-columns:1fr;
}

.hours-box{
    padding:35px;
}

.contact-card{
    padding:30px 20px;
}

.contact-cta{
    padding:70px 20px;
}

}/* End custom CSS */