/*
Theme Name: Martfury Child
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Martfury Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martfury
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: martfury
*/
/* ===== RESET ===== */
* {
    box-sizing: border-box;
}
.post-22232 img {
    height: 150px !important;
}
/* ===== FULL WIDTH ROW ===== */
[data-content-type="row"],
[data-content-type="row"] > div {
    width: 100% !important;
    max-width: 100% !important;
}

/* ===== VIDEO RESPONSIVE ===== */
.pagebuilder-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}

.pagebuilder-video-container iframe,
.pagebuilder-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

/* ===== COLUMN LAYOUT ===== */
.pagebuilder-column-line {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* ===== COLUMN ===== */
.pagebuilder-column {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    padding: 15px;
    text-align: center;
    margin: 5px;
    background-color: beige;
    border-radius: 10px;
}

/* ===== IMAGE ===== */
figure[data-content-type="image"] {
    margin: 0;
    width: 100%;
}

figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

/* ===== TEXT ===== */
.pagebuilder-column h2,
.pagebuilder-column h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.pagebuilder-column p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* ===== IMAGE SWITCH ===== */
.pagebuilder-mobile-only {
    display: none !important;
}

.pagebuilder-mobile-hidden {
    display: block !important;
}

/* ===== TABLET ===== */
@media (max-width: 992px) {
    .pagebuilder-column {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {

    .pagebuilder-column-line {
        flex-direction: column;
    }

    .pagebuilder-column {
        width: 100% !important;
        max-width: 100%;
        padding: 10px;
    }

    .pagebuilder-mobile-only {
        display: block !important;
    }

    .pagebuilder-mobile-hidden {
        display: none !important;
    }

    .pagebuilder-column h2,
    .pagebuilder-column h3 {
        font-size: 18px;
    }

    .pagebuilder-column p {
        font-size: 13px;
    }

    /* 🔥 Alternate sections (reverse layout) */
    .pagebuilder-column-group:nth-child(even) .pagebuilder-column-line {
        flex-direction: column-reverse !important;
    }
}

/* ===== HEADINGS FIX ===== */
#tab-description h2 {
    text-align: center;
    margin-bottom: 20px;
}

#tab-description h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}
@media (max-width: 767px) {
    .footer-widgets {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}