/*
Theme Name: Patel Printing Press
Theme URI: https://patelprinting.in
Author: Patel Printing Press Pvt. Ltd.
Author URI: https://patelprinting.in
Description: A modern, responsive WordPress theme for Patel Printing Press Pvt. Ltd. crafted with Bootstrap 5, FontAwesome, and customized page templates.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: patel-printing
*/

/* Custom Styling for Patel Printing Press Pvt. Ltd. */
html {
  background-image: url('images/pattern-13.png');
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top center;
}

:root {
  --primary-orange: #F15A24;
  --primary-orange-hover: #d94b1a;
  --dark-bg: #262626;
  --light-gray-bg: #F5F5F5;
  --accordion-header-bg: #EEEEEE;
  --text-main: #444444;
  --text-heading: #222222;
  --border-color: #E0E0E0;
}

body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: var(--text-main);
  background-color: transparent;
  font-size: 13.5px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

/* --- Boxed Layout Wrapper (Shows pattern-13.png on left and right gutters) --- */
.site-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  min-height: 100vh;
  position: relative;
}

/* --- Top Bar --- */
.top-bar {
  background-color: var(--primary-orange);
  padding: 6px 0;
}

.top-bar a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  margin-right: 20px;
  transition: opacity 0.2s ease;
}

.top-bar a:hover {
  opacity: 0.85;
  text-decoration: underline;
}

/* --- Main Header --- */
.header-main {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #ffffff;
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.header-logo img,
.custom-logo-link img {
  max-height: 65px;
  width: auto;
  display: inline-block;
}

/* --- Mobile Nav Toggle Button --- */
.mobile-nav-toggle {
  display: none;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  color: #333333;
  padding: 8px 13px;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  transition: all 0.2s ease;
}

.mobile-nav-toggle:hover,
.mobile-nav-toggle:focus {
  border-color: var(--primary-orange);
  color: var(--primary-orange);
  background-color: #fff9f6;
  outline: none;
}

.nav-custom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-custom .nav-item {
  display: flex;
  align-items: center;
}

.nav-custom .nav-link,
.nav-custom a {
  color: #333333;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 0;
  transition: color 0.2s ease;
}

.nav-custom .nav-link i,
.nav-custom a i {
  color: #333333;
  font-size: 14px;
}

.nav-custom .nav-link:hover,
.nav-custom a:hover,
.nav-custom .current-menu-item>a,
.nav-custom .active>a,
.nav-custom a.active {
  color: var(--primary-orange) !important;
}

.nav-custom .nav-link:hover i,
.nav-custom a:hover i,
.nav-custom .current-menu-item>a i,
.nav-custom .active>a i,
.nav-custom a.active i {
  color: var(--primary-orange) !important;
}

/* --- Hero Banner Slider --- */
.hero-slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #111111;
}

.hero-slide-item {
  position: relative;
  height: 440px;
  background-size: cover;
  background-position: center;
}

.hero-content-wrapper {
  position: absolute;
  top: 60px;
  left: 60px;
  max-width: 420px;
  z-index: 10;
}

