@font-face{
    font-family:IranYekan;
    src:url(../fonts/IRANSansWeb_Light.woff) format('woff');
    font-weight:lighter
}
@font-face{
    font-family:IranYekanBold;
    src:url(../fonts/IRANSansWeb_Bold.woff) format('woff');
    font-weight:700
}
@font-face{
    font-family:IranYekanMedium;
    src:url(../fonts/IRANSansWeb_Medium.woff) format('woff');
    font-weight:700
}
:root{
    --background-color: #ededed;
    --background-light-color: #f5f4f4;
    --text-color : #787878;
    --primary-light: #f9226a;
    --primary: #cc0044;
    --primary-dark: #a6063c;
    --white: #FFFFFF;
    --greyLight-1: #E4EBF5;
    --greyLight-2: #c8d0e7;
    --greyLight-3: #bec8e4;
    --greyDark: #9baacf;
}

body,html{
    direction:rtl;
    scroll-behavior:smooth;
}
body{
    background: var(--background-color);
}
*{
    font-family:IranYekan,Tahoma,Arial,sans-serif;
    outline:none;
    box-sizing:border-box!important;
    margin: 0;
    padding: 0;
}
a{
    text-decoration:none
}
ul,li{
    list-style:none!important;
}
img{
    max-width:100%;
    height:auto
}
.container{
    max-width:1100px;
    width:94%;
    margin:auto
}
/************ neomorphism */
.btn {
    width: 15rem;
    height: 4rem;
    border-radius: 1rem;
    box-shadow: 0.3rem 0.3rem 0.6rem var(--greyLight-2), -0.2rem -0.2rem 0.5rem var(--white);
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
}
.gray-text {
    color: var(--text-color);
}
.bold-text {
    font-family: 'IranYekanBold';
}
/***** header */
div#header {
    padding: 10px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--background-light-color);
}

nav.header-menu ul {
    display: flex;
    align-items: center;
}

nav.header-menu {
    flex: 1;
}

nav.header-menu ul li a {
    display: block;
    font-family: 'IranYekanBold';
    margin: 3px 6px;
    padding: 2px 6px;
}

img.logo {
    width: 250px;
}
.header-auth-btn {
    font-size: 18px;
}

/************ banner */
picture.top-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--background-light-color);
}
 /************ icons section */
 .icons-section {
    margin-top: 40px;
}

.icons-section h2 {
    text-align: center;
    color: var(--primary);
    font-family: 'IranYekanBold';
    font-size: 30px;
}
.icons-section ul li {
    border-radius: 50%;
    box-shadow: 0.3rem 0.3rem 0.6rem var(--greyLight-2), -0.2rem -0.2rem 0.5rem var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--greyDark);
}

.icons-section ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 20px auto;
}

.icons-section ul li img {
    padding: 14px;
}
/***************** back-pic section */
.back-pic-section {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    padding: 20px 250px;
}

img.gheyme {
    position: absolute;
    right: -175px;
    top: 0;
    width: 400px;
}

img.ghorme {
    position: absolute;
    left: -175px;
    width: 400px;
    top: 70px;
}

.back-pic-content h2 {
    font-family: 'IranYekanBold';
    color: var(--primary);
    font-size: 35px;
    margin: 10px auto;
}

.back-pic-content p {
    color: var(--text-color);
    font-family: 'IranYekanBold';
    font-size: 23px;
    margin: 20px;
}
/********* before after section */
.before-after-section h2 {
    font-family: 'IranYekanBold';
    color: var(--primary);
    font-size: 35px;
    text-align: center;
}
.before , .after {
    height: 200px;
    border-radius: 1rem;
    box-shadow: 0.3rem 0.3rem 0.6rem var(--greyLight-2), -0.2rem -0.2rem 0.5rem var(--white);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 5px;
    padding: 5px;
    flex: 1;
}

.before-after-section ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px auto;
}

