body {
        line-height: 1;
        background-color: #fff;
        overflow-x: hidden;
        color: #000000;
    }
    .form-control {
        display: block;
        width: 56%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        margin-top: 7px;
    }
    .dr-name{
        color: #00a8cc;
    }
    .col-md-10 {
        width: 50%;
        margin-top: 43px;
    }
    h1{
        font-size: 28px;
        text-align: center;
        margin-top: 20px;
    }
     .h2 {
        font-size: 22px;
        color: #00a8cc;
    }
    h3 {
        font-size: 18px;
        margin-top: 1px;
       text-align: center;
       margin-bottom: 30px;
    }
    .bmi-result-container {
        background-color: white !important;
        padding: 15px;
        border-radius: 10px;
    }
    .rows{
        border: 2px solid orange; 
        border-radius: 10px; 
        padding: 15px;
        margin-bottom: 70px;
        width: 100%;
        align-items: center;
    }
    .bmi-meter {
        position: relative;
        width: 100%;
        text-align: center;
        margin-top: 35px;
    }
    .bmi-scale {
        display: flex;
        width: 100%;
        height: 7px;
        margin-bottom: 15px;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        background-color: #ffffff; /* White background for gaps */
    }
    .bmi-section {
        flex: 1;
        height: 100%;
        margin: 0 2px;
    }
    .underweight {
        background-color: #007bff; /* Blue */
    }
    .normal {
        background-color: #28a745; /* Green */
    }
    .overweight {
        background-color: #ffc107; /* Yellow */
    }
    .obesity {
        background-color: #dc3545; /* Red */
    }
    .bmi-labels {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        margin-top: 5px;
    }
    .bmi-labels span {
        flex: 1;
        text-align: center;
    }
    .bmi-img{
        text-align: center;
    }
    .image{
        width: 82%;
        align-items: center;
    }
    .pointer {
        position: absolute;
        top: -10px;
        width: 8px;
        height: 29px;
        background: black;
        border-radius: 3px;
        transition: left 0.5sease-in-out;
    }
    .gender-container {
        display: flex;
        align-items: center;
        gap: 10px; /* Adds spacing between radio buttons and labels */
        flex-wrap: nowrap; /* Prevents wrapping to the next line */
    }
    .gender-box {
        display: inline-block;
        padding: 10px 20px;
        width: 120px; /* Ensures all boxes are the same width */
        text-align: center;
        border: 2px solid #ddd;
        border-radius: 10px;
        cursor: pointer;
        transition: 0.3s;
        font-weight: bold;
        background: #f9f9f9; 
        margin-top: 7px;
    }
    .gender-box:hover {
        border-color: #888;
    }
    input[type="radio"] {
        display: none;
    }
    input[type="radio"]:checked + .gender-box {
        border-color: red;
        background: #ffe6e6; /* Light red to indicate selection */
    }
    .textbox-group {
        position: relative;
        display: flex;
        flex-direction: column;
        max-width: 100%; 
    }
    .textbox {
    padding-right: 45px; 
    width: 61%; 
    }
    .years {
        position: absolute;
        right: 139px;
        top: 42%;
        transform: translateY(-50%);
        color: #777;
        font-size: 14px;
        pointer-events: none; 
        background: white; 
        padding: 0 5px;
    }
    .yrs-cond {
        font-size: 12px;
        color: #999;
        margin-top: 5px;
    }
    .error {
        font-size: 12px;
        color: red;
        display: none; 
    }
    .btn-primary {
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
        margin-left: 230px;
        width: 134px;
    }
    .text-danger {
        color: rgb(238, 18, 14);
        margin-top: 64px;
    }
    
    .profile {
        margin-top: 40px;
    }
    .bmi-value {
        background-color: #fd8888;
        top: -1px;
        padding: 5px 10px;
        border-radius: 5px;
        font-weight: bold;
        margin-top: 5px;
    }
    .custom-btn {
        background: linear-gradient(90deg, #ff9d52 0%, #e16237 100%);
        border: none;
        margin-left: 175px;
        color: white;
        padding: 10px 20px;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
        transition: 0.3sease-in-out;
        width: 138px;
        margin-top: 13px;
    }
    .custom-btn:hover {
        background: linear-gradient(90deg, #e16237 0%, #ff9d52 100%);
        transform: scale(1.05);
        }
    .col-md-5 {
            margin-left: -37px;
        }
    .figure-container {
        display: flex;
        justify-content: center; 
        gap: 20px;
    }
    .figure-container figure {
        margin: 0;
    }
    .figure-container img {
        height: auto;
        margin-top: 38px;
        margin-bottom: 65px;
        border-radius: 10px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    }
    .iti--separate-dial-code .iti__selected-flag {
        background-color: rgba(0, 0, 0, .05);
        width: 74px;
        font-size: 14px;
    }
    
    @media (min-width: 1430px) {
        .years {
            /* position: absolute; */
            right: 145px;
        }
        /* h3 {
            font-size: 18px;
            margin-top: 1px;
            text-align: center;
            margin-bottom: 30px;
        } */
    }
    @media (min-width: 992px) and (max-width: 1300px){
        .form-control {
            width: 72%;
        }
        .custom-btn {
           
            margin-left: 98px;
        }
        
    }
    @media (min-width: 992px) {
        .rows {
            display: flex;
            /* align-items: center; */
        }
        .col-md-7 {
            width: 60%;
        }
        .col-md-5 {
            width: 40%;
        }
        
        
    }
    @media (min-width: 868px) {
        .textbox-group {
            max-width: 300px; 
        }
        .textbox {
            padding-right: 50px;
        }
        .row .tel {
            width: 186px;
        }
        
    }
    @media (min-width: 576px) and (max-width: 868px) {
        .col-md-7, .col-md-5 {
            width: 100%;
            margin: auto;
        }
        .form-control {
            width: 64%;
        }
        .figure-container {
            flex-wrap: wrap;
            justify-content: center;
        }
        .custom-btn {
            margin-left: 50px;
        }
        h1 {
            font-size: 20px;
        }
        .image {
            width: 40%;
        }
         .h2 {
            font-size: 18px;
         
        }       
        .row .tel {
            width: 202px;
        }
    }
    /* Mobile View */
    @media (max-width: 576px) {
        .container {
            padding: 10px;
        }
        .years {
            /* position: absolute; */
            right: -49px;
            top: 36%;
        }
        /* .col{
            text-align: center;
        } */
        .col-md-7, .col-md-5 {
            width: 100%;
            margin: 0;
        }

        .form-control {
            width: 153%;
        }
        .custom-btn {
                width: 100%;
            }
        .figure-container {
            flex-direction: column;
            align-items: center;
        }
        .figure-container img {
            margin-top: -7px;
            margin-left: 10px;
            margin-bottom: -1px;
        }
        .step2-btn{
            text-align: center;
        }
        .col-lg-6, .col-lg-2 {
            align-items: center;
            text-align: center;
        }
        .col-md-10 {
            margin-top: 19px;
            margin-left: 28px;
        }
        .btn-primary, .custom-btn {
            margin-bottom: 29px;
            align-items: center;
            margin-top: 20px;
            margin-left: 0px;
        }
        h1 {
            font-size: 18px;
        }
        .image {
            width: 80%;
        }
         .h2 {
            text-align: center;
            color: #00a8cc;
        }
        h3 {
            font-size: 13px;
        }
        .bmi-container{
            margin-top: 10px;
        }
        .row .tel {
            width: 239px;
        }
    }
    @media (max-width: 375px) {
            .row .tel {
                width: 202px;
            }
    }
    @media (max-width: 350px) {
        .bmi-labels span {
            font-size: 9px;
        }
        .row .tel {
            padding-left: 17px;
            width: 165px;
        }
        .iti--separate-dial-code .iti__selected-flag {
            background-color: rgba(0, 0, 0, .05);
            width: 74px;
            font-size: 14px;
        }
    }
    .bmi-title {
        text-align: center;
        font-family: Arial, sans-serif;
        margin-bottom: 20px;
      }
      
      .bmi-table {
        width: 60%;
        margin: 0 auto;
        border-collapse: collapse;
        font-family: Arial, sans-serif;
        font-size: 16px;
      }
      
      .bmi-table th {
        background-color: #f5f5f5;
        border: 2px solid purple;
        padding: 10px;
      }
      
      .bmi-table td {
        border: 1px solid black;
        padding: 8px;
        text-align: left;
      }
      .tel{
        padding-left: 17px;
        width: 185px;
    }
   

      