.hero-title-badge {
  background-color: #ffffff;
  color: var(--primary-orange);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 24px;
  font-style: italic;
  padding: 10px 24px;
  display: inline-block;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.hero-text-box {
  background-color: rgba(20, 20, 20, 0.92);
  color: #ffffff;
  padding: 18px 22px;
  font-size: 13.5px;
  line-height: 1.55;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border-bottom: 3px solid var(--primary-orange);
}

/* Pagination Dots */
.hero-pagination {
  position: absolute;
  bottom: 20px;
  left: 60px;
  display: flex;
  gap: 8px;
  z-index: 10;
}

.hero-pagination .dot {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.hero-pagination .dot.active {
  background-color: var(--primary-orange);
  opacity: 1;
  transform: scale(1.15);
}

/* Slider Prev / Next Controls */
.hero-controls {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  z-index: 10;
}

.hero-btn-nav {
  width: 55px;
  height: 55px;
  background-color: var(--primary-orange);
  color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  outline: none;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-btn-nav:hover {
  background-color: var(--primary-orange-hover);
}

.page-header-left-bar {
  width: 2px;
  height: 28px;
  margin-top: 3px;
  float: left;
  margin-right: 3px;
  background-color: #f16337;

}

/* --- Section Titles --- */
.section-title-wrap {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
}

.section-title {
  font-size: 19px;
  font-weight: 700;
  color: var(--text-heading);
  margin: 0;
  display: flex;
  align-items: center;
  background: #ffffff;
  padding-right: 15px;
  position: relative;
  z-index: 2;
}

.section-title .bars {
  color: var(--primary-orange);
  margin-right: 8px;
  font-weight: 800;
  letter-spacing: -2px;
}

.section-title-wrap::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--border-color);
  z-index: 1;
}

/* --- Left Main Content --- */
.content-paragraph {
  margin-bottom: 20px;
  text-align: justify;
  color: #555555;
  font-size: 13.5px;
}

.btn-read-more {
  background: linear-gradient(to bottom, #f9f9f9 0%, #e6e6e6 100%);
  color: #444444;
  border: 1px solid #cccccc;
  padding: 6px 18px;
  font-size: 12.5px;
  font-style: italic;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}

.btn-read-more:hover {
  background: linear-gradient(to bottom, #eeeeee 0%, #d8d8d8 100%);
  color: #111111;
  border-color: #bbbbbb;
}

/* --- Accordion Services --- */
.custom-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.accordion-item-custom {
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  overflow: hidden;
  background-color: #ffffff;
}

.accordion-header-custom {
  background-color: var(--accordion-header-bg);
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  user-select: none;
  transition: background-color 0.2s ease;
}

.accordion-header-custom:hover {
  background-color: #e2e2e2;
}

.accordion-header-custom .icon-sign {
  font-weight: bold;
  font-size: 16px;
  width: 18px;
  color: #333333;
  display: inline-block;
}

.accordion-header-custom .title-text {
  font-weight: 700;
  color: #222222;
  font-size: 13.5px;
}

.accordion-body-custom {
  padding: 14px 18px;
  background-color: #ffffff;
  color: #555555;
  font-size: 13px;
  line-height: 1.55;
  border-top: 1px solid #e8e8e8;
  display: none;
}

.accordion-item-custom.active .accordion-body-custom {
  display: block;
}

/* --- Footer --- */
.footer-main {
  background-color: var(--dark-bg);
  color: #bbbbbb;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 50px;
  border-top: 4px solid var(--primary-orange);
}

.footer-nav {
  margin-bottom: 22px;
}

.footer-links-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links-grid li,
.footer-links-grid .footer-nav-item {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.footer-links-grid a {
  color: #dddddd;
  text-decoration: none;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.footer-links-grid .footer-nav-arrow {
  color: #888888;
  font-size: 11px;
  transition: color 0.2s ease;
}

/* If wp_nav_menu outputs <li><a> without .footer-nav-arrow, prepend '>' */
.footer-links-grid li:not(.footer-nav-item) a::before {
  content: ">";
  color: #888888;
  font-size: 11px;
  margin-right: 6px;
  transition: color 0.2s ease;
}

.footer-links-grid a:hover {
  color: var(--primary-orange);
  text-decoration: none;
}

.footer-links-grid a:hover .footer-nav-arrow,
.footer-links-grid a:hover::before {
  color: var(--primary-orange);
}

.footer-divider {
  border-top: 1px solid #383838;
  margin: 15px 0 20px 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #999999;
}

.btn-scroll-top {
  width: 32px;
  height: 32px;
  background-color: #444444;
  color: #ffffff;
  border: none;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.btn-scroll-top:hover {
  background-color: var(--primary-orange);
}

/* --- Page Title Banner --- */
.page-title-banner {
  padding: 3% 0;
  color: #ffffff;
  position: relative;
  border-bottom: 1px solid #333333;
  background-color: #1a2228;
  background-image: url("images/title-bg-1t.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.banner-title-box {
  display: flex;
  align-items: center;
}

.banner-title-box h1 {
  font-size: 26px;
  font-weight: 700;
  color: #a0aab2;
  margin: 0;
  display: flex;
  align-items: center;
  letter-spacing: 1.5px;
}

.banner-title-box h1 .bars {
  color: var(--primary-orange);
  margin-right: 12px;
  font-weight: 800;
}

.banner-title-box h1 .title-badge-bg {
  padding: 4px 16px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}

.banner-search-box {
  display: flex;
  align-items: center;
  max-width: 280px;
  margin-left: auto;
}

.banner-search-box input {
  background-color: #171f24;
  border: 1px solid #2a353d;
  color: #cccccc;
  font-size: 12.5px;
  padding: 7px 14px;
  border-radius: 2px 0 0 2px;
  width: 100%;
  outline: none;
}

.banner-search-box input::placeholder {
  color: #777777;
  font-style: italic;
}

.banner-search-box button {
  background-color: #111111;
  border: 1px solid #111111;
  color: #ffffff;
  padding: 7px 14px;
  font-size: 12px;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.banner-search-box button:hover {
  background-color: var(--primary-orange);
  border-color: var(--primary-orange);
}

/* --- Content Subheadings & Links --- */
h2.content-subheading {
  font-size: 22px;
  font-weight: 600;
  color: #222222;
  margin-top: 28px;
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
}

h3.content-subheading {
  font-size: 17px;
  font-weight: 700;
  color: #222222;
  margin-top: 22px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}

.orange-link {
  color: var(--primary-orange);
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  margin-left: 3px;
  white-space: nowrap;
}

.orange-link:hover {
  color: var(--primary-orange-hover);
  text-decoration: underline;
}

/* --- Facility Cards --- */
.facility-card {
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin-bottom: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.facility-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.facility-btn {
  background: linear-gradient(to bottom, #fdfdfd 0%, #e1e1e1 100%);
  color: #444444;
  border: 1px solid #cccccc;
  padding: 8px 22px;
  font-size: 13px;
  font-style: italic;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.facility-btn:hover {
  background: linear-gradient(to bottom, #eeeeee 0%, #d5d5d5 100%);
  color: #111111;
  border-color: #bbbbbb;
}

/* --- Product Cards Grid & Showcase --- */
.product-card {
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  padding: 18px 24px;
  text-align: center;
  font-weight: 700;
  color: #333333;
  font-size: 14px;
  border-radius: 2px;
  transition: all 0.2s ease;
  margin-bottom: 15px;
}

.product-card:hover {
  background-color: #e9e9e9;
  border-color: #cccccc;
  color: var(--primary-orange);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

/* Modern Product Item Cards */
.product-showcase-card {
  background: #ffffff;
  border: 1px solid #e6e9ec;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  position: relative;
}

.product-showcase-card:hover {
  transform: translateY(-5px);
  border-color: var(--primary-orange);
  box-shadow: 0 12px 24px rgba(241, 90, 36, 0.12);
}

.product-media-wrap {
  position: relative;
  height: 170px;
  background: linear-gradient(135deg, #1f272c 0%, #111518 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-media-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.product-showcase-card:hover .product-media-wrap img {
  transform: scale(1.06);
}

.product-media-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, #2c363d 0%, #151b1f 100%);
}

.product-media-icon {
  width: 58px;
  height: 58px;
  background: rgba(241, 90, 36, 0.15);
  border: 1px solid rgba(241, 90, 36, 0.4);
  color: var(--primary-orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.product-showcase-card:hover .product-media-icon {
  background: var(--primary-orange);
  color: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 4px 14px rgba(241, 90, 36, 0.4);
}

.product-body-content {
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: #ffffff;
}

.product-title-link {
  color: #222222;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
  transition: color 0.2s ease;
}

.product-showcase-card:hover .product-title-link {
  color: var(--primary-orange);
}

.product-desc-text {
  font-size: 13px;
  color: #666666;
  line-height: 1.55;
  margin-bottom: 16px;
  flex-grow: 1;
}

.product-card-action {
  padding-top: 14px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-orange);
}

.product-card-action i {
  transition: transform 0.2s ease;
}

.product-showcase-card:hover .product-card-action i {
  transform: translateX(4px);
}

/* Product Feature Capabilities Grid */
.product-capabilities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  margin: 25px 0 35px;
}

.capability-card {
  background: #fbfbfb;
  border: 1px solid #ebebeb;
  border-left: 3px solid var(--primary-orange);
  padding: 16px 18px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.capability-icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(241, 90, 36, 0.1);
  color: var(--primary-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  flex-shrink: 0;
}

.capability-details h4 {
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  margin: 0 0 3px;
}

.capability-details p {
  font-size: 12px;
  color: #666666;
  margin: 0;
  line-height: 1.35;
}

/* Custom Quote Banner */
.product-custom-cta {
  background: linear-gradient(135deg, #222b31 0%, #151a1d 100%);
  color: #ffffff;
  padding: 30px;
  border-radius: 3px;
  border-left: 4px solid var(--primary-orange);
  margin-top: 40px;
}

/* --- Clientele Lists --- */
.client-category-heading {
  font-size: 19px;
  font-weight: 700;
  color: #222222;
  margin-top: 25px;
  margin-bottom: 12px;
}

.client-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}

.client-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
  color: #555555;
  font-size: 13.5px;
}

.client-list li::before {
  content: "▪";
  color: #555555;
  font-size: 11px;
  position: absolute;
  left: 2px;
  top: 0px;
}

/* --- Inquiry Form & Contact Info --- */
.inquiry-form-card {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 28px;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.inquiry-form-card label {
  font-weight: 600;
  color: #333333;
  margin-bottom: 6px;
  font-size: 13px;
}

.inquiry-form-card .form-control,
.inquiry-form-card .form-select {
  border: 1px solid #cccccc;
  border-radius: 2px;
  font-size: 13px;
  padding: 9px 14px;
  color: #444444;
}

.inquiry-form-card .form-control:focus,
.inquiry-form-card .form-select:focus {
  border-color: var(--primary-orange);
  box-shadow: 0 0 0 0.2rem rgba(241, 90, 36, 0.15);
}

.btn-submit-orange {
  background-color: var(--primary-orange);
  color: #ffffff;
  border: none;
  padding: 10px 28px;
  font-weight: 700;
  font-size: 13.5px;
  border-radius: 2px;
  transition: background-color 0.2s ease;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.btn-submit-orange:hover {
  background-color: var(--primary-orange-hover);
  color: #ffffff;
}

.contact-info-card {
  background-color: #f9f9f9;
  border: 1px solid #e8e8e8;
  padding: 24px;
  border-radius: 2px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

.contact-info-item i {
  color: var(--primary-orange);
  font-size: 16px;
  margin-top: 3px;
}

.contact-info-item .info-text {
  font-size: 13px;
  color: #555555;
  line-height: 1.5;
}

/* --- Facility Table Styles --- */
.facility-table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
}

.facility-table th {
  background-color: #f7f7f7;
  color: #222222;
  font-weight: 700;
  padding: 10px 16px;
  border: 1px solid #e0e0e0;
  font-size: 13.5px;
}

.facility-table td {
  padding: 10px 16px;
  border: 1px solid #e0e0e0;
  color: #555555;
  font-size: 13px;
}

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

.facility-img {
  max-width: 220px;
  height: auto;
  border: 1px solid #dddddd;
  padding: 4px;
  background-color: #ffffff;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}

/* --- History Box & Table Styles --- */
.history-box {
  border: 1px solid #e2e2e2;
  background-color: #ffffff;
  padding: 24px;
  margin-bottom: 25px;
  border-radius: 2px;
}

.history-box-title {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 18px;
}

.history-table {
  width: 100%;
  border-collapse: collapse;
}

.history-table th {
  font-weight: 700;
  color: #333333;
  padding: 8px 12px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 13.5px;
}

.history-table td {
  padding: 8px 12px;
  color: #555555;
  font-size: 13px;
  border-bottom: 1px solid #f2f2f2;
}

.history-table tr.section-row td {
  font-weight: 700;
  color: #222222;
  padding-top: 14px;
  padding-bottom: 6px;
  border-bottom: none;
}

.history-list {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 20px;
}

.history-list li {
  color: #555555;
  margin-bottom: 6px;
  font-size: 13px;
}

/* --- Principles List Styles --- */
.principles-list {
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.principles-list li {
  margin-bottom: 14px;
  line-height: 1.6;
  color: #555555;
  font-size: 13.5px;
}

/* --- Contact Location Box --- */
.contact-location-box {
  border: 1px solid #e2e2e2;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.contact-country-heading {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 20px;
}

.contact-detail-table {
  width: 100%;
  border-collapse: collapse;
}

.contact-detail-table td {
  padding: 7px 4px;
  vertical-align: top;
  font-size: 13px;
}

.contact-detail-table .label-col {
  width: 110px;
  font-weight: 700;
  color: #333333;
}

.contact-detail-table .colon-col {
  width: 20px;
  font-weight: 600;
  color: #666666;
}

.contact-detail-table .value-col {
  color: #555555;
  line-height: 1.55;
}

.contact-detail-table a {
  color: var(--primary-orange);
  text-decoration: none;
}

.contact-detail-table a:hover {
  text-decoration: underline;
}

/* --- WordPress Core Content & Alignment Styles --- */
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.aligncenter {
  display: block;
  margin: 0 auto 20px auto;
}

.wp-caption {
  max-width: 100%;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  padding: 5px;
  text-align: center;
  margin-bottom: 20px;
}

.wp-caption-text {
  font-size: 12px;
  color: #6c757d;
  margin-top: 5px;
  margin-bottom: 0;
}

.entry-meta {
  font-size: 12px;
  color: #888888;
  margin-bottom: 15px;
}

.entry-meta a {
  color: var(--primary-orange);
  text-decoration: none;
}

.entry-meta a:hover {
  text-decoration: underline;
}

.post-article {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 24px;
  margin-bottom: 30px;
  transition: box-shadow 0.2s ease;
}

.post-article:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.post-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.post-title a {
  color: var(--text-heading);
  text-decoration: none;
}

.post-title a:hover {
  color: var(--primary-orange);
}

.pagination-custom {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 30px 0;
}

.pagination-custom .page-numbers {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #dddddd;
  color: #444444;
  text-decoration: none;
  font-weight: 600;
  border-radius: 2px;
  background: #ffffff;
}

.pagination-custom .page-numbers.current,
.pagination-custom .page-numbers:hover {
  background-color: var(--primary-orange);
  color: #ffffff;
  border-color: var(--primary-orange);
}

/* ==========================================================================
   Products Showcase & Portfolio Modern UI / UX
   ========================================================================== */

/* Standard product card fallback */
.product-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 4px solid var(--primary-orange);
  border-radius: 8px;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 700;
  color: #222222;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-orange);
  background-color: #fff9f6;
  color: var(--primary-orange);
}

/* Capability Highlight Cards */
.product-capabilities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-bottom: 35px;
}

.capability-card {
  background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  transition: all 0.25s ease;
}

.capability-card:hover {
  border-color: var(--primary-orange);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(241, 90, 36, 0.08);
}

.capability-icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(241, 90, 36, 0.1);
  color: var(--primary-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.capability-details h4 {
  font-size: 14.5px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #222222;
}

.capability-details p {
  font-size: 12px;
  color: #666666;
  margin: 0;
}

/* Interactive Filter Bar & Live Search */
.product-filter-wrapper {
  background: #f8f9fa;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 14px 18px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-pill-btn {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  color: #555555;
  padding: 7px 16px;
  border-radius: 20px;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.filter-pill-btn:hover,
.filter-pill-btn.active {
  background: var(--primary-orange);
  color: #ffffff;
  border-color: var(--primary-orange);
  box-shadow: 0 3px 10px rgba(241, 90, 36, 0.25);
}

.product-search-filter {
  position: relative;
  min-width: 240px;
}

.product-search-filter input {
  width: 100%;
  padding: 7px 16px 7px 36px;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  font-size: 12.5px;
  background: #ffffff;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.product-search-filter input:focus {
  border-color: var(--primary-orange);
  box-shadow: 0 0 0 3px rgba(241, 90, 36, 0.12);
}

.product-search-filter i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #888888;
  font-size: 12px;
}

/* Modern Product Showcase Card */
.product-showcase-card {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.product-showcase-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
  border-color: rgba(241, 90, 36, 0.4);
}

.product-media-wrap {
  position: relative;
  height: 175px;
  background: linear-gradient(135deg, #1c222c 0%, #2b3341 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-media-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.product-showcase-card:hover .product-media-wrap img {
  transform: scale(1.06);
}

.product-media-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient(135deg, #222936 0%, #151922 100%);
  text-decoration: none;
}

.product-media-placeholder::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(241, 90, 36, 0.12) 0%, transparent 60%);
  pointer-events: none;
}

.product-media-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(241, 90, 36, 0.15);
  border: 1px solid rgba(241, 90, 36, 0.3);
  color: var(--primary-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.product-showcase-card:hover .product-media-icon {
  transform: scale(1.1);
  background: var(--primary-orange);
  color: #ffffff;
  border-color: var(--primary-orange);
}

.product-category-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 2;
}

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

.product-title-link {
  font-size: 16.5px;
  font-weight: 700;
  color: #222222;
  text-decoration: none;
  margin-bottom: 8px;
  transition: color 0.2s ease;
  line-height: 1.35;
}

.product-showcase-card:hover .product-title-link,
.product-title-link:hover {
  color: var(--primary-orange);
}

.product-desc-text {
  font-size: 12.5px;
  color: #666666;
  line-height: 1.55;
  margin-bottom: 14px;
  flex-grow: 1;
}

.product-spec-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}

.product-spec-pill {
  font-size: 11px;
  font-weight: 600;
  background: #f1f3f5;
  color: #495057;
  padding: 3px 8px;
  border-radius: 4px;
}

.product-card-footer {
  border-top: 1px solid #f0f0f0;
  padding: 12px 22px;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-action-explore {
  color: var(--primary-orange);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: gap 0.2s ease;
}

.product-showcase-card:hover .product-action-explore {
  gap: 8px;
}

.product-action-inquire {
  font-size: 11.5px;
  font-weight: 600;
  color: #555555;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  padding: 4px 10px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.product-action-inquire:hover {
  background: var(--primary-orange);
  color: #ffffff;
  border-color: var(--primary-orange);
}

/* Custom CTA Banner */
.product-custom-cta {
  background: linear-gradient(135deg, #222730 0%, #15181e 100%);
  border-left: 5px solid var(--primary-orange);
  border-radius: 8px;
  padding: 28px 32px;
  margin-top: 45px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}


/* Responsive adjustments */
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  #mainNavCollapse {
    display: none;
    width: 100%;
    margin-top: 14px;
    border-top: 1px solid #ebebeb;
    padding-top: 8px;
    background-color: #ffffff;
  }

  #mainNavCollapse.show {
    display: block;
    animation: navSlideDown 0.25s ease-out forwards;
  }

  @keyframes navSlideDown {
    from {
      opacity: 0;
      transform: translateY(-8px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .nav-custom {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .nav-custom li,
  .nav-custom .nav-item {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    margin: 0;
  }

  .nav-custom li:last-child,
  .nav-custom .nav-item:last-child {
    border-bottom: none;
  }

  .nav-custom .nav-link,
  .nav-custom a {
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 4px;
    transition: all 0.2s ease;
  }

  .nav-custom .nav-link i,
  .nav-custom a i {
    width: 22px;
    text-align: center;
    font-size: 15px;
    color: #666666;
    transition: color 0.2s ease;
  }

  .nav-custom .nav-link:hover,
  .nav-custom a:hover,
  .nav-custom .current-menu-item>a,
  .nav-custom .active>a,
  .nav-custom a.active {
    background-color: #fff8f5;
    color: var(--primary-orange) !important;
    padding-left: 18px;
  }

  .nav-custom .nav-link:hover i,
  .nav-custom a:hover i,
  .nav-custom .current-menu-item>a i,
  .nav-custom .active>a i,
  .nav-custom a.active i {
    color: var(--primary-orange) !important;
  }

  .hero-content-wrapper {
    top: 30px;
    left: 30px;
    right: 30px;
    max-width: none;
  }

  .hero-pagination {
    left: 30px;
  }
}

@media (max-width: 767px) {
  .footer-main {
    padding-top: 28px;
    padding-bottom: 22px;
    margin-top: 35px;
  }

  .footer-links-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 12px;
  }

  .footer-links-grid li,
  .footer-links-grid .footer-nav-item {
    display: flex;
    width: 100%;
  }

  .footer-links-grid a {
    width: 100%;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    font-size: 12px;
    color: #e5e5e5;
    white-space: normal;
    word-break: break-word;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.35;
    transition: all 0.2s ease;
  }

  .footer-links-grid .footer-nav-arrow,
  .footer-links-grid li:not(.footer-nav-item) a::before {
    color: var(--primary-orange);
    font-weight: 700;
    font-size: 13px;
    flex-shrink: 0;
  }

  .footer-links-grid a:hover,
  .footer-links-grid a:active {
    background: rgba(241, 90, 36, 0.15);
    border-color: var(--primary-orange);
    color: #ffffff;
    transform: translateX(3px);
  }

  .footer-bottom {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }

  .footer-bottom .btn-scroll-top {
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .hero-title-badge {
    font-size: 18px;
    padding: 6px 14px;
  }

  .hero-text-box {
    font-size: 12px;
    padding: 12px 14px;
  }

  .hero-slide-item {
    height: 380px;
  }

  .banner-search-box {
    margin-left: 0;
    margin-top: 15px;
    max-width: 100%;
    display: none;
  }
}

@media (max-width: 440px) {
  .footer-links-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 8px;
  }

  .footer-links-grid a {
    font-size: 11px;
    padding: 7px 8px;
    gap: 5px;
  }
}