.graph-container {
    font-family: "Kommon Grotesk Medium", sans-serif;
}

.section-title,
.graph-container-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #00000080;
    margin-bottom: 16px;
}

.bar-container {
    width: 100%;
    background-color: #e0e0e0;
    height: 6px;
    position: relative;
    border-radius: 3px;
    display: flex;
    gap: 3px;
}

.bar {
    height: 6px;
    border-radius: 3px;
}

.bar-dark {
    background-color: #6B7075;
}

.bar-light {
    background-color: #ccc;
}

.text-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #333;
}

.bar-married {
    background-color: #6B7075;
}

.bar-single {
    background-color: #888C88;
}

.bar-divorced {
    background-color: #BFBEB6;
}

.bar-separated {
    background-color: #000000;
}

.bar-flex {
    display: flex;
    gap: 4px;
}

.bar-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bar_label {
    margin: 0;
    font-size: 12px;
    color: #000;
}

.bar-flex .bar-group:last-child .bar_label {
    text-align: right;
}

.bars-column-spacing {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.progressbar_repeater {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.progressbar_repeater__item {
    display: flex;
    flex-direction: row;
    cursor: pointer;
}

.progressbar_repeater__bar {
    margin-right: 24px;
    height: 24px;
    background-color: #F3F3F3;
    position: relative;
    border-radius: 4px;
    width: 100%;
}

.progressbar_repeater__bar::after {
    content: "";
    background-color: #6B7075;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: var(--percent);
    border-radius: 4px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    max-width: 100%;
    transition: width 0.5s ease-in-out;
}

.progressbar_repeater__range {
    width: 75px;
    text-align: right;
    white-space: nowrap;
    font-size: 12px;
    margin-bottom: 0;
}

.progressbar_repeater__hint {
    opacity: 0;
    position: absolute;
    top: calc(-100% - 10px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 72px;
    padding: 6px 10px;
    background-color: #777;
    color: #fff;
    transition: opacity 0.3s;
}

.progressbar_repeater__hint p {
    margin: 0;
}

.progressbar_repeater__item:hover .progressbar_repeater__hint {
    opacity: 1;
}

.progressbar_repeater__item .progressbar_repeater__hint::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #6B7075;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -3px;
    left: 15px;
}
.graph-education {
    display: flex;
    width: 100%;
    gap: 3px;
    border-radius: 4px;
    overflow: hidden;
}

.graph-bar {
    height: 24px;
}
.edu-list-graph {
    list-style-type: none;
    padding: 0;
}
.graph_list_label {
    font-size: 12px;
    color: #000;
    margin: 0 !important;
}
.graph-li-marker {
    height: 8px;
    width: 8px;
    border-radius: 100%;
    aspect-ratio: 1;
}
.edu-list-graph .graph-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-block: 24px;
    border-bottom: 1px solid #0000001a;
}

.edu-list-graph .graph-item span.edu-count{
    flex: 1;
    text-align: right;
    font-size: 12px;
}

/* School tabs */
.school-tabs { 
    list-style: none;
     padding: 0;
     display: flex;
     gap: 12px;;
     justify-content: flex-start;
     margin-bottom: 20px;
 }
 .school-tab {
    cursor: pointer;
    padding: 6px 12px;
    background: transparent;
    border-radius: 300px;
    font-weight: normal;
    font-size: 14px;
    font-family: "Kommon Grotesk Medium", sans-serif;
    border: 1px solid #6B7075;
}
.school-tab.active,
.school-tab:hover {
    background: #6B7075;
    color: white;
}
.school-tab-content.active { 
    display: block;
 }
.school-table { 
    width: 100%;
     border-collapse: collapse;
     margin-top: 10px;
     font-family: "Kommon Grotesk Medium", sans-serif;
 }
.school-table th, .school-table td { 
    padding: 10px;
     border: 1px solid #ddd;
     text-align: left;
 }
.school-type { 
    background: #000;
     color: white;
     padding: 4px 8px;
     border-radius: 3px;
     font-size: 13px;
 }
 .school-logo {
    display: block;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
}
.school-table .school-name {
    font-size: 16px;
    font-weight: 600;
}
.school-tab-pane { 
    display: none;
}
.school-tab-pane.active {
    display: block;
 }
.colored_stars {color: #CCB091 !important;
}

/* community listing */
.community-homes-section {
    text-align: center;
}
.community-homes-section h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    font-family: "Kommon Grotesk Medium", Sans-serif;
}
.community-homes-section p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    font-family: "Kommon Grotesk Medium", Sans-serif;
}
.view-all-properties {
    margin-top: 20px;
}
.view-all-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #7B7365;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 0;
    transition: 0.3s;
}
.view-all-btn:hover {
    background-color: #49443c;
}
.ui-grid.ui-grid-item {
    display: none !important;
}
.school-table th {
    border: none !important;
    border-block: 1px solid #ccc !important;
    padding: 24px 16px;
    white-space: nowrap;
}
.school-table td {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    padding: 24px 16px;
    vertical-align: middle;
    background: none !important;
    white-space: nowrap;
}
.school-table .school-grade {
    color: #555555;
    font-size: 14px;
}
.school-table .school-rating {
    font-size: 14px;
}
.school-table .school-rating-count {
    font-size: 13px;
    color: #555;
}
.no-icon-box-style .elementor-icon-box-content {
    padding-right: 10px;
}
.icon-box-style .elementor-icon-box-title,
.no-icon-box-style .elementor-icon-box-title {
    margin-top: 0;
}
.table-responsive {
    display: block;
    max-width: 100%;
    overflow: auto;
}
.school-description {
    color: #555555;
    font-family: "Kommon Grotesk Medium", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    max-width: 600px;
}

@media (max-width:1024px){
    .school-description {
        max-width: 100% ;
    }
}