﻿:root {
    --fhk-font-size: 18px; /*18px = 13.5pt*/
    --fhk-header-bg-color: #ffffff;
    --fhk-aqua-color: #00a0ae;
    --fhk-aqua-color-lighther: #57c8d1;
    --fhk-gray-color: #e9e9f0;
    --fhk-orange-color: #cb6d4d;
    --fhk-pink-color: #cc007a;
    --fhk-navy-color: #242961;
    /*--fhk-button-width: 188px; */
    --fhk-button-width: 175px;
    /* --fhk-button-width-large: 270px;*/
    --fhk-button-width-large: 200px;
    /*Smaller devices*/
    --fhk-font-size-small: 16px; /*16px = 12.5pt*/
    --fhk-button-width-small: 170px;
    --primary-font-family: 'customfont',Gotham,gotham-book,sans-serif;
}
/*Boostrap styles override*/
@font-face {
    font-family: 'customfont';
    src: url('/ResourcePackages/Bootstrap5/assets/dist/fonts/gothambook.ttf') format('truetype');
}


body {
    font-size: var(--fhk-font-size);
}

.fhk_pink {
    color: #cc007a;
    font-family: var(--primary-font-family);
}

.fhk_orange {
    color: #cb6d4d;
    font-family: var(--primary-font-family);
}

.fhk_navy {
    color: var(--fhk-navy-color);
    font-family: var(--primary-font-family);
}

.fhk_aqua {
    color: #00a0ae;
    font-family: var(--primary-font-family);
}

.gothambook {
    font-family: var(--primary-font-family);
}

h1, h2, h3, h4, h5, h6, p {
    font-family: var(--primary-font-family);
}



ul.bullet {
    list-style: circle;
    list-style-position: outside;
    margin: 5px;
}

    Ul.bullet > li {
        list-style-position: inside;
        margin: 5px 0;
        padding: 5px;
    }


.row {
    --bs-gutter-x: 0;
    margin-right: initial;
}

img.card-img.img-fluid {
    z-index: -1;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #57c8d1;
}

html {
    font-family: var(--primary-font-family);
}

body {
    font-family: var(--primary-font-family);
    color: black;
}

.fhk-header {
    position: initial;
    top: 0;
    width: 100%;
    height: initial;
    z-index: 9999;
    background-color: var(--fhk-header-bg-color);
}

.fhk-body {
    /*margin-top: 98px;
    z-index: 1; /* Body content below the header */
    margin-top: initial;
    z-index: initial;
    padding-top: initial;
}

.fhk-body-secondary {
    margin-top: 0px;
}

.home_first_row {
    margin-top: auto;
}

/*fix scrolling due stop fixed menu-bar*/
html {
    scroll-padding-top: 6rem;
}

.fhk-disclaimer {
    font-size: var(--fhk-font-size);
}

.fhk-footer-links {
    color: #FCFDFF;
}

    .fhk-footer-links:hover {
        text-decoration: none;
        color: black;
    }

.fhk-disclaimer-links {
    color: #FCFDFF;
    text-decoration: underline;
}

.white-big {
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
}

.grey-big {
    position: relative;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, var(--fhk-gray-color) 10%, var(--fhk-gray-color) 90%, rgba(255,255,255,1) 100%);
    padding-top: 50px;
    padding-bottom: 50px;
}

.aqua-big {
    position: relative;
    background-color: var(--fhk-aqua-color);
}

.fhk-footer {
    margin-top: 120px;
    line-height: 1.7;
    color: #FCFDFF;
    font-size: var(--fhk-font-size);
}

