/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

footer.jedi-footer {
    background-color: #111;
    color: #ccc;
    padding: 0.5rem 0 2rem 0;
}

footer.jedi-footer a:not(.button) {
    color: #ccc;
}

footer:not(:first-of-type) {
    margin-top: -4rem;
}

footer:last-child:not(:only-of-type) {
    margin-top: 0rem;
}

footer.copyright .social-icons {
    display: inline-flex;
    gap: 10px;
}

footer.copyright .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
}

footer.copyright .social-icons a svg {
    width: 24px;
    height: 24px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.social-icons a:hover svg {
    transform: scale(1.1);
    color: #000;
}

@media (max-width: 992px) {
    footer.jedi-footer .widget {
        padding: 0;
    }
}

.jedi-opening-hours-table td {
    border: none;
}

.jedi-contact-us-form .wpforms-container .wpforms-field {
    padding: 8px 0;
}

.jedi-contact-us-form .wpforms-container .wpforms-form .wpforms-field-label {
    margin-bottom: 6px;
}

.jedi-contact-us-help-section a {
    color: #222;
}

.jedi-contact-us-customer-says {
    display: inline-flex;
    column-gap: 10px;
}

.jedi-contact-us-customer-says .stars {
    display: flex;
    padding-top: 3px;
}

.jedi-contact-us-map-section {
    position: relative;
    width: 100%;
}

.jedi-contact-us-map-section .jedi-contact-us-map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    cursor: pointer;
    z-index: 2;
    transition: background 0.3s;
}

.jedi-contact-us-map-section .jedi-contact-us-map {
    width: 100%;
}

.jedi-contact-us-map-section .jedi-contact-us-map iframe {
    width: 100%;
}

.jedi-contact-us-map-section .jedi-contact-us-map iframe {
    width: 100%;
}

.jedi-the-way-you-like-heading {
    text-align: center;
    padding-top: 18px;
    font-style: italic;
}

.jedi-the-way-you-like-heading h2 {
    margin: auto;
}

.jedi-the-way-you-like-content {
    width: 80%;
    margin: auto;
}

.jedi-the-way-you-like-section .jedi-sale-channels {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 2px 0px 4px 0px;
}

.jedi-the-way-you-like-section .jedi-sale-channels div {
    padding: 10px;
    text-align: center;
    flex: 1;
}

.jedi-the-way-you-like-section .jedi-sale-channels div img {
    max-width: 60%;
    display: inline-block;
}


.jedi-socials-and-newsletter {
    display: flex;
    padding-bottom: 12px;
    padding-right: 80px;
    padding-left: 80px;
}

.jedi-socials-and-newsletter>div {
    flex: 1;
}

.jedi-socials {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    padding: 16px 0 30px 0px;
}

.jedi-socials div {
    flex: 0 0 20%;
    box-sizing: border-box;
}

.jedi-socials img {
    max-width: 55%;
}

.jedi-newsletter {
    padding-top: 16px;
    padding-left: 48px;
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #eee;
}

.jedi-newsletter h4 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.jedi-the-way-you-like-section .jedi-newsletter .wpforms-container form {
    display: inline-flex;
    width: 100%;
}

.jedi-the-way-you-like-section .jedi-newsletter .wpforms-container {
    margin-top: 0;
}

.jedi-the-way-you-like-section .jedi-newsletter .wpforms-container .wpforms-field-container {
    flex: 0 0 70%;
    padding-right: 10px;
}


.jedi-the-way-you-like-section .jedi-newsletter .wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin-top: 15px;
    flex: 0 0 30%;
}

