/*
 Theme Name:   parskala Child
 Template:     parskala
 Theme URI: #
 Author: Hosein esmaliyan
 Author URI: https://masirwp.com
 Version:      1.0.0
*/
/* Prevent carousel from causing layout shift */
.elementor-widget-officals_carosel_mobit {
  min-height: 250px; /* adjust as needed */
  overflow: hidden;
}
.elementor-widget-officals_carosel_mobit img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3; /* or whatever matches your images */
}

.call-page.mobile {
  min-height: 60px;
  position: relative;
  transition: none !important;
}

#woocommerce_widget_cart-3{
    font-size: 15px;
    line-height: 30px;
}

.rank-math-breadcrumb-wrapper {
    padding-bottom: 15px;
}

/* For mobile and tablet screens up to 1024px wide */
@media screen and (max-width: 1024px) {
    .rank-math-breadcrumb-wrapper {
        padding-top: 20px;
    }
}