/*
Theme Name: Pickle Global
Description: This is a child theme for Flatsome Theme
Author: DuongTD
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.nav-right {
    flex-wrap: nowrap;
}

.nav-right .btn-quote {
    margin-right: 0px !important;
}

.language-dropdown {
    position: relative;
    margin-left: 20px;
}

.language-dropdown .language-current {
    height: 42px;
    border-radius: 999px;
    border: 1px solid #eee;
    background: #fff;
    padding: 0 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease;
    color: var(--text-color);
    font-weight: 500;
}

.language-dropdown .language-current svg {
    width: 12px;
    height: 12px;
    stroke: #555;
    stroke-width: 2;
    fill: none;
}

.language-dropdown .language-current:hover {
    background: #f5f5f5;
}

.language-dropdown .language-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 190px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eee;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
    z-index: 999;
}

.language-dropdown:hover .language-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-dropdown .language-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    text-decoration: none;
    color: #333;
}

.language-dropdown .language-item:hover {
    background: #f7f7f7;
}

.language-dropdown .language-item.active {
    background: #fafafa;
    font-weight: 600;
    color: var(--primary-color);
}

.language-dropdown img.flag {
    width: 20px !important;
    min-width: 20px;
    max-width: 20px;
    height: 20px !important;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
}

@media only screen and (max-width: 48em) {
    .language-dropdown {
        margin-left: 0;
    }

    .language-dropdown .language-current {
        height: 38px;
        padding: 0 12px;
        font-size: 13px;
    }

    .language-dropdown .language-menu {
        width: 170px;
        border-radius: 14px;
    }

    .language-dropdown .language-item {
        padding: 10px 14px;
        font-size: 13px;
    }

    .language-dropdown img.flag {
        width: 18px !important;
        height: 18px !important;
    }
}

:root {

    /* Brand */
    --primary-color: #0f8a43;
    --secondary-color: #0b6b34;

    /* Background */
    --background-color: #FFFFFF;

    --section-bg: #F8FAFC;

    --card-bg: #F1F5F9;

    /* Border */
    --border-color: rgba(15,23,42,.08);
    --border: rgba(15,23,42,.08);
    --border2: rgba(15,23,42,.12);

    /* Text */
    --heading-color: #0F172A;
    --text-color: #334155;
    --text-secondary: #475569;
    --text-muted: #64748B;
    --text-primary: #0f8a43;

    /* Generic */
    --white-color: #FFFFFF;
    --black-color: #000000;

    /* Legacy variables */
    --lime: #0f8a43;
    --lime-dim: rgba(15,138,67,.08);
    --lime-border: rgba(15,138,67,.18);

    --bg: #FFFFFF;
    --bg1: #F8FAFC;
    --bg2: #F1F5F9;

    --card: #F1F5F9;
    --card2: #F8FAFC;

    --text: #0F172A;
    --muted: #64748B;
    --muted2: #475569;

    --white: #FFFFFF;
    --red: #DC2626;
}

@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/fonts/Roboto/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/fonts/Roboto/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/wp-content/fonts/Inter/Inter_24pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/wp-content/fonts/Inter/Inter_24pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/wp-content/fonts/Inter/Inter_24pt-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.nav>li>a,
.mobile-sidebar-levels-2 .nav>li>ul>li>a,
span, strong, a, p, div, label, button, input, select, textarea {
  font-family: 'Inter', sans-serif !important;
}


.medium-font {
    font-weight: 500 !important;
}

.p-0 {
    padding: 0px;
}

.p-0 .col-inner {
    padding: 0px !important;
}

.overflow-hidden, .overflow-hidden .col-inner {
    overflow: hidden !important;
}

.pb-0 {
		padding-bottom: 0px;
}

.pt-0 {
		padding-bottom: 0px;
}

.p-5 {
		padding: 5px !important;
}

.mb-0 {
		margin-bottom: 0px;
}

.mt-0 {
		margin-top: 0px;
}

.m-0 {
        margin: 0px !important;
}


.mt-10 {
        margin-top: 10px !important;
}


.border-radius-6 {
        border-radius: 6px !important;
}

.border-radius-6 .banner-bg {
        border-radius: 6px !important;
}

.border-primary .col-inner {
    transition: all 0.3s ease;
}

.col-item:hover {
    transform: translateY(-6px);
    box-shadow:
    0 0 30px rgba(var(--primary-color), 0.2),;
}

