/* T4 → match companyprofile (Water Pure) look — CSS only, keep T4 HTML */
body.itb-t4-modern {
    --itb-red: #e94e39;
    --itb-green: #22a45d;
    --itb-black: #111111;
    --itb-gray: #6b7280;
    --itb-muted: #9ca3af;
    --itb-border: #e5e7eb;
    --itb-hero: #141414;
    --itb-maxw: 1680px;
    --itb-pad: 20px;
    font-family: 'Poppins', Roboto, sans-serif;
    background: #f5f5f5;
    color: var(--itb-black);
    /* clip keeps horizontal overflow hidden without breaking position:sticky */
    overflow-x: clip;
}

body.itb-t4-modern .page-wraper,
body.itb-t4-modern .page-content {
    background: #f5f5f5;
    width: 100%;
    max-width: none;
}

/* Full-width content shell (same as companyprofile) */
body.itb-t4-modern .container,
body.itb-t4-modern .site-header .container,
body.itb-t4-modern .site-footer .container,
body.itb-t4-modern .main-bar .container {
    max-width: var(--itb-maxw) !important;
    width: 100% !important;
    padding-left: var(--itb-pad) !important;
    padding-right: var(--itb-pad) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

body.itb-t4-modern .page-content {
    max-width: var(--itb-maxw);
    margin: 0 auto;
    padding: 12px var(--itb-pad) 56px;
    box-sizing: border-box;
}

/* ---------- Header (marketplace — match companyprofile image 1 spacing) ---------- */
body.itb-t4-modern .itb-t4-header {
    width: 100%;
    max-width: none;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}

body.itb-t4-modern .itb-t4-header-bar {
    background: #0d0d0d;
    width: 100%;
}

body.itb-t4-modern .itb-t4-header-inner,
body.itb-t4-modern .itb-t4-nav-inner,
body.itb-t4-modern .itb-t4-breadcrumb-wrap,
body.itb-t4-modern .itb-t4-footer-inner {
    max-width: var(--itb-maxw);
    margin: 0 auto;
    padding-left: var(--itb-pad);
    padding-right: var(--itb-pad);
    box-sizing: border-box;
}

body.itb-t4-modern .itb-t4-header-inner {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
}

body.itb-t4-modern .itb-t4-header-left {
    display: flex;
    align-items: center;
    gap: 22px;
    flex: 1 1 auto;
    min-width: 0;
}

body.itb-t4-modern .itb-t4-header-right {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 0 0 auto;
}

body.itb-t4-modern .itb-t4-logo {
    flex: 0 0 auto;
}

body.itb-t4-modern .itb-t4-logo img {
    display: block;
    max-height: 46px;
    width: auto;
}

body.itb-t4-modern .itb-t4-search {
    flex: 1 1 auto;
    max-width: 560px;
    min-width: 0;
}

body.itb-t4-modern .itb-t4-search-box {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

body.itb-t4-modern .itb-t4-search-box input {
    flex: 1 1 auto;
    border: 0 !important;
    background: #fff !important;
    height: 46px;
    padding: 0 20px;
    font-size: 15px;
    color: #121212;
    min-width: 0;
    outline: none;
    box-shadow: none !important;
}

body.itb-t4-modern .itb-t4-search-box input::placeholder {
    color: #9aa0a8;
}

body.itb-t4-modern .itb-t4-search-btn {
    flex: 0 0 58px;
    width: 58px;
    border: 0;
    background: #ea4e38;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    transition: background 0.2s ease;
}

body.itb-t4-modern .itb-t4-search-btn:hover {
    background: #c4161c;
}

body.itb-t4-modern .itb-t4-hotline {
    flex: 0 0 auto;
    color: #bbbbbb;
    font-size: 13px;
    white-space: nowrap;
}

body.itb-t4-modern .itb-t4-hotline span {
    color: #fff;
    font-weight: 600;
}

body.itb-t4-modern .itb-t4-account {
    flex: 0 0 auto;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    white-space: nowrap;
    color: #444;
}

body.itb-t4-modern .itb-t4-account a {
    color: #fff !important;
    font-weight: 500;
    text-decoration: none !important;
}

body.itb-t4-modern .itb-t4-account a:hover {
    color: #ea4e38 !important;
}

body.itb-t4-modern .itb-t4-account span {
    margin: 0 6px;
    color: #444;
}

body.itb-t4-modern .itb-t4-cart {
    position: relative;
    color: #fff !important;
    font-size: 24px;
    line-height: 1;
    text-decoration: none !important;
    flex: 0 0 auto;
}

body.itb-t4-modern .itb-t4-cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #ea4e38;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 999px;
    padding: 0 4px;
}

body.itb-t4-modern .itb-t4-menu-toggle {
    display: none;
    background: transparent;
    border: 0;
    padding: 6px;
    margin-left: auto;
}

body.itb-t4-modern .itb-t4-menu-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    margin: 4px 0;
}

