.elementor-3571 .elementor-element.elementor-element-6ed9c4c{--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;--gap:44px 16px;--background-transition:0.3s;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:52px;--padding-bottom:52px;--padding-left:0px;--padding-right:0px;}.elementor-3571 .elementor-element.elementor-element-6ed9c4c:not(.elementor-motion-effects-element-type-background), .elementor-3571 .elementor-element.elementor-element-6ed9c4c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-015f4f1 );}.elementor-3571 .elementor-element.elementor-element-6ed9c4c, .elementor-3571 .elementor-element.elementor-element-6ed9c4c::before{--border-transition:0.3s;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-3571 .elementor-element.elementor-element-977a8b1{text-align:justify;}.elementor-3571 .elementor-element.elementor-element-977a8b1 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"IranYekan-Bold", Sans-serif;font-size:24px;font-weight:600;}@media(max-width:1024px){.elementor-3571 .elementor-element.elementor-element-6ed9c4c{--padding-top:44px;--padding-bottom:44px;--padding-left:44px;--padding-right:44px;}}@media(min-width:768px){.elementor-3571 .elementor-element.elementor-element-6ed9c4c{--content-width:1140px;}}@media(max-width:1024px) and (min-width:768px){.elementor-3571 .elementor-element.elementor-element-6ed9c4c{--content-width:100%;}}@media(max-width:767px){.elementor-3571 .elementor-element.elementor-element-6ed9c4c{--gap:12px 0px;--padding-top:32px;--padding-bottom:32px;--padding-left:16px;--padding-right:16px;}.elementor-3571 .elementor-element.elementor-element-977a8b1 .elementor-heading-title{font-size:18px;}}/* Start custom CSS for container, class: .elementor-element-6ed9c4c */.our-servicesz .slick-track {
  display: flex; /* Enable Flexbox for the track */
}

.our-servicesz .slick-slide {
  display: flex; /* Make each slide a flex container */
  height: auto; /* Allow slides to adjust height */
}

.our-servicesz .jet-listing-grid__item {
  display: flex; /* Make each item a flex container */
  flex-direction: column; /* Stack children vertically */
  flex: 1; /* Allow items to grow and fill the space */
}

.our-servicesz .jet-listing-grid__item .item {
  flex: 1; /* Make the inner item fill the height */
  display: flex; /* Enable Flexbox for the inner item */
  flex-direction: column; /* Stack children vertically */
}

.our-servicesz .jet-listing-grid__item .info {
  flex: 1; /* Make the info section fill the remaining space */
  display: flex; /* Enable Flexbox for the info section */
  flex-direction: column; /* Stack children vertically */
}

.our-servicesz .jet-listing-grid__item .info p {
  flex: 1; /* Make the paragraph fill the remaining space */
}/* End custom CSS */