.col-inner .col-inner {
    box-shadow: none !important;
}

.btn-translate-y {
    transition: all 0.3s ease;
}

.btn-translate-y:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(var(--primary-color), 0.3);
}

.col-border-primary .col-inner {
    border: 1px solid transparent !important;
    transition: all 0.3s ease;
}

.col-border-primary:hover .col-inner {
    border: 1px solid var(--primary-color) !important;
}

.col-benefit .col-inner {
    position: relative;
    overflow: hidden;
}

.col-benefit .col-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--primary-color);
    opacity: 0.5;
}

.col-p-0 .col-inner {
    padding: 0px !important;
}

.z-index-2 {
    z-index: 2 !important;
}

#main {
		background-color: var(--background-color) !important;
}


.accordion-item {
    margin-bottom: 20px;
    border-radius: 8px !important;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
    background-color: var(--card-bg) !important;
    border-bottom: 1px solid var(--border-color) !important;
}

/* TITLE */
.accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 25px;
    text-decoration: none;
    color: var(--text-color) !important;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
		border-top: none !important;
}

.accordion-title span {
    flex: 1;
}

/* ACTIVE TITLE (màu đỏ giống ảnh) */
.accordion-item.active .accordion-title {
    color: var(--primary-color);
}

/* ICON */
button.toggle {
    background: none;
    border: none;
    margin-left: 10px;
    transition: transform 0.3s ease;
    cursor: pointer;
    left: unset !important;
    right: 0px !important;
		top: 10px !important;
}

.accordion-item.active .toggle {
    transform: rotate(180deg);
}

/* CONTENT */
.accordion-inner {
    padding: 0 20px 18px;
    color: var(--text-color) !important;
    font-size: 14px;
    line-height: 1.6;
    display: none;
		    border-top: .5px solid var(--border-color) !important;
}

/* ACTIVE CONTENT */
.accordion-item.active .accordion-inner {
    display: block;
}

/* Hover nhẹ */
.accordion-item:hover {
    background: var(--card-bg) !important;
}

.accordion-title.active {
		
		color: var(--secondary-color) !important;
}

.faq-link a {
		color: var(--secondary-color) !important;
}

.faq-link a:hover {
		text-decoration: underline;
}

/* Testimonials */

.testimonial-project-name 
{
    padding: 5px 10px;
    border: 1px solid var(--primary-color);
    border-radius: 6px;
    width: max-content;
    font-size: 12px !important;
    margin-bottom: 15px;
}

/* CUSTOM FOOTER */
/* ===== Desktop / Tablet ===== */
ul li.tmexpres-none {
    border-bottom: none;
    list-style: none;
    margin: 0;
    padding: 7px 0 7px 5px;
    position: relative;
}
.footer-menu-tm {
    color: #fff;
}

.menu-tm-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-tm-arrow {
    display: none; /* desktop KHÔNG hiện mũi tên */
}

.menu-tm-list {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
}

.menu-tm-list li {
    font-size: 14px;
    padding: 6px 0;
}

/* ===== Mobile ===== */

@media (max-width: 576px) 
{
    .footer-img .box-image{
 width: 50% !important;
}
   
}
@media (max-width: 768px) {
    .menu-tm-header {
        cursor: pointer;
    }

    .menu-tm-arrow {
        display: inline-block;
        transition: transform 0.3s ease;
    }

    .menu-tm-list {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
        margin-top: 0;
    }

    .footer-menu-tm.active .menu-tm-list {
        max-height: 300px;
        margin-top: 10px;
    }

    .footer-menu-tm.active .menu-tm-arrow {
        transform: rotate(180deg);
        
    }
}

/**
 * Process Timeline
 * ----------------------------------
 */

.picker-process-section {
    
}

.picker-process-section .section-head {
    text-align: center;
    margin-bottom: 50px;
}

.picker-process-section .section-label {
    margin-bottom: 12px;
}

.picker-process-section .section-title {
    font-size: clamp(36px, 4vw, 52px);
}

/* ----------------------------------
 * Timeline
 * ----------------------------------
 */

.picker-process-section .process-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    position: relative;
}

.picker-process-section.steps-4 .process-steps {
    grid-template-columns: repeat(4, 1fr);
}

