.elementor-234 .elementor-element.elementor-element-08be555{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for text-editor, class: .elementor-element-2c334c2 *//* Layout Reset & Background Setup */
.footer {
    background-color: #ffffff;
    color: #4a4a4a;
    padding: 80px 40px 30px 40px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2.2fr 1fr 1.5fr 2.3fr;
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
}

/* Structural Column Styling */
.footer-col {
    margin-bottom: 20px;
}

.footer-logo {
    max-width: 190px;
    height: auto;
    display: block;
    margin-bottom: 25px;
}

.footer-tagline {
    font-weight: 700;
    color: #333333;
    font-size: 15px;
    line-height: 1.4;
    max-width: 260px;
}

.footer-col h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

/* Navigation Link Lists with Custom Blue Arrows */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #555555;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #007bff;
}

.list-arrow {
    color: #007bff;
    font-size: 11px;
    margin-right: 8px;
}

/* Contact Block Layout */
.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    color: #4a4a4a;
}

.contact-item strong {
    color: #333333;
}

.contact-item i.map-icon {
    color: #007bff;
    margin-right: 10px;
    margin-top: 4px;
    font-size: 15px;
    min-width: 14px;
}

.contact-item i.email-icon {
    color: #007bff;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 14px;
    min-width: 14px;
}

.contact-item a {
    color: #4a4a4a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-item a:hover {
    color: #007bff;
}

/* Reference Exact Colored Circle Social Icon Elements */
.footer-social-container {
    margin-top: 25px;
    display: flex;
    gap: 12px;
}

.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.social-btn:hover {
    transform: translateY(-2px);
    filter: brightness(0.9);
}

.instagram-btn {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.linkedin-btn {
    background-color: #0077b5;
}

.whatsapp-btn {
    background-color: #25d366;
}

/* Bottom Copyright Bar line alignment */
.footer-bottom {
    text-align: center;
    margin-top: 60px;
    padding-top: 25px;
    border-top: 1px solid #ededed;
    font-size: 13px;
    color: #777777;
}

/* Breakpoint rules for fluid responsiveness */
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .footer {
        padding: 60px 30px 30px 30px;
    }
}

@media (max-width: 576px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .footer {
        padding: 50px 20px 20px 20px;
    }
}/* End custom CSS */