@font-face {
    font-family: jano;
    src: url(../fonts/JanoSansProRegular.woff);
}

@font-face {
    font-family: janobold;
    src: url(../fonts/JanoSansProSemiBold.woff);
}

@font-face {
    font-family: janomed;
    src: url(../fonts/JanoSansProMedium.otf) format("opentype");
}

@font-face {
    font-family: janolight;
    src: url(../fonts/JanoSansProLight.otf) format("opentype");
}

body {
    font-family: jano;
/*     margin: 20px;
    background: #f5f5f5; */
}

/* .container {
    max-width: 1000px;
    margin: 0 auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 15px;
} */
.janolight{
    font-family: janolight;
}
.janobold{
    font-family: janobold;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="number"],
select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

button {
    background: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
}

button:hover {
    background: #0056b3;
}

.results {
    margin-top: 30px;
}

.keeper-card {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
    background: #f9f9f9;
}

.keeper-card h3 {
    margin-top: 0;
    color: #333;
}

.dimensions {
    color: #666;
    font-size: 14px;
}

.tag-Y {
    color: green;
    font-weight: bold;
}

.tag-N {
    color: red;
    font-weight: bold;
}

.unit-badge {
    background: #007bff;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    margin-left: 5px;
}

.stats {
    background: #e9ecef;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.stats h3 {
    margin-top: 0;
}

.conversion-info {
    background: #d4edda;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
}
.txt-red{
    color: rgb(174, 21, 60);
}
.btn-search{
    background-color: rgb(174, 21, 60);
    color: white;
    height: 100%;
    width: 80%;
    font-size: 20px;
}
input.measures{
    border: 3px solid #242d3a;
}
.unit-selector{
    --bs-form-select-bg-img: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>")!important;
    background-color: #242d3a;
}
.inter{
    background-color: rgb(174, 21, 60);
    padding: 2px 10px;
    border-radius: 50%;
    text-align: center;
    color: white;
    cursor: pointer;
}

.learnmore{
    text-align: center;
    border-radius: 50px;
    border: 3px solid rgb(174, 21, 60);
    cursor: pointer;
    padding: 10px 60px;
    font-size: 1.3rem;
    text-decoration: none;
    color: black;
}

.accordion{
    --bs-accordion-border-color: none!important;
}
.rotar{
    background-color: white!important;
    color: black!important;
    border: 3px solid #242d3a;
    border-radius: 35px!important;
    box-shadow: none!important;
}


@media (max-width: 768px) {
    .option-group {
        flex-direction: column;
        gap: 10px;
    }
}