body.itb-t4-modern .itb-t4-nav-bar {
    background: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid #d1d5db;
    width: 100%;
}

body.itb-t4-modern .itb-t4-nav-inner {
    display: block !important;
    height: auto !important;
    padding-top: 0;
    padding-bottom: 0;
}

body.itb-t4-modern .itb-t4-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

body.itb-t4-modern .itb-t4-nav a {
    display: inline-block;
    padding: 12px 16px;
    color: #000 !important;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none !important;
}

body.itb-t4-modern .itb-t4-nav a:hover {
    color: #ea4e38 !important;
}

body.itb-t4-modern .itb-t4-breadcrumb-wrap {
    padding-top: 14px;
    padding-bottom: 0;
    background: #f5f5f5;
}

body.itb-t4-modern .itb-t4-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: var(--itb-gray);
}

body.itb-t4-modern .itb-t4-breadcrumb li:not(:last-child)::after {
    content: ">";
    margin-left: 6px;
    color: #c4c4c4;
}

body.itb-t4-modern .itb-t4-breadcrumb a {
    color: var(--itb-gray) !important;
    text-decoration: none !important;
}

body.itb-t4-modern .itb-t4-breadcrumb span {
    color: var(--itb-red);
    font-weight: 500;
}

/* ---------- Hero ---------- */
body.itb-t4-modern .t4m-hero {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 200px;
    gap: 28px;
    align-items: center;
    background: var(--itb-hero);
    color: #fff;
    border-radius: 14px;
    padding: 28px 32px;
    margin: 0 0 28px;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}

body.itb-t4-modern .t4m-logo {
    width: 96px;
    height: 96px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

body.itb-t4-modern .t4m-logo img {
    max-width: 88%;
    max-height: 88%;
    object-fit: contain;
}

body.itb-t4-modern .t4m-logo-fallback {
    font-size: 11px;
    color: #9ca3af;
    text-align: center;
    padding: 8px;
    line-height: 1.3;
}

body.itb-t4-modern .t4m-name-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

body.itb-t4-modern .t4m-name {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #fff;
}

body.itb-t4-modern .t4m-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--itb-green);
    color: #fff;
    border-radius: 999px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
}

body.itb-t4-modern .t4m-tagline {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.5;
    color: #c4c4c4;
}

body.itb-t4-modern .t4m-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}

body.itb-t4-modern .t4m-stat-value {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

body.itb-t4-modern .t4m-stat-label {
    display: block;
    font-size: 12px;
    color: #9ca3af;
    margin-top: 2px;
}

body.itb-t4-modern .t4m-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.itb-t4-modern .t4m-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    text-align: center;
    width: 100%;
    text-decoration: none !important;
    transition: opacity 0.15s ease;
}

body.itb-t4-modern .t4m-btn:hover {
    opacity: 0.92;
    color: #fff !important;
}

body.itb-t4-modern .t4m-btn-contact {
    background: var(--itb-red);
    color: #fff !important;
}

body.itb-t4-modern .t4m-btn-wa {
    background: var(--itb-green);
    color: #fff !important;
}