.before-after-section ul li {
    display: flex;
    flex: 1;
    gap: 5px;
}
.before-after-section h3 {
    text-align: center;
    margin: 15px auto;
    font-size: 26px;
    font-family: 'IranYekanBold';
    color: var(--primary);
}
/**************** products */
.programs h2 {
    font-family: 'IranYekanBold';
    color: var(--primary);
    font-size: 35px;
    text-align: center;
    margin-top: 45px;
}

ul.products {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    flex-wrap: wrap;
}

ul.products li {
    width: 30%;
    margin: 20px 0;
    height: 200px;
    border-radius: 1rem;
    box-shadow: 0.3rem 0.3rem 0.6rem var(--greyLight-2), -0.2rem -0.2rem 0.5rem var(--white);
    display: flex;
    justify-content: center;
    padding: 5px;
}

ul.products li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
    height: 100%;
    gap: 15px;
}

p.product-title {
    font-family: 'IranYekanBold';
    color: var(--primary);
    font-size: 32px;
    text-align: center;
}

p.product-price {
    font-family: 'IranYekanBold';
    color: #222;
    font-size: 30px;
    text-align: center;
}
/********** consulution-form-section */
.consulution-form-section h2 {
    font-family: 'IranYekanBold';
    color: var(--primary);
    font-size: 35px;
    text-align: center;
    margin-top: 45px;
}

.consulution-form-section form {
    margin: 20px 0;
    border-radius: 1rem;
    box-shadow: 0.3rem 0.3rem 0.6rem var(--greyLight-2), -0.2rem -0.2rem 0.5rem var(--white);
    padding: 20px 15px;
}

.consulution-form-section form h3 {
    text-align: center;
    margin: 15px auto;
    font-size: 26px;
    font-family: 'IranYekanBold';
    color: var(--primary);
}
.consulution-form-section input {
    border-radius: 11px;
    box-shadow: 0.3rem 0.3rem 0.6rem var(--greyLight-2), -0.2rem -0.2rem 0.5rem var(--white);
    padding: 10px 10px;
    border: none;
    flex: 1;
}

.form-row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    margin: 20px auto;
}

