/**
 * Single Products - WooCommerce Template Styles
 * 
 * Consolidated stylesheet for all blocks used in the WooCommerce products template
 * @package WP_Experts_IO
 * @since 1.0.0
 */

/* ========================================
   SMOOTH SCROLLING
   ======================================== */

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

/* ========================================
   GENERAL TEMPLATE STYLES
   ======================================== */

div#mainWPontent-area * {
    font-family: 'Figtree';
}

div#mainWPontent-area {
    padding-bottom: 50px;
}

div#mainWPontent-area .main-content-cols ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#mainWPontent-area .main-content-cols ul li {
    position: relative;
    padding-left: 30px;
    font-size: 16px !important;
}

div#mainWPontent-area .main-content-cols ul li::before {
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M14 7C14 3.134 10.866 0 7 0C3.134 0 0 3.134 0 7C0 10.866 3.134 14 7 14C10.866 14 14 10.866 14 7Z" fill="%23F5EFE6"/><path d="M4.19995 7.52495C4.19995 7.52495 5.31995 8.1637 5.87995 9.09995C5.87995 9.09995 7.55995 5.42495 9.79995 4.19995" stroke="%23DE9F3A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 3px;
}

@media (max-width: 768px) {
    #mainWPontent-area .main-content-cols:nth-child(even) {
        flex-direction: column-reverse;
    }

    div#mainWPontent-area {
        padding-bottom: 0;
    }
}

/* ========================================
   WOOCOMMERCE ACTION BUTTONS BLOCK
   ======================================== */

.woo-action-buttons {
    margin-top: 0;
    padding: 0 20px 50px;
    text-align: center;
}

.woo-action-buttons__container {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.woo-action-buttons__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 14px 32px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    border-radius: 4px;
    transition: transform 0.2s ease;
    cursor: pointer;
    color: #000;
}

.woo-action-buttons__btn:hover {
    transform: translateY(-2px);
}

.woo-action-buttons__btn--primary {
    background: #13285E;
    color: #FFF;
    border: 1px solid #13285E;
}

.woo-action-buttons__btn--primary:hover {
    background: transparent;
    color: #13285E;
}

.woo-action-buttons__btn--secondary {
    background: transparent;
    border: 1px solid #13285E;
}

.woo-action-buttons__btn--secondary:hover {
    background: #13285E;
    color: #FFF;
    border-color: #13285E;
}

/* ========================================
   Action Buttons - Responsive adjustments
   ======================================== */
@media (max-width: 768px) {
    .woo-action-buttons {
        padding: 00px 15px 30px;
    }

    .woo-action-buttons__container {
        flex-direction: column;
        gap: 15px;
    }

    .woo-action-buttons__btn {
        width: 100%;
        max-width: 320px;
        font-size: 16px;
        padding: 14px 32px;
    }
}

/* ========================================
   Action Buttons - Alignment support
   ======================================== */
.woo-action-buttons.alignwide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.woo-action-buttons.alignfull {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/* ========================================
   Pricing Plan + Money Back Guarantee Block
   ======================================== */

.money-back-14 {
    border-image: linear-gradient(to right, #FFFFFF00 10%, #FFE2B4 50%, #FFFFFF00 90%) 1
}

/* ========================================
   Plugin Features
   ======================================== */

#wooProduct-features .feature_box {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    justify-content: center;
}

#wooProduct-features .feature_cols {
    flex: 0 0 350px;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    padding: 20px;
    min-height: 183px;
    align-content: center;
    transition: border-color 0.3s ease 0.1s, box-shadow 0.3s ease 0.1s;
}

#wooProduct-features .feature_cols:hover {
    border-color: rgb(21 42 91 / 60%);
    box-shadow: 0 0 6px rgb(21 42 91 / 60%);
}

#wooProduct-features .feature_top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#wooProduct-features .feature_icon {
    flex-basis: 15%;
    width: 15%;
}

#wooProduct-features .feature_title {
    flex-basis: 80%;
    width: 80%;
}

#wooProduct-features .feature_title h3 {
    font-family: 'Figtree';
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #383838;
}

#wooProduct-features .feature_bottom {
    padding: 15px 0;
}

#wooProduct-features .feature_bottom p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4b4b4b;
}

/* ========================================
   Product Screenshots
   ======================================== */

#products_shortcode .item {
    width: 65%;
    margin: 0 auto;
}

#products_shortcode .owl-dots .owl-dot span {
    width: 20px;
    height: 7px;
    margin: 5px 4px;
}

/* ========================================
   GLightbox Custom Styles
   ======================================== */

