/* ============================================================
   U & T TRACTOR - Professional Redesign CSS
   Colors: Gold #FFC227 | Dark #3e444a | Text #555 | Light #f7f8fa
   ============================================================ */

/* --- Local Font Faces (Offline Support) --- */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../vendor/fonts/lato-light.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../vendor/fonts/lato-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../vendor/fonts/lato-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../vendor/fonts/lato-bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../vendor/fonts/lato-black.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../vendor/fonts/opensans-light.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../vendor/fonts/opensans-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../vendor/fonts/opensans-semibold.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../vendor/fonts/opensans-bold.woff2') format('woff2');
}

/* ============================================================
   1. BASE & GLOBAL STYLES
   ============================================================ */
body {
  font-family: 'Open Sans', sans-serif;
  color: #444;
  letter-spacing: 0;
  line-height: 1.7;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  color: #2d3239;
  letter-spacing: -0.02em;
}

a, button, img, input, span {
  transition: all 0.25s ease;
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0;
  box-shadow: none;
}
::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #FFC227;
}

::selection {
  background: #FFC227;
  color: #fff;
}

/* ============================================================
   2. HEADER - TOP BAR (Dark strip with contact info)
   ============================================================ */
.header_area {
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
  position: relative;
  z-index: 100;
}

.header_top {
  background: #2d3239 !important;
  border-bottom: none;
  padding: 0;
  line-height: 1;
}

.top_inner {
  border-bottom: none !important;
}

.header_top .top_right > ul > li {
  margin-right: 10px;
  padding-right: 10px;
}

.header_top .top_right > ul > li::before {
  background: rgba(255,255,255,0.15);
  height: 14px;
}

/* Top bar text and links */
.header_top .top_right ul li,
.header_top .top_right ul li a {
  color: rgba(255,255,255,0.85) !important;
  font-size: 11px;
  line-height: 30px;
  letter-spacing: 0.3px;
}

.header_top .top_right ul li a:hover {
  color: #FFC227 !important;
}

.header_top .top_right > ul > li i.fa {
  color: #FFC227;
  margin-right: 4px;
}

.header_top .language,
.header_top .language a {
  color: rgba(255,255,255,0.85) !important;
}
.header_top .language a:hover {
  color: #FFC227 !important;
}

/* Certification images in top bar */
ul.header-design {
  padding-top: 2px !important;
  margin-bottom: 0 !important;
}
ul.header-design li {
  margin-bottom: 0 !important;
}
ul.header-design li img {
  width: 40px !important;
  border-radius: 2px;
  opacity: 0.85;
  transition: all 0.3s ease;
  border: 1px solid rgba(255,255,255,0.1);
}
ul.header-design li img:hover {
  opacity: 1;
  transform: scale(1.08);
  border-color: rgba(255,194,39,0.3);
}

/* WhatsApp icon in top bar */
.header_top img[src*="whatsapp"] {
  filter: brightness(2);
}

/* ============================================================
   3. HEADER - MIDDLE (Logo + Search + Login)
   ============================================================ */
.header_middle {
  background: #ffffff !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid #f0f0f0;
}

.header_middle ul {
  margin-top: 0;
  margin-bottom: 0 !important;
  list-style: none;
  padding: 0;
}

/* Logo - Bigger & Prominent */
.logo {
  width: 100%;
  display: flex;
  align-items: center;
}
.logo a {
  display: inline-block;
}
.logo a img {
  max-height: 85px;
  width: auto !important;
  height: auto;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.08));
  transition: all 0.3s ease;
}
.logo a img:hover {
  filter: drop-shadow(0 3px 8px rgba(0,0,0,0.12));
  transform: scale(1.02);
}

/* Multi Product Search link */
.middel_right {
  padding-top: 0 !important;
  text-align: left !important;
}
.middel_right .row.desktop {
  padding-left: 0 !important;
  max-width: 580px;
  margin: 0 auto;
  text-align: left !important;
}
.middel_right .row.desktop a {
  color: #3e444a !important;
  font-weight: 700;
  text-decoration: none;
}
.middel_right .row.desktop a p {
  font-size: 13px !important;
  margin-bottom: 4px;
  color: #3e444a;
}
.middel_right .row.desktop a span {
  color: #e53935 !important;
  font-weight: 800;
}

/* Align search container same as text */
.search-container {
  max-width: 580px;
  margin: 0 auto;
}

/* Search Box - Modern Design */
.search_box {
  width: 100% !important;
  max-width: 580px;
  background: #fff !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 50px !important;
  overflow: visible !important;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: stretch;
  position: relative;
  height: 44px;
}

.search_box:focus-within {
  border-color: #FFC227 !important;
  box-shadow: 0 0 0 4px rgba(255,194,39,0.15);
}

.search_box select,
.header_middle .search_box select {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  background: #f8f8f8 !important;
  border: none !important;
  border-right: 1px solid #e0e0e0 !important;
  padding: 0 26px 0 14px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #3e444a !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  height: auto !important;
  min-width: 110px;
  width: 110px !important;
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%233e444a'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  border-radius: 50px 0 0 50px !important;
  outline: none;
  margin: 0 !important;
  box-shadow: none !important;
}

.search_box input,
.header_middle .search_box input {
  height: auto !important;
  color: #333 !important;
  font-size: 13px !important;
  padding: 0 55px 0 14px !important;
  background: transparent !important;
  border: none !important;
  flex: 1;
  min-width: 0;
  width: auto !important;
  outline: none !important;
  box-shadow: none !important;
  position: static !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.search_box input::placeholder {
  color: #aaa;
  font-size: 13px;
}

.search_box button {
  background: #FFC227 !important;
  color: #2d3239 !important;
  width: 48px !important;
  min-width: 48px !important;
  border: none !important;
  border-radius: 0 50px 50px 0 !important;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.25s ease;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute !important;
  right: -2px !important;
  top: -2px !important;
  bottom: -2px !important;
  height: calc(100% + 4px) !important;
  z-index: 2;
  padding: 0 !important;
}

.search_box button:hover {
  background: #3e444a !important;
  color: #fff !important;
}

/* Login/Register Buttons - Styled */
.header_middle .col-lg-2 .row {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 6px;
}

.header_middle .col-lg-2 .row ul {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 6px;
  width: 100%;
}

/* Hide pipe separator in Register link */
.header_middle .top_links.desktop a[href*="registration"] {
  font-size: 0 !important;
  font-weight: 700 !important;
  color: #FFC227 !important;
  padding: 7px 22px !important;
  border-radius: 50px !important;
  border: 2px solid #FFC227 !important;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition: all 0.3s ease;
  text-align: center;
  min-width: 120px;
  background: transparent !important;
  line-height: 1.4;
}

/* Show "REGISTER" via pseudo-element */
.header_middle .top_links.desktop a[href*="registration"]::after {
  content: "Register";
  font-size: 12px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.header_middle .top_links.desktop a[href*="registration"]:hover {
  background: #FFC227 !important;
  color: #2d3239 !important;
  box-shadow: 0 4px 15px rgba(255,194,39,0.35);
  transform: translateY(-1px);
}

/* Login Button - Solid Gold */
.header_middle .top_links.desktop a[href*="login"] {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #2d3239 !important;
  padding: 7px 22px !important;
  border-radius: 50px !important;
  border: 2px solid #FFC227 !important;
  background: #FFC227 !important;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition: all 0.3s ease;
  text-align: center;
  min-width: 120px;
  box-shadow: 0 2px 8px rgba(255,194,39,0.25);
}

.header_middle .top_links.desktop a[href*="login"]:hover {
  background: #2d3239 !important;
  color: #FFC227 !important;
  border-color: #2d3239 !important;
  box-shadow: 0 4px 15px rgba(45,50,57,0.3);
  transform: translateY(-1px);
}

/* Logged-in state */
/* Logged-in user widget — clean, no background */
.header_middle .logout-icon {
  font-size: 12px !important;
  color: #555 !important;
  text-align: center;
  line-height: 1.6;
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.header_middle .logout-icon .fa-user-circle {
  font-size: 24px !important;
  color: #FFC227 !important;
  display: block;
  margin-bottom: 2px;
}

/* Hide pipe sign-out icon */
.header_middle .logout-icon .fa-sign-out {
  display: none !important;
}

/* Logout pill button */
.header_middle .logout-icon a {
  display: inline-block !important;
  background: linear-gradient(135deg, #2d3239 0%, #3e444a 100%) !important;
  color: #FFC227 !important;
  font-weight: 800 !important;
  font-size: 10px !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none !important;
  padding: 6px 20px !important;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(45,50,57,0.2);
}

.header_middle .logout-icon a:hover {
  background: #FFC227 !important;
  color: #2d3239 !important;
  box-shadow: 0 4px 14px rgba(255,194,39,0.35);
  transform: translateY(-1px);
}

.header_middle .logout-icon a span {
  padding-left: 0 !important;
}

/* ============================================================
   4. HEADER - NAVIGATION BAR (Gold branded bar - centered)
   ============================================================ */
.header_bottom {
  margin-bottom: 0 !important;
  box-shadow: 0 3px 12px rgba(0,0,0,0.1) !important;
  border: none !important;
}

.header_bottom.bottom_four.sticky-header {
  background: #FFC227 !important;
}

/* Sticky state */
.sticky-header.sticky {
  position: fixed !important;
  z-index: 999 !important;
  width: 100% !important;
  top: 0 !important;
  background: #FFC227 !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
}

/* Center the nav links */
.main_menu nav {
  text-align: center !important;
}
.main_menu nav > ul {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

.main_menu nav > ul > li {
  position: relative;
}

/* Nav links - Dark on Gold */
.main_menu nav > ul > li > a,
.main_menu.header_position nav ul li a {
  color: #2d3239 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
  padding: 13px 20px !important;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center;
  gap: 5px;
}

/* First child padding fix */
.main_menu nav > ul > li:first-child > a {
  padding-left: 20px !important;
}

/* Dark underline on hover */
.main_menu nav > ul > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: #2d3239;
  transition: all 0.3s ease;
  transform: translateX(-50%);
  border-radius: 3px 3px 0 0;
}

.main_menu nav > ul > li:hover > a::after,
.main_menu nav > ul > li > a.act::after {
  width: 80%;
}

/* Hover state */
.main_menu nav > ul > li:hover > a,
.main_menu.header_position nav ul li a:hover {
  color: #fff !important;
  background: rgba(0,0,0,0.08);
}

/* Active link */
.main_menu nav > ul > li > a.act {
  color: #fff !important;
  font-weight: 800 !important;
}

.main_menu nav > ul > li > a.act::after {
  background: #fff;
}

/* Active background */
li.act-bg {
  background: rgba(0,0,0,0.1) !important;
  border-radius: 0;
}

/* Dropdown arrow icon */
.main_menu nav > ul > li > a i.fa-angle-down {
  margin-left: 2px;
  font-size: 10px;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.main_menu nav > ul > li:hover > a i.fa-angle-down {
  opacity: 1;
  transform: rotate(180deg);
}

/* ---- Dropdown Sub Menu ---- */
.main_menu nav > ul > li ul.sub_menu {
  background: #fff !important;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 15px 50px rgba(0,0,0,0.15) !important;
  padding: 8px 0;
  border: none;
  min-width: 230px;
  border-top: 3px solid #FFC227;
  transform-origin: 0 0 0;
  text-align: left !important;
}

.main_menu nav > ul > li ul.sub_menu li {
  border-bottom: 1px solid #f5f5f5;
}

.main_menu nav > ul > li ul.sub_menu li:last-child {
  border-bottom: none;
}

.main_menu nav > ul > li ul.sub_menu li a {
  color: #444 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 22px;
  padding: 9px 20px !important;
  text-transform: none !important;
  border-left: 3px solid transparent;
  transition: all 0.2s ease;
  letter-spacing: 0.2px !important;
  display: block;
}

.main_menu nav > ul > li ul.sub_menu li a:hover {
  color: #2d3239 !important;
  background: #fff8e1 !important;
  border-left-color: #FFC227;
  padding-left: 24px !important;
  font-weight: 700 !important;
}

/* Products mega menu - hover override from style.css */
ul.sub_menu.pages li:hover {
  color: #2d3239 !important;
  background: #fff8e1 !important;
}

/* Active category */
.cat-act-a {
  color: #FFC227 !important;
  font-weight: 700 !important;
  background: #fff8e1 !important;
  border-left-color: #FFC227 !important;
  border-left-width: 3px;
  border-left-style: solid;
}

.cat-act-li {
  background: #fff8e1 !important;
}

/* Products mega menu columns */
.sub_menu.pages {
  border-radius: 0 0 6px 6px !important;
  border-top: 3px solid #FFC227;
  text-align: left !important;
}
.sub_menu.pages ul {
  padding: 4px 6px;
}
.sub_menu.pages ul li a {
  padding: 6px 14px !important;
  font-size: 12px !important;
  white-space: nowrap;
}

/* ============================================================
   5. MOBILE / OFFCANVAS MENU
   ============================================================ */
/* --- Mobile Menu Trigger Button --- */
.canvas_open {
  background: linear-gradient(135deg, #2d3239 0%, #3e444a 100%) !important;
  padding: 10px 18px !important;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: 0 3px 12px rgba(45,50,57,0.2);
  align-items: center;
}
.canvas_open span {
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  color: #FFC227 !important;
  font-size: 13px !important;
  text-transform: uppercase;
}
.canvas_open a,
.canvas_open a i {
  color: #FFC227 !important;
  font-size: 24px !important;
}

/* --- Offcanvas Slide Panel --- */
.Offcanvas_menu_wrapper {
  background: #fff !important;
  box-shadow: -8px 0 40px rgba(0,0,0,0.25) !important;
  width: 310px !important;
  padding: 0 !important;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Close button */
.canvas_close {
  top: 12px !important;
  right: 12px !important;
  z-index: 10;
}
.canvas_close a {
  color: #fff !important;
  font-size: 20px !important;
  width: 36px !important;
  height: 36px !important;
  line-height: 34px !important;
  border: 2px solid rgba(255,255,255,0.3) !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.1);
  transition: all 0.25s ease;
}
.canvas_close a:hover {
  background: #FFC227 !important;
  color: #2d3239 !important;
  border-color: #FFC227 !important;
}

/* --- Search Box in Mobile Menu --- */
.Offcanvas_menu_wrapper .search-container {
  background: linear-gradient(135deg, #2d3239 0%, #3e444a 100%);
  padding: 50px 20px 20px !important;
  margin-bottom: 0 !important;
}
.Offcanvas_menu_wrapper .search_box {
  border-radius: 10px !important;
  border: 2px solid rgba(255,194,39,0.3) !important;
  background: rgba(255,255,255,0.1) !important;
  overflow: hidden;
  height: 42px;
}
.Offcanvas_menu_wrapper .search_box select {
  background: rgba(255,255,255,0.15) !important;
  color: #fff !important;
  border: none !important;
  font-size: 11px !important;
  font-weight: 700;
  height: 100% !important;
}
.Offcanvas_menu_wrapper .search_box input {
  background: transparent !important;
  color: #fff !important;
  border: none !important;
  font-size: 13px !important;
  height: 100% !important;
}
.Offcanvas_menu_wrapper .search_box input::placeholder {
  color: rgba(255,255,255,0.5) !important;
}
.Offcanvas_menu_wrapper .search_box button {
  background: #FFC227 !important;
  color: #2d3239 !important;
  border: none !important;
  font-size: 18px !important;
  width: 44px !important;
  height: 100%;
  transition: all 0.2s ease;
}
.Offcanvas_menu_wrapper .search_box button:hover {
  background: #ffdb6e !important;
}

/* --- Multi Products Search Link --- */
.Offcanvas_menu_wrapper .row.mobile {
  background: #fff8e1;
  margin: 0 !important;
  padding: 12px 20px !important;
  border-bottom: 1px solid #f0f0f0;
}
.Offcanvas_menu_wrapper .row.mobile a {
  text-decoration: none !important;
}
.Offcanvas_menu_wrapper .row.mobile p {
  font-size: 13px !important;
  color: #3e444a !important;
  font-weight: 700 !important;
  margin: 0;
}
.Offcanvas_menu_wrapper .row.mobile span {
  color: #FFC227 !important;
}

/* --- Login/Register & User Links --- */
.Offcanvas_menu_wrapper .top_right {
  margin-bottom: 0 !important;
  padding: 14px 20px !important;
  background: #f8f9fa;
  border-bottom: 1px solid #f0f0f0;
}
.Offcanvas_menu_wrapper .top_right > ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.Offcanvas_menu_wrapper .top_right > ul > li {
  padding: 0 !important;
  margin: 0 !important;
}
.Offcanvas_menu_wrapper .top_right > ul > li.top_links > a {
  display: inline-block !important;
  background: linear-gradient(135deg, #2d3239 0%, #3e444a 100%) !important;
  color: #FFC227 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 8px 20px !important;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.Offcanvas_menu_wrapper .top_right > ul > li.top_links > a:hover {
  background: #FFC227 !important;
  color: #2d3239 !important;
}

/* Logged-in user in mobile menu */
.Offcanvas_menu_wrapper .top_right .logout-icon {
  font-size: 12px !important;
  color: #555 !important;
}
.Offcanvas_menu_wrapper .top_right .logout-icon .fa-user-circle {
  color: #FFC227 !important;
  font-size: 18px !important;
  margin-right: 4px;
}
.Offcanvas_menu_wrapper .top_right .logout-icon a,
.Offcanvas_menu_wrapper .top_right li a[href*="logout"] {
  background: linear-gradient(135deg, #2d3239 0%, #3e444a 100%) !important;
  color: #FFC227 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 6px 16px !important;
  border-radius: 50px;
  display: inline-block !important;
  text-decoration: none !important;
}

/* Google Translate widget */
.Offcanvas_menu_wrapper .top_right li .goog-te-gadget {
  font-size: 0 !important;
}

/* --- Main Navigation Links --- */
.Offcanvas_menu_wrapper #menu {
  padding: 8px 0 !important;
}
.Offcanvas_menu_wrapper #menu > ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.Offcanvas_menu_wrapper #menu > ul > li {
  border-bottom: 1px solid #f0f0f0;
}
.Offcanvas_menu_wrapper #menu > ul > li > a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #3e444a !important;
  text-decoration: none !important;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  transition: all 0.2s ease;
  position: relative;
}
.Offcanvas_menu_wrapper #menu > ul > li > a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #FFC227;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.Offcanvas_menu_wrapper #menu > ul > li > a:hover {
  background: #fff8e1 !important;
  color: #FFC227 !important;
  padding-left: 28px !important;
}
.Offcanvas_menu_wrapper #menu > ul > li > a:hover::before {
  opacity: 1;
}
.Offcanvas_menu_wrapper #menu > ul > li > a i.fa-angle-down {
  color: #FFC227 !important;
  font-size: 16px !important;
  font-weight: bold;
  transition: transform 0.25s ease;
}

/* --- Submenu (Products dropdown) --- */
.Offcanvas_menu_wrapper #menu ul.sub_menu {
  background: #f8f9fa !important;
  padding: 6px 0 !important;
  margin: 0 !important;
  border-top: 3px solid #FFC227 !important;
  list-style: none;
}
.Offcanvas_menu_wrapper #menu ul.sub_menu li {
  border-bottom: 1px solid #eee;
}
.Offcanvas_menu_wrapper #menu ul.sub_menu li:last-child {
  border-bottom: none;
}
.Offcanvas_menu_wrapper #menu ul.sub_menu li a {
  display: block !important;
  padding: 11px 20px 11px 36px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #555 !important;
  text-decoration: none !important;
  transition: all 0.2s ease;
  position: relative;
}
.Offcanvas_menu_wrapper #menu ul.sub_menu li a::before {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  left: 20px;
  color: #FFC227;
  font-size: 14px;
  font-weight: bold;
}
.Offcanvas_menu_wrapper #menu ul.sub_menu li a:hover {
  background: #fff8e1 !important;
  color: #FFC227 !important;
  padding-left: 42px !important;
}

