.elementor-101 .elementor-element.elementor-element-153c910{--display:flex;--min-height:100vh;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS */.entry-title {
  visibility: hidden; /* فقط تیتر مخفی می‌شه، جای خالی هم باقی می‌مونه */
  height: 0; /* اگر می‌خوای جای خالی هم نباشه */
}

/* حالت عادی */
.my-sticky-header {        background-color: #1B2534;
    
    
    
}

/* وقتی sticky شد */
.elementor-sticky--effects.my-sticky-header {
    background-color: #1B2534;
    
}

.my-sticky-header .elementor-widget-image img {
    max-width: 150px;
    transition: all 0.3s ease;
}

.my-sticky-header.elementor-sticky--effects .elementor-widget-image img {
    max-width: 120px !important;
}


/* حالت عادی */
.my-sticky-header {
    min-height: 150px;
    transition: min-height 0.3s ease, background 0.3s ease;
    align-items: center; /* اگر فلکس هست برای وسط موندن محتوا */
}

/* وقتی sticky فعال شد */
.my-sticky-header.elementor-sticky--effects {
    min-height: 120px !important;
}/* End custom CSS */