/* ---------- About + Facts ---------- */
body.itb-t4-modern .welcome-section-outer,
body.itb-t4-modern .welcome-section-top {
    background: transparent !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.itb-t4-modern .welcome-section-outer .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.itb-t4-modern .welcome-section-outer .row {
    display: grid !important;
    grid-template-columns: minmax(0, 1.7fr) minmax(260px, 1fr);
    gap: 28px;
    margin: 0 0 40px !important;
    align-items: start;
}

body.itb-t4-modern .welcome-section-outer .row > [class*="col-"] {
    max-width: none !important;
    width: 100% !important;
    flex: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.itb-t4-modern .welcom-to-section .wt-small-separator {
    display: block;
}

body.itb-t4-modern .welcom-to-section .wt-small-separator .sep-leaf-left,
body.itb-t4-modern .welcom-to-section .wt-small-separator .sep-leaf-right {
    display: none !important;
}

body.itb-t4-modern .welcom-to-section .wt-small-separator > div:not(.sep-leaf-left):not(.sep-leaf-right) {
    color: var(--itb-black) !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}

body.itb-t4-modern .welcom-to-section p,
body.itb-t4-modern .welcom-to-section {
    font-size: 14px;
    line-height: 1.7;
    color: #374151;
}

body.itb-t4-modern .img-colarge2,
body.itb-t4-modern .t4m-facts {
    background: #fff;
    border: 1px solid var(--itb-border);
    border-radius: 12px;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    min-height: 0 !important;
}

body.itb-t4-modern .img-colarge2 .colarge-2,
body.itb-t4-modern .img-colarge2 .colarge-2-1,
body.itb-t4-modern .img-colarge2 .since-year-outer2 {
    display: none !important;
}

body.itb-t4-modern .t4m-facts-title {
    margin: 0;
    padding: 14px 22px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #374151;
    background: #f3f4f6;
    border-bottom: 1px solid var(--itb-border);
}

body.itb-t4-modern .t4m-fact-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
    padding: 12px 22px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 13px;
}

body.itb-t4-modern .t4m-fact-row:last-child {
    border-bottom: 0;
}

body.itb-t4-modern .t4m-fact-label {
    color: #9ca3af;
}

body.itb-t4-modern .t4m-fact-value {
    color: var(--itb-black);
    font-weight: 600;
    text-align: right;
    word-break: break-word;
}

body.itb-t4-modern .t4m-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 20px;
}

body.itb-t4-modern .t4m-highlight {
    background: #fff;
    border: 1px solid var(--itb-border);
    border-radius: 10px;
    padding: 16px 18px;
}

body.itb-t4-modern .t4m-highlight h3 {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 700;
}

body.itb-t4-modern .t4m-highlight p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #4b5563;
}

/* ---------- Products (4-col like companyprofile, no category stamp) ---------- */
body.itb-t4-modern .section-full.overlay-wraper.bg-cover {
    background: transparent !important;
    background-image: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.itb-t4-modern .section-full.overlay-wraper .overlay-main {
    display: none !important;
}

body.itb-t4-modern .section-full.overlay-wraper > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.itb-t4-modern .section-full.overlay-wraper .section-head {
    text-align: left !important;
    margin-bottom: 18px;
}

body.itb-t4-modern .section-full.overlay-wraper .section-head .wt-small-separator .sep-leaf-left,
body.itb-t4-modern .section-full.overlay-wraper .section-head .wt-small-separator .sep-leaf-right {
    display: none !important;
}

body.itb-t4-modern .section-full.overlay-wraper .wt-small-separator > div:not(.sep-leaf-left):not(.sep-leaf-right) {
    color: var(--itb-black) !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: -0.02em;
}

body.itb-t4-modern .section-full.overlay-wraper .stamp {
    display: none !important;
}

body.itb-t4-modern .section-full.overlay-wraper .masonry-wrap {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 0 0 36px !important;
    height: auto !important;
}

body.itb-t4-modern .section-full.overlay-wraper .masonry-wrap > [class*="col-"],
body.itb-t4-modern .section-full.overlay-wraper .masonry-item {
    max-width: none !important;
    width: 100% !important;
    flex: none !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
}

body.itb-t4-modern .masonry-item .wt-box.project-2-block {
    background: #fff !important;
    border: 1px solid var(--itb-border);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    padding: 0 !important;
    height: 100%;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

body.itb-t4-modern .masonry-item .wt-box.project-2-block:hover {
    border-color: #d1d5db;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

body.itb-t4-modern .masonry-item .wt-thum-bx.proimage {
    aspect-ratio: 4 / 3;
    background:
        repeating-linear-gradient(
            -45deg,
            #f3f4f6,
            #f3f4f6 8px,
            #eceff3 8px,
            #eceff3 16px
        );
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0;
}

body.itb-t4-modern .masonry-item .wt-thum-bx.proimage img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: contain;
    padding: 10px;
}

body.itb-t4-modern .masonry-item .wt-info {
    padding: 14px 14px 16px;
}

body.itb-t4-modern .masonry-item .wt-title {
    margin: 0 0 8px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.35;
    min-height: 2.7em;
}

body.itb-t4-modern .masonry-item .wt-title a {
    color: var(--itb-black) !important;
}

body.itb-t4-modern .masonry-item .wt-box:hover .wt-title a {
    color: var(--itb-red) !important;
}

body.itb-t4-modern .t4m-price {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--itb-red);
}

body.itb-t4-modern .t4m-price-na {
    color: var(--itb-gray);
    font-size: 13px;
    font-weight: 500;
}

/* ---------- CTA ---------- */
body.itb-t4-modern .t4m-cta {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: var(--itb-hero) !important;
    color: #fff !important;
    border-radius: 14px;
    padding: 28px 32px !important;
    width: 100%;
    max-width: none;
    margin: 0 !important;
    overflow: hidden;
    box-sizing: border-box;
    border: 0 !important;
}

body.itb-t4-modern .t4m-cta > div {
    min-width: 0;
    flex: 1 1 auto;
}

body.itb-t4-modern .t4m-cta h2 {
    margin: 0 0 6px !important;
    padding: 0 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    color: #fff !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: -0.01em;
}

body.itb-t4-modern .t4m-cta p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #c4c4c4 !important;
}