.fhk-footer-gradient {
    background: var(--fhk-aqua-color);
    /*background: linear-gradient(0deg, var(--fhk-aqua-color) 0%, #67ccd6 80%, #ffffff 100%);*/
    /*Nick changes*/
    /*background: linear-gradient(0deg, rgba(13,153,167,1) 50%, rgba(73,174,184,1) 90%, rgba(102,185,194,1) 95%, rgba(247,247,247,1) 100%);*/
    background: linear-gradient(0deg, rgba(13,153,167,1) 40%, rgba(73,174,184,1) 80%, rgba(102,185,194,1) 85%, #ffffff 100%);
}

img.fhk-circle-image {
    border-radius: 50%;
    margin: auto;
    max-width: 200px;
}

span.resources-link {
    font-size: 20px;
    text-decoration: none;
    color: var(--fhk-aqua-color);
    font-weight: 500;
}

    span.resources-link:hover {
        color: black;
    }

h1 {
    font-family: var(--primary-font-family);
    color: var(--fhk-aqua-color);
    font-weight: bold;
}

h4 {
    font-family: var(--primary-font-family);
}

h5 {
    font-family: var(--primary-font-family);
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p {
    padding: 0px;
}

a, .btn-link {
    /*text-decoration: underline;*/
    color: var(--fhk-aqua-color);
    font-weight: 500;
}

    a:hover, .btn-link:hover {
        color: var(--fhk-aqua-color-lighther);
        text-decoration: none;
    }

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--fhk-aqua-color);
    border-color: var(--fhk-aqua-color);
}

.page-link {
    color: var(--fhk-aqua-color);
}

p {
    line-height: 1.5;
}

li {
    padding: 5px;
}

ul {
    list-style: disc;
}

    ul.arrowed {
        margin-left: 20px;
        margin-top: 10px;
    }

        ul.arrowed > li {
            list-style-image: url(/ResourcePackages/Bootstrap5/assets/dist/images/arrowed_note.png);
            list-style-position: outside;
            padding: 5px;
        }

ol {
    margin-left: 20px;
    margin-top: 10px;
}

    ol > li {
        list-style-image: initial;
        list-style-position: outside;
        padding: 5px;
    }
/* Main Menu*/
.logo-left-corner {
    border: 0;
    margin-top: -5px;
    text-align: center;
    max-height: 175px;
}

.fhk-nav-bar {
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 25px;
}

.nav-bar-horizontal {
    background-color: transparent;
    border: 0;
    /*padding-left: 30px;*/
    /*margin: auto;*/
}

.fhk-nav-item {
    font-weight: bold;
    font-family: var(--primary-font-family);
    font-size: var(--fhk-font-size);
    color: black !important;
}

.fhk-nav-link {
    font-weight: bold;
    color: black !important;
}

    .fhk-nav-link:hover {
        /*font-weight: bold;*/
        color: var(--fhk-aqua-color) !important;
        background-color: transparent;
    }
/* END Main Menu*/
/*Boxes*/
.blue_box {
    padding: 30px;
    background: #def1f5;
    margin-bottom: 15px;
    height: 150px;
    /*border: 1px solid #fff;*/
}

.pink_box {
    padding: 30px;
    background: #f1cfe6;
    margin-bottom: 15px;
    height: 150px;
    /*border: 1px solid #fff;*/
}

    .pink_box h4 {
        color: #ca0088;
        line-height: 20px;
    }

.blue_box h4 {
    color: #00a0b0;
    line-height: 20px;
}
/*END Boxes*/
/* SearchBox */
div.fhk-searchbox {
    border: none;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 10px
}

input.fhk-input-searchbox {
    /*width: 260px;*/
    display: flex;
    border: none;
    /*border: 1px solid var(--fhk-aqua-color);*/
    padding: 9px 4px 9px 40px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
    color: var(--fhk-aqua-color);
    font-weight: bold;
}

    input.fhk-input-searchbox:focus {
        /*width: 260px;*/
        border: 1px solid var(--fhk-aqua-color) !important;
        border-color: var(--fhk-aqua-color) !important;
        color: var(--fhk-aqua-color);
    }
/*END SearchBox */
/* LanguageSelector */
.fhk-lang-container {
    text-align: center;
    margin-top: 2px;
}


.fhk-lang-link {
    font-weight: bold;
    font-size: var(--fhk-font-size);
    color: #000000;
}

    .fhk-lang-link:hover {
        color: var(--fhk-aqua-color-lighther);
        text-decoration: none;
    }
