/* ========================================
   SERVICE & REPAIR PAGE STYLES
   Cartridge World Cyprus
   ======================================== */

/* --- FEATURES SECTION --- */
.features-section-custom {
    background-color: #ffffff;
    padding: 40px 0;
}

.features-grid-custom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.feature-item-custom {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    text-align: left;
}

.feature-icon-custom {
    width: 60px;
    height: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFA500;
    border-radius: 50%;
    padding: 12px;
}

.feature-icon-custom img {
    max-width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
}

.feature-content-custom {
    flex: 1;
}

.feature-item-custom h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px 0;
}

.feature-item-custom p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* --- REPAIR CONTENT SECTION --- */
.repair-section-custom {
    padding: 80px 0;
}

.repair-section-custom:nth-child(even) {
    background-color: #fff;
}

.repair-section-custom:nth-child(odd) {
    background-color: #f8f9fa;
}

.repair-content-custom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.repair-content-custom.reverse .repair-text-custom {
    order: 2;
}

.repair-content-custom.reverse .repair-image-custom {
    order: 1;
}

.repair-text-custom h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px 0;
}

.repair-text-custom h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 25px 0 10px 0;
}

.repair-text-custom p {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    margin: 0 0 15px 0;
}

.repair-text-custom strong {
    font-weight: 700;
    color: #1a1a1a;
}

.repair-image-custom img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-info-custom {
    margin-top: 40px;
    text-align: center;
    padding: 30px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.repair-section-custom:nth-child(odd) .contact-info-custom {
    background-color: #f8f9fa;
}

.phone-icon-custom {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-icon-custom img {
    max-width: 100%;
    height: auto;
    filter: brightness(0) saturate(100%) invert(72%) sepia(77%) saturate(1234%) hue-rotate(359deg) brightness(102%) contrast(101%);
}

.phone-number-custom {
    font-size: 2rem;
    font-weight: 700;
    color: #ffc107;
    margin: 0 0 10px 0;
}

/* --- HP UPDATES SECTION --- */
.hp-updates-section-custom {
    padding: 80px 0;
    background-color: #fff;
}

.hp-updates-content-custom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.hp-updates-text-custom h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px 0;
}

.hp-updates-text-custom h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0096d6;
    margin: 30px 0 15px 0;
}

.hp-updates-text-custom p,
.hp-updates-text-custom li {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
}

.hp-updates-text-custom ul,
.hp-updates-text-custom ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.help-note-custom {
    margin-top: 30px;
    padding: 20px;
    background-color: #e3f2fd;
    border-left: 4px solid #0096d6;
    border-radius: 6px;
}

.hp-updates-image-custom img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* --- PRICE LIST SECTION --- */
.price-list-section-custom {
    padding: 80px 0;
    background-color: #fff;
}

.price-list-section-custom h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin: 0 0 50px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price-table-wrapper-custom {
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.price-table-header-custom {
    background-color: #f8f9fa;
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: background-color 0.3s ease;
}

.price-table-header-custom:hover {
    background-color: #e9ecef;
}

.price-table-header-custom.active {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.toggle-icon-custom {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffc107;
    width: 25px;
    text-align: center;
}

.price-table-header-custom h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.price-table-content-custom {
    display: none;
}

.price-table-content-custom.show {
    display: block;
}

.price-table-custom {
    width: 100%;
    border-collapse: collapse;
}

.price-table-custom th {
    padding: 15px 20px;
    text-align: left;
    background-color: #f8f9fa;
    border-bottom: 2px solid #e0e0e0;
}

.price-table-custom td {
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.price-table-custom td:last-child {
    text-align: right;
    font-weight: 600;
    color: #ffc107;
}

/* --- TESTIMONIALS SECTION --- */
.testimonials-section-custom {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.testimonials-section-custom h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin: 0 0 50px 0;
}

.testimonials-grid-custom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.testimonial-card-custom {
    background-color: #fff;
    padding: 35px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
}

.testimonial-quote-custom p {
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
    margin: 0 0 20px 0;
    font-style: italic;
}

.star-custom {
    color: #ffc107;
    font-size: 1.2rem;
}

.testimonial-author-custom {
    margin-top: 15px;
}

.testimonial-author-custom strong {
    display: block;
    font-size: 1rem;
    color: #1a1a1a;
}

.author-title-custom {
    font-size: 0.9rem;
    color: #999;
}

.quote-mark-custom {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 4rem;
    color: #f0f0f0;
    font-family: Georgia, serif;
    line-height: 1;
}

/* --- RESPONSIVE STYLES --- */
@media (max-width: 1024px) {
    .features-grid-custom {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .repair-content-custom,
    .repair-content-custom.reverse {
        grid-template-columns: 1fr !important;
        gap: 40px;
    }

    .repair-content-custom.reverse .repair-text-custom,
    .repair-content-custom.reverse .repair-image-custom {
        order: unset;
    }

    .hp-updates-content-custom {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .features-grid-custom {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .testimonials-grid-custom {
        grid-template-columns: 1fr;
    }
}