/*
Theme Name: Stal Child
Theme URI: http://stal.qodeinteractive.com
Description: A child theme of Stal
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: stal
Template: stal
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.qodef-header--centered #qodef-page-header-inner .qodef-header-logo-link {
    position: absolute;
    left: 44% !important;
    transform: translateX(-50%);
}
.qodef-header--centered #qodef-page-header {
    height: 96px !important;
}
.spec-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 15px;
}

.spec-table td {
    padding: 16px 20px;
    border: 1px solid #e3e7f0;
    vertical-align: middle;
}

.spec-table .label {
    font-weight: 600;
    color: #000;
    width: 40%;
}

.spec-table td:not(.label) {
    color: #000;
    width: 60%;
	 font-family:"Roboto";
	font-weight:400;
	font-size:17px;
}

/* Optional hover effect */
.spec-table tr:hover {
    background-color: #f8f9fc;
}
.spec-table tr:nth-child(odd) {
    background-color: #EDE3E36B;
}
/* TAB CONTAINER FIX */
.spec-tabs .elementor-tabs-content-wrapper {
    overflow-x: auto;
}

/* TABLE BASE */
.spec-tabs .tech-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

/* HEADER */
.spec-tabs .tech-table thead th {
    background: #f1f1f1;
    color: #666;
    font-weight: 600;
    padding: 14px 12px;
    border: 1px solid #dcdcdc;
    text-align: left;
    white-space: nowrap;
}

/* BODY CELLS */
.spec-tabs .tech-table tbody td {
    padding: 16px 12px;
    border: 1px solid #e1e5f0;
    vertical-align: middle;
    /*background: #ffffff;*/
    white-space: nowrap;
}

/* ALTERNATE ROW COLOR */
.spec-tabs .tech-table tbody tr:nth-child(odd) td {
    background-color: #EDE3E36B;
}

/* FIX HEADER vs FIRST ROW COLOR */
.spec-tabs .tech-table thead tr th {
    background: #f3f3f3;
}

/* COLUMN WIDTH BALANCE */
.spec-tabs .tech-table th:first-child,
.spec-tabs .tech-table td:first-child {
    width: 80px;
}

.spec-tabs .tech-table th:nth-child(2),
.spec-tabs .tech-table td:nth-child(2) {
    min-width: 170px;
}

.spec-tabs .tech-table th:nth-child(3),
.spec-tabs .tech-table td:nth-child(3) {
    width: 110px;
}

.spec-tabs .tech-table th:nth-child(4),
.spec-tabs .tech-table td:nth-child(4) {
    width: 120px;
}

.spec-tabs .tech-table th:nth-child(5),
.spec-tabs .tech-table td:nth-child(5) {
    width: 140px;
}

/* POWER COLUMN – ALLOW WRAP */
.spec-tabs .tech-table th:last-child,
.spec-tabs .tech-table td:last-child {
    white-space: normal;
    min-width: 200px;
}
.specs-wrapper {
  font-family: "Roboto", Arial, sans-serif;
	font-size:17px;
  
}

/* Tabs */
.spec-tabs {
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}

.spec-tab {
  
  border: 1px solid #dcdcdc;
  background: #f7f7f7;
  font-weight: 600;
  cursor: pointer;
}

.spec-tab.active {
  background: #ffffff;
  border-bottom: 3px solid #1ea64b;
  color: #1ea64b;
}

/* Table */
.spec-table-wrap {
  overflow-x: auto;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  table-layout: fixed; /* 🔥 THIS FIXES WIDTH ISSUE */
	 font-family: "Roboto", Arial, sans-serif;
	font-size:17px;
}

.spec-table th {
  background: #f3f6f9;
  font-weight: 700;
  text-align: left;

  border: 1px solid #dde3ea;
}

.spec-table td {

  border: 1px solid #dde3ea;
  color: #222;
}

.spec-table tbody tr:nth-child(even) {
  background: #fafafa;
}

.spec-table tbody tr:hover {
  background: #f0f7ff;
}

/* Footer note */
.spec-note {
  margin-top: 18px;
  font-size: 22px;
  color: #333;
}

.spec-note a {
  color: #0073ff;
  text-decoration: none;
  font-weight: 600;
}
.spec-table th:nth-child(1),
.spec-table td:nth-child(1) {
  width: 8%;
}

.spec-table th:nth-child(2),
.spec-table td:nth-child(2) {
  width: 18%;
}

.spec-table th:nth-child(3),
.spec-table td:nth-child(3) {
  width: 12%;
}

.spec-table th:nth-child(4),
.spec-table td:nth-child(4) {
  width: 14%;
}

.spec-table th:nth-child(5),
.spec-table td:nth-child(5) {
  width: 20%;
}

.spec-table th:nth-child(6),
.spec-table td:nth-child(6) {
  width: 28%;
}
.table-top-desc
{
	font-weight:500;
	font-family:"Roboto";
}
.e-con {
    --padding-top: var(--container-default-padding-top, 0px) !important;
    --padding-left: var(--container-default-padding-left, 0px) !important;
    
}

#qodef-page-inner {
    position: relative;
    padding: 100px 0 100px !important;
}
.heading-bgcolor
{
	background-color:#EDE3E36B;
}
.qodef-header--light #qodef-page-header .qodef-header-navigation>ul:not(#qodef-sticky-navigation-menu)>li>a {
    color: #000 !important;
}


.qodef-grid.qodef-layout--columns.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item {
    width: 25%;
    padding-right: 25px;
}
.mission-wrap {
  display: flex;
  min-height: 520px;
  background: #fff;
  overflow: hidden;
}

.mission-left {
  width: 55%;
  padding: 80px 60px;
}

.mission-item {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.mission-item .icon {
  font-size: 22px;
  color: #18a6a1;
}

.mission-right {
  width: 45%;
  position: relative;
  background: url('/wp-content/uploads/2026/01/MIssion-Vision_01.png') center/cover no-repeat;
}

/* ✅ THIS WAS MISSING — HEIGHT FORCE */
.mission-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: -160px;
  width: 200px;
  height: 100%;
  background: #18a6a1;
  border-radius: 0 100px 100px 0;
  z-index: 1;
}
.cf7ic_instructions {
    display: block;
    font-weight: 500;
   color: #8b0000;
}

.add-text, #qodef-page-footer .widget
{font-family:"Roboto";
font-size:16px;
font-weight:400;}

