/* ═══════════════════════════════════════════════════════════
 * IoMin Custom Theme — Professional Brand Styling
 * Primary Color: #14a078 (teal green from logo)
 * ═══════════════════════════════════════════════════════════ */

:root {
    --iomin-primary: #14a078;
    --iomin-primary-dark: #0e7d5e;
    --iomin-primary-light: #1fb88a;
    --iomin-primary-soft: rgba(20, 160, 120, 0.08);
    --iomin-accent: #1fb88a;
    --iomin-dark: #1b252c;
    --iomin-gray: #6f787e;
    --iomin-light-gray: #f6f8f7;
    --iomin-border: #e5e9e7;
    --iomin-white: #ffffff;
}

/* ─── PRELOADER (replace lime-green GIF with teal CSS spinner) ─── */
#status {
    background-image: none !important;
    background: #fff !important;
}
#status::before {
    content: "";
    position: absolute;
    top: 50%; left: 50%;
    width: 50px; height: 50px;
    margin: -25px 0 0 -25px;
    border: 4px solid rgba(20, 160, 120, 0.15);
    border-top-color: var(--iomin-primary);
    border-radius: 50%;
    animation: iomin-spin 0.8s linear infinite;
}
@keyframes iomin-spin { to { transform: rotate(360deg); } }

/* ─── BRAND COLOR OVERRIDES ─────────────────────────────── */
.ttm-textcolor-skincolor,
.ttm-textcolor-skincolor a,
a:hover,
.site-branding a:hover { color: var(--iomin-primary) !important; }

.ttm-bgcolor-skincolor,
.ttm-btn-bgcolor-skincolor,
.ttm-icon_element-bgcolor-skincolor,
.ttm-icon_element-background-color-skincolor { background-color: var(--iomin-primary) !important; }

.ttm-btn-bgcolor-skincolor:hover { background-color: var(--iomin-primary-dark) !important; border-color: var(--iomin-primary-dark) !important; }

.ttm-icon_element-color-skincolor { color: var(--iomin-primary) !important; }
.ttm-icon_element-border.ttm-icon_element-color-skincolor { border-color: var(--iomin-primary) !important; }

/* Borders & accents */
.ttm-bgcolor-skincolor, .separator .sep-line { border-color: var(--iomin-primary) !important; }

/* ─── TYPOGRAPHY ─────────────────────────────────────────── */
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #3a4248; font-size: 15px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, h6 { font-family: 'Inter', 'Segoe UI', sans-serif; font-weight: 700; color: var(--iomin-dark); letter-spacing: -0.01em; }
h1 { font-size: 42px; line-height: 1.2; }
h2 { font-size: 32px; line-height: 1.3; }
h3 { font-size: 26px; }
h4 { font-size: 20px; }
h5 { font-size: 17px; }
p { color: var(--iomin-gray); margin-bottom: 15px; }