button#submit-cons-form {
    border-radius: 1rem;
    box-shadow: 0.3rem 0.3rem 0.6rem var(--greyLight-2), -0.2rem -0.2rem 0.5rem var(--white);
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
    border: none;
    flex: 1;
    background: var(--primary);
    font-family: 'IranYekanBold';
    font-size: 17px;
    color: #fff;
}
/************************* bmi form */
.bmi-form-elements {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + div {
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + div {
  outline: 2px solid var(--primary);
}

.radio-content {
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0.3rem 0.3rem 0.6rem var(--greyLight-2), -0.2rem -0.2rem 0.5rem var(--white);
    margin: 0 5px;
    padding: 5px;
    flex: 1;
    max-width: 150px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.sex-radio-col {
    display: flex;
    flex-direction: row-reverse;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.age-count-col {
    border-radius: 1rem;
    box-shadow: 0.3rem 0.3rem 0.6rem var(--greyLight-2), -0.2rem -0.2rem 0.5rem var(--white);
    margin: 0 5px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

p.age-title {
    font-family: 'IranYekanBold';
    color: #222;
    font-size: 28px;
}

.age-count-col input {
    border: none;
    background: transparent;
    text-align: center;
    font-size: 30px;
    width: 150px;
    font-family: 'IranYekanBold';
}

button.plus-btn , button.minus-btn {
    border-radius: 50%;
    box-shadow: 0.3rem 0.3rem 0.6rem var(--greyLight-2), -0.2rem -0.2rem 0.5rem var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--greyDark);
    border: none;
    width: 40px;
    height: 40px;
    font-size: 25px;
    font-family: 'IranYekanBold';
    cursor: pointer;
}

.age-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}
.submit-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

button#submit-bmi-form {
    border-radius: 1rem;
    box-shadow: 0.3rem 0.3rem 0.6rem var(--greyLight-2), -0.2rem -0.2rem 0.5rem var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
    border: none;
    background: var(--primary);
    font-family: 'IranYekanBold';
    font-size: 17px;
    color: #fff;
    padding: 10px;
}

.submit-col p {
    color: #4a4a4a;
    font-family: 'IranYekanBold';
    font-size: 18px;
}
.submit-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

button#submit-bmi-form {
    border-radius: 1rem;
    box-shadow: 0.3rem 0.3rem 0.6rem var(--greyLight-2), -0.2rem -0.2rem 0.5rem var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
    border: none;
    background: var(--primary);
    font-family: 'IranYekanBold';
    font-size: 17px;
    color: #fff;
    padding: 10px;
}

.submit-col p {
    color: #4a4a4a;
    font-family: 'IranYekanBold';
    font-size: 18px;
}

.renge-inputs-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.range-slider {
    width: 100%;
    direction: ltr;
}

.renge-item {
    border-radius: 1rem;
    box-shadow: 0.3rem 0.3rem 0.6rem var(--greyLight-2), -0.2rem -0.2rem 0.5rem var(--white);
    margin: 0 5px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-top: 35px;
}

.renge-item p {
    font-family: 'IranYekanBold';
    color: #4a4a4a;
    font-size: 14px;
}
.bmi-form.container h2 {
    font-family: 'IranYekanBold';
    color: var(--primary);
    font-size: 35px;
    margin: 10px auto;
    margin-bottom: 25px;
}
.bmi-form {
    margin-top: 40px;
    margin-bottom: 50px;
}
/************************* range slider */

.range-slider.grad {
    --progress-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) inset;
    --progress-flll-shadow: var(--progress-shadow);
    --fill-color: linear-gradient(to right, LightCyan, var(--primary-color));
    --thumb-shadow: 0 0 4px rgba(0, 0, 0, 0.3),
      -3px 9px 9px rgba(255, 255, 255, 0.33) inset,
      -1px 3px 2px rgba(255, 255, 255, 0.33) inset,
      0 0 0 99px var(--primary-color) inset;
  }
  .range-slider.grad input:hover {
    --thumb-transform: scale(1.2);
  }
  .range-slider.grad input:active {
    --thumb-shadow: inherit;
    --thumb-transform: scale(1);
  }
  
  .range-slider.flat {
    --thumb-size: 25px;
    --track-height: calc(var(--thumb-size) / 3);
    --progress-shadow: none;
    --progress-flll-shadow: none;
    --thumb-shadow: 0 0 0 7px var(--primary-color) inset, 0 0 0 99px white inset;
    --thumb-shadow-hover: 0 0 0 9px var(--primary-color) inset,
      0 0 0 99px white inset;
    --thumb-shadow-active: 0 0 0 13px var(--primary-color) inset;
  }
  
  .range-slider.overlay {
    --primary-color: #d6e9ff;
    --track-height: 50px;
    --thumb-size: var(--track-height);
    --thumb-color: var(--primary-color);
    --thumb-shadow: none;
    --progress-flll-shadow: none;
    --progress-shadow: none;
    --progress-background: none;
    --progress-radius: 0px;
    --ticks-color: var(--primary-color);
    --ticks-height: 0;
    --ticks-thickness: 0;
    --ticks-gap: 0px;
    --min-max-font: 700 18px Arial;
    --min-max-opacity: 1;
    --show-min-max: none;
    color: #0366d6;
  }
  .range-slider.overlay input:hover {
    --thumb-shadow: calc(25px - (50px * var(--is-left-most))) 0 0 -15px #0366d6
      inset;
  }
  .range-slider.overlay input:active {
    --thumb-color: inherit;
  }
  .range-slider.overlay .range-slider__values {
    width: calc(100% - 50% / (var(--max) - var(--min)));
  }
  
  .range-slider {
    --primary-color: #cc0044;
    --value-offset-y: var(--ticks-gap);
    --value-active-color: white;
    --value-background: transparent;
    --value-background-hover: var(--primary-color);
    --value-font: 700 12px/1 Arial;
    --fill-color: var(--primary-color);
    --progress-background: #eee;
    --progress-radius: 20px;
    --track-height: calc(var(--thumb-size) / 2);
    --min-max-font: 12px Arial;
    --min-max-opacity: 0.5;
    --min-max-x-offset: 10%;
    --thumb-size: 22px;
    --thumb-color: white;
    --thumb-shadow: 0 0 3px rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 0, 0, 0.5) inset,
      0 0 0 99px var(--thumb-color) inset;
    --thumb-shadow-active: 0 0 0 calc(var(--thumb-size) / 4) inset
        var(--thumb-color),
      0 0 0 99px var(--primary-color) inset, 0 0 3px rgba(0, 0, 0, 0.4);
    --thumb-shadow-hover: var(--thumb-shadow);
    --ticks-thickness: 1px;
    --ticks-height: 5px;
    --ticks-gap: var(
      --ticks-height,
      0
    );
    --ticks-color: silver;
    --step: 1;
    --ticks-count: Calc(var(--max) - var(--min)) / var(--step);
    --maxTicksAllowed: 30;
    --too-many-ticks: Min(1, Max(var(--ticks-count) - var(--maxTicksAllowed), 0));
    --x-step: Max(
      var(--step),
      var(--too-many-ticks) * (var(--max) - var(--min))
    );
    --tickInterval: 100/ ((var(--max) - var(--min)) / var(--step)) * var(--tickEvery, 1);
    --tickIntervalPerc: calc(
      (100% - var(--thumb-size)) / ((var(--max) - var(--min)) / var(--x-step)) *
        var(--tickEvery, 1)
    );
    --value-a: Clamp(
      var(--min),
      var(--value, 0),
      var(--max)
    );
    --value-b: var(--value, 0);
    --text-value-a: var(--text-value, "");
    --completed-a: calc(
      (var(--value-a) - var(--min)) / (var(--max) - var(--min)) * 100
    );
    --completed-b: calc(
      (var(--value-b) - var(--min)) / (var(--max) - var(--min)) * 100
    );
    --ca: Min(var(--completed-a), var(--completed-b));
    --cb: Max(var(--completed-a), var(--completed-b));
    --thumbs-too-close: Clamp(
      -1,
      1000 * (Min(1, Max(var(--cb) - var(--ca) - 5, -1)) + 0.001),
      1
    );
    --thumb-close-to-min: Min(1, Max(var(--ca) - 2, 0));
    --thumb-close-to-max: Min(1, Max(98 - var(--cb), 0));
    display: inline-block;
    height: max(var(--track-height), var(--thumb-size));
    background: linear-gradient(to right, var(--ticks-color) var(--ticks-thickness), transparent 1px) repeat-x;
    background-size: var(--tickIntervalPerc) var(--ticks-height);
    background-position-x: calc( var(--thumb-size) / 2 - var(--ticks-thickness) / 2 );
    background-position-y: var(--flip-y, bottom);
    padding-bottom: var(--flip-y, var(--ticks-gap));
    padding-top: calc(var(--flip-y) * var(--ticks-gap));
    position: relative;
    z-index: 1;
  }
  .range-slider[data-ticks-position=top] {
    --flip-y: 1;
  }
  .range-slider::before, .range-slider::after {
    --offset: calc(var(--thumb-size) / 2);
    content: counter(x);
    display: var(--show-min-max, block);
    font: var(--min-max-font);
    position: absolute;
    bottom: var(--flip-y, -2.5ch);
    top: calc(-2.5ch * var(--flip-y));
    opacity: clamp(0, var(--at-edge), var(--min-max-opacity));
    transform: translateX(calc(var(--min-max-x-offset) * var(--before, -1) * -1)) scale(var(--at-edge));
    pointer-events: none;
  }
  .range-slider::before {
    --before: 1;
    --at-edge: var(--thumb-close-to-min);
    counter-reset: x var(--min);
    left: var(--offset);
  }
  .range-slider::after {
    --at-edge: var(--thumb-close-to-max);
    counter-reset: x var(--max);
    right: var(--offset);
  }
  .range-slider__values {
    position: relative;
    top: 50%;
    line-height: 0;
    text-align: justify;
    width: 100%;
    pointer-events: none;
    margin: 0 auto;
    z-index: 5;
  }
  .range-slider__values::after {
    content: "";
    width: 100%;
    display: inline-block;
    height: 0;
    background: red;
  }
  .range-slider__progress {
    --start-end: calc(var(--thumb-size) / 2);
    --clip-end: calc(100% - (var(--cb)) * 1%);
    --clip-start: calc(var(--ca) * 1%);
    --clip: inset(-20px var(--clip-end) -20px var(--clip-start));
    position: absolute;
    left: var(--start-end);
    right: var(--start-end);
    top: calc( var(--ticks-gap) * var(--flip-y, 0) + var(--thumb-size) / 2 - var(--track-height) / 2 );
    height: calc(var(--track-height));
    background: var(--progress-background, #eee);
    pointer-events: none;
    z-index: -1;
    border-radius: var(--progress-radius);
  }
  .range-slider__progress::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    -webkit-clip-path: var(--clip);
            clip-path: var(--clip);
    top: 0;
    bottom: 0;
    background: var(--fill-color, black);
    box-shadow: var(--progress-flll-shadow);
    z-index: 1;
    border-radius: inherit;
  }
  .range-slider__progress::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: var(--progress-shadow);
    pointer-events: none;
    border-radius: inherit;
  }
  .range-slider > input {
    -webkit-appearance: none;
    width: 100%;
    height: var(--thumb-size);
    margin: 0;
    position: absolute;
    left: 0;
    cursor: -webkit-grab;
    cursor: grab;
    outline: none;
    background: none;
  }
  .range-slider > input:not(:only-of-type) {
    pointer-events: none;
  }
  .range-slider > input::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    height: var(--thumb-size);
    width: var(--thumb-size);
    transform: var(--thumb-transform);
    border-radius: var(--thumb-radius, 50%);
    background: var(--thumb-color);
    box-shadow: var(--thumb-shadow);
    border: none;
    pointer-events: auto;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .range-slider > input::-moz-range-thumb {
    -moz-appearance: none;
         appearance: none;
    height: var(--thumb-size);
    width: var(--thumb-size);
    transform: var(--thumb-transform);
    border-radius: var(--thumb-radius, 50%);
    background: var(--thumb-color);
    box-shadow: var(--thumb-shadow);
    border: none;
    pointer-events: auto;
    -moz-transition: 0.1s;
    transition: 0.1s;
  }
  .range-slider > input::-ms-thumb {
    appearance: none;
    height: var(--thumb-size);
    width: var(--thumb-size);
    transform: var(--thumb-transform);
    border-radius: var(--thumb-radius, 50%);
    background: var(--thumb-color);
    box-shadow: var(--thumb-shadow);
    border: none;
    pointer-events: auto;
    -ms-transition: 0.1s;
    transition: 0.1s;
  }
  .range-slider > input:hover {
    --thumb-shadow: var(--thumb-shadow-hover);
  }
  .range-slider > input:hover + output {
    --value-background: var(--value-background-hover);
    --y-offset: -5px;
    color: var(--value-active-color);
    box-shadow: 0 0 0 3px var(--value-background);
  }
  .range-slider > input:active {
    --thumb-shadow: var(--thumb-shadow-active);
    cursor: -webkit-grabbing;
    cursor: grabbing;
    z-index: 2;
  }
  .range-slider > input:active + output {
    transition: 0s;
  }
  .range-slider > input:nth-of-type(1) {
    --is-left-most: Clamp(0, (var(--value-a) - var(--value-b)) * 99999, 1);
  }
  .range-slider > input:nth-of-type(1) + output {
    --value: var(--value-a);
    --x-offset: calc(var(--completed-a) * -1%);
  }
  .range-slider > input:nth-of-type(1) + output:not(:only-of-type) {
    --flip: calc(var(--thumbs-too-close) * -1);
  }
  .range-slider > input:nth-of-type(1) + output::after {
    content: var(--prefix, "") var(--text-value-a) var(--suffix, "");
  }
  .range-slider > input:nth-of-type(2) {
    --is-left-most: Clamp(0, (var(--value-b) - var(--value-a)) * 99999, 1);
  }
  .range-slider > input:nth-of-type(2) + output {
    --value: var(--value-b);
  }
  .range-slider > input:only-of-type ~ .range-slider__progress {
    --clip-start: 0;
  }
  .range-slider > input + output {
    --flip: -1;
    --x-offset: calc(var(--completed-b) * -1%);
    --pos: calc(
      ((var(--value) - var(--min)) / (var(--max) - var(--min))) * 100%
    );
    pointer-events: none;
    position: absolute;
    z-index: 5;
    background: var(--value-background);
    border-radius: 10px;
    padding: 2px 4px;
    left: var(--pos);
    transform: translate(var(--x-offset), calc( 150% * var(--flip) - (var(--y-offset, 0px) + var(--value-offset-y)) * var(--flip) ));
    transition: all 0.12s ease-out, left 0s;
  }
  .range-slider > input + output::after {
    content: var(--prefix, "") var(--text-value-b) var(--suffix, "");
    font: var(--value-font);
  }
  body > .range-slider,
  label[dir=rtl] .range-slider {
    width: clamp(300px, 50vw, 800px);
    min-width: 200px;
  }

  /******************** responsive */