/*END LanguageSelector */
/* Buttons*/
.blue-button {
    background-color: #00a0ae;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 12px 20px 12px 20px;
    text-decoration: none;
    text-shadow: 0px 1px 0px var(--fhk-aqua-color);
    font-weight: bold;
    font-family: var(--primary-font-family);
    min-width: var(--fhk-button-width);
    height: auto;
}


    .blue-button:hover {
        border: 1px solid var(--fhk-aqua-color);
        background-color: #ffffff;
        border-color: var(--fhk-aqua-color);
        color: #00a0ae;
        text-decoration: none;
        font-weight: 500;
        font-family: var(--primary-font-family);
    }

    .blue-button:active {
        position: relative;
        top: 1px;
        font-family: var(--primary-font-family);
        width: auto;
    }

.fhk-button {
    background-color: var(--fhk-aqua-color);
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 8px 20px 8px 20px;
    text-decoration: none;
    text-shadow: 0px 1px 0px var(--fhk-aqua-color);
    min-width: var(--fhk-button-width);
    height: 46px;
    text-align: center;
    font-weight: 700;
    font-family: var(--primary-font-family);
}

.fhk-button-large {
    background-color: var(--fhk-aqua-color);
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 8px 20px 8px 20px;
    text-decoration: none;
    text-shadow: 0px 1px 0px var(--fhk-aqua-color);
    min-width: var(--fhk-button-width-large);
    height: 46px;
    text-align: center;
    font-weight: 700;
    font-family: var(--primary-font-family);
}

.fhk-button:hover {
    border: 1px solid var(--fhk-aqua-color);
    background-color: #ffffff;
    border-color: var(--fhk-aqua-color);
    color: var(--fhk-aqua-color);
    text-decoration: none;
    font-weight: 500;
    font-family: var(--primary-font-family);
}

.fhk-button:active {
    position: relative;
    top: 1px;
    font-family: var(--primary-font-family);
}
/*Flexbox Grid Properties*/
.flex-container {
    background-color: #fff;
    display: flex;
    gap: 20px;
    justify-content: space-evenly;
    padding: 20px;
    font-family: var(--primary-font-family);
    color: black;
}

    .flex-container > div.sf_colsIn {
        width: calc(90%/3);
        height: auto;
        padding: 20px;
        background-color: #f5f5f5;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
    }

        .flex-container > div.sf_colsIn > h1,
        .flex-container > div.sf_colsIn > h2 {
            font-weight: bold;
            text-align: center;
            margin-top: 0;
        }

        .flex-container > div.sf_colsIn > p {
            padding: 10px;
            text-align: justify;
        }

/* Responsive Design */
@media (max-width: 768px) {
    .flex-container {
        flex-direction: column;
        align-items: center;
    }

        .flex-container > div.sf_colsIn {
            width: 90%;
        }
}

@media (max-width: 480px) {
    .flex-container > div.sf_colsIn {
        padding: 15px;
    }

        .flex-container > div.sf_colsIn > p {
            padding: 5px;
        }
}
/* END Button*/
/* Card*/
.white_box_container {
    background: #ffffff;
    /*opacity: 0.7;*/
    border-radius: 35px;
    border: none;
    padding: 50px 50px 50px 50px;
    margin: 100px 120px 0px 0px;
}

.white_box_secondary {
    background: #ffffff;
    border-radius: 35px;
    border: none;
    padding: 45px 50px 50px 50px;
    margin: 40px 120px 0px 0px;
    height: 360px;
    /* Optional: Set width to auto for flexibility */
    width: auto;
    height: auto;
    min-width: 400px;
}

div.fhk-card {
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 90%, rgb(255 255 255) 100%);
    border: none;
    text-align: center;
    align-items: center;
}

div.fhk-card-secondary {
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 90%, rgb(255 255 255) 100%);
    border: none;
}

div.fhk-card-grey {
    background-color: inherit;
}

h1.fhk-card-title {
    font-family: var(--primary-font-family);
    color: var(--fhk-aqua-color);
}

.fhk-splash-card-title {
    font-family: var(--primary-font-family);
    color: black;
}

p.fhk-card-text {
    font-family: var(--primary-font-family);
    font-size: var(--fhk-font-size);
    line-height: 1.5;
}