.picker-process-section .process-line {
    position: absolute;
    top: 32px;
    left: 10%;
    right: 10%;

    height: 2px;

    background: linear-gradient(
        90deg,
        var(--lime),
        transparent
    );

    z-index: 0;
}

.picker-process-section .step {
    position: relative;
    z-index: 1;

    text-align: center;
    padding: 0 12px;
}

/* ----------------------------------
 * Number
 * ----------------------------------
 */

.picker-process-section .step-num-wrap {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 20px;
}

.picker-process-section .step-num {
    width: 64px;
    height: 64px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 50%;

    background: var(--background-color);
    box-shadow: 0 0 20px rgba(200, 255, 0, 0.2);
    border: 1px solid var(--lime);
    font-weight: 900;
    font-size: 22px;

    color: var(--text-color);

    transition: all .3s ease;
}

.picker-process-section .step:hover .step-num {
    border-color: var(--lime);
    border-width: 2px;
    box-shadow: 0 0 30px rgba(15,138,67,0.3);
    background-color: var(--primary-color);
    color: var(--white-color);

     /* Glow */
    box-shadow:
        0 0 20px rgba(22, 163, 74, .4),
        0 0 40px rgba(22, 163, 74, .3),
        0 0 60px rgba(22, 163, 74, .2);
}

/* ----------------------------------
 * Day Badge
 * ----------------------------------
 */

.picker-process-section .step-tag {
    display: inline-block;

    margin-bottom: 10px;
    padding: 2px 8px;

    border-radius: 3px;

    font-size: .8em;

    letter-spacing: .1em;
    text-transform: uppercase;

    color: var(--lime);
    background: var(--lime-dim);
}

/* ----------------------------------
 * Title
 * ----------------------------------
 */

.picker-process-section .step-title {
    font-weight: 600;
    font-size: 1em;

    line-height: 1;

    text-transform: uppercase;
    letter-spacing: .04em;

    color: var(--heading-color);

    margin-bottom: 8px;
}

/* ----------------------------------
 * Description
 * ----------------------------------
 */

.picker-process-section .step-desc {
    font-size: 1em;
    line-height: 1.5;

    color: var(--muted);

    max-width: 220px;
    margin: 0 auto;
}

/* ----------------------------------
 * CTA
 * ----------------------------------
 */

.picker-process-section .process-cta-wrap {
    display: flex;
    justify-content: center;

    margin-top: 56px;
}

/* ----------------------------------
 * Tablet
 * ----------------------------------
 */

@media (max-width: 1100px) {

    .picker-process-section .process-steps {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .picker-process-section .process-line {
        display: none;
    }
}

/* ----------------------------------
 * Mobile
 * ----------------------------------
 */

@media (max-width: 900px) {

    .picker-process-section .process-steps {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px;
    }

    .picker-process-section .process-line {
        display: none;
    }

    .picker-process-section .step {
        padding: 0;
    }

    .picker-process-section .step-desc {
        max-width: 100%;
        text-align: justify;
    }

    .picker-process-section .section-title {
        font-size: clamp(28px, 6vw, 36px);
    }
}

/* ==========================
   RFQ FORM
========================== */
.wpcf7-form:has(.rfq-form-card) {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 20px;
}

.rfq-form-card {
    
}

/* ==========================
   GRID
========================== */

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.form-group {
    margin-bottom: 10px;
}

/* ==========================
   LABEL
========================== */

.form-label {
    display: block;
    font-size: 0.85em !important;
    letter-spacing: 0.05em;
    color: var(--text-color);
    margin-bottom: 8px;
    font-weight: 500;
}

/* ==========================
   CF7 WRAPPERS
========================== */

.form-group .wpcf7-form-control-wrap,
.form-row .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* ==========================
   INPUTS
========================== */

.form-input,
.form-select {
    line-height: 1.5;
    height: 48px !important;
    border-radius: 8px !important;
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    background-color: var(--background-color) !important;
    border: 1px solid var(--border-color) !important;
    color: var(--text-color) !important;
    padding: 12px 16px;
    font-size: 0.95em !important;
    outline: none;
    transition: all 0.3s ease;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: var(--text-muted) !important;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    border-color: var(--primary-color) !important;
    background-color: var(--card-bg) !important;
    box-shadow: 0 0 0 3px rgba(201, 220, 76, 0.1) !important; /* using --primary-color based rgb */
}

/* CF7 input/select/textarea */

.wpcf7 input.form-input,
.wpcf7 select.form-select,
.wpcf7 textarea.form-textarea {
    width: 100%;
}

.form-select {
    appearance: none;
    cursor: pointer;
}

.form-textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.6;
}

