/* style/promotions-holiday-specials.css */

.page-promotions-holiday-specials {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-promotions-holiday-specials__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-promotions-holiday-specials__hero {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-holiday-specials__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,blue,gold_pattern]') no-repeat center center/cover;
    opacity: 0.15;
    z-index: 0;
}

.page-promotions-holiday-specials__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-promotions-holiday-specials__highlight {
    color: #ffc107;
}

.page-promotions-holiday-specials__hero-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-promotions-holiday-specials__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-promotions-holiday-specials__btn--primary {
    background-color: #ffc107;
    color: #000;
    border: none;
}

.page-promotions-holiday-specials__btn--primary:hover {
    background-color: #e0a800;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.page-promotions-holiday-specials__btn--secondary {
    background-color: #007bff;
    color: #fff;
    border: 2px solid #ffc107;
}

.page-promotions-holiday-specials__btn--secondary:hover {
    background-color: #0056b3;
    border-color: #e0a800;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.page-promotions-holiday-specials__btn--link {
    background: none;
    color: #007bff;
    border: none;
    padding: 0;
    font-size: 1em;
    text-decoration: underline;
    box-shadow: none;
}

.page-promotions-holiday-specials__btn--link:hover {
    color: #0056b3;
    transform: none;
    box-shadow: none;
}

.page-promotions-holiday-specials__section {
    padding: 60px 0;
    text-align: center;
}

.page-promotions-holiday-specials__section:nth-of-type(even) {
    background-color: #f1f1f1;
}

.page-promotions-holiday-specials__section-title {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #007bff;
    font-weight: bold;
}

.page-promotions-holiday-specials__section-description {
    font-size: 1.1em;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: #555;
}

.page-promotions-holiday-specials__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-holiday-specials__card {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-holiday-specials__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-promotions-holiday-specials__card-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-promotions-holiday-specials__card-title {
    font-size: 1.5em;
    color: #007bff;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-promotions-holiday-specials__card-text {
    font-size: 1em;
    color: #666;
}

.page-promotions-holiday-specials__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-holiday-specials__promo-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-holiday-specials__promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-promotions-holiday-specials__promo-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.page-promotions-holiday-specials__promo-card h3,
.page-promotions-holiday-specials__promo-card p,
.page-promotions-holiday-specials__promo-card a {
    padding: 0 25px;
}

.page-promotions-holiday-specials__promo-title {
    font-size: 1.4em;
    color: #007bff;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-promotions-holiday-specials__promo-text {
    font-size: 0.95em;
    color: #666;
    margin-bottom: 20px;
}

.page-promotions-holiday-specials__promo-card .page-promotions-holiday-specials__btn {
    margin-bottom: 25px;
    margin-left: 25px;
}

.page-promotions-holiday-specials__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-holiday-specials__step {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
}

.page-promotions-holiday-specials__step-number {
    background-color: #ffc107;
    color: #000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    font-weight: bold;
    margin: -55px auto 20px auto;
    border: 3px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-promotions-holiday-specials__step:first-child .page-promotions-holiday-specials__step-number {
    margin-top: -55px; /* Adjust for first element to align with others if padding is different */
}

.page-promotions-holiday-specials__step-title {
    font-size: 1.4em;
    color: #007bff;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-promotions-holiday-specials__step-text {
    font-size: 0.95em;
    color: #666;
    margin-bottom: 20px;
}

.page-promotions-holiday-specials__list {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 40px auto;
    text-align: left;
}

.page-promotions-holiday-specials__list li {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 20px 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: flex-start;
    color: #444;
}

.page-promotions-holiday-specials__list li::before {
    content: '✓';
    color: #ffc107;
    font-size: 1.2em;
    font-weight: bold;
    margin-right: 15px;
    flex-shrink: 0;
}

.page-promotions-holiday-specials__text-center {
    text-align: center;
    font-size: 1.1em;
    margin-top: 30px;
    color: #555;
}

.page-promotions-holiday-specials__faq .page-promotions-holiday-specials__accordion {
    max-width: 900px;
    margin: 40px auto;
}

.page-promotions-holiday-specials__accordion-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-promotions-holiday-specials__accordion-header {
    background-color: #007bff;
    color: #fff;
    padding: 18px 25px;
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-promotions-holiday-specials__accordion-header:hover {
    background-color: #0056b3;
}

.page-promotions-holiday-specials__accordion-header::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-promotions-holiday-specials__accordion-header.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-promotions-holiday-specials__accordion-content {
    padding: 0 25px;
    background-color: #fefefe;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-promotions-holiday-specials__accordion-content p {
    padding: 15px 0;
    margin: 0;
    color: #555;
    font-size: 0.95em;
}

.page-promotions-holiday-specials__accordion-header.active + .page-promotions-holiday-specials__accordion-content {
    max-height: 200px; /* Adjust as needed for content length */
    padding: 15px 25px;
}

.page-promotions-holiday-specials__cta-final {
    background: linear-gradient(135deg, #0056b3, #007bff);
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.page-promotions-holiday-specials__cta-final-content {
    max-width: 900px;
}

.page-promotions-holiday-specials__cta-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.page-promotions-holiday-specials__cta-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-promotions-holiday-specials__hero-title {
        font-size: 2.5em;
    }
    .page-promotions-holiday-specials__section-title,
    .page-promotions-holiday-specials__cta-title {
        font-size: 2em;
    }
    .page-promotions-holiday-specials__grid,
    .page-promotions-holiday-specials__promo-grid,
    .page-promotions-holiday-specials__steps-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-promotions-holiday-specials__hero {
        padding: 80px 0;
    }
    .page-promotions-holiday-specials__hero-title {
        font-size: 2em;
    }
    .page-promotions-holiday-specials__hero-description {
        font-size: 1em;
    }
    .page-promotions-holiday-specials__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-promotions-holiday-specials__section {
        padding: 40px 0;
    }
    .page-promotions-holiday-specials__section-title,
    .page-promotions-holiday-specials__cta-title {
        font-size: 1.8em;
    }
    .page-promotions-holiday-specials__promo-image {
        height: 180px;
    }
    .page-promotions-holiday-specials__step-number {
        width: 45px;
        height: 45px;
        font-size: 1.5em;
        margin-top: -50px;
    }
    .page-promotions-holiday-specials__accordion-header {
        font-size: 1em;
        padding: 15px 20px;
    }
    .page-promotions-holiday-specials__accordion-content {
        padding: 0 20px;
    }
    .page-promotions-holiday-specials__accordion-content p {
        padding: 10px 0;
    }
    .page-promotions-holiday-specials__cta-title {
        font-size: 2.2em;
    }
}

@media (max-width: 480px) {
    .page-promotions-holiday-specials__hero-title {
        font-size: 1.8em;
    }
    .page-promotions-holiday-specials__section-title,
    .page-promotions-holiday-specials__cta-title {
        font-size: 1.5em;
    }
    .page-promotions-holiday-specials__btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    .page-promotions-holiday-specials__card-title,
    .page-promotions-holiday-specials__promo-title,
    .page-promotions-holiday-specials__step-title {
        font-size: 1.2em;
    }
    .page-promotions-holiday-specials__promo-image {
        height: 150px;
    }
    .page-promotions-holiday-specials__list li {
        padding: 15px 20px;
    }
}