.elementor-7552 .elementor-element.elementor-element-d6bec8c{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7552 .elementor-element.elementor-element-07d04cf{--display:flex;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-10c66a2 *//* Slider Container */
.slider {
  width: 100%;
  height: 700px; /* Desktop ke liye default height */
  overflow: hidden;
  position: relative;
}

/* Image inside the slider */
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the entire slider */
  display: block;
}

/* Optional: Adding fade-in effect for smooth transitions */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.slide img {
  animation: fadeIn 1.5s ease-in-out;
}

/* Media Queries for Mobile Devices */
@media only screen and (max-width: 768px) {
  .slider {
    height: 38vh; /* Smaller height for mobile screens */
  }

  .slide img {
    object-position: center center; /* Ensures the image stays centered on all devices */
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-caf4b41 */table {
  border: 1px solid #b5b5b5 !important;
}

table th,
table td {
  border: 1px solid #b5b5b5 !important;
}/* End custom CSS */