/* ===== Google Fonts ===== */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Open+Sans:wght@400;600;700&display=swap');

/* ===== CSS Variables ===== */
:root {
    --gw-primary: #008230;
    --gw-secondary: #3cbd00;
    --gw-light-bg: #f1f2f3;
    --gw-pale: #c5e6d6;
    --gw-dark: #2e384d;
    --gw-gray: #757575;
    --gw-white: #ffffff;
    --gw-container: 1420px;
    --gw-font-head: 'Roboto', Arial, sans-serif;
    --gw-font-body: 'Open Sans', Arial, sans-serif;
}

/* ===== Global Typography ===== */
body {
    font-family: var(--gw-font-body) !important;
    color: var(--gw-dark) !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--gw-font-head) !important;
    color: var(--gw-primary) !important;
    font-weight: 700 !important;
}

h1 { font-size: 2.5rem !important; line-height: 1.3 !important; }
h2 { font-size: 2rem !important; line-height: 1.35 !important; }
h3 { font-size: 1.5rem !important; line-height: 1.4 !important; }

a { color: var(--gw-primary) !important; text-decoration: none !important; transition: color 0.3s ease !important; }
a:hover { color: var(--gw-secondary) !important; text-decoration: none !important; }

/* ===== Override Astra container for all custom pages ===== */
.home.page .site-content,
.home.page .ast-container,
.home.page #primary,
.home.page .entry-content,
.home.page .entry-header,
.post-type-archive-taimabio_product .site-content,
.post-type-archive-taimabio_product .ast-container,
.tax-product_category .site-content,
.tax-product_category .ast-container,
.single-taimabio_product .site-content,
.single-taimabio_product .ast-container,
.page-id-11 .site-content, .page-id-11 .ast-container,
.page-id-619 .site-content, .page-id-619 .ast-container,
.page-id-12 .site-content, .page-id-12 .ast-container,
.page-id-629 .site-content, .page-id-629 .ast-container,
.page-id-13 .site-content, .page-id-13 .ast-container,
.page-id-633 .site-content, .page-id-633 .ast-container,
.page-id-631 .site-content, .page-id-631 .ast-container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Remove top gap on inner pages */
.page-id-11 .site-content,
.page-id-619 .site-content,
.page-id-12 .site-content,
.page-id-629 .site-content,
.page-id-13 .site-content,
.page-id-633 .site-content,
.page-id-631 .site-content,
.page #primary {
    padding-top: 0 !important;
    margin-top: 0 !important;
    border-top: none !important;
}

.page-id-11 .ast-container,
.page-id-619 .ast-container,
.page-id-12 .ast-container,
.page-id-629 .ast-container,
.page-id-13 .ast-container,
.page-id-633 .ast-container,
.page-id-631 .ast-container,
.page .ast-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
}

/* Remove gap below homepage header caused by comment-only paragraphs */
.home.page .site-main > p:empty,
.home.page .entry-content > p:empty,
.home.page .site-main > p:first-child {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
}
.home.page .site-main,
.home.page #primary,
.home.page .entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.home.page .hp21Hero {
    margin-top: 0 !important;
}

/* ===== Header Logo ===== */
/* Hide site title text when custom logo is displayed */
.ast-site-title-wrap {
    display: none !important;
}

/* Adjust custom logo size in header */
.custom-logo {
    max-height: 55px !important;
    width: auto !important;
}

/* Logo left padding */
.site-logo-img {
    padding-left: 20px !important;
}

.home.page .entry-content,
.post-type-archive-taimabio_product .entry-content,
.tax-product_category .entry-content,
.single-taimabio_product .entry-content,
.page-id-11 .entry-content, .page-id-619 .entry-content,
.page-id-12 .entry-content, .page-id-629 .entry-content,
.page-id-13 .entry-content, .page-id-633 .entry-content,
.page-id-631 .entry-content {
    max-width: 100% !important;
    padding: 0 !important;
}

/* Remove Astra page title / header on inner pages */
.page-id-11 .entry-header,
.page-id-619 .entry-header,
.page-id-12 .entry-header,
.page-id-629 .entry-header,
.page-id-13 .entry-header,
.page-id-633 .entry-header,
.page-id-631 .entry-header,
.page-id-11 .ast-page-title,
.page-id-619 .ast-page-title,
.page-id-12 .ast-page-title,
.page-id-629 .ast-page-title,
.page-id-13 .ast-page-title,
.page-id-633 .ast-page-title,
.page-id-631 .ast-page-title,
.page-id-11 .ast-breadcrumb,
.page-id-619 .ast-breadcrumb,
.page-id-12 .ast-breadcrumb,
.page-id-629 .ast-breadcrumb,
.page-id-13 .ast-breadcrumb,
.page-id-633 .ast-breadcrumb,
.page-id-631 .ast-breadcrumb {
    display: none !important;
}

/* ===== Header ===== */
.site-header, .ast-primary-header-bar {
    background: var(--gw-white) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
    position: relative !important;
    z-index: 999 !important;
}

.site-logo-img img { max-height: 60px !important; width: auto !important; }

.main-header-menu > li > a {
    color: var(--gw-dark) !important;
    font-family: var(--gw-font-head) !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    padding: 0 15px !important;
    transition: color 0.3s ease !important;
}
.main-header-menu > li > a:hover,
.main-header-menu > li.current-menu-item > a { color: var(--gw-primary) !important; }

.main-header-menu .sub-menu {
    background: var(--gw-white) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    border: none !important;
    border-top: 3px solid var(--gw-primary) !important;
}
.main-header-menu .sub-menu a { color: var(--gw-dark) !important; padding: 12px 20px !important; font-size: 14px !important; }
.main-header-menu .sub-menu a:hover { background: var(--gw-light-bg) !important; color: var(--gw-primary) !important; }

/* ===== Buttons ===== */
.gw-btn, .wp-block-button__link, .entry-content a.wp-block-button__link {
    background: var(--gw-primary) !important;
    color: var(--gw-white) !important;
    font-family: var(--gw-font-head) !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    padding: 12px 32px !important;
    border-radius: 4px !important;
    border: 2px solid var(--gw-primary) !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    display: inline-block !important;
    text-decoration: none !important;
}
.gw-btn:hover, .wp-block-button__link:hover { background: transparent !important; color: var(--gw-primary) !important; }

