body {
    display: block;
    margin: 0px;
}
mbs-5{
    margin-bottom:5px;
}
mbs-10{
    margin-bottom:10px;
}
mbs-15{
    margin-bottom:15px;
}
mbs-20{
    margin-bottom:20px;
}
@media (min-width: 1920px) {
    .container {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
}
.pt_15{
    padding-top: 15px;
}

.calculate_bmi h3 { font-size: 50px; margin-bottom: 30px;}

.calculate_bmi .text-center { width: 100%; max-width: 900px; margin: 0px auto; }

.cal_banner_bg{
    background-image: url(../images/section_1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; padding: 80px 0px 0px 0px;
}
.bmi_cal_s1{
    width: 100%;
    max-width: 900px;
    padding: 20px 20px;
    box-sizing: border-box;
    margin: 0px auto;
}
.bmi_cal_s1 h3{
    color: #ffffff;
    text-align: center;
    font-family: 'Lato-Bold', sans-serif;
    font-size: 55px;
    line-height: 55px;
    font-weight: 700;
    position: relative;
    height: 55.38px;
    margin: 0;
    padding: 0;
}
.bmi_cal_s1 p{
    color: #ffffff;
}
.form_box{
    background-color: #fff !important;
    border-radius: 32px;
    margin-top: 30px;
    margin-bottom: 80px;
    padding: 50px 30px 20px 30px;
}
.form_box label{
    color: #364153;
    text-align: left;
    font-family: 'Arial-Bold', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    border-radius:10px !important;
}
.inp{
    width: 100%;
    border-radius: 12px;
    background: #f3f4f6;
    border: none;
    height: 55.99px;
    padding: 0px 15px;
    outline: none;
}

/*** New Css 1.21.2025 ***/

.selection{
    transition: 0.4s;
}
.selection label {
    display: inline-block;
    background-color: #F3F4F6;
    border-radius: 6px;
    color: #364153;
    padding: 0.5em;
    cursor: pointer;
    width: 100%;
    /*letter-spacing: 2px;*/
    font-weight: 600;
    text-align: center;
    border-radius: 50px;
    transition: 0.4s;
    height: 55.99px;
    line-height: 40px;
}

.selection label:hover {
  background-image: linear-gradient(to right, #CC1F7A, #902784);
  color: #fff;
  transition: 0.4s;
}

.selection input[type=radio] {
  display: none;
}

.selection input[type=radio]:checked ~ label {
  background-image: linear-gradient(to right, #CC1F7A, #902784);
  color: #fff;
  transition: 0.4s;
}

.circle {
    position: absolute;
    left: -140px;
    top: -50px;
}
.submit {
    background-image: linear-gradient(to right, #CC1F7A, #902784);
    padding: 10px 30px;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.4s;
    border: 1px solid #fff;
}
.submit:hover{
    color: #CC1F7A;
    border: 1px solid #CC1F7A;
    background: none;
}

        /* --- FORM --- */
        .sun-card { background: #fff; border-radius: 16px; padding: 40px; border: 1px solid var(--sun-border); margin-bottom: 30px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }
        .sun-card h2 { font-size: 32px; margin-bottom: 30px; font-weight: 500; }
        .form-group { margin-bottom: 0px; }
        .form-label {     color: #364153;
    text-align: left;
    font-family: 'Arial-Bold', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    display:block; }
        .dual-input { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
        .sun-input { width: 100%; padding: 14px; border-radius: 10px; border: 1px solid #e5e7eb !important; background: #fff !important; box-sizing: border-box; font-size: 16px; outline:none; padding: 11px !important; }
        .sun-btn-black { background: var(--sun-navy); color: #fff; padding: 16px 45px; border-radius: 8px; border: none; cursor: pointer; font-weight: 600; width: 220px; transition: 0.3s; }

   
        .form_box .btn { padding: 17px 55px; border-radius: 90px; color: #fff !important; font-weight: bold; }
   
   
        /* --- RESULT SCORE --- */
        #sun_results { display: none; animation: fadeIn 0.5s ease; margin-top:70px; overflow-x:hidden; }
        .result-score-header { text-align: center; padding: 40px 0 20px; }
        .result-score-header h3 { font-size: 50px; margin: 0; color: #fff; font-weight: 500; }
        .bmi-display-flex { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 20px; }
        .bmi-icon-alert { width: 60px; height: 60px; color: var(--sun-muted); }
        .bmi-num-large { background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 60px;
    line-height: 0;
    padding: 30px 0px 40px 0px;
    line-height: 0;
    height: 80px;
    line-height: 10px;
     }
        .bmi-cat-label { background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 45px;
    line-height: normal;
    padding: 30px 0px;
    line-height: 0;
    height: 80px;
    line-height: 10px; }
    
    /*.result-score-header h3*/

        /* --- DUAL SCALE --- */
        .scale-wrapper { position: relative; padding: 120px 0 140px; max-width: 850px; margin: 0 auto; }
        .scale-bar { height: 16px; border-radius: 20px; display: flex; overflow: hidden; background: #eee; }
        .scale-bar-target { height: 16px; border-radius: 20px; display: flex; overflow: hidden; background: #eee; margin-top: 60px; }
        
        .bubble { position: absolute; transform: translateX(-50%); width: 170px; text-align: center; padding: 12px; border-radius: 15px; color: #fff; font-weight: 700; font-size: 13px; transition: left 0.8s ease; z-index: 10; }
        .bubble::after { content: ''; position: absolute; left: 50%; transform: translateX(-50%); border: 10px solid transparent; }
        
        .curr-bubble { bottom: 74%; background: var(--sun-orange); }
        .curr-bubble::after { top: 100%; border-top-color: var(--sun-orange); }
        
        .targ-bubble { top: 68%; background: var(--sun-green); left: 43.5%; }
        .targ-bubble::after { bottom: 100%; border-bottom-color: var(--sun-green); }

        /* --- SCALE LABELS --- */
        .scale-labels-container { position: relative; width: 100%; height: 20px; margin-top: 8px; font-size: 11px; color: #64748b; font-weight: 600; }
        .scale-labels-container span { position: absolute; transform: translateX(-50%); white-space: nowrap; color:#fff }

        /* --- CLINICAL & KEEP IN MIND --- */
        .clinical-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-top: 40px; }
        /*.res-box { background: #fff; border: 1px solid var(--sun-border); border-radius: 16px; padding: 35px; }*/
        
        /*.keep-in-mind-alert { 
            background: #f4f6f8; 
            border-left: 4px solid var(--sun-navy); 
            padding: 25px 30px; 
            border-radius: 0 12px 12px 0;
            margin: 40px 0;
            font-size: 16px;
        }*/

        /* --- PILLARS --- */
        .pillars-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; text-align: center; margin: 60px 0; }
        .pillar-icon-box { margin-bottom: 20px; height: 60px; display: flex; align-items: center; justify-content: center; }
        .pillar-icon-box svg { width: 50px; height: 50px; color: var(--sun-navy); }
        .pillar-item h4 { font-size: 22px; margin-bottom: 12px; font-weight: 500; }
        .pillar-item p { font-size: 14px; color: var(--sun-muted); padding: 0 10px; }

        /* --- MANAGEMENT TABLE --- */
        .mgmt-section { text-align: center; padding: 60px 0; }
        .mgmt-header-main { font-size: 48px; font-weight: 500; text-transform: uppercase; margin-bottom: 30px; letter-spacing: 1px; }
        .mgmt-table { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
        .mgmt-card { 
    display: flex; 
    flex-direction: column; 
    align-items: center; /* Centers items horizontally */
    justify-content: center; 
    background: #fff; 
    /*border: 1px solid var(--sun-border); */
    /*padding: 30px 20px; */
    border-radius: 16px; 
    opacity: 1; 
    transition: 0.3s; 
}
        .mgmt-card svg { 
    width: 40px;  /* Small size as per screenshot */
    height: 40px; 
    margin-bottom: 15px; /* Space between icon and text */
    color: var(--sun-navy);
}
        .mgmt-card.active { opacity: 1; border-color: var(--sun-green); box-shadow: 0 10px 25px rgba(0,0,0,0.05); }
        .mgmt-status-icon { font-size: 32px; font-weight: 900; margin-top: 20px; color: #cbd5e1; }
        .active .mgmt-status-icon { color: var(--sun-green); }

        @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
        @media (max-width: 768px) { .clinical-row, .mgmt-table, .pillars-grid { grid-template-columns: 1fr; } }


.bmi_target{
    padding: 70px 0px;
    background: #fafbfc;
    position: relative;
}
.shadow_top{
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
}
.gradient_text {
    background: -webkit-linear-gradient(#7A2A87, #EC1A75);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    letter-spacing: 1px;
}
.indicate_text img{
    display: block;
    margin: auto;
}
.indicate_text span{
    color: #1E2939;
    font-weight: 500;
}

.lifestyle_box {
    width: 100%;
    padding: 10px 10px;
    border-radius: 12px;
    transition: 0.4s;
    text-align: left;
}
.lifestyle_box img{
    width: 33px;
    margin-right: 20px;
}
.lifestyle_box p span{
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    transition: 0.4s;
}
.lifestyle_box:hover {
    box-shadow: 0px 0px 10px #0000002b;
}
.lifestyle_box:hover p span{
    color: #EC1A75;
}

.bi-exclamation-circle{
    font-size: 22px;
    color: #fff;
    margin-top: -3px;
    display: block;
}
.keepmind{
    background: -webkit-linear-gradient(#7A2A87, #EC1A75);
    padding: 30px;
    border-radius: 20px;
    margin-right: 0px;
    margin-left: 0px;
    box-shadow: 0px 0px 10px #00000078;
}
.km_right{
    margin-left: -50px;
}
.km_right h6{
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
}
/*Section 2 Your BMI Result */
.bmi_resultr{
    width: 100%; 
    height: 100%; 
    position: relative; 
    background: linear-gradient(135deg, #7A2A87 0%, #EC1A75 100%);
}
.text_lavel{
    background: #FDD1B0;
    padding: 30px 70px;
    border-radius: 15px;
    margin-top: 30px;
    text-align: center;
    color: #3D3D3D;
    font-weight: bold;
}

.mgmt-section p{
    color: #364153;
}
.bmi_target{
    display: block !important;
}



/*************
******************/
/*******************************/
/*** Responsive_CSS ***/
/********************************/
/*******************************/
@media screen and (max-width: 768px) {
    .form_box {
    border-radius: 20px;
    margin-bottom:50px;
}
.keepmind {
    padding: 20px;
}
.km_right {
    margin-left: -15px;
}
.text_lavel {
    padding: 20px 30px;
}
.scale-wrapper {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.curr-bubble {
    transform: translateX(-20%) !important;
}
}

@media screen and (max-width: 575px) {
    .cal_banner_bg {
        padding: 50px 0px;
    }
    .form_box {
        padding: 30px 10px;
    }
    .bmi-cat-label{
        font-size: 30px !important;
        line-height: 13px !important;
    }
    
    .bmi-num-large {
        font-size: 40px !important;
        line-height: 12px !important;
    }
    .scale-wrapper {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
        .cal_banner_bg {
        padding: 50px 0px 0px 0px;
    }
    .calculate_bmi h3 {
        font-size: 35px;
        margin-bottom: 10px;
    } 
    
    .form-group {
     margin-bottom: 0px !important;
    }
    
    .form-label {
        width: 30%; 
        float: left;
        display: inline;
    }
    .sun-input { 
        width: 70% !important; 
        
    }
    .bmi_cal_s1 .small { 
        width: 100% !important; 
    }
    .small_l{
        margin-left: -22%; 
    }
    .small_r{
        margin-left: -0%; 
    }
    .form_box .btn { 
        padding: 15px 50px 15px 50px;
    }
    
}