@media (max-width: 992px) {
    .jedi-the-way-you-like-section {
        padding: 1.5rem 0 1.5rem;
    }

    .jedi-the-way-you-like-heading {
        text-align: left;
        padding-top: 0;
    }

    .jedi-the-way-you-like-content {
        padding-top: 10px;
        width: 100%;
    }

    .jedi-the-way-you-like-section .jedi-sale-channels {
        flex-wrap: wrap;
        margin-top: 8px;
        padding: 0;
    }

    .jedi-the-way-you-like-section .jedi-sale-channels div img {
        max-width: 64%;
    }

    .jedi-the-way-you-like-section .jedi-sale-channels div {
        flex: 0 0 19%;
        padding: 0 0 10px 0;
        text-align: left;
    }

    .jedi-socials-and-newsletter {
        flex-direction: column;
        padding-left: 0px;
        padding-right: 0;
        flex-wrap: wrap;
    }

    .jedi-socials-and-newsletter>div {
        padding-left: 0px;
        flex-wrap: wrap;
    }

    .jedi-socials {
        gap: 0;
        padding-bottom: 20px;
        margin: 0;
    }

    .jedi-socials img {
        max-width: 34%;
    }

    .jedi-socials div {
        flex: 0 0 12%;
    }

    .jedi-newsletter {
        border: none;
    }

    .jedi-the-way-you-like-section .jedi-newsletter .wpforms-container {
        margin-bottom: 0;
    }

    .jedi-the-way-you-like-section .jedi-newsletter .wpforms-container form {
        display: block;
    }

    .jedi-the-way-you-like-section .jedi-newsletter .wpforms-container .wpforms-field-container {
        padding-right: 0;
    }

    .jedi-the-way-you-like-section .jedi-newsletter .wpforms-container-full .wpforms-form .wpforms-submit-container {
        margin-top: 0;
    }

    .jedi-the-way-you-like-section .jedi-newsletter .wpforms-form .wpforms-submit-container button[type="submit"] {
        width: 100%;
    }
}

@media (max-width: 762px) {
    .jedi-the-way-you-like-section .jedi-sale-channels div {
        flex: 0 0 23%;
    }

    .jedi-the-way-you-like-section .jedi-sale-channels div img {
        max-width: 58%;
    }

    .jedi-socials {
        gap: 12px;
    }

    .jedi-socials div {
        flex: 0 0 10%;
    }

    .jedi-socials img {
        max-width: 50%;
    }
}

@media (max-width: 762px) {
    .jedi-the-way-you-like-section .jedi-sale-channels div img {
        max-width: 70%;
    }

    .jedi-socials img {
        max-width: 60%;
    }
}

@media (max-width: 492px) {
    .jedi-the-way-you-like-section .jedi-sale-channels div img {
        max-width: 84%;
    }

    .jedi-socials {
        gap: 0;
        padding-bottom: 5px;
    }

    .jedi-socials div {
        flex: 0 0 12%;
    }

    .jedi-socials img {
        max-width: 62%;
    }

    .jedi-newsletter h4 {
        font-size: 16px;
    }

    .jedi-contact-us-customer-says {
        flex-direction: column;
        width: 100%;
        row-gap: 10px;
    }

    .jedi-contact-us-customer-says .stars {
        justify-content: center;
    }

    .jedi-contact-us-customer-says .stars svg {
        width: 16px;
    }

    .jedi-contact-us-customer-says p {
        text-align: center;
    }
}

/* Instruction Steps */
.step-card {
    height: 100%;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 2px solid var(--border);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--primary-dark));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-color: var(--primary);
}

.step-card:hover::before {
    transform: scaleX(1);
}

.step-card.completed {
    background: linear-gradient(135deg, rgba(39, 174, 96, 0.05), rgba(39, 174, 96, 0.02));
    border-color: var(--success);
}

.step-card.completed::before {
    background: var(--success);
    transform: scaleX(1);
}

.step-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.step-number {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgb(136 136 136 / 30%);
    transition: all 0.3s ease;
}

.step-card:hover .step-number {
    transform: scale(1.1);
}

.step-title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
}

.step-content {
    color: #666;
    line-height: 1.7;
    font-size: 1rem;
}

.step-check {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--success);
    display: none;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    animation: checkPop 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.care-list {
    list-style: none;
    padding: 0;
}

.care-list li {
    padding: 12px 0;
    padding-left: 32px;
    position: relative;
    line-height: 1.6;
    border-bottom: 1px solid #e8ecef;
}

.care-list li:last-child {
    border-bottom: none;
}

.care-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: 700;
    font-size: 1.2rem;
}

.help-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}