/*
Theme Name: B2BSmartCapital
Theme URI: https://b2bsmartcapital.com
Description: Hello Biz Child Theme for B2B Smart Capital
Author: Elementor Team / Custom
Author URI: https://elementor.com/
Template: hello-biz
Version: 1.0.0
Text Domain: hello-biz-child
*/

/* ==========================================
   ROOT REM SIZE SETTINGS (Responsive Scaling)
   ========================================== */
html { font-size: 16px; }

@media (max-width: 1024px) {
  html { font-size: 15px; }
}

@media (max-width: 767px) {
  html { font-size: 14px; }
}

body{overflow-x:hidden;}

/* ==========================================
   GLOBAL HORIZONTAL PADDING (Client-First Style)
   ========================================== */
.padding-global {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

@media (max-width: 1024px) {
  .padding-global {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media (max-width: 767px) {
  .padding-global {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

/* ==========================================
   GLOBAL VERTICAL PADDING UTILITIES 
   ========================================== */
.padding-section-large { padding-top: 8rem !important; padding-bottom: 8rem !important; }
.padding-section-medium { padding-top: 6rem !important; padding-bottom: 6rem !important; }
.padding-section-small { padding-top: 4rem !important; padding-bottom: 4rem !important; }

@media (max-width: 1024px) {
  .padding-section-large { padding-top: 6rem !important; padding-bottom: 6rem !important; }
  .padding-section-medium { padding-top: 4.5rem !important; padding-bottom: 4.5rem !important; }
  .padding-section-small { padding-top: 3rem !important; padding-bottom: 3rem !important; }
}

@media (max-width: 767px) {
  .padding-section-large { padding-top: 4rem !important; padding-bottom: 4rem !important; }
  .padding-section-medium { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .padding-section-small { padding-top: 2rem !important; padding-bottom: 2rem !important; }
}

/* --- Utility Overrides (Zero Padding) --- */
.padding-top-0 { padding-top: 0rem !important; }
.padding-bottom-0 { padding-bottom: 0rem !important; }