/**
Theme Name: hestra
Author: Shubham
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hestra
Template: astra
*/
.product-circles-row {
  flex-wrap:wrap !important;
  justify-content:center;
  align-items:center;
	padding: 10px 20px !important;
}
.product-circles-row h3{
  font-size:15px !important;
  padding:4px 32px !important;
}
.product-circles-row .elementor-image-box-img{
  max-width:180px;
}
/* Target the direct child containers inside our unique row */
.product-circles-row  > .elementor-element.e-child {
  min-width:300px;
  
  /* This is the key: it uses the existing 20% width
     to calculate an equal height, creating a perfect square. */
  aspect-ratio: 1 / 1 !important;
  
  /* Now, the border-radius will create a perfect circle */
  border-radius: 50%  !important;
  
  border: 4px solid #993e87  !important; /* Your red border */
  padding: 20px !important; /* Adjust internal spacing */
  box-sizing: border-box  !important;

  /* This overrides Elementor's alignment to ensure
     the content (image box) is perfectly centered in the circle. */
  justify-content: center !important;
}

/* Optional: Minor adjustments for the content inside */
.product-circles-row .elementor-image-box-wrapper {
  text-align: center  !important;
	cursor: pointer;
}


.category-circles-row > .e-con-inner{
  flex-wrap:wrap !important;
  justify-content:center !important;
  align-items:center !important;
}
.category-circles-row h3{
  font-size:16px !important;
}
.category-circles-row .elementor-image-box-img{
  max-width:175px;
}
/* Target the direct child containers inside our unique row */
.category-circles-row > .e-con-inner > .elementor-element.e-child {
  min-width:300px;
  max-width: 350px;
  /* This is the key: it uses the existing 20% width
     to calculate an equal height, creating a perfect square. */
  aspect-ratio: 1 / 1 !important;
  
  /* Now, the border-radius will create a perfect circle */
  border-radius: 50%  !important;
  
  border: 4px solid #993e87  !important; /* Your red border */
  padding: 20px !important; /* Adjust internal spacing */
  box-sizing: border-box  !important;

  /* This overrides Elementor's alignment to ensure
     the content (image box) is perfectly centered in the circle. */
  justify-content: center !important;
}

/* Optional: Minor adjustments for the content inside */
.category-circles-row .elementor-image-box-wrapper {
  text-align: center  !important;
}