body.itb-t4-modern .t4m-cta .t4m-btn {
    flex: 0 0 auto;
    width: auto !important;
    min-width: 150px;
    max-width: 200px;
    white-space: nowrap;
    padding: 14px 22px !important;
    border-radius: 8px !important;
    background: var(--itb-red) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0;
    box-shadow: none !important;
}

/* Hide industrial leftover sections (not in target design) */
body.itb-t4-modern .testimonial-2-outer,
body.itb-t4-modern .self-intro-section-outer,
body.itb-t4-modern .blog-post-outer-2,
body.itb-t4-modern .section-full.bg-white:has(.home-client-carousel-2),
body.itb-t4-modern .section-full.bg-white:has(.owl-carousel) {
    display: none !important;
}

/* ---------- Footer (marketplace columns) ---------- */
body.itb-t4-modern .itb-t4-footer {
    background: #000 !important;
    width: 100%;
    max-width: none;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}

body.itb-t4-modern .itb-t4-footer-top {
    background: #000;
    padding: 48px 0 36px;
}

body.itb-t4-modern .itb-t4-footer-inner {
    display: grid;
    grid-template-columns: 1fr 1.1fr 1.6fr 1.5fr auto;
    gap: 28px 32px;
    align-items: start;
}

body.itb-t4-modern .itb-t4-footer-title {
    margin: 0 0 16px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

body.itb-t4-modern .itb-t4-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.itb-t4-modern .itb-t4-footer-col li {
    margin: 0 0 10px;
}

body.itb-t4-modern .itb-t4-footer-col a {
    color: #fff !important;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none !important;
    line-height: 1.45;
}

body.itb-t4-modern .itb-t4-footer-col a:hover {
    color: var(--itb-red) !important;
}

body.itb-t4-modern .itb-t4-footer-line {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 0 0 14px;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
}

body.itb-t4-modern .itb-t4-footer-line i {
    margin-top: 3px;
    color: #fff;
    width: 14px;
    text-align: center;
    flex: 0 0 auto;
}

body.itb-t4-modern .itb-t4-news-form {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin-bottom: 12px;
}

body.itb-t4-modern .itb-t4-news-form input {
    flex: 1 1 auto;
    min-width: 0;
    height: 42px;
    background: #000 !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-right: 0 !important;
    color: #fff !important;
    padding: 0 12px;
    font-size: 13px;
    outline: none;
    box-shadow: none !important;
}

body.itb-t4-modern .itb-t4-news-form input::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

body.itb-t4-modern .itb-t4-news-form button {
    flex: 0 0 auto;
    height: 42px;
    padding: 0 16px;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    cursor: pointer;
}

body.itb-t4-modern .itb-t4-news-desc {
    margin: 0 0 14px;
    color: #fff !important;
    font-size: 12px;
    line-height: 1.5;
    opacity: 0.9;
}

body.itb-t4-modern .itb-t4-pay {
    display: flex;
    gap: 10px;
}

body.itb-t4-modern .itb-t4-pay span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 28px;
    padding: 0 8px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 3px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fff;
}

