.elementor-3724 .elementor-element.elementor-element-c220705{--display:flex;--min-height:0vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:-230px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;--z-index:9999;}.elementor-3724 .elementor-element.elementor-element-c220705:not(.elementor-motion-effects-element-type-background), .elementor-3724 .elementor-element.elementor-element-c220705 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAF7FE;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3724 .elementor-element.elementor-element-1586fed{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;text-align:center;}.elementor-3724 .elementor-element.elementor-element-1586fed .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:300;}.elementor-3724 .elementor-element.elementor-element-ad4c3af{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-3724 .elementor-element.elementor-element-ad4c3af .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;text-transform:capitalize;color:var( --e-global-color-7425e69 );}.elementor-3724 .elementor-element.elementor-element-f5c7afb{--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;--justify-content:space-evenly;--margin-top:0px;--margin-bottom:-50px;--margin-left:0px;--margin-right:0px;}.elementor-3724 .elementor-element.elementor-element-f5c7afb:not(.elementor-motion-effects-element-type-background), .elementor-3724 .elementor-element.elementor-element-f5c7afb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAF7FE;}@media(max-width:767px){.elementor-3724 .elementor-element.elementor-element-ad4c3af{text-align:center;}}/* Start custom CSS for html, class: .elementor-element-81779de *//* Slide */
.myCoverflow .swiper-slide {
  width: 900px;
  height: 600px;
  border-radius: 30px;
  background: transparent; /* changed from #fff to transparent */
  opacity: 0.5;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Active slide */
.myCoverflow .swiper-slide-active {
  opacity: 1;
  transform: scale(1.5);
}

/* Image – no cropping, no extra white padding */
.myCoverflow .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0; /* remove padding */
  border-radius: 0; /* optional: remove rounded corners if not needed */
}/* End custom CSS */