/* ── FOOTER RESPONSIVE ─────────────────────────────── */

/* Tablet: 2x2 grid */
@media (max-width: 1024px) {
  footer .qodef-grid-inner {
    flex-wrap: wrap !important;
  }
  footer .qodef-grid-inner > .qodef-grid-item {
    width: 50% !important;
    flex: 0 0 50% !important;
    margin-bottom: 32px;
  }
}

/* Mobile: fully stacked, single column */
@media (max-width: 640px) {
  footer .qodef-grid-inner {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }
  footer .qodef-grid-inner > .qodef-grid-item {
    width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 28px;
    order: unset !important; /* Reset custom ordering on mobile */
  }

  /* Re-apply natural order on mobile (optional — remove if you want same order as desktop) */
  footer .qodef-grid-inner > .qodef-grid-item:nth-child(1) { order: 1 !important; }
  footer .qodef-grid-inner > .qodef-grid-item:nth-child(2) { order: 2 !important; }
  footer .qodef-grid-inner > .qodef-grid-item:nth-child(3) { order: 3 !important; }
  footer .qodef-grid-inner > .qodef-grid-item:nth-child(4) { order: 4 !important; }
}
footer .qodef-grid-inner {
    display: flex !important;
}

/* Now reorder columns */
footer .qodef-grid-inner > .qodef-grid-item:nth-child(1) { order: 1; }
footer .qodef-grid-inner > .qodef-grid-item:nth-child(2) { order: 3; }
footer .qodef-grid-inner > .qodef-grid-item:nth-child(3) { order: 4; }
footer .qodef-grid-inner > .qodef-grid-item:nth-child(4) { order: 2; }

.qodef-h1, h1 {font-size:45px !important;}

.clickable-bg {
    position: relative;
}

.clickable-bg a.bg-link {
    position: absolute;
    inset: 0;
    z-index: 5;
}

