.preserve-faq-section {
    padding: 90px 0 100px;
    background-color: #ffffff;
}

/* Illustration */
.preserve-faq-illustration {
    margin-bottom: 40px;
}

.preserve-faq-image {
    max-width: 520px;
    width: 100%;
    height: auto;
}

/* Header */
.preserve-faq-header {
    margin-bottom: 40px;
}

.preserve-faq-title {
    font-size: 3.9rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.preserve-faq-subtitle {
    font-size: 1rem;
    letter-spacing: 0.24em;
    color: #32939d; /* ή #b88b58 αν θες το χρυσό */
}

/* FAQ LIST */
.preserve-faq-list {
    max-width: 900px;
    margin: 0 auto;
}

/* ITEM */
.preserve-faq-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
}

/* QUESTION BUTTON */
.preserve-faq-question {
    width: 100%;
    padding: 0;
    background: none;
    border: none;
    text-align: left;

    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 1.35rem;
    font-weight: 500;
    color: #222222;
    cursor: pointer;
}

.preserve-faq-question:focus {
    outline: none;
}

/* ICON WRAPPER */
.faq-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #32939d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #32939d;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.faq-icon i {
    font-size: 1.1rem;
    line-height: 1;
}

/* OPEN STATE */
.preserve-faq-item.open .faq-icon {
    background-color: #32939d;
    color: #ffffff;
}

/* ANSWER */
.preserve-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.preserve-faq-answer-inner {
    padding: 15px 0 5px;
    font-size: 1rem;
    line-height: 1.7;
    color: #444444;
}

/* Responsive */
@media (max-width: 991.98px) {
    .preserve-faq-title {
        font-size: 1.5rem;
    }
	.preserve-faq-section {
    padding: 10px 0 10px;
    
    }

	.preserve-faq-illustration {
	  margin-bottom: 10px;
	}
    
	.preserve-faq-header {
	margin-bottom: 10px;
    }
	
}

@media (max-width: 767.98px) {
    .preserve-faq-question {
        font-size: 1.1rem;
    }
    .preserve-faq-title {
        font-size: 2.2rem;
    }
}
