/*
Theme Name:   Hello Elementor Child
Template:     hello-elementor
Author: 	  NAVY
Author URI:   nabarajdhungel.com.np
*/

/* =======================================
   BEM & Utility Naming Convention Used  
   - BEM for structured components  
   - Utility classes for global styles  
======================================== */

/* ========================================== 
   Responsive Global Styles
   ======================================= */

html,
body {
  overflow-x: hidden;
}

:root {
  --mb-padding: clamp(1.25rem, 0.523rem + 3.636vw, 1.5rem) /* 24px - 18px for mobile screens.*/
}

/* For small screens (max-width: 430px) */
@media (max-width: 430px) {
  .sey-u-wrapper-phone {
    padding-inline: var(--mb-padding) !important;
  }
}


/* For medium screens (1024px to 1200px) */
@media (min-width: 1024px) and (max-width: 1200px) {
  .sey-u-wrapper-1024-1200px {
    padding-inline: 50px !important;
  }
}

@media (width<1024px) {
  .sey-u--br-none-phones br {
    display: none;
  }
}

/* ======================================= 
   Responsive Global Styles
   ========================================== */