.fhk-card-body {
    padding-top: 20px;
}

.secondarypage-card-banner {
    position: relative;
}

.secondarypage-card-banner-text {
    position: absolute;
    margin-right: 30%;
    top: 0;
}

    .secondarypage-card-banner-text h2 {
        margin-top: 20px;
        line-height: 1.1;
        letter-spacing: -2px;
        font-weight: 500;
        color: var(--fhk-orange-color);
    }

    .secondarypage-card-banner-text p {
        padding-top: 2%;
        line-height: 1.4;
    }

.splash {
    position: relative;
    width: 100%;
}
/*END Card*/
/*Form */
.write_to_us {
    /*background-image: url(../../dist/images/Writetous.jpg);*/
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 5px;
}

.form_left_message {
    padding-right: 5%;
    padding-top: 0%;
}

.gray_form_container {
    background: var(--fhk-gray-color);
    opacity: 0.9;
    border-radius: 35px;
    border: none;
    padding: 20px 20px 20px 20px;
    margin: 20px 0 10px 0;
}

    .gray_form_container .form-group {
        margin-bottom: 0;
    }

.submit-form-button button, .submit-form-button button:disabled {
    background: var(--fhk-aqua-color);
    color: white;
    border: none;
    border-radius: 8px;
    width: var(--fhk-button-width);
    height: 46px;
    font-weight: 500;
    padding: 12px 20px 12px 20px;
}

    .submit-form-button button:hover {
        border: 1px solid var(--fhk-aqua-color);
        background: #ffffff;
        border-color: var(--fhk-aqua-color);
        color: var(--fhk-aqua-color);
        text-decoration: none;
    }

.on {
    color: var(--fhk-aqua-color);
    font-weight: bold;
}

.progressBarHeader {
    width: 24%;
    border-right: 2px solid #fff;
    float: left;
    text-align: center;
    background: #daf1f3; /*#daf1f3;*/
}

.progressBarRow {
    width: 24%;
    border-right: 2px solid #fff;
    float: left;
    height: 30px;
    background: #ccc
}

.progressBar {
    background: var(--fhk-pink-color);
    height: 30px;
    display: block;
}

.dollars {
    font-weight: bold;
    color: #fff;
    position: absolute;
    z-index: 999;
    margin-top: -35px;
    margin-left: 10px;
}

.divForm input[type="text"], .divForm input[type="tel"], .divForm input[type="email"],
.divForm input[type="date"], .divForm input[type="time"], .divForm input[type="number"], .divForm select {
    width: 300px;
}
/*END form*/
/*Resources Table*/
table.fullpay {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}

.fullpay .on {
    background: #eee;
    font-weight: normal;
    color: black;
}

/* MIN width*/
@media (min-width: 1200px) {
    .container {
        /*width: 1700px;*/
        max-width: 1380px;
    }

    .fhk-header {
        position: sticky;
        top: 0;
        width: 100%;
        height: 97px;
        background-color: var(--fhk-header-bg-color);
        z-index: 9999;
    }

    body {
        margin: 0;
        padding: 0;
    }
}

/* Tablets screen MAX width*/
@media (max-width: 1400px) {
    .white_box_container {
        padding: 30px 20px 30px 20px;
        margin: auto;
        margin-top: 50px;
        border: none;
    }
}

@media (max-width: 1200px) {
    .fhk-card-body {
        padding-top: 5px;
    }

    .fhk-lang-link {
        font-size: var(--fhk-font-size-small);
    }
}

@media (max-width: 1100px) {

    .fhk-footer {
        margin-top: 70px;
    }

    .white-big {
        padding-bottom: 0px;
    }

    .home_first_row {
        margin-top: 50px;
    }
}