/* Active category in submenu */
.Offcanvas_menu_wrapper #menu ul.sub_menu li a.cat-act-a {
  color: #FFC227 !important;
  background: #fff8e1 !important;
  font-weight: 700 !important;
}

#menu ul li a {
  font-weight: 600;
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 0;
  color: #3e444a;
  font-size: 14px;
}
#menu ul li a:hover {
  color: #FFC227;
}

/* Mobile top right links */
.top_right.text-right.mobile ul {
  text-align: center;
}
.top_right.text-right.mobile .top_links a {
  color: #3e444a !important;
  font-weight: 600;
}

/* ============================================================
   6. SLIDER / BANNER AREA
   ============================================================ */
.single_slider {
  position: relative;
}

.slider_content {
  padding-left: 60px;
}

.slider_content h1 {
  font-weight: 800;
  color: #2d3239;
  text-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.slider_content h2 {
  color: #555;
  font-weight: 400;
}

.slider_content a {
  background: #FFC227;
  color: #2d3239;
  font-weight: 700;
  border-radius: 6px;
  padding: 0 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(255,194,39,0.35);
}

.slider_content a:hover {
  background: #3e444a;
  color: #fff;
  box-shadow: 0 4px 15px rgba(62,68,74,0.35);
  transform: translateY(-1px);
}

.slider_area .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: rgba(62,68,74,0.3);
  margin: 0 6px;
}

.slider_area .owl-dots .owl-dot.active::before {
  background: #FFC227;
  width: 16px;
  height: 16px;
  left: -3px;
  top: -3px;
}

/* ============================================================
   6B. MAIN BANNER SLIDER + RIGHT PANEL (PHOTO / VIDEO)
   ============================================================ */

/* Remove extra top margin from slider section */
.slider_section.slider_two.mb-10 {
  margin-bottom: 0 !important;
}

/* Align both columns to same top */
.pull-xs-12.pad0 > .row > .banner-pad {
  padding-top: 0 !important;
}

.pull-xs-12.pad0 > .row > [class*="col-md-5"] {
  padding-top: 0 !important;
}

/* Main banner slider container */
.slider_section.slider_two {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: 1px solid #eee;
}

/* Photo slider height */
.slider_three .single_slider {
  height: 220px !important;
}

/* Banner slider height matches right panel: photo title(36) + photo(240) + gap(15) + video title(36) + video(305) = 632 */
.slider_two .single_slider {
  height: 670px !important;
}

/* Owl slider nav arrows */
.slider_section .owl-prev,
.slider_section .owl-next {
  background: #FFC227 !important;
  color: #2d3239 !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  font-size: 22px !important;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  opacity: 0.9;
}

.slider_section .owl-prev:hover,
.slider_section .owl-next:hover {
  background: #2d3239 !important;
  color: #fff !important;
  opacity: 1;
}

/* ---- Right side panel (PHOTO + VIDEO) ---- */
.panel.panel-default {
  border: none !important;
  border-radius: 12px !important;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background: #fff;
}

/* PHOTO & VIDEO section titles inside panel */
.panel.panel-default .section_title {
  margin-bottom: 0 !important;
  background: #2d3239;
  padding: 10px 16px;
  position: relative;
  border-radius: 0;
}

.panel.panel-default .section_title::before {
  display: none !important;
}

.panel.panel-default .section_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #FFC227;
}