/* ─── BUTTONS ────────────────────────────────────────────── */
.ttm-btn { border-radius: 4px !important; font-weight: 600 !important; letter-spacing: 0.3px; transition: all 0.25s ease !important; }
.ttm-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(20, 160, 120, 0.25); }
.ttm-btn-bgcolor-skincolor { color: #fff !important; }
.ttm-btn-bgcolor-black { background-color: var(--iomin-dark) !important; color: #fff !important; }
.ttm-btn-bgcolor-black:hover { background-color: #2a3841 !important; }

/* Icon inline fix */
.ttm-btn i { display: inline-block !important; position: relative !important; top: auto !important; transform: none !important; margin-right: 6px; }
.ttm-btn.ttm-icon-btn-right i { position: absolute !important; top: 50% !important; transform: translate(0,-50%) !important; margin-right: 0; right: 20px; }
.ttm-btn.ttm-icon-btn-left i { position: absolute !important; top: 50% !important; transform: translate(0,-50%) !important; margin-right: 0; left: 20px; }

/* ─── HEADER ─────────────────────────────────────────────── */
.ttm-topbar-wrapper { padding: 6px 0 !important; font-size: 13px; background-color: var(--iomin-dark) !important; }
.ttm-topbar-wrapper .top-contact li { font-size: 12.5px !important; line-height: 28px !important; padding-right: 18px; color: rgba(255,255,255,0.75); }
.ttm-topbar-wrapper .top-contact li i { color: var(--iomin-primary) !important; margin-right: 6px; }
.ttm-topbar-wrapper .top-contact li a { color: rgba(255,255,255,0.85) !important; }
.ttm-topbar-wrapper .top-contact li a:hover { color: var(--iomin-primary) !important; }
.ttm-topbar-wrapper .social-icons li a { color: rgba(255,255,255,0.7) !important; padding: 0 7px; font-size: 13px; }
.ttm-topbar-wrapper .social-icons li a:hover { color: var(--iomin-primary) !important; }

.ttm-header-wrap { padding: 0 !important; background: #fff; }
.ttm-header-wrap .site-branding { height: 70px !important; line-height: 70px !important; padding: 0 !important; text-align: center; }
.ttm-header-wrap .site-branding img#logo-img { max-height: 55px !important; }
.ttm-header-wrap .widget-left, .ttm-header-wrap .widget-right { padding: 0 !important; }
.ttm-header-wrap .info-widget { height: 70px !important; padding: 0 15px !important; display: flex; align-items: center; }
.ttm-header-wrap .info-widget-content h2 { font-size: 15px !important; margin: 0 !important; color: var(--iomin-primary); font-weight: 700; }
.ttm-header-wrap .info-widget-content h2 a { color: var(--iomin-primary); }
.ttm-header-wrap .info-widget-content p { font-size: 11px !important; margin: 0 !important; line-height: 1.3 !important; color: var(--iomin-gray); text-transform: uppercase; letter-spacing: 0.5px; }

/* Navigation */
#site-header-menu #site-navigation .menu ul li > a { color: var(--iomin-dark); font-size: 14px; font-weight: 600; padding: 18px 16px; transition: color .2s; }
#site-header-menu #site-navigation .menu ul li:hover > a,
#site-header-menu #site-navigation .menu ul li.active > a { color: var(--iomin-primary) !important; }
#site-header-menu #site-navigation .menu ul ul li > a { padding: 10px 18px; font-size: 13px; font-weight: 500; }

/* Country switcher */
.ttm-topbar-btn .dropdown-toggle { font-size: 12px !important; padding: 5px 14px !important; font-weight: 600; }
.ttm-topbar-btn .dropdown-menu { border: none; box-shadow: 0 5px 20px rgba(0,0,0,0.12); border-radius: 4px; padding: 6px 0; min-width: 180px; }
.ttm-topbar-btn .dropdown-item { padding: 8px 16px; font-size: 13px; transition: all .15s; }
.ttm-topbar-btn .dropdown-item:hover { background: var(--iomin-primary-soft); color: var(--iomin-primary); }

/* ─── SLIDER ─────────────────────────────────────────────── */
.ttm-slider-wrapper { position: relative; overflow: hidden; }
.ttm-slide-item { position: relative; background-size: cover !important; background-position: center !important; min-height: 550px; }
.ttm-slider .owl-nav button { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(27,37,44,0.5) !important; color: #fff !important; width: 48px; height: 48px; font-size: 20px !important; border-radius: 50% !important; opacity: 0; transition: all .3s; }
.ttm-slider:hover .owl-nav button { opacity: 1; }
.ttm-slider .owl-nav .owl-prev { left: 20px; }
.ttm-slider .owl-nav .owl-next { right: 20px; }
.ttm-slider .owl-nav button:hover { background: var(--iomin-primary) !important; }
.ttm-slider .owl-dots { position: absolute; bottom: 25px; width: 100%; text-align: center; }
.ttm-slider .owl-dot span { background: rgba(255,255,255,0.5) !important; width: 10px !important; height: 10px !important; transition: all .2s; }
.ttm-slider .owl-dot.active span { background: var(--iomin-primary) !important; width: 30px !important; border-radius: 5px !important; }

/* ─── SECTIONS ──────────────────────────────────────────── */
.ttm-row { padding: 80px 0; }
.ttm-bgcolor-grey { background-color: var(--iomin-light-gray) !important; }

/* Section titles */
.section-title .title-header h5 { color: var(--iomin-primary); font-size: 13px; text-transform: uppercase; letter-spacing: 2.5px; font-weight: 700; margin-bottom: 12px; }
.section-title .title-header h5::before { content: "—"; margin-right: 8px; color: var(--iomin-primary); }
.section-title .title-header h2.title { font-size: 36px; font-weight: 700; line-height: 1.25; color: var(--iomin-dark); }
.section-title .title-header h2.title strong { color: var(--iomin-primary); font-weight: 700; }
.section-title.text-center .title-header h5::before { display: none; }
.section-title .title-desc { color: var(--iomin-gray); font-size: 15px; margin-top: 12px; max-width: 700px; }
.section-title.text-center .title-desc { margin-left: auto; margin-right: auto; }

/* ─── FEATURED ICON BOXES (Top 3 features) ──────────────── */
.featured-icon-box { transition: transform .3s ease, box-shadow .3s ease; }
.featured-icon-box.style1.top-icon { padding: 40px 30px; border-radius: 8px; transition: all .3s; }
.featured-icon-box.style1.top-icon:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(20,160,120,0.08); }
.box-shadow1 { box-shadow: 0 4px 20px rgba(0,0,0,0.05) !important; border-radius: 8px !important; }
.featured-icon-box .ttm-icon .flaticon { font-size: 44px; color: var(--iomin-primary); }
.featured-icon-box .featured-title h5 { font-size: 18px; color: var(--iomin-dark); margin: 20px 0 12px; font-weight: 700; }
.featured-icon-box .featured-desc p { font-size: 14px; line-height: 1.65; color: var(--iomin-gray); margin-bottom: 14px; }
.featured-icon-box .ttm-btn.ttm-btn-underline { color: var(--iomin-primary) !important; font-size: 13px; font-weight: 600; letter-spacing: 0.5px; }

/* ─── ABOUT SECTION ─────────────────────────────────────── */
.about-section .section-title .title-header h2.title { margin-bottom: 20px; }
.about-section p { font-size: 15px; line-height: 1.75; color: var(--iomin-gray); }
.about-section .ttm_single_image-wrapper img { border-radius: 8px; box-shadow: 0 15px 40px rgba(0,0,0,0.1); }
.about-section .ttm-fid { background: var(--iomin-primary) !important; padding: 25px 35px; border-radius: 8px; margin-top: 20px; box-shadow: 0 10px 25px rgba(20,160,120,0.3); }
.about-section .ttm-fid h4 { color: #fff !important; font-size: 42px; font-weight: 800; margin: 0; }
.about-section .ttm-fid h3 { color: rgba(255,255,255,0.9); font-size: 13px; text-transform: uppercase; letter-spacing: 1.5px; }
.about-section .featured-icon-box.style2 .ttm-icon { color: var(--iomin-primary); font-size: 28px; }
.about-section .featured-icon-box.style2 .featured-title h5 { font-size: 14px; font-weight: 600; color: var(--iomin-dark); margin-top: 8px; }

/* ─── SERVICE CARDS ─────────────────────────────────────── */
.featured-imagebox-service { background: #fff; border-radius: 10px; overflow: hidden; transition: all .3s; box-shadow: 0 3px 15px rgba(0,0,0,0.05); }
.featured-imagebox-service:hover { transform: translateY(-4px); box-shadow: 0 15px 40px rgba(0,0,0,0.1); }
.featured-imagebox .featured-thumbnail { overflow: hidden; height: 220px; display: flex; align-items: center; justify-content: center; background: var(--iomin-light-gray); }
.featured-imagebox .featured-thumbnail img { max-width: 100%; max-height: 220px; width: auto; height: auto; object-fit: contain; transition: transform .5s; }
.featured-imagebox:hover .featured-thumbnail img { transform: scale(1.05); }
.featured-imagebox-service .featured-thumbnail { height: 240px; }
.featured-imagebox-service .featured-thumbnail img { max-height: 240px; padding: 15px; }
.featured-imagebox-service .ttm-box-bottom-content { padding: 25px 25px 28px; text-align: center; position: relative; }
.featured-imagebox-service .featured-icon { position: absolute; top: -30px; left: 50%; transform: translateX(-50%); }
.featured-imagebox-service .featured-icon .ttm-icon { width: 60px; height: 60px; line-height: 60px; background: var(--iomin-primary) !important; box-shadow: 0 8px 20px rgba(20,160,120,0.35); }
.featured-imagebox-service .featured-icon .ttm-icon i { color: #fff !important; font-size: 22px; }
.featured-imagebox-service .featured-title { margin-top: 25px; }
.featured-imagebox-service .featured-title h5 { font-size: 18px; font-weight: 700; color: var(--iomin-dark); }
.featured-imagebox-service .featured-desc p { font-size: 14px; color: var(--iomin-gray); line-height: 1.65; }

/* Services list page */
.featured-imagebox-services.style1 { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 3px 15px rgba(0,0,0,0.05); transition: all .3s; }
.featured-imagebox-services.style1:hover { transform: translateY(-4px); box-shadow: 0 15px 40px rgba(0,0,0,0.1); }
.featured-imagebox-services.style1 .featured-content { padding: 28px 25px; }
.featured-imagebox-services.style1 .featured-iconbox { margin-bottom: 15px; }
.featured-imagebox-services.style1 .ttm-icon i { color: var(--iomin-primary) !important; font-size: 32px; }
.featured-imagebox-services.style1 .featured-title h5 { font-size: 18px; font-weight: 700; color: var(--iomin-dark); }
.featured-imagebox-services.style1 .featured-title h5 a { color: var(--iomin-dark); transition: color .2s; }
.featured-imagebox-services.style1 .featured-title h5 a:hover { color: var(--iomin-primary); }

/* ─── PRODUCT CARDS ─────────────────────────────────────── */
.ttm-shop-card { border: 1px solid var(--iomin-border); border-radius: 10px; overflow: hidden; transition: all .3s; background: #fff; }
.ttm-shop-card:hover { box-shadow: 0 15px 40px rgba(0,0,0,0.08); transform: translateY(-4px); border-color: transparent; }
.ttm-shop-card .ttm-shop-card-img { position: relative; width: 100%; height: 280px; overflow: hidden; background: var(--iomin-light-gray); display: flex; align-items: center; justify-content: center; }
.ttm-shop-card .ttm-shop-card-img img { max-width: 85%; max-height: 250px; width: auto; height: auto; object-fit: contain; transition: transform .4s; }
.ttm-shop-card:hover .ttm-shop-card-img img { transform: scale(1.06); }
.ttm-shop-card .ttm-shop-card-img .onsale { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 5px 14px; font-size: 11px; font-weight: 700; letter-spacing: 0.5px; color: #fff !important; border-radius: 4px; text-transform: uppercase; box-shadow: 0 3px 10px rgba(0,0,0,0.15); }
.ttm-shop-card .ttm-shop-card-content { padding: 22px 20px; text-align: center; }
.ttm-shop-card .ttm-shop-card-content h2.product-title,
.ttm-shop-card .ttm-shop-card-content h5 { font-size: 17px; margin-bottom: 10px; font-weight: 700; }
.ttm-shop-card .ttm-shop-card-content h5 a,
.ttm-shop-card .ttm-shop-card-content h2 a { color: var(--iomin-dark); }
.ttm-shop-card .ttm-shop-card-content h5 a:hover,
.ttm-shop-card .ttm-shop-card-content h2 a:hover { color: var(--iomin-primary); }
.ttm-shop-card .ttm-shop-card-content p { font-size: 13px; color: var(--iomin-gray); margin-bottom: 10px; line-height: 1.5; }
.ttm-shop-card .ttm-shop-card-content .price { font-size: 20px; font-weight: 700; color: var(--iomin-primary); }
.ttm-shop-card .ttm-shop-card-content .price del { color: #aaa; font-size: 15px; font-weight: 400; margin-right: 8px; }

/* ─── PRODUCT DETAIL PAGE ────────────────────────────────── */
.product-gallery { background: var(--iomin-light-gray); border-radius: 10px; padding: 40px; display: flex; align-items: center; justify-content: center; min-height: 420px; }
.product-gallery > img { max-height: 420px; max-width: 100%; width: auto; height: auto; object-fit: contain; }
.product-details-content h2 { font-size: 30px; margin-bottom: 15px; }
.product-details-content .price .h3 { font-size: 30px; font-weight: 800; color: var(--iomin-primary); }
.product-details-content .stock { font-size: 13px; font-weight: 600; padding: 5px 14px; border-radius: 20px; display: inline-block; }
.product-details-content .stock.in-stock { background: rgba(20,160,120,0.1); color: var(--iomin-primary); }
.product-details-content .stock.out-of-stock { background: rgba(220,53,69,0.1); color: #dc3545; }

/* ─── TESTIMONIAL SECTION ────────────────────────────────── */
.testimonial-section { background: var(--iomin-light-gray); }
.testimonials .testimonial-content { background: #fff; border-radius: 12px; padding: 40px 30px; text-align: center; margin: 10px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); position: relative; }
.testimonials .testimonial-avatar .testimonial-img { width: 80px; height: 80px; margin: 0 auto 20px; border-radius: 50%; overflow: hidden; border: 3px solid var(--iomin-primary); }
.testimonials .testimonial-avatar .testimonial-img img { width: 100%; height: 100%; object-fit: cover; }
.testimonials blockquote { background: none !important; border: none !important; padding: 0 !important; margin: 0 0 20px !important; font-size: 15px; font-style: italic; color: var(--iomin-gray); line-height: 1.7; quotes: "\201C" "\201D"; }
.testimonials blockquote::before { content: open-quote; font-size: 50px; color: var(--iomin-primary); line-height: 0.1em; vertical-align: -0.4em; margin-right: 5px; }
.testimonials .testimonial-caption h5 { font-size: 16px; color: var(--iomin-dark); margin-bottom: 3px; font-weight: 700; }
.testimonials .testimonial-caption label { font-size: 12px; color: var(--iomin-primary); text-transform: uppercase; letter-spacing: 1px; }

/* ─── BLOG CARDS ─────────────────────────────────────────── */
.featured-imagebox-blog { background: #fff; border-radius: 10px; overflow: hidden; transition: all .3s; box-shadow: 0 3px 15px rgba(0,0,0,0.05); }
.featured-imagebox-blog:hover { transform: translateY(-4px); box-shadow: 0 15px 40px rgba(0,0,0,0.1); }
.featured-imagebox-blog .featured-thumbnail img { width: 100%; height: 220px; object-fit: cover; }
.featured-imagebox-blog .featured-content { padding: 25px 22px; }
.featured-imagebox-blog .post-meta { margin-bottom: 12px; }
.featured-imagebox-blog .post-meta .ttm-meta-line { font-size: 12px; color: var(--iomin-gray); margin-right: 15px; }
.featured-imagebox-blog .post-meta .ttm-meta-line i { color: var(--iomin-primary); margin-right: 5px; }
.featured-imagebox-blog .featured-title h5 { font-size: 17px; font-weight: 700; line-height: 1.4; margin-bottom: 10px; }
.featured-imagebox-blog .featured-title h5 a { color: var(--iomin-dark); transition: color .2s; }
.featured-imagebox-blog .featured-title h5 a:hover { color: var(--iomin-primary); }
.featured-imagebox-blog .featured-desc p { font-size: 14px; color: var(--iomin-gray); line-height: 1.6; }

/* ─── CTA / WORK HOURS ──────────────────────────────────── */
.home-cta-section { background: linear-gradient(135deg, var(--iomin-primary) 0%, var(--iomin-primary-dark) 100%) !important; padding: 55px 0 !important; }
.home-cta-section .section-title h5 { color: rgba(255,255,255,0.8); margin-bottom: 6px; }
.home-cta-section .section-title h5::before { color: rgba(255,255,255,0.8); }
.home-cta-section .section-title h2.title { color: #fff !important; font-size: 26px; margin: 0; }

/* ─── PAGE TITLE BANNER (NEW) ───────────────────────────── */
.iomin-page-title { position: relative; min-height: 320px; display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.iomin-page-title__bg {
    position: absolute; inset: 0; z-index: -2;
    background-size: cover; background-position: center;
    transform: scale(1.05);
    animation: iomin-kenburns 20s ease-in-out infinite alternate;
}
@keyframes iomin-kenburns {
    from { transform: scale(1.05) translate(0,0); }
    to { transform: scale(1.15) translate(-15px,-10px); }
}
.iomin-page-title__overlay {
    position: absolute; inset: 0; z-index: -1;
    background: linear-gradient(135deg, rgba(20,160,120,0.85) 0%, rgba(27,37,44,0.85) 100%);
}
.iomin-page-title__content { padding: 60px 0; color: #fff; }
.iomin-page-title__heading {
    font-size: 44px; font-weight: 800; color: #fff !important;
    margin: 0 0 14px; line-height: 1.15; letter-spacing: -0.01em;
    text-shadow: 0 2px 16px rgba(0,0,0,0.25);
}
.iomin-breadcrumb {
    display: inline-flex; align-items: center; gap: 10px;
    background: rgba(255,255,255,0.12);
    -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
    padding: 10px 20px; border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 14px; color: rgba(255,255,255,0.85);
}
.iomin-breadcrumb a { color: #fff !important; font-weight: 500; transition: opacity .2s; }
.iomin-breadcrumb a:hover { opacity: 0.75; }
.iomin-breadcrumb a i { margin-right: 5px; font-size: 13px; color: rgba(255,255,255,0.85); }
.iomin-breadcrumb__sep { color: rgba(255,255,255,0.5); font-size: 12px; }
.iomin-breadcrumb__current { color: rgba(255,255,255,0.95); font-weight: 600; text-transform: capitalize; }

/* Legacy compatibility */
.ttm-page-title-row { position: relative; padding: 0; }
.ttm-page-title-row .ttm-row-wrapper-bg-layer { background-size: cover !important; background-position: center !important; }
.ttm-page-title-row-inner { padding: 90px 0 !important; background: rgba(27,37,44,0.75) !important; }
.ttm-page-title-row .page-title-heading h2.title { color: #fff !important; font-size: 40px; font-weight: 700; margin-bottom: 10px; }
.ttm-page-title-row .breadcrumb-wrapper { font-size: 14px; color: rgba(255,255,255,0.7); }
.ttm-page-title-row .breadcrumb-wrapper a { color: var(--iomin-primary) !important; }
.ttm-page-title-row .breadcrumb-wrapper .ttm-bread-sep { color: rgba(255,255,255,0.5); }

/* ─── FOOTER (NEW CLEAN VERSION) ────────────────────────── */
.iomin-footer { background: var(--iomin-dark); color: rgba(255,255,255,0.75); font-size: 14px; }

/* Top strip */
.iomin-footer__top { padding: 22px 0; background: rgba(0,0,0,0.25); border-bottom: 1px solid rgba(255,255,255,0.06); }
.iomin-footer__hours { color: rgba(255,255,255,0.9); font-size: 14px; }
.iomin-footer__hours i { color: var(--iomin-primary); margin-right: 10px; font-size: 16px; }
.iomin-footer__hours strong { color: #fff; font-weight: 600; margin-right: 6px; }
.iomin-footer__whatsapp {
    display: inline-flex; align-items: center; gap: 8px;
    background: #25d366; color: #fff !important;
    padding: 10px 22px; border-radius: 30px;
    font-weight: 600; font-size: 14px;
    transition: all .25s;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
}
.iomin-footer__whatsapp:hover { background: #128c7e; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(37, 211, 102, 0.4); }
.iomin-footer__whatsapp i { font-size: 18px; }

/* Main columns */
.iomin-footer__main { padding: 60px 0 30px; }
.iomin-footer__logo { display: inline-block; margin-bottom: 18px; }
.iomin-footer__logo img {
    max-height: 60px; width: auto;
    /* Tint the original logo to white tone */
    filter: brightness(0) invert(1);
    opacity: 0.95;
}
.iomin-footer__about { color: rgba(255,255,255,0.65); font-size: 14px; line-height: 1.75; margin-bottom: 22px; }
.iomin-footer__title {
    color: #fff; font-size: 15px; font-weight: 700;
    margin: 0 0 22px; text-transform: uppercase; letter-spacing: 1.2px;
    position: relative; padding-bottom: 12px;
}
.iomin-footer__title::after {
    content: ""; position: absolute; bottom: 0; left: 0;
    width: 32px; height: 2px; background: var(--iomin-primary);
}

/* Links */
.iomin-footer__links { list-style: none; margin: 0; padding: 0; }
.iomin-footer__links li { padding: 5px 0; }
.iomin-footer__links li a {
    color: rgba(255,255,255,0.7); font-size: 14px;
    transition: all .2s; display: inline-block;
}
.iomin-footer__links li a:hover { color: var(--iomin-primary); transform: translateX(4px); }

/* Contact list */
.iomin-footer__contact { list-style: none; margin: 0 0 20px; padding: 0; }
.iomin-footer__contact li {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 8px 0; color: rgba(255,255,255,0.75); font-size: 14px; line-height: 1.5;
}
.iomin-footer__contact li i {
    color: var(--iomin-primary); width: 18px; flex-shrink: 0;
    margin-top: 4px; font-size: 14px;
}
.iomin-footer__contact li a { color: rgba(255,255,255,0.75); transition: color .2s; }
.iomin-footer__contact li a:hover { color: var(--iomin-primary); }

/* Social icons */
.iomin-footer__social { display: flex; gap: 8px; flex-wrap: wrap; }
.iomin-footer__social a {
    width: 38px; height: 38px; border-radius: 50%;
    background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.8);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 15px; transition: all .25s;
}
.iomin-footer__social a:hover {
    background: var(--iomin-primary); color: #fff;
    transform: translateY(-3px); box-shadow: 0 5px 15px rgba(20,160,120,0.4);
}

/* Newsletter */
.iomin-footer__newsletter { position: relative; max-width: 360px; }
.iomin-footer__newsletter input[type="email"] {
    width: 100%; padding: 12px 50px 12px 16px;
    background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
    border-radius: 30px; color: #fff; font-size: 14px;
    transition: all .2s;
}
.iomin-footer__newsletter input[type="email"]:focus {
    outline: none; border-color: var(--iomin-primary);
    background: rgba(255,255,255,0.12);
}
.iomin-footer__newsletter input[type="email"]::placeholder { color: rgba(255,255,255,0.45); }
.iomin-footer__newsletter button {
    position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
    width: 38px; height: 38px; border-radius: 50%;
    background: var(--iomin-primary); color: #fff; border: none;
    cursor: pointer; transition: all .2s;
    display: flex; align-items: center; justify-content: center;
}
.iomin-footer__newsletter button:hover { background: var(--iomin-primary-dark); }

/* Bottom bar */
.iomin-footer__bottom {
    background: rgba(0,0,0,0.35);
    padding: 18px 0; font-size: 13px;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.iomin-footer__copyright { margin: 0; color: rgba(255,255,255,0.6); font-size: 13px; }
.iomin-footer__copyright strong { color: rgba(255,255,255,0.8); }
.iomin-footer__bottom-links { list-style: none; margin: 0; padding: 0; display: inline-flex; gap: 0; }
.iomin-footer__bottom-links li { padding: 0 14px; border-right: 1px solid rgba(255,255,255,0.15); }
.iomin-footer__bottom-links li:last-child { border-right: none; padding-right: 0; }
.iomin-footer__bottom-links li:first-child { padding-left: 0; }
.iomin-footer__bottom-links li a { color: rgba(255,255,255,0.6); font-size: 13px; }
.iomin-footer__bottom-links li a:hover { color: var(--iomin-primary); }

@media (max-width: 767px) {
    .iomin-footer__main { padding: 40px 0 10px; }
    .iomin-footer__top { padding: 18px 0; text-align: center; }
    .iomin-footer__hours { display: block; margin-bottom: 14px; }
    .iomin-footer__bottom-links { justify-content: center; margin-top: 12px; display: flex; }
    .iomin-footer__copyright { text-align: center; }
}

/* ─── CONTACT FORM ──────────────────────────────────────── */
.contact-form .form-control { border: 1px solid var(--iomin-border); border-radius: 4px; padding: 12px 16px; font-size: 14px; transition: all .2s; }
.contact-form .form-control:focus { border-color: var(--iomin-primary); box-shadow: 0 0 0 3px var(--iomin-primary-soft); outline: none; }
.contact-form .form-control.is-invalid { border-color: #dc3545; }

/* ─── CLIENT LOGOS ──────────────────────────────────────── */
.client-section .ttm-client-logo img { max-height: 60px; opacity: 0.5; filter: grayscale(100%); transition: all .3s; }
.client-section .ttm-client-logo:hover img { opacity: 1; filter: grayscale(0); }

/* ─── SIDEBAR / SHOP FILTERS ────────────────────────────── */
.widget-area .widget { background: #fff; border: 1px solid var(--iomin-border); border-radius: 8px; padding: 25px 22px; margin-bottom: 25px; }
.widget-area .widget-title { font-size: 16px; font-weight: 700; color: var(--iomin-dark); margin-bottom: 18px; padding-bottom: 12px; border-bottom: 2px solid var(--iomin-primary); display: inline-block; }
.widget_categories ul li { padding: 7px 0; border-bottom: 1px solid #f0f0f0; }
.widget_categories ul li:last-child { border-bottom: none; }
.widget_categories ul li a { color: var(--iomin-gray); font-size: 14px; transition: all .2s; display: block; }
.widget_categories ul li.active a,
.widget_categories ul li a:hover { color: var(--iomin-primary); padding-left: 8px; font-weight: 600; }
.widget_categories ul li.active a::before { content: "→ "; color: var(--iomin-primary); }

/* ─── PAGINATION ────────────────────────────────────────── */
.pagination-block .pagination { justify-content: center; margin: 30px 0 0; }
.pagination-block .pagination li a,
.pagination-block .pagination li span { padding: 8px 14px; margin: 0 3px; border-radius: 4px; border: 1px solid var(--iomin-border); color: var(--iomin-dark); font-size: 14px; }
.pagination-block .pagination li.active span,
.pagination-block .pagination li a:hover { background: var(--iomin-primary); color: #fff !important; border-color: var(--iomin-primary); }

/* ─── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 991px) {
    h1 { font-size: 32px; }
    h2 { font-size: 26px; }
    .section-title .title-header h2.title { font-size: 28px; }
    .ttm-row { padding: 60px 0; }
    .ttm-slide-item { min-height: 400px; }
    .ttm-header-wrap .widget-left, .ttm-header-wrap .widget-right { display: none; }
    .ttm-topbar-wrapper .top-contact li:nth-child(1) { display: none; }
}
@media (max-width: 767px) {
    .section-title .title-header h2.title { font-size: 24px; }
    .ttm-row { padding: 45px 0; }
    .ttm-slide-item { min-height: 320px; }
    .ttm-topbar-wrapper { display: none; }
    .home-cta-section .text-right { text-align: center !important; margin-top: 20px; }
    .home-cta-section .section-title h2.title { font-size: 22px; }
    .product-gallery { padding: 25px; min-height: 300px; }
    .product-gallery > img { max-height: 280px; }
    .iomin-page-title { min-height: 220px; }
    .iomin-page-title__heading { font-size: 30px; }
    .iomin-page-title__content { padding: 40px 0; }
    .iomin-breadcrumb { font-size: 13px; padding: 8px 16px; }
}
