.elementor-127 .elementor-element.elementor-element-cf25613{--display:flex;}.elementor-127 .elementor-element.elementor-element-61e01d7{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-127 .elementor-element.elementor-element-799f292{--display:flex;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-127 .elementor-element.elementor-element-c9ceb1f{--display:flex;--padding-top:40px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-127 .elementor-element.elementor-element-dabe686{margin:1rem 0rem calc(var(--kit-widget-spacing, 0px) + 0rem) 0rem;text-align:start;font-family:"Roboto", Sans-serif;font-size:18px;font-weight:bold;line-height:1.6px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-799f292 *//* ======================================
   Contact Info Left Section
====================================== */

.contact-info{
    background:#fff;
    padding:50px 70px 50px 50px;
    height:100%;
    border-right:1px solid #e8edf3;
}
.contact-info a,
.contact-info a:link,
.contact-info a:visited,
.contact-info a:hover,
.contact-info a:focus,
.contact-info a:active{
    text-decoration:none !important;
    border-bottom:none !important;
    box-shadow:none !important;
}
/* ======================================
   Header
====================================== */

.contact-header{
    margin-bottom:40px;
}

.sub-title{
    display:inline-block;
    padding:10px 18px;
    background:#163B5C;
    color:#fff;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.contact-header h2{
    margin:0 0 20px;
    font-size:56px;
    line-height:1.15;
    color:#163B5C;
    font-weight:700;
}

.contact-header p{
    margin:0;
    color:#667085;
    font-size:18px;
    line-height:1.9;
}

/* ======================================
   Contact Cards
====================================== */

.contact-details{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin:45px 0;
}

.contact-item{
    display:flex;
    align-items:center;
    gap:18px;
    padding:24px;
    background:#f8f9fb;
    border-radius:18px;
    min-height:130px;
    transition:.35s ease;
}

.contact-item:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}
.contact-item p{
    margin:0;
    color:#666;
    font-size:15px;
    line-height:1.7;
}

/* Phone & Email links */
.contact-item a,
.contact-item a:link,
.contact-item a:visited,
.contact-item a:hover,
.contact-item a:focus,
.contact-item a:active{
    color:#666 !important;   /* Same as paragraph */
    text-decoration:none !important;
    border:none !important;
    box-shadow:none !important;
    transition:color .3s ease;
}



.contact-item .content{
    flex:1;
    overflow:hidden;
}

.contact-item h4{
    margin:0 0 8px;
    color:#163B5C;
    font-size:18px;
    font-weight:600;
}

.contact-item p{
    margin:0;
    color:#666;
    font-size:15px;
    line-height:1.7;
}

/* Phone & Email *
.contact-item.phone,
.contact-item.email{
    grid-column: 1 / -1;
    min-height: 140px;
}

.contact-item.phone .content,
.contact-item.email .content{
    overflow: visible;
}

.contact-item.phone a,
.contact-item.email a{
    display: inline-block;
    font-size: 16px;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.contact-item a{
    color:#666;
    text-decoration:none;
    word-break:break-word;
    transition:.3s;
}

.contact-item a:hover{
    color:#163B5C;
}


/* ======================================
   Responsive
====================================== */

@media(max-width:991px){

    .contact-info{
        padding:40px;
        border-right:none;
    }

    .contact-details{
        grid-template-columns:1fr;
    }

}

@media(max-width:768px){

    .contact-info{
        padding:30px;
    }

    .contact-header h2{
        font-size:38px;
    }

    .contact-header p{
        font-size:16px;
    }

    .contact-item{
        padding:20px;
        min-height:auto;
    }

    .contact-item .icon{
        width:55px;
        height:55px;
        min-width:55px;
    }

    .contact-item .icon i{
        font-size:20px;
    }

}/* End custom CSS */