body {
    font-family: "Poppins", sans-serif;
}

.hidden {
    display: none;
}

#priceModal,
#otherFeaturesModal {
    position: absolute;
    z-index: 1000;
}

.tab-link {
    border-bottom: 2px solid transparent;
    border-radius: 0.5rem 0.5rem 0 0;
}

.tab-link.active {
    background-color: #38a2db;
    color: white;
    border-bottom: 2px solid #38a2db;
    border-radius: 0.5rem 0.5rem 0 0;
}

.tab-link:hover {
    background-color: #2e8ac1;
    color: white;
}

.truncate-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-primary {
    background-color: #38a2db;
    color: white;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #2e8ac1;
}

.control-button {
    width: 36px;
    height: 36px;
    background-color: #38a2db;
    color: white;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.control-button:hover {
    background-color: #2e8ac1;
}


.tab-button {
    background: transparent;
    border: none;
    padding: 1rem;
    font-size: 1rem;
    cursor: pointer;
}

.active-tab-button {
    border-bottom: 2px solid #38a2db;
    font-weight: bold;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-button {
    background: transparent;
    border: none;
    padding: 1rem;
    font-size: 1rem;
    cursor: pointer;
}

.active-tab-button {
    border-bottom: 2px solid #38a2db;
    font-weight: bold;
}