.panel.panel-default .section_title h2 {
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.panel.panel-default .section_title h2 span {
  color: #FFC227 !important;
  background: transparent !important;
  font-size: inherit !important;
}

/* PHOTO icon */
.panel.panel-default .col-12.pad0:first-child .section_title h2::before {
  content: '\f03e';
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #FFC227;
}

/* VIDEO icon */
.panel.panel-default .col-12.pad0:nth-child(2) .section_title h2::before {
  content: '\f03d';
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #FFC227;
}

/* Panel body - photo & video content */
.panel.panel-default .panel-body {
  padding: 10px !important;
  border: none;
  background: #fff;
}

/* Space between PHOTO and VIDEO sections */
.panel.panel-default .col-12.pad0:nth-child(2) {
  margin-top: 15px;
}

/* Photo gallery slider */
.slider_section.slider_three {
  border-radius: 0;
  overflow: hidden;
}

/* Video iframe */
.panel.panel-default .panel-body iframe {
  display: block;
  border: none !important;
  width: 100%;
}

/* ============================================================
   7. SECTION TITLES
   ============================================================ */
.section_title {
  margin-bottom: 30px;
}

.section_title::before {
  height: 2px;
  background: linear-gradient(90deg, #FFC227 0%, #e8e8e8 30%);
}

.section_title h2 {
  font-size: 22px;
  font-weight: 700;
  color: #2d3239;
  padding-right: 25px;
  letter-spacing: -0.02em;
}

.section_title h2 span {
  color: #FFC227;
}

/* ============================================================
   8. PRODUCT CARDS
   ============================================================ */
.single_product {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 15px;
  transition: all 0.3s ease;
  background: #fff;
}

.single_product:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  transform: translateY(-3px);
  border-color: transparent;
}

.product_thumb {
  border-radius: 6px;
  overflow: hidden;
}

.product_thumb img {
  border-radius: 6px;
  transition: transform 0.4s ease;
}

.single_product:hover .product_thumb img {
  transform: scale(1.03);
}

.product_name h3 {
  margin-top: 14px;
}

.product_name h3 a {
  color: #3e444a;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
}

.product_name h3 a:hover {
  color: #FFC227;
}

.price_box span.regular_price {
  color: #2d3239;
  font-weight: 700;
}

.price_box span.current_price {
  color: #e74c3c;
  font-weight: 700;
}

.action_links ul li a {
  color: #3e444a;
  background: #f7f8fa;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  margin-bottom: 5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.action_links ul li a:hover {
  background: #FFC227;
  color: #fff;
  transform: scale(1);
}

.label_product {
  border-radius: 4px;
  padding: 2px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  transform: none;
}

/* Product carousel navigation */
.product_carousel .owl-nav {
  border: none;
  background: transparent;
}

.product_carousel .owl-nav > div {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #f7f8fa;
  margin: 0 3px;
  font-size: 16px;
  color: #888;
  transition: all 0.25s ease;
}

.product_carousel .owl-nav > div:hover {
  background: #FFC227;
  color: #fff;
}

/* ============================================================
   9. BANNER SECTIONS
   ============================================================ */
.banner_area a img {
  border-radius: 8px;
  transition: all 0.4s ease;
}

.banner_area a img:hover {
  opacity: 0.9;
  transform: scale(1.01);
}

.banner-pad {
  padding-top: 40px;
}

/* ============================================================
   10. BREADCRUMBS
   ============================================================ */
.breadcrumbs_area {
  background: linear-gradient(135deg, #2d3239 0%, #3e444a 100%);
  border-bottom: 3px solid #FFC227;
  padding: 0;
}

.breadcrumb_content {
  padding: 18px 0;
}

.breadcrumb_content ul li {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.breadcrumb_content ul li:last-child {
  color: #FFC227;
  font-weight: 700;
}

.breadcrumb_content ul li a {
  color: rgba(255,255,255,0.7);
  transition: color 0.25s ease;
}

.breadcrumb_content ul li a:hover {
  color: #FFC227;
}

/* ============================================================
   11. BUTTONS (Global)
   ============================================================ */
.button,
.contact_message button,
.subscribe_form form button {
  background: #FFC227;
  color: #2d3239;
  font-weight: 700;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 13px;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 3px 12px rgba(255,194,39,0.3);
}

.button:hover,
.contact_message button:hover,
.subscribe_form form button:hover {
  background: #3e444a;
  color: #fff;
  box-shadow: 0 3px 12px rgba(62,68,74,0.3);
  transform: translateY(-1px);
}

.btn-danger {
  background-color: #FFC227 !important;
  border-color: #FFC227 !important;
  color: #2d3239 !important;
  font-weight: 600;
  border-radius: 6px;
}

.btn-danger:hover {
  background-color: #3e444a !important;
  border-color: #3e444a !important;
  color: #fff !important;
}

/* ============================================================
   12. CONTACT PAGE & FORMS
   ============================================================ */

/* Contact page wrapper */
.contact_area {
  padding: 40px 0 60px;
  margin-bottom: 30px;
  background: #f7f8fa;
}

/* ---- Left column: Office info ---- */
.contact_message.content {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border: 1px solid #eee;
  height: 100%;
}

.contact_message.content h3 {
  font-size: 22px;
  font-weight: 800;
  color: #2d3239;
  margin-bottom: 15px;
  padding-bottom: 14px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact_message.content h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #FFC227;
  border-radius: 2px;
}

.contact_message.content > p {
  color: #666;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

/* Contact info list */
.contact_message.content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.contact_message.content ul li {
  padding: 14px 16px;
  background: #f9fafb;
  border-radius: 10px;
  margin-bottom: 12px;
  border-left: 4px solid #FFC227;
  font-size: 13px;
  color: #444;
  line-height: 1.6;
  transition: all 0.3s ease;
}

.contact_message.content ul li:hover {
  background: #fff8e1;
  transform: translateX(3px);
  box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}

.contact_message.content ul li i.fa {
  color: #FFC227;
  font-size: 16px;
  margin-right: 6px;
  width: 20px;
  text-align: center;
}

.contact_message.content ul li a {
  color: #3e444a;
  font-weight: 600;
  transition: color 0.25s ease;
}

.contact_message.content ul li a:hover {
  color: #FFC227;
}

/* Google Map iframe */
.contact_message.content iframe {
  width: 100% !important;
  border-radius: 10px !important;
  border: 2px solid #eee !important;
  margin-top: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

/* ---- Right column: Contact Form ---- */
.contact_message.form {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border: 1px solid #eee;
}

.contact_message.form h3 {
  font-size: 22px;
  font-weight: 800;
  color: #2d3239;
  margin-bottom: 25px;
  padding-bottom: 14px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact_message.form h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #FFC227;
  border-radius: 2px;
}

/* General h3 fallback */
.contact_message h3 {
  font-size: 22px;
  font-weight: 800;
  color: #2d3239;
  margin-bottom: 25px;
}

/* Form inputs */
.contact_message input,
.contact_message textarea,
.contact_message select {
  border: 2px solid #e8e8e8;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 13px;
  color: #444;
  transition: all 0.25s ease;
  background: #fafafa;
  width: 100%;
}

.contact_message input:focus,
.contact_message textarea:focus,
.contact_message select:focus {
  border-color: #FFC227;
  box-shadow: 0 0 0 4px rgba(255,194,39,0.12);
  background: #fff;
  outline: none;
}

.contact_message label {
  color: #3e444a;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.contact_message textarea {
  height: 120px;
  resize: vertical;
}

/* Captcha box */
.captcha-box {
  border: 2px solid #e8e8e8 !important;
  border-radius: 10px !important;
  padding: 12px !important;
  background: #fafafa;
  align-items: center;
}

.captcha-box .captcha-img {
  border-radius: 6px;
  border: 1px solid #ddd;
}

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

/* Submit button */
.contact_message button {
  padding: 0 40px;
  height: 48px;
  line-height: 48px;
  font-size: 13px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-top: 10px;
}

/* Alert success message */
.contact_area .alert-success {
  border-radius: 10px;
  border: none;
  background: #e8f5e9;
  color: #2e7d32;
  font-weight: 600;
  padding: 14px 20px;
  font-size: 14px;
}

/* ============================================================
   13. FOOTER
   ============================================================ */
.footer_widgets {
  background: linear-gradient(180deg, #2d3239 0%, #232830 100%);
  color: rgba(255,255,255,0.7);
  position: relative;
  overflow: hidden;
}

/* Gold top accent line */
.footer_widgets::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #FFC227 0%, #ffdb6e 50%, #FFC227 100%);
}

.footer_top {
  padding: 50px 0 30px;
}

/* Section headings with icon + gold underline */
.widgets_container h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 24px;
  padding-bottom: 14px;
  position: relative;
  font-family: 'Lato', sans-serif;
}

.widgets_container h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 3px;
  background: #FFC227;
  border-radius: 2px;
}

/* Contact Us heading icon */
.widgets_container.contact_us h3::before {
  content: '\f095';
  font-family: 'FontAwesome';
  margin-right: 8px;
  color: #FFC227;
  font-size: 14px;
}

.widgets_container p {
  color: rgba(255,255,255,0.6);
  line-height: 1.8;
  font-size: 13px;
}

/* Contact info cards */
.footer_contact {
  position: relative;
}

.footer_contact p {
  color: rgba(255,255,255,0.7);
  margin-bottom: 16px;
  padding: 12px 14px;
  background: rgba(255,255,255,0.04);
  border-radius: 8px;
  border-left: 3px solid #FFC227;
  font-size: 13px;
  line-height: 1.6;
  transition: all 0.3s ease;
}

.footer_contact p:hover {
  background: rgba(255,255,255,0.07);
  transform: translateX(3px);
}

.footer_contact p span {
  color: #FFC227;
  font-size: 12px;
  font-weight: 800;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer_contact p a {
  color: rgba(255,255,255,0.8);
  transition: all 0.25s ease;
}

.footer_contact p a:hover {
  color: #FFC227;
}

/* Business Hours & Account Menu */
.footer_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_menu ul li {
  line-height: 36px;
  color: rgba(255,255,255,0.6);
  font-size: 13px;
}

.footer_menu ul li a {
  color: rgba(255,255,255,0.65);
  font-size: 13px;
  position: relative;
  padding-left: 16px;
  transition: all 0.25s ease;
  display: inline-block;
}

.footer_menu ul li a::before {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  color: #FFC227;
  font-size: 14px;
  transition: all 0.25s ease;
}

.footer_menu ul li a:hover {
  color: #FFC227;
  padding-left: 20px;
}

.footer_menu ul li a:hover::before {
  transform: translateX(3px);
}

/* GST Number */
.widgets_container p span[style] {
  color: #FFC227 !important;
  font-size: 13px !important;
  letter-spacing: 0.5px;
}

/* Footer logo - white & big */
.logo.ftr_logo {
  text-align: center !important;
  margin-bottom: 20px !important;
  padding: 15px 0 !important;
  display: block !important;
}

.logo.ftr_logo a {
  display: inline-block !important;
}

.logo.ftr_logo a img,
.footer_widgets .ftr_logo img,
footer .ftr_logo img {
  max-width: 200px !important;
  width: 200px !important;
  max-height: none !important;
  height: auto !important;
  filter: brightness(0) invert(1) !important;
  opacity: 0.95 !important;
  transition: all 0.3s ease !important;
}

.logo.ftr_logo a img:hover,
.footer_widgets .ftr_logo img:hover,
footer .ftr_logo img:hover {
  opacity: 1 !important;
  transform: scale(1.03) !important;
  filter: brightness(0) invert(1) !important;
}

/* Disclaimer text */
.footer_top > .row[style*="margin:0px"] {
  margin-top: 20px !important;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer_top > .row[style*="margin:0px"] span {
  color: rgba(255,255,255,0.35) !important;
  font-size: 10px;
  font-style: italic;
  line-height: 1.5;
}

/* ---- Footer Bottom Bar ---- */
.footer-tag {
  background: #1a1e24 !important;
  padding: 0;
}

.footer_bottom {
  border-top: none;
  padding: 16px 0;
}

.footer_bottom p,
.copyright_area p,
.footer_payment p {
  color: rgba(255,255,255,0.4);
  font-size: 12px;
  margin: 0;
  letter-spacing: 0.3px;
}

.footer_payment p a,
.copyright_area p a {
  color: #FFC227;
  font-weight: 600;
  transition: all 0.25s ease;
}

.footer_payment p a:hover,
.copyright_area p a:hover {
  color: #fff;
}

/* Cookie consent bar */
#cookie-consent-banner {
  background: #1a1e24 !important;
  border-top: 2px solid #FFC227 !important;
  font-size: 13px;
  padding: 12px 20px !important;
}

#accept-cookies {
  background: #FFC227 !important;
  color: #2d3239 !important;
  border-radius: 50px !important;
  padding: 6px 20px !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  margin-left: 10px;
  transition: all 0.3s ease;
}

#accept-cookies:hover {
  background: #fff !important;
}

/* ============================================================
   14. QUOTATION FLOATING BUTTON
   ============================================================ */
.quotation-footer {
  z-index: 999;
}

.quotation-white {
  cursor: pointer;
}

.quotation-icon {
  width: 56px;
  height: 56px;
  background: #FFC227;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(255,194,39,0.4);
  transition: all 0.3s ease;
}

.quotation-icon:hover {
  background: #3e444a;
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(62,68,74,0.35);
}

.quotation-icon i {
  color: #2d3239;
  font-size: 20px;
}

.quotation-icon:hover i {
  color: #FFC227;
}

.quotation-popup {
  background: #2d3239;
  border-radius: 8px;
  padding: 8px 16px;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.quotation-popup p {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}

/* ============================================================
   15. MODALS / POPUPS
   ============================================================ */

/* Modal backdrop */
.modal-backdrop.show {
  background: rgba(45,50,57,0.6) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* Modal dialog - centered */
.modal-dialog {
  margin: 40px auto;
  max-width: 620px;
}

/* Modal card */
.modal-content {
  border: none !important;
  border-radius: 16px !important;
  box-shadow: 0 25px 80px rgba(0,0,0,0.25), 0 8px 30px rgba(0,0,0,0.12) !important;
  overflow: hidden;
  position: relative;
}

/* Gold accent top line */
.modal-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #FFC227 0%, #ffdb6e 50%, #FFC227 100%);
  z-index: 10;
}

/* Modal header - dark */
.modal-header {
  background: linear-gradient(135deg, #2d3239 0%, #3e444a 100%) !important;
  border-bottom: none !important;
  padding: 22px 28px !important;
  position: relative;
}

/* Header title with icon */
.modal-header .modal-title {
  color: #fff !important;
  font-weight: 800 !important;
  font-size: 18px !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}

.modal-header .modal-title::before {
  content: '\f0eb';
  font-family: 'FontAwesome';
  margin-right: 10px;
  color: #FFC227;
  font-size: 16px;
}

/* Close button */
.modal-header .close {
  color: #fff !important;
  opacity: 0.6 !important;
  text-shadow: none !important;
  font-size: 24px;
  font-weight: 300;
  padding: 0 !important;
  margin: 0 !important;
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  transition: all 0.3s ease;
  background: rgba(255,255,255,0.08);
  text-align: center;
  line-height: 36px !important;
}

.modal-header .close:hover {
  opacity: 1 !important;
  color: #FFC227 !important;
  background: rgba(255,194,39,0.15);
  transform: rotate(90deg);
}

.modal-header .close span {
  display: block;
  line-height: 36px;
  text-align: center;
}

/* Modal body */
.modal-body {
  padding: 28px !important;
  background: #fff;
}

/* Modal body form styles */
.modal-body .contact_message.form,
.modal-body .contact_message.form.footer-quotation {
  padding: 0 !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.modal-body .contact_message.form::before {
  display: none !important;
}

.modal-body .contact_area {
  padding: 0 !important;
  background: transparent !important;
}

.modal-body .contact_area .container {
  padding: 0 !important;
  max-width: 100% !important;
}

/* Modal form labels */
.modal-body label {
  color: #3e444a !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

/* Modal form inputs */
.modal-body input.form-control,
.modal-body select.form-control,
.modal-body textarea.form-control {
  border: 2px solid #e8e8e8 !important;
  border-radius: 10px !important;
  padding: 10px 16px !important;
  font-size: 13px !important;
  background: #fafafa !important;
  height: 44px !important;
  transition: all 0.25s ease;
}

.modal-body textarea.form-control {
  height: 100px !important;
}

.modal-body input.form-control:focus,
.modal-body select.form-control:focus,
.modal-body textarea.form-control:focus {
  border-color: #FFC227 !important;
  box-shadow: 0 0 0 4px rgba(255,194,39,0.12) !important;
  background: #fff !important;
}

/* Modal submit button */
.modal-body button[type="submit"] {
  background: #FFC227 !important;
  color: #2d3239 !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border: none !important;
  border-radius: 50px !important;
  padding: 0 40px !important;
  height: 48px;
  line-height: 48px;
  min-width: 180px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255,194,39,0.3);
  display: inline-block;
  margin-top: 10px;
}

.modal-body button[type="submit"]:hover {
  background: #2d3239 !important;
  color: #FFC227 !important;
  box-shadow: 0 4px 15px rgba(45,50,57,0.3);
  transform: translateY(-2px);
}

/* Footer quotation specifics */
.footer-quotation {
  padding-bottom: 10px !important;
}

/* ============================================================
   15B. SWEETALERT POPUP
   ============================================================ */

/* SweetAlert overlay */
.swal-overlay {
  background: rgba(45,50,57,0.5) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* SweetAlert modal */
.swal-modal {
  border-radius: 16px !important;
  padding: 0 !important;
  overflow: hidden;
  box-shadow: 0 25px 80px rgba(0,0,0,0.25) !important;
  border: none !important;
  position: relative;
}

/* Gold top accent */
.swal-modal::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #FFC227 0%, #ffdb6e 50%, #FFC227 100%);
  z-index: 10;
}

/* SweetAlert icon area */
.swal-icon {
  margin-top: 30px !important;
}

.swal-icon--success__ring {
  border-color: #FFC227 !important;
}

.swal-icon--success__line {
  background-color: #FFC227 !important;
}

.swal-icon--warning {
  border-color: #FFC227 !important;
}

.swal-icon--warning__body,
.swal-icon--warning__dot {
  background-color: #FFC227 !important;
}

/* SweetAlert title */
.swal-title {
  font-family: 'Lato', sans-serif !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #2d3239 !important;
  padding: 20px 30px 0 !important;
}

/* SweetAlert text */
.swal-text {
  font-size: 14px !important;
  color: #666 !important;
  text-align: center !important;
  padding: 0 30px !important;
  line-height: 1.7;
}

/* SweetAlert button area */
.swal-footer {
  text-align: center !important;
  padding: 20px 30px 30px !important;
  background: transparent !important;
}

.swal-button {
  background-color: #FFC227 !important;
  color: #2d3239 !important;
  font-weight: 700 !important;
  border-radius: 50px !important;
  padding: 0 40px !important;
  height: 44px;
  line-height: 44px !important;
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none !important;
  box-shadow: 0 4px 15px rgba(255,194,39,0.3) !important;
  transition: all 0.3s ease !important;
  cursor: pointer;
}

.swal-button:hover {
  background-color: #2d3239 !important;
  color: #FFC227 !important;
  box-shadow: 0 4px 15px rgba(45,50,57,0.3) !important;
  transform: translateY(-2px);
}

.swal-button:focus {
  box-shadow: 0 0 0 4px rgba(255,194,39,0.2) !important;
}

.swal-button--cancel {
  background-color: #f0f0f0 !important;
  color: #666 !important;
  box-shadow: none !important;
}

.swal-button--cancel:hover {
  background-color: #e0e0e0 !important;
  color: #333 !important;
}

/* ============================================================
   16. NOTIFICATIONS / ALERTS
   ============================================================ */
.notification .alert {
  border-radius: 10px;
  border: none;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  font-weight: 600;
  font-size: 14px;
  padding: 14px 20px;
}

.alert-success {
  background: #e8f5e9 !important;
  color: #2e7d32 !important;
  border-left: 4px solid #4caf50 !important;
}

.alert-danger {
  background: #fce4ec !important;
  color: #c62828 !important;
  border-left: 4px solid #e53935 !important;
}

.alert-warning {
  background: #fff8e1 !important;
  color: #e65100 !important;
  border-left: 4px solid #FFC227 !important;
}

/* Cookie Banner */
#cookie-consent-banner {
  background: #2d3239 !important;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
  font-size: 14px;
  padding: 18px 20px !important;
}

#accept-cookies {
  background: #FFC227 !important;
  color: #2d3239 !important;
  font-weight: 700;
  border-radius: 50px;
  padding: 8px 24px !important;
  margin-left: 12px;
  transition: all 0.25s ease;
}

#accept-cookies:hover {
  background: #fff !important;
}

/* ============================================================
   17. CAPTCHA AREA
   ============================================================ */
.captcha-box {
  border-radius: 8px !important;
  border-color: #e8e8e8 !important;
  background: #fafafa;
  padding: 15px !important;
}

.captcha-box input[type="text"] {
  border: 2px solid #e8e8e8;
  border-radius: 6px;
  padding: 8px 12px;
}

.captcha-box input[type="text"]:focus {
  border-color: #FFC227;
  outline: none;
}

/* ============================================================
   18. ABOUT US PAGE
   ============================================================ */

/* About page section wrapper */
.about_section.mt-32 {
  padding: 40px 0 50px;
  background: #f7f8fa;
}

/* About content card */
.about_section .about_content {
  background: #fff;
  border-radius: 16px;
  padding: 45px 50px;
  box-shadow: 0 4px 25px rgba(0,0,0,0.06);
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
}

/* Gold accent line at top of card */
.about_section .about_content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #FFC227 0%, #ffdb6e 50%, #FFC227 100%);
}

/* Main heading */
.about_content h1 {
  font-size: 28px;
  font-weight: 800;
  color: #2d3239;
  margin-bottom: 10px;
  padding-bottom: 18px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
  line-height: 1.3;
}

.about_content h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 4px;
  background: #FFC227;
  border-radius: 2px;
}