body.itb-t4-modern .itb-t4-social-links {
    display: flex;
    gap: 10px;
}

body.itb-t4-modern .itb-t4-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    color: #000 !important;
    font-size: 16px;
    text-decoration: none !important;
}

body.itb-t4-modern .itb-t4-social-links a:hover {
    background: var(--itb-red);
    color: #fff !important;
}

body.itb-t4-modern .itb-t4-footer-bottom {
    background: #0a0a0a;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 14px 0;
    text-align: center;
    color: #9ca3af;
    font-size: 13px;
}

body.itb-t4-modern .site-text-primary,
body.itb-t4-modern .site-bg-primary {
    color: var(--itb-red) !important;
}

body.itb-t4-modern .wt-icon-box-md.site-bg-primary {
    background: var(--itb-red) !important;
    color: #fff !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 1260px) {
    body.itb-t4-modern .itb-t4-hotline {
        display: none;
    }

    body.itb-t4-modern .itb-t4-header-inner {
        gap: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    body.itb-t4-modern .itb-t4-header-left {
        gap: 14px;
    }

    body.itb-t4-modern .itb-t4-header-right {
        gap: 14px;
    }
}

@media (max-width: 1200px) {
    body.itb-t4-modern .section-full.overlay-wraper .masonry-wrap {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.itb-t4-modern .itb-t4-footer-inner {
        grid-template-columns: 1fr 1fr 1.4fr;
    }

    body.itb-t4-modern .itb-t4-footer-social {
        grid-column: 1 / -1;
    }
}

@media (max-width: 1024px) {
    body.itb-t4-modern {
        --itb-pad: 16px;
    }

    body.itb-t4-modern .page-content {
        padding: 16px var(--itb-pad) 48px;
    }

    body.itb-t4-modern .itb-t4-account {
        font-size: 11px;
        letter-spacing: 0;
    }

    body.itb-t4-modern .t4m-hero {
        grid-template-columns: auto 1fr;
        gap: 16px;
        padding: 22px 20px;
    }

    body.itb-t4-modern .t4m-actions {
        grid-column: 1 / -1;
        flex-direction: row;
    }

    body.itb-t4-modern .t4m-btn {
        width: auto;
        flex: 1;
    }

    body.itb-t4-modern .welcome-section-outer .row {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    body.itb-t4-modern .t4m-highlights {
        grid-template-columns: 1fr;
    }

    body.itb-t4-modern .t4m-cta {
        flex-wrap: wrap;
        padding: 24px 22px !important;
    }

    body.itb-t4-modern .t4m-cta .t4m-btn {
        width: auto !important;
        max-width: none;
    }

    body.itb-t4-modern .t4m-name {
        font-size: 22px;
    }

    body.itb-t4-modern .itb-t4-footer-inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    body.itb-t4-modern {
        --itb-pad: 12px;
    }

    body.itb-t4-modern .page-content {
        padding: 12px var(--itb-pad) 40px;
    }

    body.itb-t4-modern .itb-t4-search,
    body.itb-t4-modern .itb-t4-account {
        display: none;
    }

    body.itb-t4-modern .itb-t4-header-left {
        flex: 1 1 auto;
    }

    body.itb-t4-modern .itb-t4-menu-toggle {
        display: block;
    }

    body.itb-t4-modern .itb-t4-nav-inner.collapse:not(.show) {
        display: none !important;
    }

    body.itb-t4-modern .itb-t4-nav-inner.collapse.show {
        display: block !important;
    }

    body.itb-t4-modern .itb-t4-nav {
        flex-direction: column;
        padding: 8px 0 12px;
    }

    body.itb-t4-modern .itb-t4-nav a {
        padding: 10px 0;
    }

    body.itb-t4-modern .itb-t4-footer-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    body.itb-t4-modern .itb-t4-news-form {
        flex-direction: column;
    }

    body.itb-t4-modern .itb-t4-news-form input {
        border-right: 1px solid rgba(255, 255, 255, 0.55) !important;
        margin-bottom: 8px;
    }

    body.itb-t4-modern .itb-t4-news-form button {
        width: 100%;
    }

    body.itb-t4-modern .t4m-hero {
        grid-template-columns: 1fr;
        padding: 18px 16px;
        border-radius: 12px;
        gap: 14px;
    }

    body.itb-t4-modern .t4m-logo {
        width: 72px;
        height: 72px;
    }

    body.itb-t4-modern .t4m-name {
        font-size: 20px;
    }

    body.itb-t4-modern .t4m-actions {
        flex-direction: column;
    }

    body.itb-t4-modern .t4m-btn {
        width: 100%;
        flex: none;
    }

    body.itb-t4-modern .t4m-stats {
        gap: 14px 18px;
    }

    body.itb-t4-modern .t4m-fact-row {
        grid-template-columns: 1fr;
        gap: 2px;
        padding: 12px 16px;
    }

    body.itb-t4-modern .t4m-fact-value {
        text-align: left;
    }

    body.itb-t4-modern .section-full.overlay-wraper .masonry-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-bottom: 24px !important;
    }

    body.itb-t4-modern .masonry-item .wt-info {
        padding: 10px 10px 12px;
    }

    body.itb-t4-modern .masonry-item .wt-title {
        font-size: 12px !important;
        min-height: 2.6em;
    }

    body.itb-t4-modern .t4m-price {
        font-size: 14px;
    }

    body.itb-t4-modern .t4m-cta {
        flex-direction: column;
        align-items: stretch;
        text-align: left;
        padding: 22px 18px !important;
        border-radius: 12px;
        gap: 16px;
    }

    body.itb-t4-modern .t4m-cta h2 {
        font-size: 18px !important;
    }

    body.itb-t4-modern .t4m-cta p {
        font-size: 13px !important;
    }

    body.itb-t4-modern .t4m-cta .t4m-btn {
        width: 100% !important;
        max-width: none;
        min-width: 0;
    }
}

@media (max-width: 480px) {
    body.itb-t4-modern .section-full.overlay-wraper .masonry-wrap {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.itb-t4-modern .masonry-item .wt-title {
        font-size: 14px !important;
        min-height: 0;
    }

    body.itb-t4-modern .t4m-name {
        font-size: 18px;
    }
}

/* ---------- Inquiry popup (Contact Seller / Send Enquiry) ---------- */
body.itb-t4-modern .contact-slide-hide {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.5) !important;
    background-image: none !important;
    border-left: 0 !important;
    color: #111;
    display: none !important;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 24px 16px;
    box-sizing: border-box;
    z-index: 2147483000 !important;
}

/* open via our class OR via theme slider setting right:0 / 0% */
body.itb-t4-modern .contact-slide-hide.itb-t4-popup-open,
body.itb-t4-modern .contact-slide-hide[style*="right: 0"],
body.itb-t4-modern .contact-slide-hide[style*="right:0"],
body.itb-t4-modern .contact-slide-hide[style*="right: 0%"],
body.itb-t4-modern .contact-slide-hide[style*="right:0%"] {
    display: flex !important;
}

body.itb-t4-modern.itb-t4-popup-lock {
    overflow: hidden;
}

body.itb-t4-modern .contact-slide-hide .contact-nav {
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    position: relative;
}

body.itb-t4-modern .contact-slide-hide .contact-nav-form {
    display: block;
    padding-top: 0;
    vertical-align: top;
}

body.itb-t4-modern .contact-slide-hide .contact_close {
    position: absolute !important;
    right: 10px !important;
    top: 6px !important;
    left: auto !important;
    width: 36px !important;
    height: 36px !important;
    max-width: 36px !important;
    z-index: 5;
    font-size: 28px;
    line-height: 36px;
    color: #aaaaaa;
    text-decoration: none !important;
    text-align: center !important;
    font-weight: 400;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    pointer-events: auto;
}

body.itb-t4-modern .contact-slide-hide .contact_close:hover {
    color: #111;
}

body.itb-t4-modern .contact-slide-hide .contact-nav-info {
    background: #fff !important;
    background-image: none !important;
    border-radius: 10px;
    padding: 28px 24px 24px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    margin: 0;
    position: relative;
    z-index: 1;
}

body.itb-t4-modern .contact-slide-hide .contact-nav-info > .row {
    margin: 0;
}

body.itb-t4-modern .contact-slide-hide .contact-nav-media-section,
body.itb-t4-modern .contact-slide-hide .contact-nav-inner,
body.itb-t4-modern .contact-slide-hide .cons-contact-form .wt-small-separator-outer,
body.itb-t4-modern .contact-slide-hide .cons-contact-form h2 {
    display: none !important;
}

body.itb-t4-modern .contact-slide-hide .contact-nav-info .col-lg-4,
body.itb-t4-modern .contact-slide-hide .contact-nav-info .col-lg-8,
body.itb-t4-modern .contact-slide-hide .contact-nav-info .col-md-4,
body.itb-t4-modern .contact-slide-hide .contact-nav-info .col-md-8,
body.itb-t4-modern .contact-slide-hide .contact-nav-info .col-md-6,
body.itb-t4-modern .contact-slide-hide .contact-nav-info .col-md-12,
body.itb-t4-modern .contact-slide-hide .contact-nav-info .col-sm-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.itb-t4-modern .contact-slide-hide .cons-contact-form {
    margin: 0;
}

body.itb-t4-modern .contact-slide-hide .cons-contact-form .m-b30 {
    margin-bottom: 0 !important;
}

body.itb-t4-modern .contact-slide-hide .cons-contact-form .row {
    margin: 0;
}

body.itb-t4-modern .contact-slide-hide .form-group {
    margin-bottom: 14px;
}

body.itb-t4-modern .contact-slide-hide .form-group:has(#inq_name2)::before,
body.itb-t4-modern .contact-slide-hide .form-group:has(#inq_email2)::before,
body.itb-t4-modern .contact-slide-hide .form-group:has(#inq_phoneno2)::before,
body.itb-t4-modern .contact-slide-hide .form-group:has(#inq_location2)::before,
body.itb-t4-modern .contact-slide-hide .form-group:has(#inq_message2)::before {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    font-family: 'Poppins', Roboto, sans-serif;
}

body.itb-t4-modern .contact-slide-hide .form-group:has(#inq_name2)::before { content: "Name"; }
body.itb-t4-modern .contact-slide-hide .form-group:has(#inq_email2)::before { content: "Email"; }
body.itb-t4-modern .contact-slide-hide .form-group:has(#inq_phoneno2)::before { content: "Phone"; }
body.itb-t4-modern .contact-slide-hide .form-group:has(#inq_location2)::before { content: "Location"; }
body.itb-t4-modern .contact-slide-hide .form-group:has(#inq_message2)::before { content: "Message"; }

body.itb-t4-modern .contact-slide-hide .form-control {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    height: 42px;
    padding: 0.375rem 0.75rem !important;
    font-size: 14px;
    color: #111;
    background: #fff !important;
    box-shadow: none !important;
    width: 100%;
}

body.itb-t4-modern .contact-slide-hide textarea.form-control {
    height: auto;
    min-height: 96px;
    resize: vertical;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

body.itb-t4-modern .contact-slide-hide .form-control::placeholder {
    color: #9ca3af;
}

body.itb-t4-modern .contact-slide-hide .form-control:focus {
    border-color: #c4c4c4 !important;
    outline: none;
}

body.itb-t4-modern .contact-slide-hide #btnSaveInquiry2,
body.itb-t4-modern .contact-slide-hide .site-button.site-btn-effect {
    display: inline-block !important;
    width: auto !important;
    min-width: 140px;
    max-width: 100%;
    margin-top: 4px;
    padding: 10px 28px !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: #e94e39 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
    cursor: pointer !important;
    box-shadow: none !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 3;
    pointer-events: auto !important;
}

body.itb-t4-modern .contact-slide-hide #btnSaveInquiry2.site-button.site-btn-effect::before,
body.itb-t4-modern .contact-slide-hide #btnSaveInquiry2.site-button.site-btn-effect::after {
    display: none !important;
    content: none !important;
}

body.itb-t4-modern .contact-slide-hide #btnSaveInquiry2:hover,
body.itb-t4-modern .contact-slide-hide .site-button.site-btn-effect:hover {
    background: #d44330 !important;
    color: #fff !important;
    text-shadow: none !important;
}

@media (max-width: 480px) {
    body.itb-t4-modern .contact-slide-hide .contact-nav {
        max-width: 100%;
    }

    body.itb-t4-modern .contact-slide-hide .contact-nav-info {
        padding: 24px 16px 18px !important;
    }
}