@media (max-width: 992px) {
    /* Boostrap override*/
    .home_first_row {
        margin-top: 300px;
    }

    .fhk-footer-gradient {
        background: var(--fhk-aqua-color);
        background: linear-gradient(0deg, var(--fhk-aqua-color) 0%, #67ccd6 90%, #ffffff 100%);
    }

    .white_box_container {
        margin: 290px auto;
        border-radius: 0px;
        background: inherit;
    }

    .white_box_secondary {
        position: relative; /* Keep it in the document flow */
        border: 2px solid #d3d3d3; /* Light grey border */
        padding: 20px 5px 20px 5px;
        margin-top: 0px;
        width: 800%;
    }

    .white_box_secondary_small {
        position: relative;
        border: 2px solid #d3d3d3; /* Light grey border */
        border-radius: 35px;
        padding: 20px 10px 20px 10px;
    }

    .fhk-button {
        padding: 10px 20px 10px 20px;
        width: var(--fhk-button-width-small);
    }

    body {
        font-size: var(--fhk-font-size-small);
    }

    .secondarypage-card-banner-text {
        position: relative;
        margin-right: 0;
    }

        .secondarypage-card-banner-text h2 {
            font-size: 40px;
        }

    .gray_form_container {
        margin: 0px 0 0px 0;
    }

    .flex-container > div.sf_colsIn {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .home_first_row {
        margin-top: 300px;
    }

    .white_box_container {
        margin: 260px auto;
    }
}

@media (max-width: 667px) {
    .home_first_row {
        margin-top: 300px;
    }

    .white_box_container {
        margin: 220px auto;
    }

    .white_box_secondary {
        margin-top: 0px;
    }
}
/*

@media (max-width: 576px) {
    .home_first_row {
        margin-top: 350px;
    }

    .fhk-body-secondary {
        margin-top: 0px;
    }

    .white_box_container {
        margin: 120px auto;
        position: relative;
    }

    .fhk-nav-bar {
        padding: 0px 0px 0px 0px;
    }
}

    */

/*additional styles*/
.question {
    font-weight: bold;
}

.answer {
    margin-top: 5px;
    margin-bottom: 25px;
    /*color: #122364;*/
    line-height: 150%;
}

/* DIV TABLE for Benefits table*/
.dt div {
    float: left;
    width: 60%;
    padding: 5px 0;
    border-top: 2px #ca0088 solid;
    margin: 0 0 15px;
}

    .dt div + div {
        float: left;
        border-top: 2px #0c1844 solid;
        border-top: 2px #b5ce29 solid;
        width: 30%;
    }

.dt h5 {
    line-height: 1.5;
    padding: 0;
    margin: 0 10px 10px;
}

.dt p {
    line-height: 1.5;
    padding: 0;
    margin: 0 10px 10px;
}

.dt div + div p {
    font-weight: bold;
}

tr.on2 {
    background: #ddd;
}

.fhk-banner {
    background-color: red;
    color: black;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
}


/* underline for titles */
.fhk_title_underline {
    position: relative;
    text-align: center;
}

    /* Centered line below the title */
    .fhk_title_underline::after {
        content: '';
        position: absolute;
        left: 50%; /* Start at the middle */
        transform: translateX(-50%); /*  Center align the line */
        bottom: -8px; /* Position the line slightly below the title */
        height: 2px;
        width: 15%; /* Width of the line */
        background-color: var(--fhk-pink-color); /* Line color */
    }

/*Calendar Styles*/
/* Style for the date container */
.date {
    background-color: #f5f5f5; /* Black background */
    color: black; /* White font */
    font-weight: bold; /* Make the text bold */
    width: 250px; /* Increased width to make the square larger */
    height: 250px; /* Increased height to make the square larger */
    display: flex;
    flex-direction: column; /* Arrange day and month in separate rows */
    justify-content: center; /* Center the content vertically */
    align-items: center; /* Center the content horizontally */
    border-radius: 35px; /* Round the corners */
    text-align: center;
    padding: 80px; /* Add padding around the content inside the date container */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}

    /* Style for the day (font size is double that of the month) */
    .date .day {
        font-size: 48px; /* Increased font size for the day */
    }

    /* Style for the month */
    .date .month {
        font-size: 18px; /* Increased font size for the month */
    }

/* Style for the time with the clock icon */
.time {
    display: flex; /* Flexbox to align icon and time */
    align-items: center; /* Vertically align the content */
    color: #000; /* Default color for time text */
}

    /* Add the clock icon before the time */
    .time::before {
        content: '\f017'; /* Unicode for the clock icon */
        font-family: 'Font Awesome 6 Free'; /* Updated Font Awesome family for FontAwesome 5+ */
        font-weight: 900; /* Ensures the solid style is used */
        margin-right: 5px; /* Space between icon and time */
        color: #000; /* Icon color */
    }

@media (max-width: 667px) {

    .date {
        width: 200px; /* Increased width to make the square larger */
        height: 200px; /* Increased height to make the square larger */
    }
}

@media (max-width: 992px) {

    .date {
        width: 100px; /* Increased width to make the square larger */
        height: 100px; /* Increased height to make the square larger */
    }
}

/* Style for the highlighted date 
.highlighted-date {
background-color: #FFFFC5; 
color: black; 
border-radius: 35%; 
padding: 2px 10px 2px 10px; 
display: inline-block; 
}*/

/*media queries*/
@media only screen and (max-width: 500px) {
    

        *, *::before, *::after {
            box-sizing: border-box;
      
        }

        img{
         
            height:auto;
            max-width:100%;
        }

        .home_first_row {
            margin-top: 380px;
        }

        .fhk-body-secondary {
            margin-top: 15px;
        }

        .white_box_container {
            margin: 120px auto;
            position: relative;
        }
    row white-big home_first_row

    .fhk-nav-bar {
        padding: 5px;
        
    }

        h1.fhk-card-title {
            margin-top: 15px;
        }


  

        .mb-4 {
            height: auto;
            padding: 10px;
            margin: 10px 0; /* Add spacing to avoid stacking */
        }

         

        /* Buttons */
        .fhk-button, .blue-button, .fhk-button-large {
            min-width: var(--fhk-button-width-small);
            height: auto;
            box-sizing: border-box; /* Prevent overflow due to padding */
            text-align: center;
            display: flex;
            justify-content: center;
            align-content: center;
            padding: 0px;
            margin:0px;
        }


            .fhk-button:hover, .blue-button:hover, .fhk-button-large:hover {
                background-color: var(--fhk-aqua-color-lighther);
            }

        h3.position-relative {
            margin-top: 20px;
        }

        ul.arrowed > li {
            margin: 10px 0;
            height: auto;
        }
    }




.calculator-table {
    width: 90%;
    margin: 40px auto;
    background: white;
    padding: 20px;
    text-align: center;
}

    .calculator-table .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
    }

    .calculator-table .header div {
        flex: 1;
        min-width: 100px;
        padding: 10px;
        text-align: center;
        background: #daf1f3;
        border-right: 2px solid #fff;
    }

    .calculator-table .progress-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        position: relative;
        margin: 0px 0;
    }

    .calculator-table .progress-fhk {
        flex: 1;
        height: 30px;
        background: #ccc;
        border-right: 2px solid #fff;
        position: relative;
        display: flex;
        font-weight: bold;
    }

        .calculator-table .progress-fhk span {
            display: block;
            height: 100%;
            background: var(--fhk-pink-color, #ff6384);
        }

        /* Aligning $ to the left inside the progress bar */
        .calculator-table .progress-fhk:first-child::before {
            content: "$";
            position: absolute;
            left: 5px;
            color: white;
            font-weight: bold;
        }

    /* Third Row: Centering Values Between Progress Bar Columns */
    .calculator-table .value-row {
        display: flex;
        justify-content: space-between;
        width: 100%;
        position: relative;
        margin-top: 0px; /* Adjust if necessary */
        padding: 0 5%; /* Add some padding to prevent overflow */
    }

    .calculator-table .value {
        flex: 1;
        text-align: center;
        position: relative;
        margin-left: -5%; /* Shift left to center between columns */
        white-space: nowrap;
    }

        .calculator-table .value::before {
            content: attr(data-value); /* Fetch the actual value */
            position: absolute;
            left: 45%;
            /*transform: translateX(-50%);*/
            white-space: nowrap;
        }

@media (max-width: 1024px) {
    .calculator-table {
        display: none;
    }
}