.qodef-page-title .qodef-m-title {
    display:none;
}
@media (max-width: 767px) {

    /* Target the space between banner and content */
    .qodef-page-title {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    /* Remove top padding from the first Elementor section */
    .qodef-content .elementor-section:first-child,
    .qodef-content-inner .elementor-section:first-child {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    /* Target the main page wrapper gap */
    .qodef-content,
    .qodef-content-inner,
    .qodef-grid,
    .qodef-layout--content-full-width {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

}
.dc-sc-wrap *, .dc-sc-wrap *::before, .dc-sc-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }

.dc-sc-wrap {
  font-family: 'Roboto', Arial, sans-serif;
  color: #222;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 0px;
}

/* ── TWO COLUMN LAYOUT ─────────────────────────────── */
.dc-sc-wrap .dc-product-section {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 70px;
  align-items: start;
  padding: 40px 0;
}

/* ── LEFT: GALLERY ──────────────────────────────────── */
.dc-sc-wrap .dc-gallery {
  min-width: 0;
  overflow: visible !important;
}

.dc-sc-wrap .dc-main-image-wrap {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 368px;
  overflow: hidden;
}
.dc-sc-wrap .dc-main-image-wrap img {
  max-width: 100%;
  max-height: 368px;
  width: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.dc-sc-wrap .dc-main-image-wrap img.dc-fade {
  opacity: 0;
  transform: scale(0.97);
}
@media (min-width: 768px) and (max-width: 1024px) {

    /* Center the entire gallery on tablet */
    .dc-gallery {
        margin-left: auto !important;
        margin-right: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    /* Center the main image area */
    .dc-main-image-wrap {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Center the thumbnail strip */
    .dc-thumb-list-outer {
        margin-left: auto !important;
        margin-right: auto !important;
    }

}
@media (max-width: 767px) {

    /* Fix the main image container height */
    .dc-main-image-wrap {
        height: auto !important;
        min-height: 0 !important;
        padding: 0 !important;
    }

    /* Make the main product image scale naturally */
    .dc-main-image-wrap img,
    #bt-mainImage {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        display: block !important;
    }

    /* Fix the overall gallery container too */
    .dc-gallery {
        height: auto !important;
        min-height: 0 !important;
    }

}

/* Thumbnail strip */
.dc-sc-wrap .dc-thumb-strip {
  display: flex;
align-items:center;
	justify-content: center;
  gap: 10px;
  margin-top: 16px;
}
.dc-sc-wrap .dc-thumb-arrow {
  background: none;
  border: 1.5px solid #000;
  border-radius: 50%;
	margin-top:18px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  vertical-align:middle;
  transition: border-color 0.2s, color 0.2s, opacity 0.2s;
  line-height: 1;
}
.dc-sc-wrap .dc-thumb-arrow:hover { border-color: #555; color: #333; }

.dc-sc-wrap .dc-thumb-list-outer {
  flex: 0 0 auto;
	width:350px;
  overflow: hidden;
	
}
/* Mobile only — fix overflow without affecting desktop layout */
@media (max-width: 767px) {
    .dc-thumb-list-outer {
        max-width: calc(100vw - 80px) !important;
        flex: 0 1 auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
.dc-sc-wrap .dc-thumb-list {
  display: flex;
  gap: 10px;
	padding: 5px; /* Adds breathing room for borders/shadows */
  overflow: visible; /* Prevents clipping */
  align-items: center;
  transition: transform 0.3s ease;
}
.dc-sc-wrap .dc-thumb-item {
  width: 80px;
  height: 72px;
  border: 2px solid #e0e0d8;
  border-radius: 8px;
  padding: 4px;
  cursor: pointer;
  background: #fff;
	overflow:hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
	box-sizing:border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.dc-sc-wrap .dc-thumb-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.dc-sc-wrap .dc-thumb-item:hover { border-color: #000; }
.dc-sc-wrap .dc-thumb-item.dc-active {
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(26,107,94,0.2);
}

/* ── RIGHT: PRODUCT INFO ────────────────────────────── */
.dc-sc-wrap .dc-product-info { min-width: 0; }
.dc-sc-wrap .dc-product-info h2 {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #000;
  line-height: 1.2;
}

.dc-sc-wrap .dc-description {
  font-size: 18px;
  line-height: 1.75;
  color: #555;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e8e8e2;
}

/* Model Tabs */
.dc-sc-wrap .dc-model-label {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 14px;
  color: #222;
}
.dc-sc-wrap .dc-model-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.dc-sc-wrap .dc-model-tabs button {
  padding: 8px 20px;
  border: 1.5px solid #ddd;
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}
.dc-sc-wrap .dc-model-tabs button:hover {
  border-color: #bbb;
  color: #ff2213;
  background: #fafafa;
}
.dc-sc-wrap .dc-model-tabs button.dc-active {
  background: #ff2213;
  border-color: #ff2213;
  color: #fff;
  font-weight: 600;
}

/* Specs Grid */
.dc-sc-wrap .dc-divider {
  height: 1px;
  background: #e8e8e2;
  margin-bottom: 24px;
}
.dc-sc-wrap .dc-specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 36px;
  margin-bottom: 28px;
}
.dc-sc-wrap .dc-spec-label {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 4px;
}
.dc-sc-wrap .dc-spec-value {
  font-size: 18px;
  color: #666;
  transition: opacity 0.25s;
}
.dc-sc-wrap .dc-specs-end-divider {
  height: 1px;
  background: linear-gradient(90deg, #ff2213 0%, #e8e8e2 100%);
  margin-bottom: 20px;
}


/* ── FEATURES ROW ──────────────────────────────────────────── */
.dc-sc-wrap .dc-features-row {
  display:grid;
  grid-template-columns:1.2fr 1fr 2fr;
  gap:16px;
  align-items:stretch;
}
.dc-sc-wrap .dc-feat-left-col {
  display:flex; flex-direction:column; gap:16px;
}
.dc-sc-wrap .dc-feat-card {
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:12px;
  overflow:hidden;
  height:100%;
}
.dc-sc-wrap .dc-feat-left-col .dc-feat-card { height:auto; }
.dc-sc-wrap .dc-feat-card-header {
  display:flex; align-items:center; gap:8px;
  padding:12px 16px;
  font-size:1.02rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.dc-sc-wrap .dc-feat-card--std .dc-feat-card-header { background:#eff6ff; color:#1d4ed8; }
.dc-sc-wrap .dc-feat-card--ops .dc-feat-card-header { background:#f0fdf4; color:#166534; }
.dc-sc-wrap .dc-feat-card--opt .dc-feat-card-header { background:#fff7ed; color:#9a3412; }
.dc-sc-wrap .dc-feat-card--app .dc-feat-card-header { background:#fdf4ff; color:#7e22ce; }
.dc-sc-wrap .dc-feat-card-body { padding:14px 16px; }

/* ── FEATURE LISTS ─────────────────────────────────────────── */
.dc-sc-wrap .dc-feat-grid {
  list-style:none;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:6px 12px;
}
.dc-sc-wrap .dc-feat-grid.dc-feat-grid-single { grid-template-columns:1fr; }
.dc-sc-wrap .dc-feat-card--opt .dc-feat-grid    { grid-template-columns:1fr; }
.dc-sc-wrap .dc-feat-grid li {
  font-size:.93rem; color:#444;
  padding-left:14px; position:relative; line-height:1.5;
}
.dc-sc-wrap .dc-feat-grid li::before {
  content:"-"; position:absolute; left:0; color:#3a86ff; font-weight:700;
}

/* ── APP CATEGORIES ────────────────────────────────────────── */
.dc-sc-wrap .dc-app-grid {
  display:grid !important; 
  grid-template-columns:repeat(2,1fr)!important;
  gap:12px 16px;
}
.dc-sc-wrap .dc-app-cat-title {
  font-size:0.85rem; font-weight:700;
  text-transform:uppercase; letter-spacing:.05em;
  color:#000; margin-bottom:5px;
}
.dc-sc-wrap .dc-app-cat-list { list-style:none; }
.dc-sc-wrap .dc-app-cat-list li {
  font-size:.8rem; color:#555;
  padding-left:12px; position:relative; line-height:1.65;
}
.dc-sc-wrap .dc-app-cat-list li::before {
  content:"–"; position:absolute; left:0; color:#a855f7;
}



/* CTA Buttons */
.dc-sc-wrap .dc-cta-buttons {
  display: flex;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.dc-sc-wrap .dc-btn-primary {
  background: #ff2213;
  color: #fff !important;
  padding: 15px 28px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  transition: background 0.2s;
  font-family: inherit;
  line-height: 1;
}
.dc-sc-wrap .dc-btn-primary:hover { background: #cc1a0d; }
.dc-sc-wrap .dc-btn-secondary {
  background: #fff;
  color: #ff2213 !important;
  padding: 13px 28px;
  border: 2px solid #ff2213;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  transition: all 0.2s;
  font-family: inherit;
  line-height: 1;
}
.dc-sc-wrap .dc-btn-secondary:hover { background: #fff5f5; }
.dc-sc-wrap .dc-btn-secondary .dc-wa-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -2px;
}
/* ── RESPONSIVE ─────────────────────────────────────── */
/* Desktop — 4 columns (your existing rule) */
.dc-sc-wrap .dc-app-grid {
  grid-template-columns: repeat(4, 1fr);
}

/* Tablet landscape / small desktop (max 1024px) — 3 columns */
@media (max-width: 1024px) {
  .dc-sc-wrap .dc-app-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Tablet portrait (max 768px) — 2 columns */
@media (max-width: 768px) {
  .dc-sc-wrap .dc-app-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile (max 480px) — 1 column */
@media (max-width: 480px) {
  .dc-sc-wrap .dc-app-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .dc-sc-wrap .dc-product-section {
    grid-template-columns: 1fr !important;
    gap: 28px;
    padding: 24px 0;
  }
  .dc-sc-wrap .dc-gallery {
    position: static;
    max-width: 540px;
    margin: 0 auto;
    width: 100%;
  }
  .dc-sc-wrap .dc-main-image-wrap {
    min-height: 250px;
    padding: 16px;
  }
  .dc-sc-wrap .dc-main-image-wrap img { max-height: 290px; }
  .dc-sc-wrap .dc-features-row {
    grid-template-columns: 1fr 1fr;
  }
  .dc-sc-wrap .dc-features-row > *:last-child {
    grid-column: 1 / -1;
  }
  .dc-sc-wrap .dc-app-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .dc-sc-wrap { padding: 0 12px; }
  .dc-sc-wrap .dc-product-section {
    width: 100% !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;    
    display: flex !important;
    flex-direction: column !important;
   }
  .dc-sc-wrap .dc-gallery {
   width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .dc-sc-wrap .dc-thumb-item { width: 68px; height: 60px; }
	.dc-sc-wrap .dc-product-info{ width: 100% !important;
    padding: 20px 0 !important;}
  .dc-sc-wrap .dc-product-info h2 {margin-top:50px; font-size: 26px; }
	
  .dc-sc-wrap .dc-description { font-size: 15px; }
  .dc-sc-wrap .dc-model-label { font-size: 20px; }
  .dc-sc-wrap .dc-model-tabs button { padding: 7px 16px; font-size: 13px; }
  .dc-sc-wrap .dc-specs-grid {
    grid-template-columns: 1fr !important;
    gap: 15px;
  }
  .dc-sc-wrap .dc-features-row {
    grid-template-columns: 1fr !important;
  }
  .dc-sc-wrap .dc-features-row > *:last-child {
    grid-column: auto;
  }
  .dc-sc-wrap .dc-feat-left-col {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }
  .dc-sc-wrap .dc-feat-left-col .dc-feat-card {
    flex: 1 1 calc(50% - 6px);
    min-width: 220px;
  }
  .dc-sc-wrap .dc-app-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .dc-sc-wrap .dc-feat-card-header { font-size: 0.95rem; padding: 12px 16px; }
  .dc-sc-wrap .dc-feat-card-body { padding: 14px 16px; }
  .dc-sc-wrap .dc-feat-grid li { font-size: 0.88rem; line-height: 1.6; }
}

@media (max-width: 540px) {
  .dc-sc-wrap { padding: 0 10px; }
  .dc-sc-wrap .dc-product-section {
    grid-template-columns: 1fr !important;
  }
  .dc-sc-wrap .dc-main-image-wrap {
    min-height: 200px;
    padding: 5px;
	  margin-top:-10px;
    border-radius: 8px;
  }
  .dc-sc-wrap .dc-main-image-wrap img { max-height: 220px; }
  .dc-sc-wrap .dc-thumb-item { width: 60px; height: 54px; padding: 4px; }
  .dc-sc-wrap .dc-thumb-arrow { width: 28px; height: 28px; font-size: 14px; padding: 0 !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important; }
  .dc-sc-wrap .dc-thumb-strip { gap: 6px; margin-top: 12px; }
  .dc-sc-wrap .dc-product-info h2 { font-size: 22px; }
  .dc-sc-wrap .dc-description { font-size: 13px; margin-bottom: 20px; }
  .dc-sc-wrap .dc-model-label { font-size: 16px; margin-bottom: 10px; }
  .dc-sc-wrap .dc-model-tabs { gap: 6px; margin-bottom: 20px; }
  .dc-sc-wrap .dc-model-tabs button { padding: 6px 14px; font-size: 13px; border-radius: 5px; }
  .dc-sc-wrap .dc-specs-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
    margin-bottom: 20px;
  }
  .dc-sc-wrap .dc-spec-label { font-size: 13px; }
  .dc-sc-wrap .dc-spec-value { font-size: 13px; white-space: normal !important; /* Allow text to wrap to next line */
    overflow: visible !important;
    word-break: break-word;}
  .dc-sc-wrap .dc-feat-left-col {
    flex-direction: column;
  }
  .dc-sc-wrap .dc-feat-left-col .dc-feat-card {
    flex: none;
    width: 100%;
  }
  .dc-sc-wrap .dc-app-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dc-sc-wrap .dc-feat-grid {
    grid-template-columns: 1fr;
  }
  .dc-sc-wrap .dc-cta-buttons {
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
  }
  .dc-sc-wrap .dc-btn-primary,
  .dc-sc-wrap .dc-btn-secondary {
    text-align: center;
    width: 100%;
    padding: 13px 20px;
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .dc-sc-wrap .dc-specs-grid { grid-template-columns: 1fr; }
  .dc-sc-wrap .dc-product-info h2 { font-size: 20px; }
}
/* ── LIGHTBOX ───────────────────────────────────────── */
.dc-sc-wrap .dc-main-image-wrap img { cursor: zoom-in; }
.dc-sc-wrap .dc-lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  animation: dc-lbFadeIn 0.2s ease;
}
.dc-sc-wrap .dc-lightbox-overlay.dc-lb-open { display: flex; }
@keyframes dc-lbFadeIn { from { opacity:0; } to { opacity:1; } }

.dc-lightbox-inner {
  position: relative;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 12px 60px rgba(0,0,0,0.5);
  width: 90vw;
  max-width: 720px;
  overflow: hidden;
  animation: dc-lbZoomIn 0.22s ease;
  display: flex;
  flex-direction: column;
}
@keyframes dc-lbZoomIn { from { transform: scale(0.93); opacity:0; } to { transform: scale(1); opacity:1; } }

.dc-lb-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.dc-sc-wrap .dc-lb-title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #222;
  margin: 0;
}
.dc-sc-wrap .dc-lb-close {
  background: none;
  border: none;
  color: #555;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 3px;
  transition: color 0.2s, background 0.2s;
  flex-shrink: 0;
}
.dc-sc-wrap .dc-lb-close:hover { color: #ff2213; background: #fdf0ef; }

.dc-sc-wrap .dc-lb-img-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  padding: 20px 60px;
  min-height: 320px;
}
.dc-sc-wrap .dc-lightbox-inner img {
  max-width: 100%;
  max-height: 60vh;
  object-fit: contain;
  display: block;
}
.dc-sc-wrap .dc-lb-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.85);
  border: 1px solid #ddd;
  color: #333;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
  z-index: 10;
}
.dc-sc-wrap .dc-lb-arrow:hover { background: #ff2213; color: #fff; border-color: #ff2213; }
.dc-sc-wrap .dc-lb-prev { left: 10px; }
.dc-sc-wrap .dc-lb-next { right: 10px; }

@media (max-width: 600px) {
  .dc-sc-wrap .dc-lb-img-wrap { padding: 16px 50px; min-height: 220px; }
  .dc-sc-wrap .dc-lb-title { font-size: 13px; }
}
.dc-nt-wrap .dc-features-row {
  grid-template-columns: 1fr 2fr !important;
}

.dc-nt-wrap .dc-features-row {
  grid-template-columns: 1fr 2fr !important;
  padding: 0 20px 24px;
  gap: 20px;
}

/* Left column padding */
.dc-nt-wrap .dc-feat-left-col {
  padding: 0;
}

/* Description card — 2-column text flow inside card */
.dc-nt-description {
  column-count: 1;
  column-gap: 28px;
}
.dc-nt-description .dc-feat-card-body p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.85;
  color: #555;
  margin: 0 0 14px;
  break-inside: avoid;
}
.dc-nt-description .dc-feat-card-body p:last-child {
  margin-bottom: 0;
}

/* Responsive: stack on tablet */
@media (max-width: 900px) {
  .dc-nt-wrap .dc-features-row {
    grid-template-columns: 1fr !important;
    padding: 0 12px 20px;
  }
  .dc-nt-description {
    column-count: 1;
  }
}
.dc-vp-wrap *, .dc-vp-wrap *::before, .dc-vp-wrap *::after {
  box-sizing: border-box; margin: 0; padding: 0;
}

/* Elementor zero-padding fix */
.elementor-widget-html:has(.dc-vp-wrap) .elementor-widget-container,
.elementor-column:has(.dc-vp-wrap) > .elementor-widget-wrap {
  padding: 0 !important;
}

.dc-vp-wrap {
  font-family: 'Roboto', Arial, sans-serif;
  color: #222;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ══════════════════════════════════════════════════════
   TOP SECTION — 2 columns: intro left, features right
══════════════════════════════════════════════════════ */
.dc-vp-wrap .dc-vp-top {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  align-items: start;
  padding: 40px 0 32px;
}

/* LEFT: title + intro text */
.dc-vp-wrap .dc-vp-left {
  min-width: 0;
}
.dc-vp-wrap .dc-vp-left h2 {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin-bottom: 20px;
}
.dc-vp-wrap .dc-vp-intro {
  font-size: 16px;
  line-height: 1.85;
  color: #555;
  margin: 0 0 20px;
}
.dc-vp-wrap .dc-vp-intro + .dc-vp-intro {
  margin-top: 0;
}

/* RIGHT: optional features card + CTA */
.dc-vp-wrap .dc-vp-right {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ══════════════════════════════════════════════════════
   FEATURE CARDS
══════════════════════════════════════════════════════ */
.dc-vp-wrap .dc-feat-card {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e8e0db;
  box-shadow: 0 3px 14px rgba(0,0,0,0.07);
  background: #fff;
  min-width: 0;
}
.dc-vp-wrap .dc-feat-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #2c1f1a;
  background: #f9f4f1;
  border-left: 4px solid #ff2213;
  border-bottom: 1px solid #ede5e0;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
.dc-vp-wrap .dc-feat-card-header svg {
  flex-shrink: 0;
  color: #ff2213;
}
.dc-vp-wrap .dc-feat-card-body {
  padding: 14px 18px;
  background: #fff;
}

/* Feature list */
.dc-vp-wrap .dc-feat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dc-vp-wrap .dc-feat-list li {
  font-size: 16px;
  color: #3a3030;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
  padding: 4px 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.dc-vp-wrap .dc-feat-list li::before {
  content: '\25b8';
  flex-shrink: 0;
  font-size: 13px;
  color: #ff2213;
  line-height: 1.6;
}
/* ══════════════════════════════════════════════════════
   PRODUCT CATEGORIES ROW — 3 equal columns
══════════════════════════════════════════════════════ */
.dc-vp-wrap .dc-vp-products-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 0 0 40px;
}

/* Divider above products row */
.dc-vp-wrap .dc-vp-divider {
  height: 1px;
  background: linear-gradient(90deg, #ff2213 0%, #e8e8e2 100%);
  margin-bottom: 28px;
}

/* ══════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .dc-vp-wrap .dc-vp-top {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  .dc-vp-wrap .dc-vp-products-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .dc-vp-wrap .dc-vp-top {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 0 20px;
  }
  .dc-vp-wrap .dc-vp-left h2 { font-size: 28px; }
  .dc-vp-wrap .dc-vp-products-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .dc-vp-wrap { padding: 0 8px; }
  .dc-vp-wrap .dc-vp-left h2 { font-size: 24px; }
  .dc-vp-wrap .dc-feat-card-header { font-size: 17px; }
  .dc-vp-wrap .dc-feat-list li { font-size: 15px; }
  .dc-vp-wrap .dc-cta-buttons { flex-direction: column; }
  .dc-vp-wrap .dc-btn-primary,
  .dc-vp-wrap .dc-btn-secondary { text-align: center; justify-content: center; width: 100%; }
}


/* ══════════════════════════════════════════════════════
   CTA BUTTONS
══════════════════════════════════════════════════════ */
.dc-vp-wrap .dc-cta-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.dc-vp-wrap .dc-btn-primary {
  background: #ff2213;
  color: #fff !important;
  padding: 13px 26px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s;
  font-family: inherit;
  line-height: 1;
}
.dc-vp-wrap .dc-btn-primary:hover { background: #cc1a0d; }

.dc-vp-wrap .dc-btn-secondary {
  background: #fff;
  color: #ff2213 !important;
  padding: 13px 26px;
  border: 2px solid #ff2213;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
  font-family: inherit;
  line-height: 1;
}
.dc-vp-wrap .dc-btn-secondary:hover { background: #fff5f5; }

 .dc-iq-wrap * { box-sizing: border-box; }

  .dc-iq-wrap {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 0 60px;
    color: #222;
  }

  /* ── Card ── */
  .dc-iq-card {
    background: #fffaf7;
    border: 1px solid #e8d5c4;
    border-radius: 12px;
    overflow: hidden;
  }

  /* ── Card Header ── */
  .dc-iq-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    background: #fff;
    border-bottom: 1px solid #e8d5c4;
  }

  .dc-iq-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ff2213;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .dc-iq-icon svg {
    width: 13px;
    height: 13px;
    fill: #fff;
  }

  .dc-iq-card-header h2 {
    font-size: 13px;
    font-weight: 700;
    color: #7a1a00;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0;
  }

  /* ── Card Body ── */
  .dc-iq-card-body {
    padding: 28px 32px 36px;
  }

  /* ── CF7 Grid Layout ── */
  .cf7-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
  }

  .cf7-full  { grid-column: 1 / -1; }
  .cf7-half  { grid-column: span 1; }

  /* ── Labels ── */
  .cf7-grid label,
  .cf7-grid > div > label {
    display: block;
    font-size: 12.5px;
    font-weight: 600;
    color: #7a1a00;
    letter-spacing: 0.3px;
    margin-bottom: 6px;
    font-family: 'Roboto', sans-serif;
  }

  /* ── Text Inputs ── */
  .cf7-grid .wpcf7-text,
  .cf7-grid .wpcf7-textarea {
    width: 100%;
    height: 42px;
    border: 1.5px solid #d9c4b4;
    border-radius: 6px;
    background: #fff;
    padding: 0 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 13.5px;
    color: #333;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    display: block;
    margin-top: 4px;
  }

  .cf7-grid .wpcf7-text:focus,
  .cf7-grid .wpcf7-textarea:focus {
    border-color: #cc2200;
    box-shadow: 0 0 0 3px rgba(204,34,0,0.08);
  }

  /* ── Section heading (Machine Type, Power Availability) ── */
  .cf7-checkbox-grid > label,
  .cf7-full > label:first-child {
    font-size: 12.5px;
    font-weight: 700;
    color: #7a1a00;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    display: block;
  }

  /* ── Checkbox Grid (Machine Type) ── */
  .cf7-checkbox-grid .wpcf7-checkbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 30px;
  }

  /* ── Power row (inline) ── */
  .cf7-power .wpcf7-checkbox {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    margin-top: 6px;
  }

  /* ── Shared checkbox item styling ── */
  .cf7-grid .wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
  }

  .cf7-grid .wpcf7-list-item-label {
    font-size: 12.5px;
    font-weight: 600;
    color: #7a1a00;
    letter-spacing: 0.3px;
    cursor: pointer;
    user-select: none;
    font-family: 'Roboto', sans-serif;
  }

  /* ── Custom checkbox appearance ── */
  .cf7-grid .wpcf7-list-item input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #b05030;
    border-radius: 3px;
    background: #fff;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
    transition: background 0.15s, border-color 0.15s;
    margin: 0;
  }

  .cf7-grid .wpcf7-list-item input[type="checkbox"]:checked {
    background: #cc2200;
    border-color: #cc2200;
  }

  .cf7-grid .wpcf7-list-item input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 2px;
    top: -1px;
    width: 7px;
    height: 10px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
  }

  /* ── Divider between sections ── */
  .cf7-divider {
    height: 1px;
    background: #e8d5c4;
    margin: 4px 0 4px;
    grid-column: 1 / -1;
  }

  /* ── Submit Button ── */
  .cf7-grid .wpcf7-submit {
    background: #ff2213;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 13px 36px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    display: inline-block;
  }

  .cf7-grid .wpcf7-submit:hover {
    background: #cc1a0d;
    transform: translateY(-1px);
  }

  .cf7-grid .wpcf7-submit:active {
    transform: translateY(0);
  }

  /* ── CF7 validation messages ── */
  .cf7-grid .wpcf7-not-valid-tip {
    color: #cc2200;
    font-size: 13.5px;
    margin-top: 4px;
    font-family: 'Roboto', sans-serif;
  }

  .cf7-grid .wpcf7-response-output {
    grid-column: 1 / -1;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    border: 1.5px solid #e8d5c4;
    background: #fff;
    color: #333;
    margin-top: 4px;
  }

  /* ── Responsive ── */
  @media (max-width: 640px) {
    .dc-iq-card-body { padding: 20px 18px 28px; }
    .cf7-grid { grid-template-columns: 1fr; gap: 16px; }
    .cf7-half { grid-column: 1 / -1; }
    .cf7-checkbox-grid .wpcf7-checkbox { grid-template-columns: 1fr; }
    .cf7-power .wpcf7-checkbox { flex-direction: column; gap: 10px; }
  }

.cu-wrap * { box-sizing: border-box; margin: 0; padding: 0; }
.cu-wrap {
  font-family: 'Roboto', 'Muli', Arial, sans-serif;
  font-size: 14px;
  color: #2d2d2d;
  max-width: 1280px;
  margin: 0 auto;
}
/* ── SECTION TITLE ── */
.cu-section-title {
  font-family:  'Roboto', sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: #1a3a6b;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}
.cu-section-title span {
  display: inline-block;
  width: 48px;
  height: 3px;
  background: #e8230f;
  border-radius: 2px;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 4px;
}
.cu-section-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 28px;
}

/* ── CONTACT CARDS ROW ── */
.cu-cards-row {
  display: flex;
  gap: 24px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.cu-card {
  flex: 1;
  min-width: 220px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(26,58,107,0.08);
  padding: 30px 26px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  border-top: 4px solid #1a3a6b;
  transition: transform 0.2s, box-shadow 0.2s;
}
.cu-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(26,58,107,0.13);
}
.cu-card.green { border-top-color: #1a6b4a; }
.cu-card.red   { border-top-color: #e8230f; }
.cu-card.purple { border-top-color: #6b3a9b; }

.cu-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cu-card.blue  .cu-card-icon { background: #e8eef8; }
.cu-card.green .cu-card-icon { background: #e8f4ee; }
.cu-card.red   .cu-card-icon { background: #fdecea; }
.cu-card.purple .cu-card-icon { background: #f0eaf8; }

.cu-card-body {}
.cu-card-label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 6px;
}
.cu-card-value {
  font-size: 14.5px;
  font-weight: 500;
  color: #1a3a6b;
  line-height: 1.6;
}
.cu-card-value a {
  color: #1a3a6b;
  text-decoration: none;
}
.cu-card-value a:hover { text-decoration: underline; }

/* ── MAIN CONTENT: MAP + FORM ── */
.cu-main-grid {
  display: flex;
  gap: 32px;
  margin-bottom: 48px;
  align-items: flex-start;
  flex-wrap: wrap;
}
/* MAP */
.cu-map-col {
  flex: 1;
  
}
.cu-map-wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(26,58,107,0.10);
  height: 380px;
}
.cu-map-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.cu-map-cta {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.cu-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: background 0.2s, transform 0.15s;
}
.cu-btn:hover { transform: translateY(-1px); }
.cu-btn-primary {
  background: #1a3a6b;
  color: #fff;
}
.cu-btn-primary:hover { background: #142d55; }
.cu-btn-whatsapp {
  background: #25d366;
  color: #fff;
}
.cu-btn-whatsapp:hover { background: #1ebe59; }

/* FORM */
.cu-form-col {
  flex: 1;
  min-width: 280px;
}
.cu-form-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(26,58,107,0.08);
  padding: 34px 32px;
}
.cu-form-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a3a6b;
  margin-bottom: 6px;
}
.cu-form-sub {
  font-size: 13px;
  color: #666;
  margin-bottom: 24px;
}
.cu-form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.cu-form-group {
  flex: 1;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cu-form-group.full { flex: 0 0 100%; }
.cu-form-group label {
  font-size: 12px;
  font-weight: 600;
  color: #555;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cu-form-group input,
.cu-form-group select,
.cu-form-group textarea {
  padding: 10px 14px;
  border: 1.5px solid #e0e4ed;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  color: #2d2d2d;
  background: #fafbfd;
  outline: none;
  transition: border 0.2s, box-shadow 0.2s;
}
.cu-form-group input:focus,
.cu-form-group select:focus,
.cu-form-group textarea:focus {
  border-color: #1a3a6b;
  box-shadow: 0 0 0 3px rgba(26,58,107,0.09);
  background: #fff;
}
.cu-form-group textarea { resize: vertical; min-height: 90px; }
.cu-form-submit {
  width: 100%;
  padding: 13px;
  background: linear-gradient(135deg, #1a3a6b, #2a5298);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: 0.03em;
  transition: opacity 0.2s, transform 0.15s;
  margin-top: 8px;
}
.cu-form-submit:hover { opacity: 0.92; transform: translateY(-1px); }

/* ── WORKING HOURS STRIP ── */
.cu-hours-strip {
  background: linear-gradient(135deg, #1a3a6b 0%, #2a5298 100%);
  border-radius: 14px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 48px;
  color: #fff;
}
.cu-hours-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 4px;
}
.cu-hours-value {
  font-size: 16px;
  font-weight: 600;
}
.cu-hours-divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.2);
}

/* ── RESPONSIVE ── */
@media (max-width: 680px) {
  .cu-cards-row { flex-direction: column; }
  .cu-main-grid { flex-direction: column; }
  .cu-hours-strip { flex-direction: column; text-align: center; }
  .cu-hours-divider { display: none; }
  .cu-form-row { flex-direction: column; }
  .cu-form-card { padding: 24px 18px; }
}
/***************about css****************/
.au-wrap * { box-sizing: border-box; margin: 0; padding: 0; }
.au-wrap {
  font-family: 'Roboto', 'Muli', Arial, sans-serif;
  font-size: 14px;
  color: #2d2d2d;
  max-width: 1280px;
  margin: 0 auto;
}
/* ── SECTION HEADING ── */
.au-section-title {
  font-family: 'Muli', 'Roboto', sans-serif;
  font-size: 1.55rem;
  font-weight: 600;
  color: #1a3a6b;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e0e4ed;
  letter-spacing: 0.01em;
}
.au-section-sub {
  font-family: 'Muli', 'Roboto', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #1a3a6b;
  margin-bottom: 10px;
}

/* ── ABOUT TOP — STACKED BY DEFAULT, ROW ON DESKTOP ── */
#indvac-au .au-about-grid,
.au-about-grid {
  display: block !important;
  margin-bottom: 40px;
}
#indvac-au .au-about-text,
.au-about-text {
  display: block !important;
  width: 100% !important;
  min-width: 0;
  margin-bottom: 20px;
}
.au-about-text p {
  font-size: 15px;
  line-height: 1.78;
  color: #444;
  margin-bottom: 14px;
}
#indvac-au .au-since-badge,
.au-since-badge {
  display: block !important;
  width: 100% !important;
  background: linear-gradient(145deg, #1a3a6b, #2a5298);
  border-radius: 14px;
  color: #fff;
  text-align: center;
  padding: 36px 24px;
  box-shadow: 0 6px 24px rgba(26,58,107,0.22);
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-sizing: border-box;
}
.au-since-badge .badge-year {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
}
.au-since-badge .badge-label {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.85;
}
.au-since-badge .badge-exp {
  margin-top: 10px;
  font-size: 1.05rem;
  font-weight: 600;
}
.au-since-badge .badge-exp span {
  font-size: 2rem;
  font-weight: 700;
  display: block;
  color: #ffd54f;
}

/* ── VACUUM PACKAGING SECTION ── */
.au-vacuum-section {
  background: #f4f6fb;
  border: 1px solid #e0e4ed;
  border-radius: 12px;
  padding: 32px 32px;
  
}
.au-vacuum-section p {
  font-size: 15px;
  line-height: 1.78;
  color: #444;
}

/* ── VISION / MISSION / VALUES CARDS ── */
#indvac-au .au-vmv-grid,
.au-vmv-grid {
  display: block !important;
  margin-bottom: 40px;
}
#indvac-au .au-vmv-card,
.au-vmv-card {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e0e4ed;
  border-radius: 14px;
  padding: 32px 24px 28px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(26,58,107,0.06);
  transition: box-shadow 0.25s, transform 0.25s;
  position: relative;
  overflow: hidden;
}
.au-vmv-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1a3a6b, #2a5298);
  border-radius: 14px 14px 0 0;
}
.au-vmv-card:nth-child(2)::before {
  background: linear-gradient(90deg, #1a6b4a, #27ae60);
}
.au-vmv-card:nth-child(3)::before {
  background: linear-gradient(90deg, #7b3a6b, #b5479a);
}
.au-vmv-card:hover {
  box-shadow: 0 10px 32px rgba(26,58,107,0.16);
  transform: translateY(-4px);
}
.au-vmv-icon-wrap-v {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background:url(/wp-content/uploads/2026/02/Vision-1.png); /*#f0f4ff;*/
background-repeat:no-repeat;
	background-position:center center;
	  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}
.au-vmv-icon-wrap-m {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background:url(/wp-content/uploads/2026/02/mission.png); /*#f0f4ff;*/
background-repeat:no-repeat;
	background-position:center center;
	  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}
.au-vmv-icon-wrap-corp {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background:url(/wp-content/uploads/2026/02/Corporat.png); /*#f0f4ff;*/
background-repeat:no-repeat;
	background-position:center center;
	  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.au-vmv-card:nth-child(2) .au-vmv-icon-wrap { background: #f0fff6; }
.au-vmv-card:nth-child(3) .au-vmv-icon-wrap { background: #fdf0fb; }
.au-vmv-icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.au-vmv-card h4 {
  font-family: 'Muli', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: #1a3a6b;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.au-vmv-card:nth-child(2) h4 { color: #1a6b4a; }
.au-vmv-card:nth-child(3) h4 { color: #7b3a6b; }
.au-vmv-tagline {
  font-family: 'Muli', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1c2c4a;
  margin-bottom: 14px;
  line-height: 1.3;
}
.au-vmv-card p {
  font-size: 13.5px;
  line-height: 1.78;
  color: #555;
  text-align: left;
}
.au-vmv-values-list {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: 4px;
}
.au-vmv-values-list li {
  font-size: 13.5px;
  line-height: 1.65;
  color: #555;
  padding: 7px 0 7px 22px;
  position: relative;
  border-bottom: 1px solid #f0eaf5;
}
.au-vmv-values-list li:last-child { border-bottom: none; }
.au-vmv-values-list li::before {
  content: '◆';
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 8px;
  color: #b5479a;
}
.au-vmv-values-list li strong {
  color: #1c2c4a;
  font-weight: 600;
  display: block;
  font-size: 13px;
}

/* ── PRODUCTS GRID ── */
.au-products-section { margin-bottom: 40px; }
.au-products-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 16px;
  margin-top: 20px;
}
.au-product-card {
  background: #fff;
  border: 1px solid #e0e4ed;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 8px rgba(26,58,107,0.05);
  transition: box-shadow 0.2s, transform 0.2s;
  display: block;
}
.au-product-card:hover {
  box-shadow: 0 8px 24px rgba(26,58,107,0.15);
  transform: translateY(-3px);
}
.au-product-img-wrap {
  background: #f7f8fa;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid #e0e4ed;
}
.au-product-img-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.au-product-card:hover .au-product-img-wrap img {
  transform: scale(1.05);
}
.au-product-label {
  padding: 12px 16px 14px;
  font-family: 'Muli', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #1a3a6b;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.au-product-label::after {
  content: '→';
  font-size: 14px;
  color: #2a5298;
  transition: transform 0.2s;
}
.au-product-card:hover .au-product-label::after {
  transform: translateX(4px);
}

/* ── OFFERS / CTA ── */
.au-offers-section {
  background: #f4f6fb;
  border: 1px solid #dde3ef;
  border-radius: 12px;
  padding: 32px;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.au-offers-left { flex: 1; min-width: 260px; }
.au-offers-left h3 {
  font-family: 'Muli', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a3a6b;
  margin-bottom: 14px;
}
.au-offers-list {
  list-style: none;
  padding: 0;
}
.au-offers-list li {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  padding-left: 20px;
  position: relative;
  margin-bottom: 6px;
}
.au-offers-list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #1a3a6b;
  font-size: 12px;
  top: 2px;
}
.au-offers-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}
.au-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: 7px;
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
  white-space: nowrap;
}
.au-btn-primary:hover { background: #c0121f; border-color: #c0121f; transform: translateY(-2px); }
.au-btn-whatsapp:hover { background: #fff5f5; transform: translateY(-2px); }
.au-btn-primary {
  background: #e8192c;
  color: #fff;
  border: 2px solid #e8192c;
}
.au-btn-whatsapp {
  background: #fff;
  color: #333;
  border: 2px solid #e8192c;
}



/* ── 480px : Large phones — 2-col products ── */
@media (min-width: 480px) {
  .au-products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .au-product-img-wrap { height: 160px; }
}

/* ── 768px : Tablets portrait — About grid side-by-side ── */
@media (min-width: 768px) {
  .au-section-title { font-size: 1.7rem; }
  .au-vacuum-section { padding: 28px 36px; }

  /* About text + badge go side by side */
  #indvac-au .au-about-grid,
  .au-about-grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 32px !important;
    align-items: flex-start;
  }
  #indvac-au .au-about-text,
  .au-about-text {
    flex: 1 1 auto !important;
    width: auto !important;
    margin-bottom: 0 !important;
  }
  #indvac-au .au-since-badge,
  .au-since-badge {
    flex: 0 0 180px !important;
    width: 180px !important;
    padding: 32px 20px;
  }
  .au-since-badge .badge-year { font-size: 3rem; }

  /* Products 2-col confirmed */
  .au-products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
  }
  .au-product-img-wrap { height: 180px; }
  .au-offers-btns { flex-direction: row; }
}

/* ── 960px : Desktop — VMV cards go side by side ── */
@media (min-width: 960px) {
  .au-section-title { font-size: 1.85rem; }

  /* VMV 3 columns */
  #indvac-au .au-vmv-grid,
  .au-vmv-grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
  }
  #indvac-au .au-vmv-card,
  .au-vmv-card {
    flex: 1 1 0% !important;
    width: auto !important;
    max-width: none !important;
    margin-bottom: 0 !important;
  }

  /* About badge slightly larger */
  .au-since-badge {
    flex: 0 0 200px !important;
    width: 200px !important;
  }
  .au-since-badge .badge-year { font-size: 3.4rem; }

  /* Products 3-col */
  .au-products-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px;
  }
  .au-product-img-wrap { height: 190px; }
}

/* ── 1200px : Wide desktop ── */
@media (min-width: 1200px) {
  .au-section-title { font-size: 1.95rem; }
  .au-about-text p { font-size: 15.5px; }
  .au-vacuum-section p { font-size: 15.5px; }
  .au-offers-section { padding: 36px 40px; }
}

/* ── max 479px : Small phones — extra compact ── */
@media (max-width: 479px) {
  .au-section-title { font-size: 1.3rem; }
  .au-vmv-card { padding: 24px 18px 20px; }
  .au-vmv-tagline { font-size: 0.98rem; }
  .au-since-badge { padding: 28px 20px; }
  .au-since-badge .badge-year { font-size: 2.8rem; }
  .au-vacuum-section { padding: 20px 18px; }
  .au-btn { padding: 10px 20px; font-size: 13px; }
  .au-product-img-wrap { height: 140px; }
  .au-products-grid { gap: 12px; }
}

/****************mobile header extra logo is making hidden************************/
#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
    max-height: 100%;
    width: auto;
    margin-right: auto;
    display: none;
}

/* Close all items by default */
.faq-widget .elementor-tab-content {
  display: none;
}

/* Open the first item by default */
.faq-widget .elementor-accordion-item:first-child .elementor-tab-content {
  display: block;
}

.faq-widget .elementor-accordion-item:first-child .elementor-tab-title {
  color: #e52020; /* your red color */
}

.faq-widget .elementor-accordion-item:first-child .elementor-accordion-icon-closed {
  display: none;
}

.faq-widget .elementor-accordion-item:first-child .elementor-accordion-icon-opened {
  display: inline;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 20px;
    background-color: #eee !important;
    z-index: 1;
    max-width: calc(100% - 40px);
}