.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;color:#FFFCFC;font-family:"Rubik", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:25px;}.elementor-kit-6 h1{color:#FFFFFF;}.elementor-kit-6 h2{color:#FFFFFF;}.elementor-kit-6 h3{color:#FFFFFF;}.elementor-kit-6 h4{color:#FFFFFF;}.elementor-kit-6 h5{color:#FFFFFF;}.elementor-kit-6 h6{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ===== MOBILE FIX FOR ALL CALCULATORS ===== */
@media (max-width: 767px) {

  /* Input, select, button ko full width aur readable banao */
  input[type="text"],
  input[type="number"],
  select,
  button {
    width: 100% !important;
    box-sizing: border-box !important;
    font-size: 16px !important; /* 16px se kam hone par mobile browser zoom kar deta hai */
    padding: 10px !important;
    margin-bottom: 10px !important;
  }

  /* Calculator ka poora container overflow na kare */
  .elementor-widget-container {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  /* Agar result grid (Protein/Carbs/Fats jaisa) columns mein hai, unhe stack karo */
  .elementor-widget-container div[class*="result"],
  .elementor-widget-container div[class*="grid"],
  .elementor-widget-container div[class*="macro"] {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }

  /* Tables (jaise BMI category ya Weekly Plan) ko mobile pe scrollable banao */
  table {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    white-space: nowrap !important;
  }

  /* Range slider labels (jaise "15 18.5 25 30 40+") overlap na karein */
  .elementor-widget-container [class*="range"],
  .elementor-widget-container [class*="scale"] {
    font-size: 12px !important;
    flex-wrap: wrap !important;
  }

  /* Weekly workout plan (Mon-Sun) — agar columns hain toh stack karo */
  .elementor-widget-container [class*="week"],
  .elementor-widget-container [class*="day"] {
    width: 100% !important;
    display: block !important;
    margin-bottom: 10px !important;
  }

  /* Koi bhi fixed-width container full width kar do */
  .elementor-section,
  .elementor-container,
  .elementor-column {
    max-width: 100% !important;
  }

  /* Horizontal scroll cause karne wale overflow ko root level pe rokna */
  html, body {
    overflow-x: hidden !important;
  }
}/* End custom CSS */