.elementor-24 .elementor-element.elementor-element-4ab8d09{--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;}.elementor-24 .elementor-element.elementor-element-c432c02{--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;}/* Start custom CSS for html, class: .elementor-element-83905ef *//* =========================================
   ELEMENTSKIT MEGA MENU HIGH-PERFORMANCE OVERRIDE
========================================= */

/* Single consolidated rule for forced visibility */
.elementskit-navbar-nav li.ekit-force-hover > .elementskit-megamenu-panel,
body.view-all-services-open .ekit-open-mega > .elementskit-megamenu-panel {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    z-index: 99999 !important;
}

body.view-all-services-open .ekit-open-mega > a.ekit-menu-nav-link {
    color: inherit;
}

/* =========================================
   MANALI MEGA MENU CORE STYLES
========================================= */

.manali-mega-menu {
    width: 100%;
    display: flex;
    align-items: stretch;
    background: #fff;
    border: 1px solid #eadfd8;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
    font-family: 'Poppins', sans-serif;
    min-height: 300px;
}

/* LEFT SIDEBAR */
.manali-sidebar {
    width: 300px;
    flex-shrink: 0;
    background: linear-gradient(180deg, #fff8f5 0%, #fdf5f2 100%);
    border-right: 1px solid #eadfd8;
    padding: 25px 18px;
}

.menu-heading {
    margin: 0 0 15px;
    padding: 0;
}

.menu-heading h2 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 600;
    color: #e87973;
}

.service-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-menu li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 9px 13px;
    margin: 0 0 7px;
    min-height: 42px;
    border-radius: 9px;
    background: #fff;
    border: 1px solid #eadfd8;
    color: #29252a;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
    transition: background .3s ease, color .3s ease, border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.service-menu li::after {
    content: "›";
    flex-shrink: 0;
    margin-left: 10px;
    font-size: 20px;
    line-height: 1;
    color: #c8a54b;
    transition: color .3s ease;
}

.service-menu li:hover,
.service-menu li.active {
    background: linear-gradient(135deg, #c8a54b, #dfc477);
    color: #fff;
    border-color: #c8a54b;
    box-shadow: 0 6px 15px rgba(200, 165, 75, .15);
}

.service-menu li:hover::after,
.service-menu li.active::after {
    color: #fff;
}

/* RIGHT CONTENT */
.manali-content {
    flex: 1;
    min-width: 0;
    padding: 28px 32px;
    background: #fffdfb;
    position: relative;
    box-sizing: border-box;
}

.service-panel {
    display: none !important;
    width: 100%;
    box-sizing: border-box;
}

.service-panel.active {
    display: flex !important;
    align-items: flex-start;
    gap: 32px;
}

.panel-image {
    width: 43%;
    flex-shrink: 0;
}

.panel-image img {
    width: 100%;
    height: 285px;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 18px;
    border: 1px solid #eadfd8;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .07);
}

.panel-services {
    flex: 1;
    min-width: 0;
    padding-top: 2px;
}

.service-description {
    margin: 3px 0 5px;
    color: #8a7c71;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

.panel-services h3 {
    margin: 0 0 18px;
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 600;
    color: #e87973;
}

.panel-services ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.panel-services li {
    position: relative;
    min-height: 48px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 12px 10px 40px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #eadfd8;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease, background .3s ease;
}

.panel-services li::before {
    content: "✦";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #c8a54b;
    font-size: 14px;
}

.panel-services li a {
    color: #d72d68;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.panel-services li:hover {
    transform: translateY(-2px);
    border-color: #c8a54b;
    background: #fffaf5;
    box-shadow: 0 7px 18px rgba(0, 0, 0, .06);
}

.panel-services li:hover a {
    color: #c51f59;
}

/* RESPONSIVE LAYOUTS */
@media (max-width: 1100px) {
    .manali-sidebar { width: 270px; }
    .manali-content { padding: 24px; }
    .service-panel.active { gap: 24px; }
    .panel-image { width: 40%; }
    .panel-image img { height: 260px; }
    .panel-services h3 { font-size: 30px; }
}

@media (max-width: 900px) {
    .manali-mega-menu { flex-direction: column; }
    .manali-sidebar { width: 100%; border-right: none; border-bottom: 1px solid #eadfd8; padding: 20px; }
    .service-menu { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .service-menu li { margin: 0; }
    .manali-content { padding: 25px; }
    .service-panel.active { flex-direction: column; }
    .panel-image { width: 100%; }
    .panel-image img { height: 280px; }
    .panel-services { width: 100%; }
}

@media (max-width: 600px) {
    .manali-mega-menu { border-radius: 14px; }
    .manali-sidebar { padding: 18px 15px; }
    .menu-heading { text-align: center; margin-bottom: 14px; }
    .menu-heading h2 { font-size: 28px; }
    .service-menu { grid-template-columns: 1fr; }
    .service-menu li { min-height: 40px; padding: 8px 12px; font-size: 13px; }
    .manali-content { padding: 18px 15px; }
    .panel-image img { height: 220px; border-radius: 14px; }
    .service-description { font-size: 12px; text-align: center; }
    .panel-services h3 { font-size: 27px; text-align: center; margin-bottom: 15px; }
    .panel-services ul { grid-template-columns: 1fr; gap: 9px; }
    .panel-services li { min-height: 45px; padding: 9px 10px 9px 38px; }
    .panel-services li a { font-size: 13px; }
}/* End custom CSS */