.about_content h2,
.about_content h3 {
  font-weight: 700;
  color: #2d3239;
}

/* Hide empty 3rd paragraph (malformed HTML: <p> instead of </p>) */
.about_content p:nth-of-type(3) {
  display: none !important;
}

/* Paragraphs */
.about_content p {
  color: #555;
  line-height: 2;
  font-size: 14px;
  margin-bottom: 18px;
}

/* Bold text - gold accent for key info */
.about_content p b {
  color: #2d3239;
  font-weight: 700;
  position: relative;
}

/* First paragraph - company intro with special styling */
.about_content p:first-of-type {
  font-size: 15px;
  color: #444;
  background: linear-gradient(135deg, #fff8e1 0%, #fffdf5 100%);
  padding: 22px 26px;
  border-radius: 12px;
  border-left: 5px solid #FFC227;
  margin-bottom: 22px;
  line-height: 2;
  box-shadow: 0 2px 10px rgba(255,194,39,0.08);
}

/* Deals paragraph - brand list highlight */
.about_content p:nth-of-type(2) {
  background: linear-gradient(135deg, #2d3239 0%, #3e444a 100%);
  color: #fff;
  padding: 20px 26px;
  border-radius: 12px;
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}

.about_content p:nth-of-type(2)::before {
  content: '\f0d1';
  font-family: 'FontAwesome';
  position: absolute;
  top: 14px;
  right: 20px;
  font-size: 40px;
  color: rgba(255,194,39,0.12);
}

.about_content p:nth-of-type(2) b {
  color: #FFC227;
  font-weight: 700;
  letter-spacing: 0.3px;
}

/* Quality / remaining paragraphs */
.about_content p:nth-of-type(n+3) {
  padding: 16px 22px;
  background: #f9fafb;
  border-radius: 10px;
  border-left: 4px solid #e0e0e0;
  margin-bottom: 14px;
  transition: all 0.3s ease;
}

.about_content p:nth-of-type(n+3):hover {
  border-left-color: #FFC227;
  background: #fff8e1;
  transform: translateX(4px);
  box-shadow: 0 3px 12px rgba(0,0,0,0.04);
}

.about_content p:nth-of-type(n+3) b {
  color: #FFC227;
}

/* Responsive adjustments for about page */
@media only screen and (max-width: 767px) {
  .about_section .about_content {
    padding: 30px 22px;
    border-radius: 12px;
  }
  .about_content h1 {
    font-size: 22px;
  }
  .about_content p:first-of-type,
  .about_content p:nth-of-type(2) {
    padding: 16px 18px;
  }
}

/* ============================================================
   18A. PRODUCT LISTING PAGE (product-all)
   ============================================================ */

/* Toolbar row - items per page */
.contact_area .col-lg-12.d-flex {
  display: flex !important;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 12px 20px !important;
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  margin-bottom: 6px;
}

.contact_area .col-lg-12.d-flex p {
  margin: 0 !important;
  font-size: 13px;
  font-weight: 700;
  color: #3e444a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.contact_area .col-lg-12.d-flex select.form-control {
  border: 2px solid #e0e0e0 !important;
  border-radius: 8px !important;
  height: 38px;
  font-size: 13px;
  font-weight: 600;
  color: #3e444a;
  cursor: pointer;
  transition: all 0.25s ease;
  padding: 0 10px;
  background: #fafafa;
}

.contact_area .col-lg-12.d-flex select.form-control:focus {
  border-color: #FFC227 !important;
  box-shadow: 0 0 0 3px rgba(255,194,39,0.12);
  background: #fff;
}

/* ---- Product Cards Grid ---- */
.contact_area .row > .content {
  padding: 10px !important;
}

/* Product card */
.contact_area .content .border.box-shadow {
  background: #fff !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 12px !important;
  padding: 0 !important;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  height: 100%;
}

/* Gold top accent */
.contact_area .content .border.box-shadow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #FFC227;
  transform: scaleX(0);
  transition: transform 0.35s ease;
  z-index: 1;
}

.contact_area .content .border.box-shadow:hover::before {
  transform: scaleX(1);
}

.contact_area .content .border.box-shadow:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(255,194,39,0.15), 0 4px 12px rgba(0,0,0,0.06) !important;
  border-color: #FFC227 !important;
}

/* Card link */
.contact_area .content .border.box-shadow > a {
  display: block !important;
  text-decoration: none !important;
  padding: 20px 18px;
}

/* Inner column */
.contact_area .content .border.box-shadow .col-xs-12 {
  padding: 0 !important;
}

/* Product info rows */
.contact_area .content .box-shadow p {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 10px 0 !important;
  padding: 10px 14px !important;
  background: #f9fafb;
  border-radius: 8px;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
  height: auto !important;
  max-width: 100% !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  -webkit-line-clamp: unset !important;
  overflow: visible !important;
}