/* ==========================
   CHECKBOX GROUP
========================== */

.form-checks {
    margin-top: 8px;
}

.form-checks .wpcf7-checkbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 16px;
}

.form-checks .wpcf7-list-item {
    margin: 0px !important;
    width: calc(33% - 12px);
    display: block;
}

.form-checks .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95em !important;
    color: var(--text-secondary);
    cursor: pointer;
    background: var(--background-color);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 12px 16px;
    transition: all 0.3s ease;
}

.form-checks .wpcf7-list-item label:hover {
    border-color: var(--primary-color);
    color: var(--text-color);
}

.form-checks input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--primary-color);
    flex-shrink: 0;
    cursor: pointer;
    margin: 0 !important;
}

/* Active checkbox */

.form-checks input[type="checkbox"]:checked + .wpcf7-list-item-label {
    color: var(--text-color);
    font-weight: 500;
}

/* ==========================
   SUBMIT BUTTON
========================== */

.btn-submit,
.wpcf7-submit.btn-submit {
    width: auto;
    font-weight: 700;
    font-size: 1em !important;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--white-color);
    background: var(--primary-color);
    border: none;
    border-radius: 8px;
    padding: 0 1.2em;
    margin-top: 0px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover,
.wpcf7-submit.btn-submit:hover {
    background: var(--secondary-color);
    box-shadow: 0 8px 25px rgba(201, 220, 76, 0.3);
    transform: translateY(-2px);
}

/* ==========================
   FOOTER NOTE
========================== */

.form-footer-note {
    text-align: center;
    margin-top: 16px;
    font-size: 0.85em;
    color: var(--text-muted);
}

/* ==========================
   CF7 RESPONSE MESSAGE
========================== */

.wpcf7-response-output {
    margin: 16px 0 0 !important;
    padding: 12px 16px !important;
    border-radius: 10px;
    font-size: 13px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #8bc34a !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ff6b6b !important;
}

/* ==========================
   VALIDATION
========================== */

.wpcf7-not-valid {
    border-color: #ff6b6b !important;
}

.wpcf7-not-valid-tip {
    color: #ff6b6b;
    font-size: 12px;
    margin-top: 4px;
}

/* ==========================
   MOBILE
========================== */

@media (max-width: 768px) {

    .form-checks .wpcf7-checkbox {
        gap: 10px;
    }

    .wpcf7-form:has(.rfq-form-card) {
        padding: 20px 10px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .form-checks .wpcf7-list-item {
        width: calc(50% - 5px);
        font-size: 0.9em !important;
    }

    .btn-submit,
    .wpcf7-submit.btn-submit {
        width: 100%;
        font-size: 0.95em !important;
    }
}

/* CASE STUDY GRID */
.case-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 992px) {
    .case-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .case-grid {
        grid-template-columns: 1fr;
    }
}

.case-card {
    background: var(--card-bg);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #edf1f5;

    box-shadow:
        0 1px 3px rgba(0,0,0,.04),
        0 12px 24px rgba(0,0,0,.05);

    transition: all .3s ease;
}

.case-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 4px 8px rgba(0,0,0,.05),
        0 20px 40px rgba(0,0,0,.08);
}

.case-card__image {
    line-height: 0;
}

.case-card__image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.case-card__content {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.case-card__title {
    color: var(--heading-color);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px !important;
    line-height: 1.3;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;
}

.case-card__excerpt {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 24px;
    flex-grow: 1;

    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis; */
}

.case-card__link {
    display: block;
    color: var(--primary-color);
    text-align: left;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.case-card__link:hover {
    text-decoration: underline;
    color: var(--secondary-color);
}

/* PRODUCT BALL GRID */
.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 1200px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .products-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .products-grid {
        grid-template-columns: 1fr;
    }
}

.product-card {
    background: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow 0.25s, transform 0.25s;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.product-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}

.product-img {
    width: 100%;
    flex-shrink: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0px;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    aspect-ratio: 16 / 9;
}

.product-img-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 3px 8px;
    border-radius: 4px;
    z-index: 10;
}

