/* Start custom CSS for html, class: .elementor-element-e1fdb8a *//* Slider Container */
.slider-container {
  width: 100%;             /* Screen ki poori width le ga */
  max-width: 100%;         /* Horizontal scrollbar aane se roke ga */
  overflow: hidden;        /* Overflowing elements ko hide kare ga */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Responsive Image */
.slider-image {
  width: 100%;             /* Screen screen ki width ke sath 100% stretch/shrink hogi */
  height: auto;            /* Image ki aspect ratio kharab nahi hone de ga */
  display: block;          /* Extra bottom space remove kare ga */
  object-fit: cover;       /* Container mein image ko sahi tarah fill kare ga */
}/* End custom CSS */