.elementor-91 .elementor-element.elementor-element-8e26a5b{--display:flex;}.elementor-91 .elementor-element.elementor-element-86d3e38{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-86d3e38 *//* --- Montoro Custom Footer with Classic Gradient --- */
.montoro-footer {
    background: linear-gradient(135deg, #0b2217 0%, #163b27 50%, #0d271c 100%); /* Classic Luxury Gradient */
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    padding: 60px 20px 20px 20px;
    box-sizing: border-box;
    width: 100%;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-col img {
    max-height: 70px; /* Logo size bara kar diya gaya hai */
    width: auto;
    margin-bottom: 20px;
    display: block;
}

.footer-col p {
    color: #d1d5db;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.footer-col h4 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: #d1d5db;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 5px;
}

.footer-bottom {
    max-width: 1400px;
    margin: 25px auto 0 auto;
    text-align: center;
    font-size: 13px;
    color: #9ca3af;
}

/* --- Responsive adjustments for Mobile --- */
@media (max-width: 768px) {
    .montoro-footer {
        padding: 40px 15px 15px 15px;
    }
    .footer-container {
        gap: 30px;
    }
    .footer-col img {
        max-height: 55px; /* Mobile par balanced look ke liye */
    }
}/* End custom CSS */