/* Category row */
.contact_area .content .box-shadow p:first-child {
  border-left-color: #FFC227;
  background: linear-gradient(135deg, #fff8e1 0%, #fffdf5 100%);
}

/* OEM row */
.contact_area .content .box-shadow p:nth-child(2) {
  border-left-color: #3e444a;
}

/* "Click for more" row */
.contact_area .content .box-shadow p:last-child {
  background: transparent;
  border-left: none;
  margin-bottom: 0 !important;
  padding: 6px 14px !important;
  justify-content: center;
}

.contact_area .content .box-shadow p:last-child b {
  color: #FFC227 !important;
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.contact_area .content .border.box-shadow:hover p:last-child b {
  color: #2d3239 !important;
  letter-spacing: 1.5px;
}

/* Arrow icons */
.contact_area .content .box-shadow p i.fa-arrow-circle-right {
  color: #FFC227 !important;
  font-size: 16px !important;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Bold labels */
.contact_area .content .box-shadow p b {
  color: #3e444a;
  font-weight: 700;
  font-size: 13px;
  word-break: break-word;
}

/* Hover card - highlight category */
.contact_area .content .border.box-shadow:hover p:first-child {
  background: linear-gradient(135deg, #FFC227 0%, #ffdb6e 100%);
  border-left-color: #2d3239;
}

.contact_area .content .border.box-shadow:hover p:first-child b {
  color: #2d3239 !important;
}

.contact_area .content .border.box-shadow:hover p:first-child i {
  color: #2d3239 !important;
}

/* ---- "Data Upload Soon" empty state ---- */
.contact_area .row > .col-xs-12 h4 {
  color: #999;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding: 40px 20px;
}

/* ============================================================
   18A1. PRODUCT DETAILS PAGE (productdetails/slug)
   ============================================================ */

/* --- Sidebar column spacing --- */
.contact_area .container-fluid > .row > .col-lg-2[style*="padding: 0"] {
  padding: 0 12px 0 8px !important;
}

/* --- Category Sidebar --- */
.cat-sidebar {
  background: #fff !important;
  border: none !important;
  border-radius: 14px !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}

.cat-sidebar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #FFC227 0%, #ffdb6e 50%, #FFC227 100%);
}

/* Sidebar heading */
.cat-sidebar p#search-para,
.cat-sidebar > p {
  background: linear-gradient(135deg, #2d3239 0%, #3e444a 100%) !important;
  color: #FFC227 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  padding: 18px 20px !important;
  margin: 0 !important;
  border-bottom: none !important;
  text-align: center !important;
  position: relative;
}

.cat-sidebar p#search-para::after,
.cat-sidebar > p::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: rgba(255,194,39,0.3);
}

/* Sidebar list */
.cat-sidebar ul {
  list-style: none !important;
  padding: 8px 0 !important;
  margin: 0 !important;
}

.cat-sidebar ul a {
  display: block !important;
  text-decoration: none !important;
  color: #444 !important;
  transition: all 0.2s ease !important;
  border-left: 3px solid transparent;
}

.cat-sidebar ul a:hover {
  color: #FFC227 !important;
  background: #fff8e1 !important;
  border-left-color: #FFC227 !important;
}

.cat-sidebar ul li {
  padding: 11px 16px 11px 20px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: inherit !important;
  background: transparent !important;
  transition: all 0.2s ease !important;
  border-bottom: 1px solid #f5f5f5;
}

.cat-sidebar ul li:hover {
  color: #FFC227 !important;
  background: transparent !important;
}

.cat-sidebar ul li i.fa-angle-right {
  color: #FFC227 !important;
  font-size: 14px !important;
  font-weight: bold !important;
  margin-right: 8px;
  transition: transform 0.2s ease;
}

.cat-sidebar ul a:hover li i.fa-angle-right {
  transform: translateX(3px);
}

/* Active category link */
.cat-sidebar ul a.cat-act-a {
  color: #FFC227 !important;
  background: #fff8e1 !important;
  border-left: 3px solid #FFC227 !important;
  font-weight: 700 !important;
}

.cat-sidebar ul a.cat-act-a li,
li.cat-act-li {
  background: transparent !important;
  color: #FFC227 !important;
  font-weight: 700 !important;
}

/* --- Category Heading --- */
.contact_area .container-fluid > .row > .col-lg-9 > .row:first-child h3 {
  color: #2d3239 !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  letter-spacing: 0.5px;
  text-align: center;
  position: relative;
  padding-bottom: 14px;
}

.contact_area .container-fluid > .row > .col-lg-9 > .row:first-child h3 b {
  color: #2d3239 !important;
  position: relative;
}

.contact_area .container-fluid > .row > .col-lg-9 > .row:first-child h3 b::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #FFC227;
  border-radius: 2px;
}

/* --- Items Per Page Toolbar (product details variant) --- */
.contact_area .container-fluid .col-lg-12.d-flex,
.contact_area .container-fluid .col-lg-9 .col-lg-12.d-flex {
  display: flex !important;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 12px 20px !important;
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  margin-bottom: 6px;
}

/* --- Product Horizontal Cards --- */
.contact_area .container-fluid .content {
  padding: 8px 0 !important;
}

.contact_area .container-fluid .content .border.box-shadow {
  background: #fff !important;
  border: 1px solid #eee !important;
  border-radius: 14px !important;
  padding: 0 !important;
  box-shadow: 0 3px 18px rgba(0,0,0,0.05) !important;
  transition: all 0.3s ease !important;
  overflow: hidden;
  position: relative;
}

/* Gold top accent on card */
.contact_area .container-fluid .content .border.box-shadow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #FFC227 0%, #ffdb6e 50%, #FFC227 100%);
  z-index: 1;
}

.contact_area .container-fluid .content .border.box-shadow:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.10) !important;
  transform: translateY(-2px);
  border-color: #FFC227 !important;
}

/* Card inner row - flex layout */
.contact_area .container-fluid .content .border.box-shadow > .row {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  margin: 0 !important;
}

/* Card inner link - display contents so children flow in flex */
.contact_area .container-fluid .content .border.box-shadow > .row > a {
  display: contents !important;
  text-decoration: none !important;
  color: inherit !important;
}

/* Image column */
.contact_area .container-fluid .content .border.box-shadow > .row > a > [class*="col-lg-5"],
.contact_area .container-fluid .content .border.box-shadow > .row > a > [class*="col-sm-5"] {
  background: #f8f9fa;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 20px !important;
  border-right: 1px solid #f0f0f0;
}

/* Product image area - override inline display:table-cell & width:400px */
.contact_area .container-fluid .content .box.zoom {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px !important;
  background: transparent !important;
  min-height: auto;
}

