.elementor-291 .elementor-element.elementor-element-053e3fe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);--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-92e7bc3 *//* Footer Main Styles */
.divine-footer.white-theme {
    background: #ffffff;
    color: #333;
    padding: 60px 0 20px;
    font-family: 'Poppins', sans-serif;
    border-top: 1px solid #eee;
}

.footer-container {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 20px;
}

.footer-column {
    flex: 1;
    min-width: 250px;
    margin-bottom: 30px;
}

/* Titles & Gold Line */
.footer-title {
    color: #b42a2a; /* Maroon */
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-line {
    width: 50px;
    height: 3px;
    background: #FFD700; /* Gold Line */
    margin-bottom: 20px;
}

/* Quick Links with Om Symbol */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li { 
    margin-bottom: 12px; 
}

.om-symbol {
    margin-right: 8px;
    color: #FF9933; /* Saffron */
    font-weight: bold;
}

.footer-links a {
    color: #555;
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
}

.footer-links a:hover {
    color: #b42a2a;
    padding-left: 8px;
}

/* Contact Info */
.sculptor-name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.contact-info p {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #555;
}

.contact-info i {
    color: #b42a2a;
    font-size: 18px;
    width: 20px;
    text-align: center;
}

.contact-info a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

.contact-info a:hover {
    color: #b42a2a;
}

/* Social Icons Layout */
.footer-social {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    font-size: 18px;
}

.footer-social .wa { background: #25d366; }
.footer-social .ig { background: #e4405f; }
.footer-social .fb { background: #3b5998; }
.footer-social .yt { background: #ff0000; }

.footer-social a:hover { 
    transform: translateY(-5px); 
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Footer Bottom Bar */
.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
    font-size: 14px;
    line-height: 1.6;
    color: #b42a2a !important;
}

.footer-bottom strong {
    color: #333;
}/* End custom CSS */