a.commonBtn {
    display: inline-block;
    color: #fff !important;
    font-size: 17px;
    font-weight: 700 !important;
    text-align: center;
    border-radius: 40px 0;
    text-decoration: none !important;
    background: #3cbd00;
    border: 1px solid #3cbd00;
    padding: 20px 30px;
    transition: all 0.3s;
}
a.commonBtn:hover { background: #008230; border: 1px solid #008230; color: #fff !important; }

/* ===== Container ===== */
.gw-container { max-width: var(--gw-container); margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.container1420 { width: 1420px; max-width: 100%; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }
.container { width: 100%; max-width: 1420px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }

/* ===== Sections ===== */
.gw-section { padding: 60px 0 !important; position: relative !important; width: 100% !important; box-sizing: border-box !important; }
.gw-section--light { background: var(--gw-light-bg) !important; }
.gw-section--white { background: var(--gw-white) !important; }
.gw-section--primary { background: var(--gw-primary) !important; color: var(--gw-white) !important; }
.gw-section--primary h2, .gw-section--primary h3, .gw-section--primary p { color: var(--gw-white) !important; }

.gw-section-title { text-align: center !important; font-size: 2.2rem !important; margin-bottom: 15px !important; color: var(--gw-primary) !important; }
.gw-section-subtitle { text-align: center !important; font-size: 16px !important; color: var(--gw-gray) !important; max-width: 700px !important; margin: 0 auto 40px !important; }

/* ===== Inner Page Hero ===== */
.gw-page-hero {
    background: linear-gradient(135deg, #008230 0%, #3cbd00 100%) !important;
    color: #fff !important;
    padding: 60px 0 !important;
    text-align: center !important;
    width: 100% !important;
}
.gw-page-hero h1 { color: #fff !important; font-size: 2.5rem !important; margin-bottom: 10px !important; }
.gw-page-hero p { color: rgba(255,255,255,0.9) !important; font-size: 1.1rem !important; max-width: 700px !important; margin: 0 auto !important; }

/* ===== Breadcrumb ===== */
.gw-breadcrumb { background: var(--gw-light-bg) !important; padding: 12px 0 !important; font-size: 13px !important; color: var(--gw-gray) !important; }
.gw-breadcrumb a { color: var(--gw-primary) !important; }
.gw-breadcrumb .separator { margin: 0 8px !important; color: var(--gw-gray) !important; }
.gw-breadcrumb .current { color: var(--gw-dark) !important; font-weight: 600 !important; }

/* ===== Category Filter ===== */
.gw-cat-filter { display: flex !important; justify-content: center !important; flex-wrap: wrap !important; gap: 8px !important; margin-bottom: 25px !important; }
.gw-cat-filter a { padding: 8px 20px !important; border: 1px solid #e0e0e0 !important; border-radius: 30px !important; color: #555 !important; font-size: 14px !important; transition: all 0.2s !important; background: var(--gw-white) !important; }
.gw-cat-filter a:hover { border-color: var(--gw-primary) !important; color: var(--gw-primary) !important; }
.gw-cat-filter a.active { background: var(--gw-primary) !important; color: var(--gw-white) !important; border-color: var(--gw-primary) !important; }

/* ===== Search Bar ===== */
.gw-search-bar { max-width: 500px !important; margin: 0 auto 30px !important; }
.gw-search-bar input { width: 100% !important; padding: 12px 20px !important; border: 1px solid #ddd !important; border-radius: 30px !important; font-size: 15px !important; outline: none !important; box-sizing: border-box !important; }
.gw-search-bar input:focus { border-color: var(--gw-primary) !important; }

/* ===== Product Grid ===== */
.gw-product-grid { display: grid !important; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important; gap: 25px !important; margin: 30px 0 !important; }
.gw-product-card { background: var(--gw-white) !important; border-radius: 10px !important; overflow: hidden !important; box-shadow: 0 2px 15px rgba(0,0,0,0.06) !important; transition: transform 0.3s ease, box-shadow 0.3s ease !important; border: 1px solid #f0f0f0 !important; }
.gw-product-card:hover { transform: translateY(-5px) !important; box-shadow: 0 8px 30px rgba(0,0,0,0.12) !important; }
.gw-product-card-image { width: 100% !important; height: 200px !important; overflow: hidden !important; background: var(--gw-light-bg) !important; display: flex !important; align-items: center !important; justify-content: center !important; }
.gw-product-card-image img { width: 100% !important; height: 100% !important; object-fit: cover !important; transition: transform 0.3s ease !important; }
.gw-product-card:hover .gw-product-card-image img { transform: scale(1.08) !important; }
.gw-product-card-content { padding: 20px !important; }
.gw-product-card-content h3 { font-size: 1.1rem !important; color: var(--gw-primary) !important; margin-bottom: 8px !important; line-height: 1.4 !important; }
.gw-product-card-content h3 a { color: inherit !important; }
.gw-product-card-content p { color: var(--gw-gray) !important; font-size: 13px !important; margin-bottom: 12px !important; display: -webkit-box !important; -webkit-line-clamp: 2 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; }
.gw-product-card-cas { display: inline-block !important; background: var(--gw-light-bg) !important; color: var(--gw-primary) !important; padding: 3px 10px !important; border-radius: 12px !important; font-size: 12px !important; font-weight: 600 !important; margin-bottom: 8px !important; }
.gw-product-card-link { color: var(--gw-secondary) !important; font-weight: 600 !important; font-size: 14px !important; }

/* ===== Product Detail Page ===== */
.gw-pd8-section1 { display: flex !important; flex-wrap: wrap !important; gap: 40px !important; margin-bottom: 50px !important; align-items: flex-start !important; }
.gw-pd8-slider { flex: 0 0 45% !important; max-width: 500px !important; }
.gw-pd8-slider img { width: 100% !important; height: auto !important; border-radius: 8px !important; box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important; margin-bottom: 15px !important; }
.gw-pd8-content { flex: 1 !important; min-width: 300px !important; }
.gw-pd8-content h1 { color: var(--gw-primary) !important; font-size: 2rem !important; margin-bottom: 15px !important; }
.gw-pd8-cas { display: inline-block !important; background: var(--gw-light-bg) !important; color: var(--gw-primary) !important; padding: 6px 16px !important; border-radius: 20px !important; font-size: 14px !important; font-weight: 600 !important; margin-bottom: 20px !important; }
.gw-pd8-text { color: var(--gw-dark) !important; line-height: 1.8 !important; margin-bottom: 25px !important; }
.gw-pd8-btn { display: inline-block !important; background: var(--gw-primary) !important; color: var(--gw-white) !important; padding: 12px 30px !important; border-radius: 4px !important; font-weight: 500 !important; transition: background 0.3s ease !important; }
.gw-pd8-btn:hover { background: var(--gw-secondary) !important; color: var(--gw-white) !important; }

.gw-pd8-section2 { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 30px !important; margin-bottom: 50px !important; }
@media (max-width: 768px) { .gw-pd8-section2 { grid-template-columns: 1fr !important; } }
.gw-pd8-box { background: var(--gw-white) !important; border-radius: 10px !important; padding: 30px 25px !important; box-shadow: 0 2px 15px rgba(0,0,0,0.06) !important; border-top: 3px solid var(--gw-secondary) !important; }
.gw-pd8-box h3 { color: var(--gw-primary) !important; font-size: 1.2rem !important; margin-bottom: 12px !important; }
.gw-pd8-box p, .gw-pd8-box ul, .gw-pd8-box div { color: var(--gw-gray) !important; font-size: 14px !important; line-height: 1.6 !important; text-align: left !important; }
.gw-pd8-box ul { padding-left: 18px !important; }

.gw-pd8-section3 { display: flex !important; flex-wrap: wrap !important; gap: 40px !important; align-items: flex-start !important; }
.gw-pd8-specs { flex: 1 !important; min-width: 300px !important; }
.gw-pd8-specs h3 { color: var(--gw-primary) !important; margin-bottom: 15px !important; padding-bottom: 10px !important; border-bottom: 2px solid var(--gw-light-bg) !important; }
.gw-pd8-specs table { width: 100% !important; border-collapse: collapse !important; border-radius: 8px !important; overflow: hidden !important; box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important; }
.gw-pd8-specs th { background: var(--gw-primary) !important; color: var(--gw-white) !important; padding: 12px 16px !important; text-align: left !important; font-weight: 500 !important; font-size: 14px !important; width: 200px !important; }
.gw-pd8-specs td { padding: 12px 16px !important; border-bottom: 1px solid #eee !important; font-size: 14px !important; }
.gw-pd8-specs tr:nth-child(even) td { background: var(--gw-light-bg) !important; }

.gw-pd8-inquiry { flex: 0 0 320px !important; background: var(--gw-light-bg) !important; border-radius: 10px !important; padding: 25px !important; }
.gw-pd8-inquiry h3 { color: var(--gw-primary) !important; font-size: 1.2rem !important; margin-bottom: 15px !important; }

/* Product content styling */
.single-taimabio_product .entry-content h2 { font-size: 1.6rem !important; margin-top: 2em !important; margin-bottom: 0.8em !important; color: var(--gw-primary) !important; }
.single-taimabio_product .entry-content h3 { font-size: 1.3rem !important; margin-top: 1.5em !important; color: var(--gw-dark) !important; }
.single-taimabio_product .entry-content p { margin-bottom: 1.2em !important; line-height: 1.8 !important; }
.single-taimabio_product .entry-content ul, .single-taimabio_product .entry-content ol { margin-bottom: 1.2em !important; padding-left: 2em !important; }
.single-taimabio_product .entry-content li { margin-bottom: 0.5em !important; }
.single-taimabio_product .entry-content table { width: 100% !important; border-collapse: collapse !important; margin: 20px 0 !important; }
.single-taimabio_product .entry-content th { background: var(--gw-primary) !important; color: #fff !important; padding: 10px 15px !important; text-align: left !important; }
.single-taimabio_product .entry-content td { padding: 10px 15px !important; border-bottom: 1px solid #eee !important; }
.single-taimabio_product .entry-content img { max-width: 100% !important; height: auto !important; border-radius: 8px !important; margin: 15px 0 !important; }

/* ===== Inner Page Hero (full-width image + overlay) ===== */
.about-hero,
.why-hero,
.contact-hero,
.faq-hero {
    position: relative;
    width: 100vw;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    min-height: 450px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.about-hero::before,
.why-hero::before,
.contact-hero::before,
.faq-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 85, 40, 0.85) 0%, rgba(0, 85, 40, 0.55) 60%, rgba(0, 85, 40, 0.25) 100%);
    z-index: 1;
}

.about-hero .container1420,
.why-hero .container1420,
.contact-hero .container1420,
.faq-hero .container1420 {
    position: relative;
    z-index: 2;
    max-width: var(--gw-container);
    margin: 0 auto;
    padding: 100px 20px;
    width: 100%;
    text-align: left;
}

.about-hero h1,
.why-hero h1,
.contact-hero h1,
.faq-hero h1 {
    color: #fff !important;
    font-size: 3.2rem !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    max-width: 700px;
    line-height: 1.2 !important;
}

.about-hero p,
.why-hero p,
.contact-hero p,
.faq-hero p {
    color: rgba(255,255,255,0.95) !important;
    font-size: 1.15rem !important;
    max-width: 600px;
    line-height: 1.7 !important;
    margin: 0 0 30px !important;
}

.about-hero .hero-btn,
.why-hero .hero-btn,
.contact-hero .hero-btn,
.faq-hero .hero-btn {
    display: inline-block;
    background: #3cbd00 !important;
    color: #fff !important;
    padding: 15px 40px !important;
    border-radius: 30px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.about-hero .hero-btn:hover,
.why-hero .hero-btn:hover,
.contact-hero .hero-btn:hover,
.faq-hero .hero-btn:hover {
    background: #fff !important;
    color: #008230 !important;
}

/* Default background images for each inner page */
.about-hero { background-image: url('https://fa.taimabio.com/wp-content/uploads/2026/07/hp-slider1.jpg'); }
.why-hero { background-image: url('https://fa.taimabio.com/wp-content/uploads/2026/07/hp-slider1.jpg'); }
.contact-hero { background-image: url('https://fa.taimabio.com/wp-content/uploads/2026/07/hp-slider1.jpg'); }
.faq-hero { background-image: url('https://fa.taimabio.com/wp-content/uploads/2026/07/hp-slider1.jpg'); }

@media (max-width: 768px) {
    .about-hero, .why-hero, .contact-hero, .faq-hero { min-height: 350px; }
    .about-hero h1, .why-hero h1, .contact-hero h1, .faq-hero h1 { font-size: 2.2rem !important; }
    .about-hero .container1420, .why-hero .container1420, .contact-hero .container1420, .faq-hero .container1420 { padding: 70px 20px; }
}

/* ===== About Page Styles ===== */
.about-intro { padding: 80px 0; background: #fff; }
.about-intro-text { max-width: 800px; margin: 0 auto; text-align: center; }
.about-intro-text h2 { color: #008230; font-size: 2rem; margin-bottom: 20px; }
.about-intro-text p { color: #555; font-size: 16px; line-height: 1.8; margin-bottom: 15px; }
.about-mission { padding: 80px 0; background: #f1f2f3; }
.about-mission-box { max-width: 800px; margin: 0 auto; text-align: center; }
.about-mission-box h2 { color: #008230; margin-bottom: 20px; }
.about-mission-box p { color: #555; font-size: 16px; line-height: 1.8; }
.about-strengths { padding: 80px 0; background: #fff; }
.about-strengths-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1200px; margin: 40px auto 0; }
.about-strength-item { text-align: center; padding: 30px 20px; border-radius: 10px; background: #f8f9fa; transition: transform 0.3s; }
.about-strength-item:hover { transform: translateY(-5px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }
.about-strength-icon { font-size: 40px; margin-bottom: 15px; }
.about-strength-item h3 { color: #008230; font-size: 1.2rem; margin-bottom: 10px; }
.about-strength-item p { color: #757575; font-size: 14px; }
.about-cta { padding: 60px 0; background: #008230; text-align: center; }
.about-cta h2 { color: #fff !important; margin-bottom: 20px; }
.about-cta a { display: inline-block; background: #fff; color: #008230 !important; padding: 15px 40px; border-radius: 30px; font-weight: 700; font-size: 16px; text-decoration: none; transition: all 0.3s; }
.about-cta a:hover { background: #3cbd00; color: #fff !important; }

/* ===== Why Us Page Styles ===== */
.why-section { padding: 80px 0; }
.why-section--white { background: #fff; }
.why-section--light { background: #f1f2f3; }
.why-section-inner { max-width: 1000px; margin: 0 auto; padding: 0 20px; }
.why-section-tag { color: #3cbd00; font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.why-section h2 { color: #008230; font-size: 2rem; margin-bottom: 15px; }
.why-section h3 { color: #2e384d; font-size: 1.3rem; margin: 25px 0 10px; }
.why-section p { color: #555; font-size: 16px; line-height: 1.8; margin-bottom: 15px; }
.why-section ul { padding-left: 2em; margin-bottom: 20px; }
.why-section li { color: #555; margin-bottom: 8px; line-height: 1.6; }
.why-cta-btn { display: inline-block; background: #3cbd00; color: #fff !important; padding: 15px 35px; border-radius: 30px 0; font-weight: 700; font-size: 16px; text-decoration: none; margin-top: 20px; transition: all 0.3s; }
.why-cta-btn:hover { background: #008230; }
.why-selling-points { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin: 30px 0; }
.why-selling-point { background: #f8f9fa; padding: 25px; border-radius: 10px; border-left: 4px solid #3cbd00; }
.why-selling-point h4 { color: #008230; font-size: 1.1rem; margin-bottom: 8px; }
.why-selling-point p { font-size: 14px; margin: 0; }

/* Partner logos section */
.partner-section { padding: 60px 0; background: #f1f2f3; }
.partner-section-title { text-align: center; color: #2e384d; font-size: 1.3rem; margin-bottom: 40px; }
.partner-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 40px; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.partner-logo-item { background: #fff; padding: 20px 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.06); font-weight: 700; color: #555; min-width: 120px; text-align: center; }

/* Section title center */
.section-title { text-align: center; max-width: 800px; margin: 0 auto 50px; padding: 0 20px; }
.section-title h2 { color: #008230; font-size: 2.2rem; margin-bottom: 15px; }
.section-title p { color: #555; font-size: 1.1rem; }

/* ===== Contact Page Styles ===== */
.contact-info-section { padding: 80px 0; background: #fff; }
.contact-info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }
.contact-info-card { text-align: center; padding: 40px 25px; border-radius: 10px; background: #f8f9fa; transition: transform 0.3s; border-top: 4px solid #3cbd00; }
.contact-info-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0,0,0,0.1); }
.contact-info-icon { font-size: 36px; margin-bottom: 15px; }
.contact-info-card h3 { color: #008230; font-size: 1.2rem; margin-bottom: 10px; }
.contact-info-card p { color: #555; font-size: 15px; margin-bottom: 5px; }
.contact-info-card a { color: #3cbd00 !important; font-weight: 600; font-size: 14px; }
.contact-form-section { padding: 80px 0; background: #f1f2f3; }
.contact-form-wrap { max-width: 700px; margin: 0 auto; background: #fff; padding: 40px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }
.contact-form-wrap h2 { color: #008230; text-align: center; margin-bottom: 30px; }
.contact-form-wrap label { display: block; font-weight: 600; color: #2e384d; margin-bottom: 5px; font-size: 14px; }
.contact-form-wrap input[type="text"], .contact-form-wrap input[type="email"], .contact-form-wrap textarea {
    width: 100%; padding: 12px 15px; border: 1px solid #ddd; border-radius: 5px; font-size: 15px; margin-bottom: 20px; box-sizing: border-box; font-family: inherit; transition: border-color 0.2s;
}
.contact-form-wrap input:focus, .contact-form-wrap textarea:focus { border-color: #3cbd00; outline: none; }
.contact-form-wrap textarea { min-height: 120px; resize: vertical; }
.contact-form-wrap input[type="submit"] { background: #3cbd00; color: #fff; border: none; padding: 15px 40px; border-radius: 30px 0; font-size: 16px; font-weight: 700; cursor: pointer; transition: all 0.3s; }
.contact-form-wrap input[type="submit"]:hover { background: #008230; }
.contact-form-wrap .wpcf7-response-output { border-radius: 5px; margin-top: 20px; }

/* ===== FAQ Page Styles ===== */
.faq-section { padding: 80px 0; background: #fff; }
.faq-list { max-width: 900px; margin: 0 auto; }
.faq-item { border: 1px solid #e0e0e0; border-radius: 8px; margin-bottom: 15px; overflow: hidden; transition: box-shadow 0.3s; }
.faq-item:hover { box-shadow: 0 2px 15px rgba(0,0,0,0.08); }
.faq-question { padding: 20px 25px; font-weight: 700; color: #008230; cursor: pointer; font-size: 16px; background: #f8f9fa; transition: background 0.2s; }
.faq-question:hover { background: #f1f2f3; }
.faq-answer { padding: 0 25px 20px; color: #555; font-size: 15px; line-height: 1.8; }

/* ===== Footer ===== */
.site-footer { background: #1a3a42 !important; color: rgba(255,255,255,0.7) !important; padding: 50px 0 0 !important; }
.site-footer h2, .site-footer .widget-title { color: #fff !important; font-size: 16px !important; font-weight: 700 !important; margin-bottom: 20px !important; text-transform: uppercase !important; letter-spacing: 1px !important; }
.site-footer a { color: rgba(255,255,255,0.7) !important; font-size: 14px !important; }
.site-footer a:hover { color: #3cbd00 !important; }
.site-footer .widget { margin-bottom: 30px !important; }
.site-footer ul { list-style: none !important; padding: 0 !important; }
.site-footer li { margin-bottom: 8px !important; }
.site-below-footer-wrap, .ast-footer-copyright { background: #0f2329 !important; padding: 15px 0 !important; text-align: center !important; }
.site-below-footer-wrap .ast-footer-copyright, .site-below-footer-wrap .ast-footer-copyright a { color: rgba(255,255,255,0.5) !important; font-size: 13px !important; }

/* ===== WhatsApp Float Button ===== */
.gw-whatsapp-float { position: fixed !important; bottom: 20px !important; right: 20px !important; width: 55px !important; height: 55px !important; background: #25D366 !important; border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; box-shadow: 0 4px 15px rgba(37,211,102,0.4) !important; z-index: 9999 !important; transition: transform 0.3s ease !important; }
.gw-whatsapp-float:hover { transform: scale(1.1) !important; }
.gw-whatsapp-float svg { width: 30px !important; height: 30px !important; fill: #fff !important; }

/* ===== Entry Content ===== */
.entry-content p { margin-bottom: 1.2em !important; line-height: 1.8 !important; }
.entry-content h2 { color: #008230 !important; margin-top: 1.5em !important; margin-bottom: 0.8em !important; }
.entry-content h3 { color: #2e384d !important; margin-top: 1.2em !important; margin-bottom: 0.6em !important; }
.entry-content table { width: 100% !important; border-collapse: collapse !important; margin: 20px 0 !important; }
.entry-content th { background: #008230 !important; color: #fff !important; padding: 12px 16px !important; text-align: left !important; }
.entry-content td { padding: 12px 16px !important; border-bottom: 1px solid #eee !important; }

/* Hide default title on homepage */
.home .entry-header { display: none !important; }
/* Hide default title on custom template pages */
.post-type-archive-taimabio_product .entry-header,
.tax-product_category .entry-header,
.single-taimabio_product .entry-header,
.page-id-11 .entry-header, .page-id-619 .entry-header,
.page-id-12 .entry-header, .page-id-629 .entry-header,
.page-id-13 .entry-header, .page-id-633 .entry-header,
.page-id-631 .entry-header { display: none !important; }

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .gw-pd8-section1 { flex-direction: column !important; }
    .gw-pd8-slider { max-width: 100% !important; flex: 1 1 100% !important; }
    .gw-pd8-section3 { flex-direction: column !important; }
    .gw-pd8-inquiry { flex: 1 1 100% !important; }
    .gw-product-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)) !important; gap: 16px !important; }
    .gw-product-card-image { height: 150px !important; }
    .about-hero h1, .why-hero h1, .contact-hero h1, .faq-hero h1 { font-size: 2rem !important; }
    .about-strengths-grid { grid-template-columns: 1fr !important; }
}

/* ===== Homepage hp21 styles preserved ===== */
.hp21Hero { position: relative; width: 100%; height: 500px; overflow: hidden; }
.hp21HeroBg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; }
.hp21HeroOverlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(0,130,48,0.5), rgba(60,189,0,0.3)); }
.hp21HeroContent { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; width: 90%; max-width: 800px; }
.hp21HeroContent h1 { color: #fff !important; font-size: 3rem !important; font-weight: 700 !important; text-shadow: 0 2px 10px rgba(0,0,0,0.3); margin-bottom: 15px !important; }
.hp21HeroContent p { color: #fff !important; font-size: 1.5rem !important; text-shadow: 0 1px 5px rgba(0,0,0,0.3); }
.hp21Section1 { position: relative; z-index: 2; }
.hp21s1Wraper { top: -80px; display: flex; margin: 0 auto; position: relative; max-width: 1420px; }
.hp21s1Box { background: #fff; width: 33.33%; position: relative; min-height: 1px; display: flex; padding: 30px 20px; box-shadow: 0 0 40px rgba(0,0,0,0.1); transition: all 0.3s; }
.hp21s1Box:hover { transform: scale(1.05); z-index: 2; }
.hp21s1Content { width: 100%; position: relative; text-align: center; }
.hp21s1Box1 { background: #008230; }
.hp21s1Box2 { background: #3cbd00; }
.hp21s1Box3 { background: #fff; }
.hp21s1Img { display: inline-block; position: relative; z-index: 1; }
.hp21s1Img img { width: 48px; height: 48px; }
.hp21s1Img:before { position: absolute; content: ''; top: -20px; left: -25px; width: 74px; height: 74px; background: #007f3a; z-index: -1; border-radius: 100%; }
.hp21s1Box1 .hp21s1Img:before { background: #3cbd00; }
.hp21s1Title { font-size: 25px; font-weight: 700; color: #fff; padding: 20px 0 15px; }
.hp21s1Text { color: #fff; }
.hp21s1Box2 .hp21s1Title, .hp21s1Box2 .hp21s1Text { color: #f1f2f3; }
.hp21s1Box3 .hp21s1Title, .hp21s1Box3 .hp21s1Text { color: #2e384d; }
.hp21Tag { color: #3cbd00; font-size: 30px; font-weight: 700; padding-bottom: 10px; }
.hp21Section2 { padding: 80px 0; background: #fff; }
.hp21s2Content { max-width: 520px; }
.hp21s2Text { padding: 10px 0 30px; }
.hp21s2ImgWraper { text-align: right; }
.hp21s2Img { display: inline-block; position: relative; }
.hp21s2Img img { max-width: 100%; border-radius: 10px; }
.hp21s2Cap { position: absolute; top: 50%; left: -150px; width: 300px; height: 300px; margin-top: -150px; background: #c5e6d6; color: #008230; text-align: center; line-height: 300px; border-radius: 100%; box-shadow: 0 0 0 15px rgba(255,255,255,0.15); transition: all 0.3s; font-weight: 700; font-size: 18px; }
.hp21s2Cap:hover { box-shadow: 0 0 0 15px rgba(0,0,0,0.15); font-size: 16px; }
.hp21Section3 { padding: 80px 0; background: #f8f9fa; }
.hp21s3SubHeading { max-width: 650px; margin: 0 0 40px; color: #555; }
.hp21s3Btn { text-align: right; }
.hp21s3Btn a { display: inline-block; position: relative; padding: 15px 20px 0 55px; font-size: 17px; font-weight: 600; color: #007f3a; }
.hp21s3Btn a:before { position: absolute; content: ''; top: 0; left: 0; width: 37px; height: 37px; background: url(https://fa.taimabio.com/wp-content/uploads/2026/07/hp-mailIcon.png); }
.hp21s3Btn a:after { position: absolute; content: ''; bottom: 5px; right: 0; width: 10px; height: 14px; background: url(https://fa.taimabio.com/wp-content/uploads/2026/07/hp-arrow.png) 0 0 no-repeat; transition: all 0.3s; }
.hp21s3Btn a:hover { color: #2e384d; }
.hp21s3Btn a:hover:after { filter: invert(1) brightness(0); }
.hp21s3Box { max-width: 333px; display: inline-block; text-align: left; padding-bottom: 15px; transition: all 0.3s; }
.hp21s3Img { overflow: hidden; border-radius: 10px; }
.hp21s3Img a { display: inline-block; }
.hp21s3Img img { width: 100%; height: auto; transition: transform 0.3s; }
.hp21s3Box:hover .hp21s3Img a { transform: scale(1.1); }
.hp21s3Img img { transition: transform 0.3s; }
.hp21s3Box:hover .hp21s3Img img { transform: scale(1.1); }
.hp21s3Title { padding: 20px 0 5px; font-weight: 700; color: #2e384d; font-size: 16px; }
.hp21s3Title a { color: #2e384d; }
.hp21s3Box:hover .hp21s3Title a { color: #3cbd00; }
.hp21s3Text { color: #757575; font-size: 14px; }
.hp21Section4 { padding: 80px 0; background: #fff; }
.hp21s4Tag { color: #4ca675; }
.hp21s4Box { text-align: center; transition: all 0.3s; }
.hp21s4Img { overflow: hidden; border-radius: 10px; margin-bottom: 20px; }
.hp21s4Img img { width: 100%; height: 200px; object-fit: cover; transition: transform 0.3s; }
.hp21s4Box:hover .hp21s4Img img { transform: scale(1.05); }
.hp21s4Title { font-size: 20px; font-weight: 700; color: #2e384d; padding-bottom: 10px; }
.hp21s4Text { color: #757575; font-size: 14px; margin-bottom: 20px; min-height: 60px; }
.hp21s4Btn { padding-top: 10px; }
.hp21s4Btn a { display: inline-block; color: #fff !important; background: #3cbd00; border: 1px solid #3cbd00; border-radius: 30px 0; padding: 12px 25px; font-size: 14px; font-weight: 600; text-decoration: none !important; transition: all 0.3s; }
.hp21s4Btn a:hover { background: #008230; border-color: #008230; }
.hp21Section5 { padding: 100px 0 70px; background: #008230; }
.hp21s5Tag { color: #fff; }
.hp21Section5 h2 { color: #fff !important; }
.hp21s5SubHeading { color: #fff; max-width: 650px; padding-bottom: 50px; }
.hp21s5Box { max-width: 340px; color: #fff; padding-bottom: 40px; }
.hp21s5Img { display: inline-block; background: #fff; border-radius: 80px 0; padding: 20px; transition: all 0.3s; }
.hp21s5Box:hover .hp21s5Img { border-radius: 0; }
.hp21s5Img img { width: 48px; height: 48px; }
.hp21s5Text { padding-top: 25px; color: #fff; }
.hp21Section6 { padding: 100px 0; background: #f8f9fa; }
.hp21s6Content { max-width: 500px; }
.hp21s6Img img { max-width: 100%; border-radius: 10px; }
.hp21Section7 { padding: 100px 0; background: #fff; }
.hp21s7Content { max-width: 580px; float: right; text-align: left; }
.hp21s7Row { display: flex; align-items: center; padding: 20px 0; border-bottom: 1px solid #eee; }
.hp21s7Icon { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; background: #f1f2f3; border-radius: 50%; margin-right: 20px; flex-shrink: 0; }
.hp21s7Icon img { width: 32px; height: 32px; }
.hp21s7Text { font-size: 18px; font-weight: 600; color: #2e384d; }
.hp21Section8 { padding: 100px 0; background: #f8f9fa; }
.hp21Section8Warper { max-width: 1600px; margin: 0 auto; border-radius: 20px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); padding: 40px; background: #fff; position: relative; }
.hp21Section8Warper:before { position: absolute; content: ''; top: 10px; left: 20px; width: 75px; height: 56px; background: url(https://fa.taimabio.com/wp-content/uploads/2026/07/hp-quoteIcon.png) 0 0 no-repeat; }
ul.hp21s8Slider { margin: 0 auto !important; padding: 0 0 0 50px !important; list-style-type: none; max-width: 1100px; position: relative; }
.hp21s8Text { font-size: 20px; line-height: 30px; color: #2e384d; font-style: italic; }
.hp21s8Content { text-align: right; padding-top: 10px; }
.hp21s8Name { font-size: 22px; font-weight: 700; color: #008230; }
.hp21s8Role { color: #757575; font-size: 14px; }
.hp21Section9 { padding-bottom: 80px; background: #fff; }
.hp21Section9 h2 { padding-bottom: 20px; }
.hp21s9Box { background: #f1f2f3; border-radius: 10px; max-width: 400px; display: inline-block; padding: 45px 40px 50px; text-align: left; transition: all 0.3s; }
.hp21s9Box:hover { box-shadow: 0 5px 30px rgba(0,0,0,0.2); }
.hp21s9Box1 { background: #008230; color: #fff; }
.hp21s9Box2 { background: #3cbd00; color: #f1f2f3; }
.hp21s9Title { font-size: 20px; font-weight: 700; padding: 20px 0 15px; }
.hp21s9Box1 .hp21s9Title a { color: #fff; }
.hp21s9Box2 .hp21s9Title a { color: #f1f2f3; }
.hp21s9Title a { color: #2e384d; }
.hp21s9Text { min-height: 72px; font-size: 14px; }
.hp21s9Link { padding-top: 20px; }
.hp21s9Link a { display: inline-block; border: 1px solid; border-radius: 20px 0; color: #008230; padding: 12px 25px; text-decoration: none !important; font-weight: 600; font-size: 14px; transition: all 0.3s; }
.hp21s9Box1 .hp21s9Link a { color: #fff; border-color: #fff; }
.hp21s9Box2 .hp21s9Link a { color: #f1f2f3; border-color: #f1f2f3; }
.hp21s9Link a:hover { background: #2e384d; border-color: #2e384d; color: #fff !important; }
.hp21Section10 { background: #f1f2f3; padding: 80px 0; }
.hp21s10Title { font-size: 22px; font-weight: 700; padding-bottom: 30px; text-align: center; color: #2e384d; }
ul.hp21s10Slider { margin: 0 !important; padding: 0 !important; list-style-type: none; text-align: center; }
ul.hp21s10Slider li { display: inline-block; margin: 0 20px; border-radius: 10px; overflow: hidden; }
ul.hp21s10Slider li img { height: 80px; width: auto; }

/* Bootstrap-like grid */
.row { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.col-sm-6, .col-sm-12, .col-md-3, .col-md-4, .col-md-6, .col-md-8 { position: relative; width: 100%; min-height: 1px; padding: 0 15px; box-sizing: border-box; }
.col-sm-6 { flex: 0 0 50%; max-width: 50%; }
.col-sm-12 { flex: 0 0 100%; max-width: 100%; }
.col-md-3 { flex: 0 0 25%; max-width: 25%; }
.col-md-4 { flex: 0 0 33.333%; max-width: 33.333%; }
.col-md-6 { flex: 0 0 50%; max-width: 50%; }
.col-md-8 { flex: 0 0 66.666%; max-width: 66.666%; }
.rowFlex { display: flex; align-items: center; }
.paddBottom30 { padding-bottom: 30px; }
.clearfix { clear: both; }
.text-center { text-align: center; }

@media (max-width: 768px) {
    .col-sm-6, .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
    .col-md-3, .col-md-4, .col-md-6, .col-md-8 { flex: 0 0 100%; max-width: 100%; }
    .rowFlex { display: block; }
    .hp21Hero { height: 350px; }
    .hp21HeroContent h1 { font-size: 2rem !important; }
    .hp21HeroContent p { font-size: 1.1rem !important; }
    .hp21s1Wraper { top: 0; padding: 30px 0; display: block; }
    .hp21s1Box { width: 100%; display: block; margin-bottom: 15px; padding: 20px 15px; }
    .hp21s2Content { max-width: 100%; }
    .hp21s2ImgWraper { text-align: left; margin-top: 20px; }
    .hp21s2Cap { top: auto; bottom: 5px; left: 5px; width: auto; height: auto; margin-top: 0; line-height: 1.2; border-radius: 5px; padding: 5px 10px; box-shadow: 0 0 0 5px rgba(255,255,255,0.15); }
    .hp21Section3 { padding: 50px 0; }
    .hp21s3SubHeading { margin: 0 0 20px; }
    .hp21s3Btn { text-align: left; padding: 0 15px 30px; }
    .hp21Section4 { padding: 50px 0; }
    .hp21Section5 { padding: 50px 0 30px; }
    .hp21s5Box { padding-bottom: 20px; }
    .hp21Section6 { padding: 50px 0; }
    .hp21Section7 { padding: 50px 0; }
    .hp21s7Content { max-width: 100%; float: none; }
    .hp21Section8 { padding: 50px 0; }
    .hp21s9Box { padding: 25px 20px; }
    .hp21s9Title { padding: 10px 0 5px; }
    .hp21s9Link { padding-top: 10px; }
    .hp21Section9 { padding-bottom: 40px; }
    .hp21Section10 { padding: 50px 0; }
    ul.hp21s10Slider li { margin: 0 10px; }
    ul.hp21s10Slider li img { height: 50px; }
    a.commonBtn { border-radius: 30px 0; padding: 15px 25px; font-size: 15px; }
    .stickyContacts { display: none; }
}

/* ===== Industry Application Horizontal Accordion ===== */
.indal-list { width: 100%; overflow: hidden; padding-top: 20px; }
.indal-list ul.flex {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 12px;
    height: 460px;
}
.indal-list li {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    transition: flex 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}
.indal-list li.active,
.indal-list li:hover {
    flex: 3.5;
    transition-delay: 0s;
}
.indal-list li .indal-list-link { position: relative; width: 100%; height: 100%; display: block; }
.indal-list li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.6s ease;
}
.indal-list li:hover img { transform: scale(1.05); }
.indal-list li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
    z-index: 2;
    transition: background 0.4s ease;
}
.indal-list li.active::after { background: rgba(0,0,0,0.45); }
.indal-hint {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    white-space: nowrap;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    z-index: 3;
    text-shadow: 0 2px 6px rgba(0,0,0,0.5);
    transition: opacity 0.3s ease, transform 0.3s ease;
    letter-spacing: 1px;
}
.indal-list li.active .indal-hint { opacity: 0; transform: translate(-50%, -50%) rotate(-90deg) scale(0.9); }
.indal-cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transform: translateY(10px);
    color: #fff;
    box-sizing: border-box;
    pointer-events: none;
}
.indal-list li.active .indal-cont,
.indal-list li:hover .indal-cont { opacity: 1; pointer-events: auto; transform: translateY(0); transition: opacity 0.4s ease 0.25s, transform 0.4s ease 0.25s; }
.indal-cont .name {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff !important;
    text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}
.indal-cont .text {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 420px;
    color: rgba(255,255,255,0.95) !important;
}
.indal-cont .hp21s4Btn { margin-top: 0; }
.indal-cont .hp21s4Btn a.commonBtn {
    border-radius: 30px 0;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
}

/* Make Section 4 full width for accordion */
.hp21Section4 .container1420 { max-width: 1420px; }
.hp21Section4 .hp21s4SubHeading { max-width: 700px; margin-bottom: 10px; }

/* Tablet: stack accordion vertically for consistent interaction */
@media (max-width: 1024px) and (min-width: 769px) {
    .indal-list ul.flex { flex-direction: column; height: auto; gap: 10px; }
    .indal-list li { height: 80px; flex: none !important; }
    .indal-list li.active { height: 280px; }
    .indal-hint { transform: translate(-50%, -50%) rotate(0deg); font-size: 17px; }
    .indal-list li.active .indal-hint { opacity: 0; transform: translate(-50%, -50%) rotate(0deg) scale(0.9); }
    .indal-cont { padding: 35px 30px; }
    .indal-cont .name { font-size: 24px; }
    .indal-cont .text { font-size: 15px; margin-bottom: 25px; }
}

/* Mobile accordion */
@media (max-width: 768px) {
    .indal-list ul.flex { flex-direction: column; height: auto; gap: 10px; }
    .indal-list li { height: 70px; flex: none !important; }
    .indal-list li.active { height: auto; min-height: 260px; }
    .indal-hint { transform: translate(-50%, -50%) rotate(0deg); font-size: 16px; }
    .indal-list li.active .indal-hint { opacity: 0; transform: translate(-50%, -50%) rotate(0deg) scale(0.9); }
    .indal-cont { padding: 30px 25px; justify-content: flex-start; padding-top: 45px; }
    .indal-cont .name { font-size: 22px; }
    .indal-cont .text { font-size: 14px; margin-bottom: 20px; }
    .indal-cont .hp21s4Btn a.commonBtn { padding: 12px 22px; font-size: 14px; }
}

/* Hover enhancement on desktop (>=1025px) - true accordion switch on hover */
@media (min-width: 1025px) {
    .indal-list li { flex: 1; }
    .indal-list li.active,
    .indal-list li:hover { flex: 3.5; }
    .indal-list:hover li.active:not(:hover) { flex: 1; }
    .indal-list li:not(.active):not(:hover) { flex: 1; }

    /* Hide active card content when another card is hovered */
    .indal-list:hover li.active:not(:hover) .indal-cont { opacity: 0; pointer-events: none; transition: opacity 0.15s ease 0s, transform 0.15s ease 0s; }
    /* Show content of hovered non-active card */
    .indal-list li:not(.active):hover .indal-cont { opacity: 1; pointer-events: auto; transition: opacity 0.4s ease 0.25s, transform 0.4s ease 0.25s; }
}

/* ===== Hide Astra default footer (replaced by custom footer) ===== */
#colophon.site-footer,
.site-below-footer-wrap,
.site-footer-focus-item,
.ast-footer-copyright { display: none !important; }

/* ===== Custom Footer ===== */
.gw-site-footer {
    background: #ffffff;
    width: 100%;
    font-family: var(--gw-font-body);
}
.gw-footer-main {
    padding: 60px 0 40px;
    border-top: 1px solid #e8e8e8;
}
.gw-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr 1.5fr;
    gap: 40px;
    align-items: flex-start;
}
.gw-footer-logo {
    display: inline-block;
    margin-bottom: 20px;
}
.gw-footer-logo img {
    max-height: 55px;
    width: auto;
}
.gw-footer-logo-text {
    font-size: 26px;
    font-weight: 700;
    color: var(--gw-primary) !important;
    font-family: var(--gw-font-head);
}
.gw-footer-col h4,
.gw-footer-form-col h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--gw-primary) !important;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.gw-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.gw-footer-col li { margin-bottom: 10px; }
.gw-footer-col a {
    color: #555 !important;
    font-size: 14px;
    transition: color 0.3s ease;
}
.gw-footer-col a:hover { color: var(--gw-secondary) !important; }

/* Footer quick inquiry form - compact */
.gw-footer-form-col .footer-cf7-form p { margin: 0 0 6px !important; line-height: 1 !important; }
.gw-footer-form-col .wpcf7-form-control-wrap { display: block; line-height: 1 !important; }
.gw-footer-form-col br { display: none !important; }
.gw-footer-form-col input[type="text"],
.gw-footer-form-col input[type="email"],
.gw-footer-form-col input[type="tel"],
.gw-footer-form-col textarea {
    width: 100% !important;
    padding: 7px 10px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    background: #fff !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    min-height: 36px !important;
    height: 36px !important;
}
.gw-footer-form-col textarea { min-height: 58px !important; height: 58px !important; resize: none !important; padding: 7px 10px !important; }
.gw-footer-form-col .submit-wrap { text-align: right; margin: 8px 0 0 !important; }
.gw-footer-form-col input[type="submit"] {
    background: var(--gw-secondary) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 20px 0 20px 0 !important;
    padding: 8px 24px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
    min-height: 36px !important;
    height: 36px !important;
    line-height: 1 !important;
}
.gw-footer-form-col input[type="submit"]:hover { background: var(--gw-primary) !important; }
.gw-footer-form-col .wpcf7-response-output {
    font-size: 12px !important;
    margin-top: 8px !important;
    padding: 6px !important;
    border-radius: 4px !important;
    line-height: 1.4 !important;
}

/* Footer bottom contact bar */
.gw-footer-bottom {
    background: var(--gw-primary);
    padding: 25px 0;
}
.gw-footer-contact-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}
.gw-footer-contact-bar h4 {
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0;
}
.gw-footer-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff !important;
    font-size: 14px;
}
.gw-footer-contact-item .icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    font-size: 12px;
}

/* Footer copyright */
.gw-footer-copyright {
    background: #f5f5f5;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}
.gw-footer-copyright p {
    margin: 0;
    font-size: 13px;
    color: #666 !important;
}

@media (max-width: 1024px) {
    .gw-footer-grid { grid-template-columns: repeat(3, 1fr); }
    .gw-footer-brand { grid-column: 1 / -1; }
    .gw-footer-form-col { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
    .gw-footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .gw-footer-contact-bar { flex-direction: column; align-items: flex-start; gap: 15px; }
}

/* ===== Product Detail Page v2 Enhancements ===== */
.single-taimabio_product .taimabio-single-product {
    padding-top: 0 !important;
}

/* Product hero */
.gw-pd8-hero {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 50px 0 !important;
}
.gw-pd8-section1 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 50px !important;
    align-items: center !important;
}
.gw-pd8-slider {
    flex: 0 0 45% !important;
    max-width: 520px !important;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
}
.gw-pd8-slider img {
    width: 100% !important;
    height: auto !important;
    display: block;
}
.gw-pd8-content {
    flex: 1 !important;
    min-width: 300px !important;
}
.gw-pd8-content h1 {
    color: var(--gw-primary) !important;
    font-size: 2.4rem !important;
    margin-bottom: 12px !important;
    line-height: 1.2 !important;
}
.gw-pd8-subtitle {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}
.gw-pd8-meta-list {
    margin-bottom: 25px;
}
.gw-pd8-meta-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px dashed #e0e0e0;
    font-size: 14px;
    color: #444;
}
.gw-pd8-meta-list li:last-child { border-bottom: none; }
.gw-pd8-meta-list strong {
    color: var(--gw-primary);
    min-width: 130px;
    display: inline-block;
}
.gw-pd8-cas {
    display: inline-block;
    background: #e8f5e9 !important;
    color: var(--gw-primary) !important;
    padding: 6px 16px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
}
.gw-pd8-text {
    color: var(--gw-dark) !important;
    line-height: 1.8 !important;
    margin-bottom: 25px !important;
    font-size: 15px;
}
.gw-pd8-btn {
    display: inline-block !important;
    background: var(--gw-primary) !important;
    color: var(--gw-white) !important;
    padding: 14px 36px !important;
    border-radius: 30px 0 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}
.gw-pd8-btn:hover {
    background: var(--gw-secondary) !important;
    color: var(--gw-white) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(60, 189, 0, 0.3);
}

/* Product description section */
.gw-pd8-description {
    max-width: 900px;
    margin: 0 auto;
}
.gw-pd8-description h2 {
    text-align: left !important;
    font-size: 1.8rem !important;
    margin-bottom: 20px !important;
    position: relative;
    padding-bottom: 12px;
}
.gw-pd8-description h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: var(--gw-secondary);
    border-radius: 2px;
}

/* Benefits / Application / Package boxes */
.gw-pd8-section2 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
}
.gw-pd8-box {
    background: var(--gw-white) !important;
    border-radius: 12px !important;
    padding: 35px 30px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
    border-top: 4px solid var(--gw-secondary) !important;
    transition: transform 0.3s ease;
}
.gw-pd8-box:hover { transform: translateY(-5px); }
.gw-pd8-box h3 {
    color: var(--gw-primary) !important;
    font-size: 1.3rem !important;
    margin-bottom: 15px !important;
    display: flex;
    align-items: center;
    gap: 10px;
}
.gw-pd8-box p, .gw-pd8-box div, .gw-pd8-box ul {
    color: var(--gw-gray) !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    text-align: left !important;
}
.gw-pd8-box ul { padding-left: 18px !important; }

/* Specs + Inquiry section */
.gw-pd8-section3 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 50px !important;
    align-items: flex-start !important;
}
.gw-pd8-specs {
    flex: 1 !important;
    min-width: 300px !important;
    background: #fff;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.gw-pd8-specs h3 {
    color: var(--gw-primary) !important;
    margin-bottom: 20px !important;
    padding-bottom: 12px !important;
    border-bottom: 2px solid var(--gw-light-bg) !important;
    font-size: 1.4rem !important;
}
.gw-pd8-specs table {
    width: 100% !important;
    border-collapse: collapse !important;
}
.gw-pd8-specs th {
    background: var(--gw-primary) !important;
    color: var(--gw-white) !important;
    padding: 14px 18px !important;
    text-align: left !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    width: 180px !important;
}
.gw-pd8-specs td {
    padding: 14px 18px !important;
    border-bottom: 1px solid #eee !important;
    font-size: 14px !important;
    color: #444;
}
.gw-pd8-specs tr:nth-child(even) { background: var(--gw-light-bg) !important; }
.gw-pd8-specs tr:nth-child(even) td { background: transparent !important; }

.gw-pd8-inquiry {
    flex: 0 0 360px !important;
    background: #fff !important;
    border-radius: 12px !important;
    padding: 35px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
}
.gw-pd8-inquiry h3 {
    color: var(--gw-primary) !important;
    font-size: 1.4rem !important;
    margin-bottom: 10px !important;
}
.gw-pd8-inquiry > p {
    color: #757575 !important;
    font-size: 14px !important;
    margin-bottom: 20px !important;
}
.gw-pd8-inquiry .footer-cf7-form p { margin: 0 0 20px !important; }
.gw-pd8-inquiry .footer-cf7-form br { display: none !important; }
.gw-pd8-inquiry .wpcf7-form-control-wrap { display: block; }
.gw-pd8-inquiry input[type="text"],
.gw-pd8-inquiry input[type="email"],
.gw-pd8-inquiry input[type="tel"],
.gw-pd8-inquiry textarea {
    width: 100% !important;
    padding: 10px 14px !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
}
.gw-pd8-inquiry textarea { min-height: 80px !important; resize: vertical !important; }
.gw-pd8-inquiry input[type="submit"] {
    width: 100% !important;
    background: var(--gw-primary) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 12px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
}
.gw-pd8-inquiry input[type="submit"]:hover { background: var(--gw-secondary) !important; }

@media (max-width: 768px) {
    .gw-pd8-section1 { flex-direction: column !important; }
    .gw-pd8-slider { max-width: 100% !important; flex: 1 1 100% !important; }
    .gw-pd8-section2 { grid-template-columns: 1fr !important; }
    .gw-pd8-section3 { flex-direction: column !important; }
    .gw-pd8-inquiry { flex: 1 1 100% !important; width: 100%; }
    .gw-pd8-content h1 { font-size: 1.8rem !important; }
}

/* Remove duplicate old product content from CPT post_content */
.single-taimabio_product .entry-content .gw-product-detail,
.single-taimabio_product .entry-content .gw-breadcrumb,
.single-taimabio_product .entry-content .gw-pd8-section1,
.single-taimabio_product .entry-content .gw-pd8-section2,
.single-taimabio_product .entry-content .gw-pd8-section3 { display: none !important; }

/* Ensure the_content is only used as description */
.single-taimabio_product .entry-content {
    font-size: 15px !important;
    line-height: 1.8 !important;
}