.contact_area .container-fluid .content .box.zoom img {
  max-width: 100% !important;
  max-height: 180px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.contact_area .container-fluid .content .border.box-shadow:hover .box.zoom img {
  transform: scale(1.05);
}

/* Info column */
.contact_area .container-fluid .content .border.box-shadow > .row > a > [class*="col-lg-7"],
.contact_area .container-fluid .content .border.box-shadow > .row > a > [class*="col-sm-7"] {
  display: flex !important;
  align-items: center;
}

/* Product info area */
.contact_area .container-fluid .content .paragraph-set {
  padding: 20px 24px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.contact_area .container-fluid .content .paragraph-set p {
  margin: 0 0 8px 0 !important;
  padding: 10px 16px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #444 !important;
  border-radius: 8px;
  height: auto !important;
  overflow: visible !important;
  -webkit-line-clamp: unset !important;
  text-overflow: unset !important;
  display: block !important;
}

/* U&T No - first row */
.contact_area .container-fluid .content .paragraph-set p:first-child {
  background: linear-gradient(135deg, #2d3239 0%, #3e444a 100%) !important;
  color: #FFC227 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.3px;
}

.contact_area .container-fluid .content .paragraph-set p:first-child b {
  color: #FFC227 !important;
}

/* OEM No - second row */
.contact_area .container-fluid .content .paragraph-set p:nth-child(2) {
  background: #fff8e1 !important;
  border-left: 3px solid #FFC227;
}

.contact_area .container-fluid .content .paragraph-set p:nth-child(2) b {
  color: #3e444a !important;
}

/* APPLICATION - third row */
.contact_area .container-fluid .content .paragraph-set p:nth-child(3) {
  background: #f5f7fa !important;
  border-left: 3px solid #2d3239;
}

.contact_area .container-fluid .content .paragraph-set p:nth-child(3) b {
  color: #3e444a !important;
}

/* Description - fourth row */
.contact_area .container-fluid .content .paragraph-set p:nth-child(4) {
  background: transparent !important;
  color: #666 !important;
  font-size: 13px !important;
  padding: 10px 16px !important;
  border-left: 3px solid #e0e0e0;
  height: auto !important;
}

.contact_area .container-fluid .content .paragraph-set p:nth-child(4) b {
  color: #666 !important;
  font-weight: 500 !important;
}

/* Hover effects on paragraph rows */
.contact_area .container-fluid .content .border.box-shadow:hover .paragraph-set p:first-child {
  background: linear-gradient(135deg, #FFC227 0%, #ffdb6e 100%) !important;
  color: #2d3239 !important;
}

.contact_area .container-fluid .content .border.box-shadow:hover .paragraph-set p:first-child b {
  color: #2d3239 !important;
}

/* --- Pagination styling (product pages) --- */
.contact_area .container-fluid .pagination,
.contact_area .row.pagination {
  text-align: center !important;
  padding: 14px 0 !important;
}

/* --- Empty state --- */
.contact_area .container-fluid .row > .col-xs-12 h4 {
  color: #999;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding: 60px 20px;
  background: #fafafa;
  border-radius: 12px;
  border: 2px dashed #e0e0e0;
}

/* ============================================================
   18A1B. SINGLE PRODUCT DETAIL PAGE (detail/id/cat)
   ============================================================ */

/* Back button */
.back-btn-row {
  margin-bottom: 16px;
}

.back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background: #2d3239;
  color: #FFC227 !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 50px;
  transition: all 0.25s ease;
  letter-spacing: 0.3px;
}

.back-btn:hover {
  background: #FFC227;
  color: #2d3239 !important;
  box-shadow: 0 4px 15px rgba(255,194,39,0.35);
  transform: translateX(-3px);
}

.back-btn i {
  font-size: 13px;
  transition: transform 0.25s ease;
}

.back-btn:hover i {
  transform: translateX(-3px);
}

/* Page container */
.product_details {
  margin-bottom: 50px !important;
  padding-top: 10px;
}

.product_details > .container > .row {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 25px rgba(0,0,0,0.06);
  border: 1px solid #eee;
  overflow: hidden;
  position: relative;
}

.product_details > .container > .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #FFC227 0%, #ffdb6e 50%, #FFC227 100%);
  z-index: 1;
}

/* --- Image Column (Left) --- */
.product_details .product-details-tab {
  padding: 30px 20px !important;
  background: #fafafa;
  min-height: 100%;
  border-right: 1px solid #f0f0f0;
}

/* Main product image wrapper */
.product_details .zoomWrapper.single-zoom {
  background: #fff !important;
  border-radius: 12px !important;
  padding: 20px !important;
  border: 1px solid #f0f0f0;
  transition: box-shadow 0.3s ease;
}

.product_details .zoomWrapper.single-zoom:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.product_details .zoomWrapper.single-zoom img {
  max-width: 100% !important;
  max-height: 380px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

/* Thumbnail gallery */
.product_details .single-zoom-thumb {
  margin-top: 16px !important;
  width: 100% !important;
  padding: 0 10px;
}

.product_details .single-zoom-thumb ul li {
  border: 2px solid #e0e0e0 !important;
  border-radius: 8px !important;
  overflow: hidden;
  transition: all 0.2s ease;
  margin: 0 4px;
}

.product_details .single-zoom-thumb ul li:hover,
.product_details .single-zoom-thumb ul li a.active {
  border-color: #FFC227 !important;
  box-shadow: 0 2px 10px rgba(255,194,39,0.3);
}

.product_details .single-zoom-thumb ul li img {
  max-width: 100%;
  object-fit: contain;
}

/* Owl carousel nav for thumbnails */
.product_details .s-tab-zoom.owl-carousel .owl-nav div {
  background: #FFC227 !important;
  color: #2d3239 !important;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  transition: all 0.2s ease;
}

.product_details .s-tab-zoom.owl-carousel .owl-nav div:hover {
  background: #2d3239 !important;
  color: #FFC227 !important;
}

/* --- Info Column (Right) --- */
.product_details .product_d_right {
  padding: 40px 36px 36px !important;
}

/* U&T No. */
.product_details .product_d_right > p:first-child {
  background: linear-gradient(135deg, #2d3239 0%, #3e444a 100%);
  color: #FFC227 !important;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 14px !important;
}

.product_details .product_d_right > p:first-child b {
  color: rgba(255,255,255,0.7);
  font-weight: 600;
  margin-right: 4px;
}

/* OEM No. */
.product_details .product_d_right > p:nth-child(2) {
  background: #fff8e1;
  padding: 14px 20px;
  border-radius: 10px;
  border-left: 4px solid #FFC227;
  font-size: 15px;
  line-height: 1.5;
  color: #3e444a !important;
  margin-bottom: 20px !important;
}

.product_details .product_d_right > p:nth-child(2) b {
  color: #888;
  font-weight: 600;
  margin-right: 4px;
}

/* Description section */
.product_details .product_d_right .product_desc {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.product_details .product_d_right .product_desc p {
  background: #f8f9fa;
  padding: 18px 22px !important;
  border-radius: 10px;
  font-size: 14px !important;
  line-height: 1.8 !important;
  color: #555 !important;
  text-align: justify;
  border-left: 4px solid #e0e0e0;
  position: relative;
}

.product_details .product_d_right .product_desc p b {
  color: #2d3239;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ============================================================
   18A2. QUOTATION PAGE (get-quotation)
   ============================================================ */

/* Quotation form - center & constrain width */
.contact_area > .container > .row[style*="display: block"] > .col-lg-12 > .contact_message.form {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 45px 45px !important;
  position: relative;
  overflow: hidden;
}

/* Gold accent top line on form card */
.contact_area > .container > .row[style*="display: block"] > .col-lg-12 > .contact_message.form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #FFC227 0%, #ffdb6e 50%, #FFC227 100%);
}

/* Subtitle under heading */
.contact_message.form > p {
  color: #888;
  font-size: 14px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.6;
}

/* Two-column form rows */
.contact_message.form .row.pad-y-10 {
  margin-bottom: 4px;
}

.contact_message.form .row.pad-y-10 label {
  display: block;
  margin-bottom: 6px;
  margin-top: 4px;
}

/* Textarea taller */
.contact_message.form textarea.form-control {
  height: 140px !important;
  resize: vertical;
}

/* File upload section */
.contact_message.form .image {
  background: #f9fafb !important;
  padding: 14px 18px !important;
  border-radius: 10px !important;
  border: 2px dashed #ddd !important;
  display: inline-block;
  transition: all 0.3s ease;
  margin-top: 6px;
}

.contact_message.form .image:hover {
  border-color: #FFC227 !important;
  background: #fff8e1 !important;
}

.contact_message.form .image input[type="file"] {
  font-size: 13px;
  color: #555;
  cursor: pointer;
}

/* Attachment label text */
.contact_message.form .row[style*="display: block"] > p {
  color: #666;
  font-size: 13px;
  font-weight: 600;
  margin-top: 14px;
  border-bottom: none;
  padding-bottom: 0;
}

/* Center submit button */
.contact_message.form .row[style*="text-align: center"] {
  margin-top: 20px !important;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}

.contact_message.form .row[style*="text-align: center"] button {
  min-width: 200px;
  padding: 0 50px !important;
}

/* Phone field with intl-tel-input */
.contact_message.form .intl-tel-input {
  width: 100%;
  margin-bottom: 10px;
}

/* Captcha label */
.contact_message.form .captcha-box + p,
.contact_message.form p:has(+ .captcha-box) {
  font-weight: 700;
  color: #3e444a;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ============================================================
   18B. EXPORTS PAGE (Full page with flags)
   ============================================================ */

/* Exports page container - add bg and spacing */
body .breadcrumbs_area + .container {
  padding-top: 35px;
  padding-bottom: 50px;
}

/* Exports page grid */
body .breadcrumbs_area + .container > .row {
  display: flex !important;
  flex-wrap: wrap;
  margin: 0 -8px;
}

body .breadcrumbs_area + .container > .row > [class*="col-"] {
  padding: 8px !important;
}

/* Exports page flag cards - bigger & more attractive */
body .breadcrumbs_area + .container .export-flag {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid #e8e8e8;
  text-align: center;
  position: relative;
  height: 100%;
}

body .breadcrumbs_area + .container .export-flag::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #FFC227;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

body .breadcrumbs_area + .container .export-flag:hover::before {
  opacity: 1;
}

body .breadcrumbs_area + .container .export-flag:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 35px rgba(255,194,39,0.2), 0 4px 12px rgba(0,0,0,0.08);
  border-color: #FFC227;
}

body .breadcrumbs_area + .container .export-flag .box2 {
  text-align: center !important;
  padding: 20px 15px 12px;
  background: linear-gradient(180deg, #f9f9f9 0%, #fff 100%);
}

body .breadcrumbs_area + .container .export-flag .box2 img {
  width: 100% !important;
  height: 70px !important;
  object-fit: contain;
  box-shadow: 0 3px 12px rgba(0,0,0,0.1) !important;
  border-radius: 6px;
  transition: all 0.4s ease;
  border: 1px solid rgba(0,0,0,0.05);
}

body .breadcrumbs_area + .container .export-flag:hover .box2 {
  background: linear-gradient(180deg, #fff8e1 0%, #fff 100%);
}

body .breadcrumbs_area + .container .export-flag:hover .box2 img {
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15) !important;
}

body .breadcrumbs_area + .container .export-flag .title {
  background: #fff;
  padding: 0;
}

body .breadcrumbs_area + .container .export-flag p {
  height: auto !important;
  max-width: 100% !important;
  padding: 10px 8px 12px !important;
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  text-align: center;
  color: #3e444a;
  border-top: 1px solid #f2f2f2;
  display: block !important;
}

body .breadcrumbs_area + .container .export-flag p b {
  font-weight: 700;
  font-size: 12px;
  color: #3e444a;
  transition: all 0.3s ease;
}

body .breadcrumbs_area + .container .export-flag:hover p {
  border-top-color: #FFC227;
}

body .breadcrumbs_area + .container .export-flag:hover p b {
  color: #2d3239;
  font-weight: 800;
}

/* ============================================================
   19. GALLERY PAGE
   ============================================================ */

/* Gallery page section */
.about_section.mt-32 {
  padding: 40px 0 50px;
  background: #f7f8fa;
}

/* Gallery grid */
.about_section .row.align-items-center {
  display: flex !important;
  flex-wrap: wrap;
}

/* Gallery image card */
.gallery-box-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Gold top accent - hidden by default */
.gallery-box-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #FFC227;
  z-index: 2;
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.gallery-box-image:hover::before {
  transform: scaleX(1);
}

/* Dark overlay on hover */
.gallery-box-image::after {
  content: '\f00e';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(45,50,57,0.5);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #FFC227;
}

.gallery-box-image:hover::after {
  opacity: 1;
}

.gallery-box-image:hover {
  box-shadow: 0 12px 35px rgba(0,0,0,0.18) !important;
  transform: translateY(-6px) !important;
  border-color: #FFC227;
}

.gallery-box-image a {
  display: block;
}

.gallery-box-image img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-box-image:hover img {
  transform: scale(1.08);
}

/* Magnific popup styling */
.mfp-bg {
  background: rgba(45,50,57,0.92) !important;
}

.mfp-close {
  color: #FFC227 !important;
  font-size: 30px !important;
  opacity: 0.8;
}

.mfp-close:hover {
  opacity: 1;
}

.mfp-arrow::before,
.mfp-arrow::after {
  border-color: #FFC227 !important;
}

.mfp-counter {
  color: rgba(255,255,255,0.7) !important;
  font-size: 13px;
}

/* ============================================================
   20. LOGIN / REGISTER PAGES
   ============================================================ */

/* Page wrapper */
.customer_login {
  padding: 40px 0 50px;
  background: #f7f8fa;
}

/* ---- Tab Navigation ---- */
.customer_login .nav-tabs {
  border-bottom: none !important;
  justify-content: center;
  gap: 6px;
  margin-bottom: 30px !important;
  background: #fff;
  padding: 6px;
  border-radius: 50px;
  display: inline-flex !important;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  width: auto;
}

/* Center the tabs container */
.customer_login > .container > .nav-tabs {
  display: flex !important;
  justify-content: center;
}

.customer_login .nav-tabs .nav-item {
  margin-bottom: 0;
}

.customer_login .nav-tabs .nav-link {
  border: none !important;
  border-radius: 50px !important;
  padding: 10px 36px !important;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #888 !important;
  background: transparent !important;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.customer_login .nav-tabs .nav-link:hover {
  color: #3e444a !important;
  background: #f7f8fa !important;
}

.customer_login .nav-tabs .nav-link.active {
  background: #FFC227 !important;
  color: #2d3239 !important;
  box-shadow: 0 4px 15px rgba(255,194,39,0.3);
}

/* ---- Form Card ---- */
.account_form {
  background: #fff !important;
  border-radius: 16px !important;
  padding: 40px 40px 35px !important;
  box-shadow: 0 4px 25px rgba(0,0,0,0.06) !important;
  border: 1px solid #eee;
  position: relative;
  overflow: visible !important;
}

/* Gold accent top line */
.account_form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #FFC227 0%, #ffdb6e 50%, #FFC227 100%);
}

/* Form groups */
.account_form .form-group {
  margin-bottom: 18px;
}

.account_form label {
  color: #3e444a !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  letter-spacing: 0.5px;
  margin-bottom: 6px !important;
  text-transform: uppercase;
  display: block;
}

.account_form label span {
  color: #e53935 !important;
  font-weight: 800;
}

/* Form inputs */
.account_form input[type="text"],
.account_form input[type="email"],
.account_form input[type="password"],
.account_form input[type="number"],
.account_form input[type="tel"],
.account_form select.form-control,
.account_form select {
  width: 100% !important;
  height: 44px !important;
  border: 2px solid #e8e8e8 !important;
  border-radius: 10px !important;
  padding: 10px 16px !important;
  font-size: 13px !important;
  color: #444 !important;
  background: #fafafa !important;
  transition: all 0.25s ease !important;
}

.account_form input:focus,
.account_form select:focus {
  border-color: #FFC227 !important;
  box-shadow: 0 0 0 4px rgba(255,194,39,0.12) !important;
  background: #fff !important;
  outline: none !important;
}

/* Login form paragraph-wrapped inputs */
.account_form p input[type="email"],
.account_form p input[type="password"] {
  width: 100% !important;
  height: 44px !important;
  border: 2px solid #e8e8e8 !important;
  border-radius: 10px !important;
  padding: 10px 16px !important;
  font-size: 13px !important;
  color: #444 !important;
  background: #fafafa !important;
}

.account_form p label {
  color: #3e444a !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Forgot password / login link */
.account_form p[style*="text-align: right"] {
  margin-top: 8px !important;
  margin-bottom: 14px !important;
}

.account_form p[style*="text-align: right"] b {
  color: #FFC227;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
}

.account_form p[style*="text-align: right"] b:hover {
  color: #2d3239;
}

/* Captcha inside account form */
.account_form .captcha-box {
  border: 2px solid #e8e8e8 !important;
  border-radius: 10px !important;
  padding: 12px !important;
  background: #fafafa;
  align-items: center;
}

.account_form .captcha-box .captcha-img {
  border-radius: 6px;
  border: 1px solid #ddd;
}

.account_form .captcha-box input {
  border-radius: 8px !important;
}

/* Captcha label */
.account_form .form-group > p {
  font-weight: 700;
  color: #3e444a;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

/* Submit button area */
.login_submit {
  text-align: center;
  margin-top: 28px !important;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}

.login_submit button {
  background: linear-gradient(135deg, #2d3239 0%, #3e444a 100%) !important;
  color: #FFC227 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  border: none !important;
  border-radius: 50px !important;
  padding: 0 60px !important;
  height: 54px;
  line-height: 54px;
  min-width: 240px;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 6px 20px rgba(45,50,57,0.35), 0 2px 6px rgba(0,0,0,0.12);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.login_submit button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #FFC227 0%, #ffdb6e 100%);
  transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  border-radius: 50px;
}

.login_submit button:hover {
  background: linear-gradient(135deg, #2d3239 0%, #3e444a 100%) !important;
  color: #2d3239 !important;
  box-shadow: 0 8px 28px rgba(255,194,39,0.4), 0 4px 10px rgba(0,0,0,0.1);
  transform: translateY(-3px);
  letter-spacing: 3px;
}

.login_submit button:hover::before {
  left: 0;
}

.login_submit button:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(255,194,39,0.3);
}

/* Generic form fallbacks */
.login_form,
.register_form,
.form {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 25px rgba(0,0,0,0.06);
  padding: 30px;
}

.login_form input,
.register_form input,
.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form input[type="number"],
.form input[type="tel"],
.form select,
.form textarea {
  border: 2px solid #e8e8e8 !important;
  border-radius: 6px !important;
  padding: 10px 16px;
  transition: all 0.25s ease;
  background: #fafafa !important;
}

.login_form input:focus,
.register_form input:focus,
.form input:focus,
.form select:focus,
.form textarea:focus {
  border-color: #FFC227 !important;
  box-shadow: 0 0 0 3px rgba(255,194,39,0.12) !important;
  background: #fff !important;
}

/* ============================================================
   21. MULTI-SEARCH PAGE
   ============================================================ */
form#multi-search input {
  border: 2px solid #e8e8e8;
  border-radius: 6px;
  padding: 10px 14px;
}

form#multi-search input:focus {
  border-color: #FFC227;
  box-shadow: 0 0 0 3px rgba(255,194,39,0.12);
}

form#multi-search button {
  background: #FFC227;
  color: #2d3239;
  font-weight: 700;
  border-radius: 6px;
  border: none;
  padding: 10px 24px;
}

form#multi-search button:hover {
  background: #3e444a;
  color: #fff;
}

/* ============================================================
   22. TABLES (Product listing, OEM)
   ============================================================ */
table {
  border-collapse: separate;
  border-spacing: 0;
}

table th {
  background: #3e444a;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 15px;
}

table td {
  padding: 11px 15px;
  border-bottom: 1px solid #eee;
  color: #555;
  font-size: 13px;
}

table tr:hover td {
  background: #fefcf5;
}

table th:first-child {
  border-radius: 6px 0 0 0;
}
table th:last-child {
  border-radius: 0 6px 0 0;
}

/* ============================================================
   23. PAGINATION (Global Professional Style)
   ============================================================ */

/* Container */
.row.pagination {
  margin-top: 10px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

/* Each page item wrapper */
.row.pagination div.page,
.row.pagination .page {
  display: inline-block !important;
  padding: 3px !important;
}

/* Links & active — shared base */
.page a,
.page b {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative;
  overflow: hidden;
}

/* Normal page links */
.page a {
  background: #fff !important;
  color: #3e444a !important;
  border: 2px solid #e8e8e8 !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.page a:hover {
  background: linear-gradient(135deg, #2d3239 0%, #3e444a 100%) !important;
  color: #FFC227 !important;
  border-color: #2d3239 !important;
  box-shadow: 0 4px 14px rgba(45,50,57,0.25) !important;
  transform: translateY(-2px);
}

/* Active/current page */
.page b {
  background: linear-gradient(135deg, #FFC227 0%, #ffdb6e 100%) !important;
  color: #2d3239 !important;
  border: 2px solid #FFC227 !important;
  box-shadow: 0 4px 16px rgba(255,194,39,0.35) !important;
  position: relative;
}

/* Prev/Next arrows - style « and » */
.page:first-child a,
.page:last-child a {
  font-size: 16px !important;
  font-weight: 900 !important;
  letter-spacing: -1px;
}

.page:first-child a:hover,
.page:last-child a:hover {
  background: #FFC227 !important;
  color: #2d3239 !important;
  border-color: #FFC227 !important;
  box-shadow: 0 4px 14px rgba(255,194,39,0.3) !important;
}

/* Hover on active page  */
.page:hover b {
  background: linear-gradient(135deg, #FFC227 0%, #ffdb6e 100%) !important;
  box-shadow: 0 6px 20px rgba(255,194,39,0.4) !important;
  transform: translateY(-2px);
}

/* Bootstrap li-based pagination fallback */
.pagination li a,
.pagination li span {
  border-radius: 10px !important;
  margin: 0 3px;
  border: 2px solid #e8e8e8;
  color: #3e444a;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 14px;
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.pagination li.active a,
.pagination li.active span {
  background: linear-gradient(135deg, #FFC227 0%, #ffdb6e 100%) !important;
  border-color: #FFC227 !important;
  color: #2d3239 !important;
  box-shadow: 0 4px 16px rgba(255,194,39,0.35) !important;
}

.pagination li a:hover {
  background: linear-gradient(135deg, #2d3239 0%, #3e444a 100%);
  border-color: #2d3239;
  color: #FFC227;
  box-shadow: 0 4px 14px rgba(45,50,57,0.25);
  transform: translateY(-2px);
}

/* ============================================================
   24. SUBSCRIBE FORM (Footer)
   ============================================================ */
.subscribe_form form {
  background: rgba(255,255,255,0.08);
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.12);
}

.subscribe_form form input {
  color: rgba(255,255,255,0.8);
}

.subscribe_form form input::placeholder {
  color: rgba(255,255,255,0.4);
}

.subscribe_form form button {
  background: #FFC227;
  color: #2d3239;
  border-radius: 0 6px 6px 0;
}

.subscribe_form form button:hover {
  background: #fff;
  color: #3e444a;
}

/* ============================================================
   25. BRAND SIDEBAR (Home page left column)
   ============================================================ */

/* Brand list container */
#home-cat {
  background: #fff;
  border-radius: 0 0 12px 12px;
  overflow-x: hidden;
  border: 1px solid #eee;
  border-top: none;
}

/* BRAND section title - clean text header */
.pad0 > .col-12 > .section_title {
  margin-bottom: 0 !important;
  background: #2d3239;
  padding: 13px 18px;
  border-radius: 12px 12px 0 0;
  position: relative;
  overflow: hidden;
  border: none !important;
}

.pad0 > .col-12 > .section_title::before {
  display: none !important;
  height: 0 !important;
  background: none !important;
}

.pad0 > .col-12 > .section_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #FFC227;
}

/* Show "Brand" text cleanly */
.pad0 > .col-12 > .section_title h2 {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff !important;
  font-family: 'Lato', sans-serif;
  background: transparent !important;
}

.pad0 > .col-12 > .section_title h2 span {
  color: #fff !important;
  font-size: inherit !important;
  background: transparent !important;
}

/* Each brand row */
#home-cat > .col-xs-12 {
  padding: 0 !important;
}

#home-cat > .col-xs-12 > a {
  text-decoration: none !important;
  display: block;
}

/* Category box item */
.cat_box {
  border: none !important;
  border-bottom: 1px solid #f0f0f0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  transition: all 0.25s ease;
  background: #fff !important;
  position: relative;
  overflow: hidden;
}

/* Gold left accent bar on hover */
.cat_box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #FFC227;
  transform: scaleY(0);
  transition: transform 0.25s ease;
}

.cat_box:hover::before {
  transform: scaleY(1);
}

.cat_box p {
  margin: 0 !important;
  padding: 11px 14px !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
  font-size: 12px !important;
  color: #3e444a;
  transition: all 0.25s ease;
  line-height: 1.3 !important;
}

/* Arrow icon */
.cat_box p i.fa-arrow-circle-right {
  color: #FFC227 !important;
  font-size: 15px !important;
  transition: all 0.25s ease;
  flex-shrink: 0;
  animation: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
}

/* Brand name */
.cat_box p b {
  margin-left: 0 !important;
  font-weight: 600;
  font-size: 12px;
  color: #3e444a;
  transition: all 0.25s ease;
}

/* Hover - gold fill */
.cat_box:hover {
  background: #FFC227 !important;
  box-shadow: none !important;
  transform: none !important;
}

.cat_box:hover p {
  padding-left: 18px !important;
}

.cat_box:hover p i.fa-arrow-circle-right {
  color: #2d3239 !important;
  transform: translateX(2px);
}

.cat_box:hover p b {
  color: #2d3239 !important;
  font-weight: 700;
}

/* Remove last item border */
#home-cat > .col-xs-12:last-child .cat_box {
  border-bottom: none !important;
}

/* Custom scrollbar for brand list */
#home-cat::-webkit-scrollbar {
  width: 4px;
}
#home-cat::-webkit-scrollbar-track {
  background: #f5f5f5;
}
#home-cat::-webkit-scrollbar-thumb {
  background: #FFC227;
  border-radius: 4px;
}

/* Override box-shadow from style.css */
.box-shadow:hover {
  box-shadow: none !important;
}

/* Kill spinning icon animation from style.css */
.cat_box:hover i {
  animation: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
}

/* ============================================================
   26. EXPORTS SECTION (Flags grid on home page)
   ============================================================ */

/* ---- Exports Section Title - Gold banner style ---- */
.pull-xs-12 > .row[style*="display:block"] {
  background: linear-gradient(135deg, #2d3239 0%, #3e444a 100%);
  margin: 20px 0 0 0 !important;
  padding: 14px 15px !important;
  border-radius: 12px 12px 0 0;
  position: relative;
  overflow: hidden;
}

.pull-xs-12 > .row[style*="display:block"]::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #FFC227;
}

.pull-xs-12 > .row[style*="display:block"] .section_title {
  margin-bottom: 0 !important;
}

.pull-xs-12 > .row[style*="display:block"] .section_title::before {
  display: none !important;
}

.pull-xs-12 > .row[style*="display:block"] .section_title h2 {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.pull-xs-12 > .row[style*="display:block"] .section_title h2::before {
  content: '\f0ac';
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #FFC227;
}

.pull-xs-12 > .row[style*="display:block"] .section_title h2 span {
  color: #FFC227 !important;
  font-size: inherit !important;
  background: transparent !important;
}

/* ---- Flags Grid Container ---- */
.pull-xs-12 > .row[style*="padding-left:10px"] {
  background: #f8f9fa;
  padding: 15px !important;
  margin: 0 !important;
  border-radius: 0 0 12px 12px;
  border: 1px solid #eee;
  border-top: none;
  display: flex !important;
  flex-wrap: wrap;
}

/* ---- Flag Card ---- */
.export-flag {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid #e8e8e8;
  text-align: center;
  padding: 0 !important;
  position: relative;
}

/* Gold top accent line */
.export-flag::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #FFC227;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.export-flag:hover::before {
  opacity: 1;
}

.export-flag:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 35px rgba(255,194,39,0.2), 0 4px 12px rgba(0,0,0,0.08);
  border-color: #FFC227;
}

/* Flag image area */
.export-flag .box2 {
  text-align: center !important;
  padding: 15px 10px 10px;
  background: linear-gradient(180deg, #f9f9f9 0%, #fff 100%);
}

.export-flag .box2 img {
  box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
  border-radius: 5px;
  transition: all 0.4s ease;
  object-fit: cover;
  border: 1px solid rgba(0,0,0,0.06);
}

.export-flag:hover .box2 {
  background: linear-gradient(180deg, #fff8e1 0%, #fff 100%);
}

.export-flag:hover .box2 img {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15) !important;
}

/* Country name */
.export-flag .title {
  padding: 0 !important;
  background: #fff;
}

.export-flag p {
  height: auto !important;
  max-width: 100% !important;
  padding: 8px 6px 10px !important;
  margin: 0 !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #3e444a;
  border-top: 1px solid #f2f2f2;
}

.export-flag p b {
  font-weight: 700;
  font-size: 11px;
  color: #3e444a;
  transition: all 0.3s ease;
}

.export-flag:hover p {
  border-top-color: #FFC227;
}

.export-flag:hover p b {
  color: #2d3239;
  font-weight: 800;
}

/* ============================================================
   27. PRODUCT DETAIL PAGE
   ============================================================ */
.product_details_text h3 {
  font-weight: 700;
  color: #2d3239;
}

.product_details_text .price_box span {
  font-size: 22px;
}

.product_desc_tab .nav-tabs {
  border-bottom: 2px solid #eee;
}

.product_desc_tab .nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  color: #888;
  font-weight: 600;
  padding: 10px 20px;
}

.product_desc_tab .nav-tabs .nav-link.active,
.product_desc_tab .nav-tabs .nav-link:hover {
  color: #FFC227;
  border-bottom-color: #FFC227;
  background: transparent;
}

/* ============================================================
   27. EXPORT / MAP SECTION
   ============================================================ */
.jvectormap-container {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* ============================================================
   28. RESPONSIVE REFINEMENTS
   ============================================================ */

/* Hide mobile-only elements on desktop */
.mobile-quick-actions {
  display: none;
}

/* ---- TABLET (max 991px) ---- */
@media only screen and (max-width: 991px) {

  /* Header */
  .header_top {
    display: none;
  }
  .header_middle {
    padding: 10px 0;
  }
  .header_bottom {
    display: none;
  }
  .logo a img {
    max-height: 60px !important;
  }
  .middel_right .row.desktop {
    display: none !important;
  }

  /* ===== Mobile Quick Actions: Search + Quote next to logo ===== */
  .header_middle .container > .row[style] {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
  }
  .header_middle .col-lg-7.col-md-7 {
    display: none !important;
  }
  .header_middle .col-lg-2.col-md-2 {
    display: none !important;
  }
  .header_middle .col-lg-3.col-md-3 {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
  }
  .mobile-quick-actions {
    display: flex !important;
    flex: 1 1 auto !important;
    align-items: center;
    gap: 8px;
    padding-left: 10px;
  }

  /* Mobile search form */
  .mob-search-form {
    display: flex;
    flex: 1;
    height: 36px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #e0e0e0;
    background: #fff;
  }
  .mob-search-form select {
    border: none;
    background: #f5f5f5;
    color: #3e444a;
    font-size: 10px;
    font-weight: 700;
    padding: 0 6px;
    width: 55px;
    flex-shrink: 0;
    outline: none;
    border-right: 1px solid #e0e0e0;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .mob-search-form input {
    border: none;
    flex: 1;
    font-size: 12px;
    padding: 0 8px;
    min-width: 0;
    outline: none;
    color: #333;
  }
  .mob-search-form input::placeholder {
    color: #aaa;
    font-size: 11px;
  }
  .mob-search-form button {
    border: none;
    background: #FFC227;
    color: #2d3239;
    width: 36px;
    flex-shrink: 0;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s ease;
  }
  .mob-search-form button:hover {
    background: #2d3239;
    color: #FFC227;
  }

  /* Get Quote button */
  .mob-quote-btn {
    background: linear-gradient(135deg, #2d3239 0%, #3e444a 100%);
    color: #FFC227 !important;
    font-size: 9px;
    font-weight: 800;
    padding: 8px 12px;
    border-radius: 8px;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    white-space: nowrap;
    flex-shrink: 0;
    transition: all 0.25s ease;
  }
  .mob-quote-btn:hover {
    background: #FFC227;
    color: #2d3239 !important;
  }
  .mob-quote-btn i {
    margin-right: 3px;
  }


  /* Search box in header */
  .search_box {
    max-width: 100% !important;
    height: 40px;
  }
  .search_box select,
  .header_middle .search_box select {
    width: 80px !important;
    min-width: 80px;
    font-size: 10px !important;
    padding: 0 20px 0 10px !important;
  }
  .search_box button {
    width: 40px !important;
    min-width: 40px !important;
  }

  /* Register/Login buttons - hide on tablet (in mobile menu) */
  .header_middle .col-lg-2 {
    display: none;
  }

  /* Mobile menu - offcanvas */
  .Offcanvas_menu_wrapper .search_box {
    border-radius: 10px !important;
    height: 42px;
  }
  .Offcanvas_menu_wrapper .search_box select {
    position: relative !important;
    width: 70px !important;
    min-width: 70px;
    font-size: 10px !important;
    border-radius: 10px 0 0 10px !important;
  }
  .Offcanvas_menu_wrapper .search_box input {
    padding: 0 45px 0 10px !important;
  }
  .Offcanvas_menu_wrapper .search_box button {
    width: 38px !important;
    min-width: 38px !important;
    border-radius: 0 10px 10px 0 !important;
  }

  /* Home page - slider */
  .slider_two .single_slider {
    height: 350px !important;
  }
  .slider_section.slider_two {
    border-radius: 8px;
  }

  /* Home page - panel (Photo/Video) */
  .panel.panel-default {
    border-radius: 8px !important;
    margin-top: 15px !important;
  }
  .slider_three .single_slider {
    height: 180px !important;
  }

  /* Exports section on home */
  .pull-xs-12 > .row[style*="display:block"] {
    border-radius: 8px 8px 0 0;
  }
  .pull-xs-12 > .row[style*="padding-left:10px"] {
    border-radius: 0 0 8px 8px;
  }

  /* Footer */
  .footer_top {
    padding: 35px 0 20px;
  }
  .widgets_container {
    text-align: center;
    margin-bottom: 25px;
  }
  .widgets_container h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer_contact p {
    text-align: left;
  }
  .footer_contact p span {
    text-align: center;
  }

  /* Footer logo */
  .logo.ftr_logo a img,
  .footer_widgets .ftr_logo img,
  footer .ftr_logo img {
    max-width: 200px !important;
    width: 200px !important;
  }

  /* Modal */
  .modal-dialog {
    margin: 20px 15px;
    max-width: 100%;
  }

  /* Product details sidebar - collapse on tablet */
  .cat-sidebar {
    margin-bottom: 20px;
  }
  .contact_area .container-fluid .content .box.zoom {
    min-height: 140px;
  }
  .contact_area .container-fluid .content .paragraph-set {
    padding: 18px 20px !important;
  }

  /* Single product detail page - tablet */
  .product_details .product-details-tab {
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
  }
  .product_details .product_d_right {
    padding: 30px 28px 28px !important;
  }
}

/* ---- MOBILE (max 767px) ---- */
@media only screen and (max-width: 767px) {

  /* Header */
  .logo {
    text-align: left !important;
  }
  .logo a img {
    max-height: 45px !important;
  }
  .header_middle {
    padding: 8px 0;
  }

  /* Compact mobile search + quote on small phones */
  .mob-search-form {
    height: 32px !important;
  }
  .mob-search-form select {
    font-size: 9px !important;
    width: 45px !important;
    padding: 0 4px !important;
  }
  .mob-search-form input {
    font-size: 11px !important;
  }
  .mob-search-form button {
    width: 32px !important;
    font-size: 14px !important;
  }
  .mob-quote-btn {
    font-size: 8px !important;
    padding: 6px 8px !important;
    letter-spacing: 0.5px !important;
  }

  /* Search box */
  .search_box {
    max-width: 100% !important;
    border-radius: 10px !important;
    height: 38px;
  }
  .search_box select,
  .header_middle .search_box select {
    width: 70px !important;
    min-width: 70px;
    font-size: 9px !important;
    padding: 0 18px 0 8px !important;
    border-radius: 10px 0 0 10px !important;
  }
  .search_box input,
  .header_middle .search_box input {
    font-size: 12px !important;
    padding: 0 42px 0 10px !important;
  }
  .search_box button {
    width: 36px !important;
    min-width: 36px !important;
    font-size: 15px;
    border-radius: 0 10px 10px 0 !important;
  }

  /* Section titles */
  .section_title h2 {
    font-size: 16px;
  }

  /* Home slider */
  .slider_two .single_slider {
    height: 220px !important;
  }
  .slider_three .single_slider {
    height: 160px !important;
  }
  .slider_section .owl-prev,
  .slider_section .owl-next {
    width: 28px !important;
    height: 28px !important;
    font-size: 16px !important;
  }

  /* Brand sidebar */
  .pad0 > .col-12 > .section_title {
    border-radius: 8px 8px 0 0;
  }
  #home-cat {
    border-radius: 0 0 8px 8px;
  }
  .cat_box p {
    padding: 10px 12px !important;
    font-size: 11px !important;
  }

  /* Exports flags on home */
  .pull-xs-12 > .row[style*="padding-left:10px"] > div {
    width: 33.33% !important;
    padding: 5px !important;
  }
  .export-flag .box2 img {
    height: 40px !important;
  }
  .export-flag p {
    font-size: 9px !important;
  }
  .export-flag p b {
    font-size: 9px !important;
  }

  /* About page */
  .about_section .about_content {
    padding: 25px 18px !important;
    border-radius: 10px !important;
  }
  .about_content h1 {
    font-size: 20px !important;
  }
  .about_content p:first-of-type,
  .about_content p:nth-of-type(2) {
    padding: 14px 16px !important;
    font-size: 13px !important;
  }
  .about_content p:nth-of-type(2)::before {
    display: none;
  }

  /* Contact page */
  .contact_area {
    padding: 25px 0 30px;
  }
  .contact_message.content,
  .contact_message.form {
    padding: 20px 18px !important;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .contact_message.content h3,
  .contact_message.form h3 {
    font-size: 18px;
  }
  .contact_message.content iframe {
    height: 300px !important;
  }
  .contact_message button {
    width: 100%;
  }

  /* Gallery page */
  .about_section.mt-32 {
    padding: 25px 0 30px;
  }
  .gallery-box-image img {
    height: 160px !important;
  }
  .gallery-box-image:hover {
    transform: translateY(-3px) !important;
  }

  /* Exports page */
  body .breadcrumbs_area + .container {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  body .breadcrumbs_area + .container .export-flag .box2 {
    padding: 12px 8px 8px;
  }
  body .breadcrumbs_area + .container .export-flag .box2 img {
    height: 50px !important;
  }

  /* Product listing page */
  .contact_area .col-lg-12.d-flex {
    flex-wrap: wrap;
    padding: 10px 14px !important;
  }
  .contact_area .content .border.box-shadow > a {
    padding: 14px 14px;
  }
  .contact_area .content .box-shadow p {
    padding: 8px 10px !important;
    font-size: 12px !important;
  }
  .contact_area .content .border.box-shadow:hover {
    transform: translateY(-3px);
  }

  /* Quotation page */
  .contact_area > .container > .row[style*="display: block"] > .col-lg-12 > .contact_message.form {
    padding: 25px 18px 30px !important;
  }

  /* Register / Login page */
  .customer_login {
    padding: 25px 0 30px;
  }
  .customer_login .nav-tabs {
    border-radius: 10px;
    padding: 4px;
  }
  .customer_login .nav-tabs .nav-link {
    padding: 8px 24px !important;
    font-size: 12px;
    letter-spacing: 0.8px;
  }
  .account_form {
    padding: 25px 20px 25px !important;
    border-radius: 12px !important;
  }
  .account_form input[type="text"],
  .account_form input[type="email"],
  .account_form input[type="password"],
  .account_form input[type="number"],
  .account_form select {
    height: 40px !important;
  }
  .login_submit button {
    width: 100%;
    min-width: auto;
    padding: 0 30px !important;
    height: 50px;
    line-height: 50px;
    font-size: 14px !important;
    letter-spacing: 2px;
  }

  /* Modals */
  .modal-dialog {
    margin: 15px 10px;
  }
  .modal-content {
    border-radius: 12px !important;
  }
  .modal-header {
    padding: 16px 20px !important;
  }
  .modal-header .modal-title {
    font-size: 15px !important;
  }
  .modal-body {
    padding: 20px 16px !important;
  }
  .modal-body button[type="submit"] {
    width: 100%;
    min-width: auto;
  }

  /* SweetAlert */
  .swal-modal {
    width: 90% !important;
    max-width: 340px;
  }
  .swal-title {
    font-size: 17px !important;
    padding: 16px 20px 0 !important;
  }
  .swal-text {
    font-size: 13px !important;
    padding: 0 20px !important;
  }
  .swal-button {
    padding: 0 30px !important;
    height: 40px;
    line-height: 40px !important;
  }

  /* Tables */
  table {
    font-size: 12px;
  }
  table th, table td {
    padding: 8px 10px;
  }

  /* Pagination */
  .page a,
  .page b {
    min-width: 38px !important;
    height: 38px !important;
    font-size: 13px !important;
  }
  .pagination li a,
  .pagination li span {
    padding: 4px 10px;
    font-size: 13px;
    margin: 0 2px;
    min-width: 38px;
    height: 38px;
  }

  /* Footer */
  .footer_top {
    padding: 30px 0 15px;
  }
  .footer_menu ul li a {
    font-size: 12px;
  }
  .logo.ftr_logo a img,
  .footer_widgets .ftr_logo img,
  footer .ftr_logo img {
    max-width: 180px !important;
    width: 180px !important;
  }

  /* Breadcrumbs */
  .breadcrumb_content {
    padding: 14px 0;
  }
  .breadcrumb_content ul li {
    font-size: 12px;
  }

  /* Product cards */
  .single_product {
    margin-bottom: 15px;
  }

  /* Product details - sidebar full width on mobile */
  .cat-sidebar {
    border-radius: 10px !important;
    margin-bottom: 16px;
  }
  .cat-sidebar p#search-para,
  .cat-sidebar > p {
    font-size: 13px !important;
    padding: 14px 16px !important;
  }
  .cat-sidebar ul li {
    padding: 9px 12px 9px 16px !important;
    font-size: 12px !important;
  }

  /* Product cards stack vertically on mobile */
  .contact_area .container-fluid .content .border.box-shadow > .row {
    flex-wrap: wrap !important;
  }
  .contact_area .container-fluid .content .border.box-shadow > .row > a > [class*="col-sm-5"] {
    border-right: none !important;
    border-bottom: 1px solid #f0f0f0;
  }
  .contact_area .container-fluid .content .box.zoom {
    min-height: 120px;
  }
  .contact_area .container-fluid .content .paragraph-set {
    padding: 16px !important;
  }
  .contact_area .container-fluid .content .paragraph-set p {
    font-size: 12px !important;
    padding: 6px 10px !important;
    margin-bottom: 6px !important;
  }

  /* Category heading */
  .contact_area .container-fluid > .row > .col-lg-9 > .row:first-child h3 {
    font-size: 18px !important;
  }

  /* Pagination - mobile */
  .page a,
  .page b {
    min-width: 36px !important;
    height: 36px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
    border-radius: 8px !important;
  }
  .row.pagination div.page,
  .row.pagination .page {
    padding: 2px !important;
  }
  .pagination li a,
  .pagination li span {
    min-width: 36px;
    height: 36px;
    padding: 6px 10px;
    font-size: 12px !important;
  }

  /* Single product detail page - mobile */
  .product_details > .container > .row {
    border-radius: 12px;
  }
  .product_details .product-details-tab {
    padding: 20px 15px !important;
    border-right: none !important;
    border-bottom: 1px solid #f0f0f0;
  }
  .product_details .zoomWrapper.single-zoom img {
    max-height: 250px;
  }
  .product_details .product_d_right {
    padding: 24px 20px 20px !important;
  }
  .product_details .product_d_right > p:first-child {
    font-size: 14px;
    padding: 12px 16px;
    border-radius: 8px;
  }
  .product_details .product_d_right > p:nth-child(2) {
    font-size: 13px;
    padding: 12px 16px;
    border-radius: 8px;
  }
  .product_details .product_d_right .product_desc p {
    padding: 14px 16px !important;
    font-size: 13px !important;
    border-radius: 8px;
  }
  .product_details .single-zoom-thumb ul li {
    height: 70px !important;
    width: 70px !important;
  }
}

/* ---- SMALL MOBILE (max 480px) ---- */
@media only screen and (max-width: 480px) {

  /* Home slider */
  .slider_two .single_slider {
    height: 180px !important;
  }

  /* Exports flags - 2 columns */
  .pull-xs-12 > .row[style*="padding-left:10px"] > div {
    width: 50% !important;
  }

  /* Gallery - full width */
  .gallery-box-image img {
    height: 140px !important;
  }

  /* About page */
  .about_content h1 {
    font-size: 18px !important;
    letter-spacing: 0.5px;
  }

  /* Contact info */
  .contact_message.content ul li {
    font-size: 12px;
    padding: 10px 12px;
  }

  /* Register/Login tabs - stack */
  .customer_login .nav-tabs {
    flex-direction: column;
    border-radius: 10px;
    width: 100%;
  }
  .customer_login .nav-tabs .nav-link {
    width: 100%;
    text-align: center;
    border-radius: 8px !important;
  }

  /* Exports page flag cards */
  body .breadcrumbs_area + .container > .row > [class*="col-"] {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

/* ============================================================
   29. ERROR / FORM VALIDATION
   ============================================================ */
label.error {
  color: #e74c3c;
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
}

input.error,
textarea.error,
select.error {
  border-color: #e74c3c !important;
}

/* ============================================================
   30. UTILITY / MISC
   ============================================================ */
.pad-y-10 {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* Image hover overlay */
.product_thumb a img {
  will-change: transform;
}

/* Smooth page load */
.header_area {
  animation: fadeInDown 0.4s ease;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Google Translate widget cleanup */
.goog-te-gadget {
  font-size: 0 !important;
}
.goog-te-gadget .goog-te-combo {
  font-size: 12px !important;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 4px;
  padding: 3px 6px;
  background: transparent;
  color: rgba(255,255,255,0.8);
}

/* Loading spinner */
.set-loader {
  display: inline-block;
}

/* File input */
.image input[type="file"] {
  border-radius: 6px;
}

/* Fix intl-tel-input phone fields globally */
.intl-tel-input {
  width: 100% !important;
  display: block !important;
}

.intl-tel-input input,
.intl-tel-input input[type="tel"],
.intl-tel-input input[type="number"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.allow-dropdown input {
  padding-left: 100px !important;
  width: 100% !important;
}

.intl-tel-input .country-list {
  border-radius: 6px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.intl-tel-input .selected-flag {
  width: 90px !important;
}