.badge-outdoor {
    background: #FF6B00;
    color: #fff;
}

.badge-indoor {
    background: #0066FF;
    color: #fff;
}

.badge-oem {
    background: var(--lime);
    color: var(--white-color);
}

.product-body {
    padding: 15px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-name {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--heading-color);
    line-height: 1.4;
    margin-bottom: 20px;
}

.product-specs {
    border-top: none;
    padding-top: 0;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.spec-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    border-bottom: none;
    font-size: 14px;
}

.spec-row::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background-image: url('/wp-content/uploads/2026/05/icons8-tick-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.spec-row:last-child {
    border-bottom: none;
}

.spec-key {
    color: var(--text-color);
    margin-right: 5px;
}

.spec-key::after {
    content: ":";
}

.spec-key.hardness::after {
    content: "";
}

.spec-val {
    color: var(--text-color);
    font-weight: 400;
}

.spec-val.lime {
    color: var(--lime);
    font-weight: 600;
}

.product-actions {
    display: flex;
    gap: 15px;
    margin-top: auto;
    align-items: center;
    grid-template-columns: none;
}

.product-actions .btn-sm {
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 25px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    text-align: center;
    text-decoration: none !important;
}

.product-actions .btn-sm-ghost {
    background: var(--lime);
    color: #fff !important;
}

.product-actions .btn-sm-ghost:hover {
    background: var(--secondary-color);
    color: #fff !important;
}

.product-actions .btn-sm-lime {
    background: transparent;
    color: var(--lime) !important;
    padding: 10px 0;
}

.product-actions .btn-sm-lime:hover {
    background: transparent;
}


@media (max-width: 576px) {
    .product-card {
        flex-direction: column;
    }

    .product-img {
        width: 100%;
        padding: 0;
        aspect-ratio: 16 / 10;
        position: relative;
        overflow: hidden;
    }


}

/* Prevent Body Scroll */
body.modal-open {
    overflow: hidden !important;
}

/* PRODUCT MODAL STYLE */
.product-modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.75);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    padding: 20px;
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-modal.active {
    display: flex;
    opacity: 1;
}

.modal-container {
    background: var(--card);
    width: 100%;
    max-width: 960px;
    border-radius: 20px;
    border: 1px solid var(--border);
    position: relative;
    max-height: 85vh;
    overflow-y: auto;
    display: flex;
    flex-direction: row;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    transform: translateY(20px) scale(0.98);
    transition: transform 0.3s ease;
}

/* Custom Scrollbar for Modal */
.modal-container::-webkit-scrollbar {
    width: 6px;
}
.modal-container::-webkit-scrollbar-track {
    background: transparent;
}
.modal-container::-webkit-scrollbar-thumb {
    background: var(--border2);
    border-radius: 4px;
}
.modal-container::-webkit-scrollbar-thumb:hover {
    background: var(--muted);
}

.product-modal.active .modal-container {
    transform: translateY(0) scale(1);
}

.modal-close {
    position: absolute;
    top: 24px; right: 24px;
    width: 36px; height: 36px;
    background: rgb(0 0 0 / 60%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
}

.modal-close:hover {
    background: var(--red);
    color: #fff;
    transform: rotate(90deg);
}

.modal-left {
    flex: 1;
    background: var(--card2);
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.modal-left img {
    max-width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.5));
    border-radius: 8px;
}

.modal-right {
    flex: 1.2;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.modal-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.modal-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 24px;
    color: var(--heading-color);
    letter-spacing: 0.02em;
}

.modal-specs-list {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
}

