.elementor-5538 .elementor-element.elementor-element-12884060 > .elementor-widget-container{margin:0px 0px 50px 0px;}.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-12884060 *//* Toggle button */
.wc-toggle{
  background:none;border:0;padding:0;cursor:pointer;line-height:0;
  display:inline-block;
}
.wc-toggle img{
  width:42px;height:auto;display:block;
  transition:transform .45s cubic-bezier(.68,-.55,.27,1.55), opacity .3s;
}

/* Hover pe halka sa bara */
.wc-toggle:hover img{transform:scale(1.12)}

/* Click hote hi rotate + scale (JS class lagayega) */
.wc-toggle.is-open img{transform:rotate(90deg) scale(.85);opacity:.7}

/* Click pe ek quick pulse effect */
.wc-toggle.clicked img{animation:wcPulse .45s ease}
@keyframes wcPulse{
  0%{transform:scale(1)}
  40%{transform:scale(.8)}
  70%{transform:scale(1.15)}
  100%{transform:scale(1)}
}

/* Overlay - low opacity backdrop */
.wc-overlay{
  position:fixed;inset:0;background:rgba(0,0,0,.45);
  opacity:0;visibility:hidden;transition:opacity .4s ease;z-index:9998;
}
.wc-overlay.active{opacity:1;visibility:visible}

/* Sidebar panel */
.wc-sidebar{
  position:fixed;top:0;left:0;height:100%;width:380px;max-width:85vw;
  background:#111c44;color:#fff;padding:35px 30px;
  overflow-y:auto;z-index:9999;
  transform:translateX(-100%);
  transition:transform .45s cubic-bezier(.77,0,.18,1);
  box-shadow:4px 0 30px rgba(0,0,0,.3);
}
.wc-sidebar.active{transform:translateX(0)}

.wc-close{
  position:absolute;top:18px;right:20px;background:none;border:0;
  color:#fff;font-size:22px;cursor:pointer;
}
.wc-logo{max-width:190px;margin-bottom:25px}
.wc-tag{font-size:17px;font-weight:600;line-height:1.5;margin-bottom:28px}

.wc-nav a{
  display:block;color:#fff;font-size:19px;font-weight:700;
  padding:9px 0;text-decoration:none;transition:color .3s,padding-left .3s;
}
.wc-nav a:hover{color:#ff6a00;padding-left:6px}

.wc-heading{font-size:22px;margin:30px 0 15px;color:#fff}
.wc-info{list-style:none;padding:0;margin:0}
.wc-info li{display:flex;gap:12px;font-size:14px;line-height:1.6;margin-bottom:16px}
.wc-info i{color:#ff6a00;margin-top:4px}

body.wc-lock{overflow:hidden}

/* Right side se kholna ho to: */
/* .wc-sidebar{left:auto;right:0;transform:translateX(100%)} *//* End custom CSS */