@media only screen and (max-width: 600px) {
    nav.header-menu {
        position: fixed;
        height: 100%;
        background: #222;
        top: 0;
        right: -100%;
        width: 100%;
        opacity: 0;
        transition: 0.3s;
    }
    
    div#header {
        padding: 10px;
    }
    
    img.logo {
        width: 150px;
    }
    
    .btn {
        width: 120px;
        height: 40px;
        font-size: 16px;
    }
    
    img.gheyme {
        right: -90px;
        width: 150px;
    }
    
    img.ghorme {
        width: 150px;
        left: -90px;
        bottom: 70px;
        top: unset;
    }
    
    .back-pic-section {
        padding: 14px 60px;
        min-height: 300px;
    }
    
    .form-row {
        flex-direction: column;
    }
    
    button#submit-cons-form {
        padding: 10px;
    }
    
    .icons-section ul {
        flex-wrap: wrap;
    }
    
    .icons-section ul li {
        width: 25%;
    }
    
    .icons-section h2 {
        font-size: 24px;
    }
    
    .bmi-form.container h2 {
        font-size: 24px;
    }
    
    .bmi-form-elements {flex-direction: column;}
    
    .submit-col p {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .back-pic-content h2 {
        font-size: 24px;
        text-align: center;
    }
    
    .back-pic-content p {
        font-size: 16px;
        text-align: center;
    }
    
    .before-after-section h2 {
        font-size: 24px;
    }
    
    .before-after-section ul {
        flex-direction: column;
    }
    
    .programs h2 {
        font-size: 24px;
    }
    
    ul.products li {
        width: 47%;
        margin: 12px 0;
    }
    
    ul.products {
        gap: 6%;
    }
    
    p.product-title {
        font-size: 22px;
    }
    
    p.product-price {
        font-size: 20px;
    }
    
    .consulution-form-section h2 {
        font-size: 24px;
    }
    
    .consulution-form-section form h3 {
        font-size: 20px;
    }
}