.elementor-93 .elementor-element.elementor-element-6e1b2403{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS */#specials-page {
    --primary-dark: #2C3E50;
    --accent-teal: #0abbb5;
    --bg-light: #F9F9F9;
    --text-body: #555555;
    --white: #FFFFFF;
    --sale-red: #e74c3c;

    font-family: 'Lato', sans-serif;
    color: var(--text-body);
    line-height: 1.6;
}

/* Typography */
#specials-page h1,
#specials-page h2,
#specials-page h3,
#specials-page h4 {
    font-family: 'Lato', sans-serif;
    color: var(--primary-dark);
    line-height: 1.3;
    margin: 0;
}

#specials-page h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

#specials-page h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

#specials-page h3 {
    font-size: 1.3rem;
    font-weight: 600;
}

#specials-page p {
    margin: 0 0 1rem 0;
    font-size: 1rem;
    line-height: 1.7;
}

/* Hero Section */
#specials-page .sp-page-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                url('/wp-content/uploads/2025/11/homeimg4.jpg') no-repeat center center;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    position: relative;
}

#specials-page .sp-hero-overlay h1 {
    color: var(--white);
    font-size: 3.5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#specials-page .sp-hero-overlay p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    color: var(--white);
}

/* Container */
#specials-page .sp-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* Service Intro */
#specials-page .sp-service-intro {
    text-align: center;
    background: var(--white);
}

#specials-page .sp-service-intro h2 {
    color: var(--primary-dark);
    margin-bottom: 1.5rem;
}

#specials-page .sp-service-intro p {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.05rem;
    color: var(--text-body);
}

/* Special Banner */
#specials-page .sp-banner {
    background: linear-gradient(135deg, var(--accent-teal) 0%, #08a39e 100%);
    padding: 40px 0;
    text-align: center;
}

#specials-page .sp-banner-title {
    color: var(--white);
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

#specials-page .sp-banner-subtitle {
    color: var(--white);
    font-size: 1.1rem;
    margin: 0;
}

/* Specials Section */
#specials-page .sp-specials-section {
    background: var(--bg-light);
    border-top: 3px solid var(--accent-teal);
}

#specials-page .sp-specials-section.sp-alt-bg {
    background: var(--white);
}

#specials-page .sp-section-title {
    text-align: center;
    color: var(--primary-dark);
    margin-bottom: 2.5rem;
    position: relative;
    padding-bottom: 15px;
}

#specials-page .sp-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--accent-teal);
}

#specials-page .sp-specials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

#specials-page .sp-special-card {
    background: var(--white);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#specials-page .sp-specials-section.sp-alt-bg .sp-special-card {
    background: var(--bg-light);
}

#specials-page .sp-special-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

#specials-page .sp-special-card.sp-featured {
    border: 2px solid var(--accent-teal);
}

#specials-page .sp-special-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: var(--sale-red);
    color: var(--white);
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.85rem;
    box-shadow: 0 2px 8px rgba(231, 76, 60, 0.4);
}

#specials-page .sp-special-card h3 {
    color: var(--primary-dark);
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 1.4rem;
}

#specials-page .sp-pricing {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}

#specials-page .sp-old-price {
    color: #999;
    text-decoration: line-through;
    font-size: 1rem;
    margin-bottom: 5px;
}

#specials-page .sp-new-price {
    color: var(--accent-teal);
    font-size: 1.8rem;
    font-weight: 700;
}

#specials-page .sp-new-price-solo {
    color: var(--accent-teal);
    font-size: 1.3rem;
    font-weight: 700;
}

#specials-page .sp-savings {
    color: var(--sale-red);
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

/* Notice Banner */
#specials-page .sp-notice-banner {
    background: var(--primary-dark);
    padding: 20px 0;
}

#specials-page .sp-notice-text {
    color: var(--white);
    font-size: 1.1rem;
    text-align: center;
    margin: 0;
    font-weight: 600;
}

/* Feature Split Section */
#specials-page .sp-feature-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 400px;
}

#specials-page .sp-feature-dark {
    background: var(--primary-dark);
    color: var(--white);
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#specials-page .sp-feature-dark h2 {
    color: var(--white);
    margin-bottom: 2rem;
}

#specials-page .sp-feature-light {
    background: var(--accent-teal);
    color: var(--white);
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#specials-page .sp-feature-light h2 {
    color: var(--white);
    margin-bottom: 1.5rem;
}

#specials-page .sp-feature-light p {
    color: var(--white);
    margin-bottom: 1.5rem;
}

#specials-page .sp-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#specials-page .sp-feature-list li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    font-size: 1.05rem;
    color: var(--white);
}

#specials-page .sp-feature-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--accent-teal);
    font-weight: bold;
    font-size: 1.2rem;
}

/* CTA Section */
#specials-page .sp-cta-section {
    text-align: center;
    background: var(--bg-light);
    border-top: 3px solid var(--accent-teal);
}

#specials-page .sp-cta-section h2 {
    color: var(--primary-dark);
    margin-bottom: 1.5rem;
}

#specials-page .sp-cta-section p {
    max-width: 900px;
    margin: 0 auto 1.5rem;
    font-size: 1.05rem;
}

#specials-page .sp-cta-text {
    font-size: 1.1rem;
    color: var(--primary-dark);
    margin-top: 2rem;
}

#specials-page .sp-cta-text strong {
    color: var(--accent-teal);
    font-size: 1.2rem;
}

/* Buttons */
#specials-page .sp-btn-outline {
    display: inline-block;
    padding: 12px 30px;
    border: 2px solid var(--white);
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-align: center;
}

#specials-page .sp-btn-outline:hover {
    background: var(--white);
    color: var(--primary-dark);
}

#specials-page .sp-special-card .sp-btn-outline {
    border-color: var(--accent-teal);
    color: var(--accent-teal);
    width: 100%;
    margin-top: auto;
}

#specials-page .sp-special-card .sp-btn-outline:hover {
    background: var(--accent-teal);
    color: var(--white);
}

#specials-page .sp-btn-solid {
    display: inline-block;
    padding: 15px 40px;
    background: var(--white);
    color: var(--accent-teal);
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-align: center;
}

#specials-page .sp-btn-solid:hover {
    background: var(--primary-dark);
    color: var(--white);
}

/* Responsive Design */
@media (max-width: 768px) {
    #specials-page .sp-page-hero {
        height: 400px;
    }

    #specials-page .sp-hero-overlay h1 {
        font-size: 2.5rem;
    }

    #specials-page .sp-hero-overlay p {
        font-size: 1.1rem;
    }

    #specials-page .sp-container {
        padding: 40px 20px;
    }

    #specials-page .sp-feature-split {
        grid-template-columns: 1fr;
    }

    #specials-page .sp-feature-dark,
    #specials-page .sp-feature-light {
        padding: 40px 30px;
    }

    #specials-page .sp-specials-grid {
        grid-template-columns: 1fr;
    }

    #specials-page .sp-banner-title {
        font-size: 2rem;
    }

    #specials-page h1 {
        font-size: 2.2rem;
    }

    #specials-page h2 {
        font-size: 1.7rem;
    }
}/* End custom CSS */