.modal-spec-item {
    display: flex;
    flex-direction: column;
    padding: 12px 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.modal-spec-key {
    color: var(--muted);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
}

.modal-spec-val {
    color: var(--text-color);
    font-weight: 600;
    font-size: 15px;
}

.modal-spec-val.lime {
    color: var(--lime);
}

.modal-desc {
    font-size: 14px;
    color: var(--muted2);
    line-height: 1.6;
    margin-bottom: 30px;
    padding-top: 15px;
    border-top: 1px solid var(--border);
}

@media (max-width: 768px) {
    .modal-container {
        flex-direction: column;
    }
    .modal-left {
        padding: 30px;
    }
    .modal-left img {
        max-height: 250px;
    }
    .modal-right {
        padding: 30px;
    }
    .modal-specs-list {
        grid-template-columns: 1fr;
    }
}


/* FAQ PAGE */

.tm-faq-grid {
    display: grid;
    gap: 10px;
}

.tm-faq-grid.columns-2 {
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
    .tm-faq-grid.columns-2 {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}

.tm-faq-item {
    background: #fff;
    border-radius: 10px;
    padding: 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    overflow: hidden;
}

.tm-faq-question {
    padding: 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tm-faq-answer {
    display: none;
    padding: 0 18px 18px;
    color: #555;
}

.tm-faq-item.active .tm-icon {
    transform: rotate(45deg);
}

.tournament .box-text {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.tournament .gallery-col {
    padding: 0 10px 30px !important;
}

.header-button-1 .header-button a {
    width: 100% !important;
}

.recent-blog-posts .post_comments {
    display: none !important;
}

/* Mobile language switcher styles (from provided SCSS) */
.mobile-language {
    padding: 0px;
}

.mobile-language_title {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 14px;
}

.mobile-language_item {
    width: 100%;
    min-height: 48px;
    border: 0;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.mobile-language_item + .mobile-language_item {
    margin-top: 10px;
}

.mobile-language_item.active {
    font-weight: 600;
}

.mobile-language_left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-language_left span {
    font-size: 15px;
}

.mobile-language_check {
    width: 18px;
    height: 18px;
    stroke: #000;
    stroke-width: 2;
    fill: none;
}

.mobile-language .flag {
    width: 22px !important;
    min-width: 22px;
    max-width: 22px;
    height: 22px !important;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
}


.back-to-top {
		    bottom: 90px !important;
}

.follow-scroll-splive {
        position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        z-index: 1
    }

    .follow-scroll-splive .icon-box {
        position: relative;
        margin: 5px 0;
        display: flex;
        justify-content: flex-end
    }

    .follow-scroll-splive .icon-link {
        position: relative;
        text-decoration: none;
        display: flex;
        align-items: center
    }

    .follow-scroll-splive .icon-background {
        display: flex;
        align-items: center;
        background-color: #f6f9ff;
        padding: 12px;
        border-radius: 8px;
        transition: transform .3s ease, width .3s ease;
        width: 56px;
        overflow: hidden;
        white-space: nowrap;
        margin-right: 10px
    }

    .follow-scroll-splive .icon {
        width: 32px;
        height: 32px;
        cursor: pointer
    }

    .follow-scroll-splive .hover-content {
        opacity: 0;
        visibility: hidden;
        margin-left: 10px;
        font-size: 14px;
        transition: opacity .3s ease
    }

    .follow-scroll-splive .icon-box:hover .icon-background {
        width: auto;
        transform: translateX(0)
    }

    .follow-scroll-splive .icon-box:hover .hover-content {
        opacity: 1;
        visibility: visible;
        transition: opacity .3s ease .1s
    }

    .follow-scroll-splive .icon-box .hover-content {
        color: #002499;
        text-align: center;
        font-family: "r_bold";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px
    }

    .follow-scroll-splive .icon-box .i-zalo {
        color: #0068ff
    }

    .follow-scroll-splive .icon-box .i-whatsapp {
        color: #67d449
    }

    .follow-scroll-splive .icon-box .i-messenger {
        color: #a033ff61
    }

    .follow-scroll-social {
        position: fixed;
        top: 250px;
        right: 0;
        z-index: 2
    }

    .follow-scroll-social .social-top {
        width: 40px;
        height: 180px;
        position: relative
    }

    .follow-scroll-social .social-top a.item-social:last-child {
        border-bottom: 1px dashed #a5a5a5
    }

    .follow-scroll-social .social-top a.item-social.facebook {
        color: #3b5897
    }

    .follow-scroll-social .social-top a.item-social.facebook:hover {
        background: #3b5897;
        color: #fff
    }

    .follow-scroll-social .social-top a.item-social.instagram {
        color: #f0433a
    }

    .follow-scroll-social .social-top a.item-social.instagram:hover {
        background: #f0433a;
        color: #fff
    }

    .follow-scroll-social .social-top a.item-social.youtube {
        color: #cb2027
    }

    .follow-scroll-social .social-top a.item-social.youtube:hover {
        background: #cb2027;
        color: #fff
    }

.byline {
    display: none !important;
}

footer.entry-meta {
    display: none !important;
}

.entry-author.author-box {
    display: none !important;
}