/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* Inline Padding */
.ele-section-inline {
  padding-inline: clamp(1rem, 0.833rem + 0.741vw, 1.5rem);
}

/* Extra Small Section */
.ele-section-xs {
  padding-block: clamp(1rem, 0.833rem + 0.741vw, 1.5rem);
  padding-inline: clamp(1rem, 0.833rem + 0.741vw, 1.5rem);
}

/* Small Section */
.ele-section-s {
  padding-block: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
  padding-inline: clamp(1rem, 0.833rem + 0.741vw, 1.5rem);
}

/* Medium Section */
.ele-section-m {
  padding-block: clamp(1.5rem, 1.167rem + 1.481vw, 2.5rem);
  padding-inline: clamp(1rem, 0.833rem + 0.741vw, 1.5rem);
}

/* Default Section */
.ele-section-d {
  padding-block: clamp(3rem, 2.333rem + 2.963vw, 5rem);
  padding-inline: clamp(1rem, 0.833rem + 0.741vw, 1.5rem);
}

/* Large Section */
.ele-section-l {
  padding-block: clamp(4.5rem, 3.5rem + 4.444vw, 7.5rem);
  padding-inline: clamp(1rem, 0.833rem + 0.741vw, 1.5rem);
}

/* Extra Large Section */
.ele-section-xl {
  padding-block: clamp(6rem, 4.667rem + 5.926vw, 10rem);
  padding-inline: clamp(1rem, 0.833rem + 0.741vw, 1.5rem);
}