.webstudio_albania30 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.webstudio_albania30 {
    background-color: #0086ff;
    padding: 1rem;
    width: 100%;
    overflow: hidden;
}

.webstudio_albania30 .container30 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5px;
}

.webstudio_albania30 .title30 {
    text-align: center;
    color: #fff;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    word-wrap: break-word;
    hyphens: auto;
}

.webstudio_albania30 .faq-container30 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.webstudio_albania30 .faq-item30 {
    width: 100%;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease;
    height: auto;
    min-height: 80px;
    margin-bottom: 1.5rem;
}

.webstudio_albania30 .faq-wrapper30 {
    width: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transition: all 0.5s ease;
    backdrop-filter: blur(10px);
    height: 100%;
    min-height: 80px;
}

.webstudio_albania30 .faq-item30.active .faq-wrapper30 {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
    min-height: 160px;
    height: auto;
    padding-bottom: 2.5rem;
}

.webstudio_albania30 .faq-question30 {
    padding: 1rem;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center;
    position: relative;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    hyphens: auto;
}

.webstudio_albania30 .faq-answer30 {
    display: none;
}

.webstudio_albania30 .faq-item30.active .faq-answer30 {
    display: block;
    height: auto !important;
    overflow: visible !important;
}

.webstudio_albania30 .faq-answer-content30 {
    padding: 0 1.5rem 15px; /* Added 15px padding to the bottom of the content */
    color: #ffffff;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    text-align: center;
    hyphens: auto;
    margin-bottom: 20px; /* Added extra margin at the bottom */
}

.webstudio_albania30 .faq-item30:hover .faq-wrapper30 {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.webstudio_albania30 .faq-item30.active .faq-wrapper30 {
    background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
    .webstudio_albania30 {
        padding: 0.8rem 0.5rem;
    }

    .webstudio_albania30 .container30 {
        padding: 0 8px;
    }

    .webstudio_albania30 .title30 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        padding: 0 8px;
    }

    .webstudio_albania30 .faq-question30 {
        font-size: 1rem;
        padding: 0.8rem 0.5rem;
    }

    .webstudio_albania30 .faq-answer-content30 {
        padding: 0 1rem 15px; /* Maintained 15px padding in mobile */
        font-size: 0.95rem;
        line-height: 1.5;
        margin-bottom: 20px; /* Maintained margin in mobile */
    }

    .webstudio_albania30 .faq-container30 {
        gap: 1rem;
    }
    
    .webstudio_albania30 .faq-item30.active .faq-wrapper30 {
        padding-bottom: 4rem;
        clip-path: polygon(0 0, 100% 0, 100% 97%, 50% 100%, 0 97%);
    }
}