.hero-krankenkasse {
    position: relative;
    background: linear-gradient(rgba(0, 153, 204, 0.65), rgba(0, 153, 204, 1)), 
                url('/images/krankenkasse-hero.webp') no-repeat center center/cover;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}
.hero-content {
    position: relative;
    z-index: 1;
    padding: 80px 20px;
}
.cta-box-krankenkasse {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    max-width: 450px;
    margin: 30px auto 0;
    text-align: left;
}
.cta-box-krankenkasse h3 {
    color: #005D80;
    margin-bottom: 20px;
    text-align: center;
}
.cta-btn-krankenkasse {
    background-color: #ff6600;
    color: black; 
    margin-top: 15px;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s;
    width: 100%;
    text-decoration: none;
    display: block;
    text-align: center;
}
.cta-btn-krankenkasse:hover {
    background-color: #e65c00;
}
.content-section-krankenkasse {
    padding: 40px 0;
    line-height: 1.7;
}
.content-section-krankenkasse h2, .content-section-krankenkasse h3 {
    color: #005D80;
    margin-top: 25px;
    border-bottom: 2px solid #e0f6ff;
    padding-bottom: 5px;
}
.content-section-krankenkasse h2 {
    color: #000;
}
h3 {
    font-size: clamp(0.9em, 3.3vw, 1.3em);
}
.franchise-content {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
    background: #f9f9f9;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}
.franchise-content.active {
    max-height: 2000px;
}
.franchise-title {
    cursor: pointer;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    text-align: left;
    font-weight: bold;
}
.franchise-title:hover {
    background: #FBFFF9;
}
.price-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 10px;
    background-color: #f8f8f8;
    overflow: hidden;
}
.row {
    background: white;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.row div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.row:last-child {
    border-bottom: none;
}
.priceleft {
    width: auto;
    text-align: left;
}
.priceright {
    width: 130px;
    text-align: left;
}
.blue-button {
    background-color: blue;
    color: #fff;
    padding: 7px 10px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
}
.close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
#modelPopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 1002;
    max-width: 600px;
    max-height: 700px;
    overflow-y: auto;
    line-height: 1.5;
}
.buttonblu {
    padding: 2px 15px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(45deg, #007BFF, #0056b3);
    border: none;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    width: auto;
}
.buttonblu:hover {
    background: linear-gradient(45deg, #0056b3, #003f7f);
    color: #FFD700;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}
.buttonblu:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.model-info-button {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    text-decoration: underline;
    color: #0064D2;
}
.model-info-button:hover {
    text-decoration: none;
}
.error-message {
    color: red;
}
.summary-wrapper {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin: 25px 0;
    font-family: Arial, sans-serif;
    align-items: stretch;
}
.best-premium-summary {
    flex: 1;
    background: #f0f7ff; 
    border: 2px solid #007bff; 
    padding: 15px; 
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
.group-title {
    margin-top: 0; 
    color: #0056b3; 
    font-size: 1.25em !important; 
    font-weight: bold;
    margin-bottom: 12px;
    border-bottom: 1px solid #cce5ff;
    padding-bottom: 8px;
    display: block;
}
.best-premium-summary h2.group-title {
    line-height: 1.2;
    text-align: left;
    color: #007EA8;
}
.data-row {
    display: block;
    margin-bottom: 8px; 
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}
.data-row strong {
    color: #000;
    font-weight: 600;
}
.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
}
.faq-main-title {
    font-size: 1.6em;
    color: #333;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}
.faq-main-title::after {
    content: '';
    width: 60px;
    height: 3px;
    background: #007bff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}
.faq-item {
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
}
.faq-question {
    width: 100%;
    padding: 15px 20px;
    background: #fff;
    border: none;
    outline: none;
    text-align: left;
    font-size: 1.1em;
    font-weight: 600;
    color: #0056b3;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}
.faq-question:hover {
    background: #f0f7ff;
}
.faq-question::after {
    content: '+';
    font-size: 1.5em;
    color: #007bff;
}
.faq-item.active .faq-question::after {
    content: '−';
}
.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background: #fafafa;
    color: #555;
    font-size: 0.95em;
    line-height: 1.6;
}
.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 15px 20px;
}
.button-link {
    display: inline-block;
    min-width: 120px;
    max-width: 120px;
    padding: 7px 10px;
    margin: 5px;
    background-color: #f0f4f8;
    color: #005D80;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #d1d9e0;
    font-size: 0.9em;
    font-weight: 600;
    transition: all 0.3s ease;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button-link:hover {
    background-color: #005D80;
    color: white;
    border-color: #005D80;
}
.best-premium-summary a {
    transition: all 0.3s ease; /* Kjo e bën lëvizjen e butë */
}

.best-premium-summary a:hover {
    filter: brightness(1.1);
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
    transform: translateY(-2px); /* E ngre butonin pak lart */
}

.best-premium-summary a:active {
    transform: translateY(0); /* Kur e klikon, kthehet në vend */
}
@media(max-width:768px){
.hero-krankenkasse {
    background: linear-gradient(rgba(0, 153, 204, 0.65), rgba(0, 153, 204, 1)), 
                url('/images/krankenkasse-hero-m.webp') no-repeat center center/cover;
}
.row {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.price-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#modelPopup {
    width: 90%;
    max-width: none;
    max-height: 90vh;
    border-radius: 6px;
    padding: 15px;
}
.summary-wrapper {
    flex-direction: column;
}
.best-premium-summary {
    width: 100%;
    background: #fdfdfd;
    border: 1px solid #eee;
    border-left: 5px solid #007bff;
}
.data-row {
    font-size: 15px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.content-section-krankenkasse .container>div{flex-direction:column!important}}
