.elementor-509 .elementor-element.elementor-element-7ef50cb9 > .elementor-container{max-width:1440px;}.elementor-509 .elementor-element.elementor-element-7ef50cb9{padding:020px 0px 30px 0px;}.elementor-509 .elementor-element.elementor-element-64183c05 > .elementor-element-populated{padding:0150px 0px 0px 050px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-509 .elementor-element.elementor-element-c319493 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:32px;font-weight:600;color:#000000;}.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-509 .elementor-element.elementor-element-4a9c163{font-family:"Roboto", Sans-serif;font-size:15px;font-weight:400;color:#555555;}.elementor-509 .elementor-element.elementor-element-6abee422.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-509 .elementor-element.elementor-element-101f7c1 > .elementor-container{max-width:1440px;}.elementor-509 .elementor-element.elementor-element-101f7c1{padding:30px 0px 0px 0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-509 .elementor-element.elementor-element-be5a791 > .elementor-container{max-width:1440px;}.elementor-509 .elementor-element.elementor-element-be5a791{padding:30px 0px 70px 0px;}.elementor-509 .elementor-element.elementor-element-5678858 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:28px;font-weight:600;line-height:1.3em;color:#121416;}.elementor-509 .elementor-element.elementor-element-d78027a .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:32px;color:#5F6871;}.elementor-509 .elementor-element.elementor-element-27182b0 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:32px;color:#5F6871;}@media(min-width:768px){.elementor-509 .elementor-element.elementor-element-f3c6331{width:44.332%;}.elementor-509 .elementor-element.elementor-element-c510b28{width:55%;}}@media(max-width:1024px) and (min-width:768px){.elementor-509 .elementor-element.elementor-element-64183c05{width:100%;}.elementor-509 .elementor-element.elementor-element-5cfd007b{width:100%;}.elementor-509 .elementor-element.elementor-element-fbf5203{width:100%;}.elementor-509 .elementor-element.elementor-element-48709f9{width:100%;}}/* Start custom CSS for rid-contact-info-box-id, class: .elementor-element-33444f3 *//* ===== CONTACT SECTION ALIGNMENT FIX ===== */

/* Make all columns equal */
.contact-info,
.contact-box,
.elementor-column {
    display: flex;
    align-items: center;
}

/* Inner content alignment */
.contact-info .content,
.contact-box .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Icon alignment */
.contact-info .icon,
.contact-box .icon {
    min-width: 60px;
    margin-right: 15px;
}

/* Text spacing */
.contact-info h4,
.contact-box h4 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}

.contact-info p,
.contact-box p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}
/* Card style for each item */
.contact-info,
.contact-box {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    transition: 0.3s;
    height: 100%;
}

/* Hover effect */
.contact-info:hover,
.contact-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
@media (max-width: 767px) {
    .contact-info,
    .contact-box {
        flex-direction: column;
        text-align: center;
    }

    .contact-info .icon,
    .contact-box .icon {
        margin-bottom: 10px;
    }
}
.contact-info p,
.contact-box p {
    line-height: 1.8;
}/* End custom CSS */