.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-container .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-container.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-595 .elementor-element.elementor-element-7cb1626{--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-595 .elementor-element.elementor-element-7cb1626:not(.elementor-motion-effects-element-type-background), .elementor-595 .elementor-element.elementor-element-7cb1626 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#BB9A9A00;}.elementor-595 .elementor-element.elementor-element-42fba67{--display:flex;}.elementor-widget-image .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-image .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-image.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-image .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-image .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-595 .elementor-element.elementor-element-4964060 img{width:100%;}#elementor-popup-modal-595 .dialog-widget-content{background-color:#FF4C4C00;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-595{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-595 .dialog-message{width:1000px;height:auto;}#elementor-popup-modal-595 .dialog-close-button{display:flex;background-color:#FFFFFF00;}#elementor-popup-modal-595 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-595 .dialog-close-button svg{fill:#FFFFFF;}@media(min-width:768px){.elementor-595 .elementor-element.elementor-element-7cb1626{--content-width:1300px;}}/* Start custom CSS *//* Fullscreen popup */
.elementor-popup-modal {
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  overflow: hidden !important; /* Background popup scroll disable */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Image scroll vertically */
.dialog-widget-content {
  width: auto;
  max-height: 90vh; /* thoda space chhod diya */
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #93fe03 transparent;
  -webkit-overflow-scrolling: touch;
}

/* Chrome/Safari scrollbar design */
.dialog-widget-content::-webkit-scrollbar {
  width: 6px;
}
.dialog-widget-content::-webkit-scrollbar-thumb {
  background: #93fe03;
  border-radius: 10px;
}
.dialog-widget-content::-webkit-scrollbar-track {
  background: transparent;
}/* End custom CSS */