.glightbox-container .gslide-image img {
    max-width: 90vw;
    max-height: 90vh;
}

.glightbox-clean .gslide-description {
    background: rgba(0, 0, 0, 0.8);
}

.glightbox-container .gslide-image img {
    width: 1000px;
}


/* ========================================
   FAQs Section
   ======================================== */

.uagb-modal-popup .changelog-legend p mark {
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    margin-right: 3px;
    color: #FFF !important;
}

.uagb-modal-popup .current_version {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.uagb-modal-popup .current_version span.version_name {
    font-size: 25px;
    color: #000;
}

.uagb-modal-popup .current_version span.version_date {
    background: #f6f7f7;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 20px;
    text-transform: uppercase;
    color: #50575e;
}

.uagb-modal-popup ul {
    padding: 0;
    margin: 15px 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.uagb-modal-popup ul li {
    font-size: 14px;
    display: flex;
    flex: 0 100%;
}

.uagb-modal-popup ul li span {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    border-radius: 100%;
    margin-right: 17px;
    min-width: 20px;
    width: 20px;
    min-height: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.uagb-modal-popup ul li span.new {
    background-color: #196dfd;
}

.uagb-modal-popup ul li span.update {
    background-color: #d6cb58;
}

.uagb-modal-popup ul li span.dev {
    background-color: #54b3ab;
}

.uagb-modal-popup ul li span.fix {
    background-color: #d69558;
}

.uagb-modal-popup ul li span.remove {
    background-color: #d65869;
}

.uagb-modal-popup ul li span.other {
    background-color: #a6a6a6;
}


.faqs_box {
    max-width: 100%;
}

.faqs_items {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* FAQ Item Container */
.faq_item {
    background: #fff;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.faq_item:last-child {
    margin-bottom: 0;
}

.faq_item:hover {
    border-color: #fdb642;
}

.faq_item.active {
    box-shadow: 0px 7px 10px -3px rgba(0, 0, 0, 0.16);
}

/* FAQ Header (Clickable) */
.faq_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.faq_header h3 {
    font-family: 'Figtree', sans-serif;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.27;
    margin: 0;
    padding-right: 40px;
    flex: 1;
}

/* FAQ Icon (+ / -) */
.faq_icon {
    background: #FFF4E2;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.faq_icon::before,
.faq_icon::after {
    content: '';
    position: absolute;
    background-color: #000;
    transition: all 0.3s ease;
}

/* Horizontal line (minus sign - always visible) */
.faq_icon::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 2px;
}

/* Vertical line (plus sign - hidden when active) */
.faq_icon::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 14px;
    opacity: 1;
}

/* Hide vertical line when active (shows minus icon) */
.faq_item.active .faq_icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
}

/* FAQ Content (Collapsible) */
.faq_content {
    background: #fff;
    overflow: hidden;
}

.faq_txt {
    padding: 0 24px 24px 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #4B4B4B;
    width: 85%;
    max-width: 85%;
}

.faq_txt p {
    margin: 0 0 15px 0;
}

.faq_txt p:last-child {
    margin-bottom: 0;
}

.faq_txt ul,
.faq_txt ol {
    margin: 0 0 15px 0;
    padding-left: 25px;
}

.faq_txt ul li,
.faq_txt ol li {
    margin-bottom: 8px;
    line-height: 1.5;
}

.faq_txt a {
    color: #dea03a;
    text-decoration: none;
}

.faq_txt a:hover {
    text-decoration: underline;
}

.faq_txt strong,
.faq_txt b {
    font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .faq_item {
        margin-bottom: 15px;
    }

    .faq_header {
        padding: 18px 20px;
    }

    .faq_header h3 {
        font-size: 16px;
        padding-right: 35px;
    }

    .faq_icon {
        right: 20px;
        width: 18px;
        height: 18px;
    }

    .faq_icon::before {
        width: 12px;
    }

    .faq_icon::after {
        height: 12px;
    }

    .faq_txt {
        padding: 0 20px 18px 20px;
        font-size: 13px;
    }
}

/* Other FAQ Related Styles */
.show-changelog {
    cursor: pointer;
}

.store-product-tags {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5px;
}

.store-product-tag {
    display: inline-flex;
    border: 1px solid #000000;
    border-radius: 3px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #000000;
    margin-top: 7px;
}

.woo-doc-link-container {
    color: #707070;
    font-size: 15px;
}

.woo-doc-link-container a {
    color: #dea03a;
}

#post-footer-sect {
    background-image: url(https://wpexperts.s3.amazonaws.com/wp-content/uploads/store/2026/03/06082927/Gradient_BG.webp);
}