/*--------------------------------------------------------------
  NEZHO — Single-file style.css (no Bootstrap CSS dependency)
  Supports: Home + Product category + Contact (3 templates you shared)
  Keeps: Bootstrap 3 JS state hooks (.collapse.in, .open)
--------------------------------------------------------------*/

/* -------------------------------------------------------------
   Minimal Bootstrap 3 replacement (only what's used in your pages)
------------------------------------------------------------- */

/* Box sizing */
*,
*::before,
*::after { box-sizing: border-box; }

/* Container */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) { .container { width: 750px; } }
@media (min-width: 992px) { .container { width: 970px; } }
@media (min-width: 1200px){ .container { width: 1170px; } }

/* Row / columns (float grid like Bootstrap 3) */
.row { margin-left: -15px; margin-right: -15px; }
.row::before, .row::after { content: " "; display: table; }
.row::after { clear: both; }

[class*="col-"] { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

.col-xs-12 { width: 100%; float: left; }

@media (min-width: 768px){
  .col-sm-4 { width: 33.33333333%; float: left; }
  .col-sm-6 { width: 50%; float: left; }
  .col-sm-8 { width: 66.66666667%; float: left; }
  .col-sm-offset-2 { margin-left: 16.66666667%; }
}

@media (min-width: 992px){
  .col-md-4 { width: 33.33333333%; float: left; }
  .col-md-6 { width: 50%; float: left; }
  .col-md-8 { width: 66.66666667%; float: left; }
}

@media (min-width: 1200px){
  .col-lg-3 { width: 25%; float: left; }
  .col-lg-4 { width: 33.33333333%; float: left; }
  .col-lg-6 { width: 50%; float: left; }
  .col-lg-9 { width: 75%; float: left; }
}

/* Common helpers used in your HTML */
.text-center { text-align: center; }
.text-light { color: var(--color-offwhite); }
.list-unstyled { padding-left: 0; list-style: none; }

/* Tiny utilities you used in HTML */
.ms-2 { margin-left: 0.5rem; }
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-3 { margin-bottom: 1rem; }
.my-4 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.h6 { font-size: 14px; margin: 0 0 10px; font-weight: 600; }

.link-light { color: var(--color-offwhite); }
.link-underline-opacity-0 { text-decoration: none; }

/* Simple vertical spacing for footer rows that used gy-* */
.gy-3 > [class*="col-"] { margin-bottom: 16px; }
.gy-4 > [class*="col-"] { margin-bottom: 24px; }

/* Navbar (Bootstrap 3 markup support) */
.navbar { position: relative; min-height: 50px; margin-bottom: 0; }
.navbar-fixed-top { position: fixed; right: 0; left: 0; top: 0; z-index: 1030; }
.navbar-header { float: left; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  line-height: 20px;
  text-decoration: none;
}

.navbar-collapse { padding-left: 15px; padding-right: 15px; border-top: 1px solid rgba(255,255,255,0.10); }
.navbar-collapse.collapse { display: none; }
.navbar-collapse.in { display: block; } /* toggled by bootstrap.js */

.nav { margin: 0; padding-left: 0; list-style: none; }
.nav > li { position: relative; display: block; }
.nav > li > a { position: relative; display: block; padding: 15px 15px; text-decoration: none; }

.navbar-nav { margin: 7.5px -15px; }
.navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; }

.navbar-right { float: none; }

@media (min-width: 768px){
  .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; border-top: 0; }
  .navbar-toggle { display: none; }
  .navbar-nav { float: right; margin: 0; }
  .navbar-right { float: right; }
  .navbar-nav > li { float: left; }
  .navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px; }
}

/* Toggle button */
.navbar-toggle {
  position: relative;
  float: right;
  margin: 8px 15px 8px 0;
  padding: 9px 10px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 2px;
}

.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: var(--color-offwhite);
}
.icon-bar + .icon-bar { margin-top: 4px; }

/* Dropdown menu support */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 180px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.open > .dropdown-menu { display: block; } /* toggled by bootstrap.js */

@media (max-width: 767px){
  .dropdown-menu { position: static; width: auto; }
}

/* Tables (Bootstrap-like minimal) */
.table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.table > thead > tr > th,
.table > tbody > tr > td {
  padding: 8px;
  border-top: 1px solid #e5e5e5;
  vertical-align: top;
  text-align: left;
}

.table > thead > tr > th { border-bottom: 2px solid #e5e5e5; }
.table-striped > tbody > tr:nth-of-type(odd) { background-color: rgba(0,0,0,0.03); }
.table-hover > tbody > tr:hover { background-color: rgba(0,0,0,0.05); }

/* -------------------------------------------------------------
   NEZHO base
------------------------------------------------------------- */
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
}

body {
  background: var(--color-offwhite);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;
  color: var(--color-charcoal);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }
iframe { border: 0; }

/* Transitions (perf: avoid transition: all) */
a,
.btn {
  transition: color .125s, background-color .125s, border-color .125s, opacity .125s, transform .125s;
}

/* Reset box-shadow */
.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  box-shadow: none;
}

/* Minimal form-control (you have no forms in 3 templates, but safe base) */
.form-control { border-radius: 2px; }

/* Sections */
.navbar-custom + .main { margin-top: 50px; }

.main {
  position: relative;
  background-color: var(--color-offwhite);
  z-index: 1;
}

.module,
.module-small {
  position: relative;
  padding: 60px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.module-small { padding: 70px 0; }
.module-extra-small { padding: 25px 0px; }

/* Dividers */
.divider-w { border-top: 1px solid var(--color-charcoal); margin: 0; }
.divider-d { border-top: 1px solid var(--color-gold); margin: 0; }

/* Dark background */
.bg-dark,
.bg-dark-30,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle {
  color: var(--color-offwhite);
}

.bg-dark { background: var(--color-charcoal); }

.bg-dark-30:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.4);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

/* Scroll to top */
.scroll-up {
  position: fixed;
  display: none;
  bottom: 7px;
  right: 7px;
  z-index: 999;
}

.scroll-up a {
  background: #fff;
  display: block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #000;
  opacity: 0.6;
  border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
  opacity: 1;
  color: #000;
}

/* -------------------------------------------------------------
   Buttons
------------------------------------------------------------- */
.btn {
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  padding: 8px 37px;
}

.btn.btn-round { border-radius: 2px; }
.btn.btn-circle { border-radius: 30px; }

.btn.btn-border-w {
  background: transparent;
  border: 1px solid var(--color-offwhite);
  color: var(--color-offwhite);
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
  background: var(--color-offwhite);
  border-color: transparent;
  color: var(--color-charcoal);
}

.btn.btn-accent-email {
  background-color: #c6a15b;
  color: #2a2f36;
  border-color: #2a2f36;
}

.btn.btn-accent-email:hover {
  background-color: #9c2f2f;
  color: #2a2f36;
}

/* -------------------------------------------------------------
   Typography
------------------------------------------------------------- */
a { color: #111; }
a:hover, a:focus { text-decoration: none; color: #aaa; outline: 0; }

.bg-dark a { color: var(--color-gold); }
.bg-dark a:hover, .bg-dark a:focus { color: var(--color-offwhite); }

h1,h2,h3,h4,h5,h6 { line-height: 1.4; font-weight: 400; }
p,ol,ul,blockquote { margin: 0 0 20px; }

.font-montserrat {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.font-inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* For your footer copyright class usage */
.font-alt { font-family: "Montserrat", sans-serif; }

.module-title {
  position: relative;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  color: var(--color-charcoal);
  margin: 0 0 70px;
}

.module-subtitle {
  text-align: justify;
  font-size: 16px;
  color: #2a2f36;
  margin-bottom: 10px;
}

.module-title + .module-subtitle { margin-top: -35px; }

/* -------------------------------------------------------------
   Hero
------------------------------------------------------------- */
.titan-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.caption-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.hero { position: relative; overflow: visible; }
.hero-bg { position: absolute; inset: 0; z-index: -1; }

.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 90% 10%;
  /* CLS protection */
  aspect-ratio: 16 / 9;
}

.titan-title-size-1 { letter-spacing: 4px; font-weight: 700; font-size: 15px; }
.titan-title-size-4 { letter-spacing: 12px; font-weight: 700; font-size: 48px; }

/* -------------------------------------------------------------
   Navbar (NEZHO styling on top of minimal navbar support)
------------------------------------------------------------- */
.navbar-custom {
  background-color: var(--color-charcoal);
  border: 0;
  border-radius: 0;
  z-index: 1000;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  transition: background, padding 0.4s ease-in-out 0s;
}

.navbar-custom .navbar-brand {
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}

.navbar-custom .nav li > a { color: rgba(255, 255, 255, 0.7); }

.navbar-custom .dropdown-menu {
  background: var(--color-charcoal);
  border: 0;
  padding: 0;
}

.navbar-custom .dropdown-menu > li > a {
  border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  padding: 11px 15px;
  letter-spacing: 2px;
  color: #999;
}

.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
  left: 100%;
  top: 0;
  margin-top: 0;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
  background: none;
  color: #fff;
}

.navbar-custom .dropdown-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

/* .navbar-custom .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -6px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 9px;
  content: "\f107";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */

/* -------------------------------------------------------------
   Footer
------------------------------------------------------------- */
.footer { padding: 10px 0; }

.footer .copyright {
  margin: 0;
  color: var(--color-gold);
}

.c-footer-title {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--color-gold);
  letter-spacing: 0.4px;
  margin-bottom: 18px;
}

ul.footer-list { list-style: none; padding: 0; margin: 0; }

ul.footer-list li {
  margin-bottom: 0;
  color: var(--color-gold);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
}

.footer-list a { text-decoration: none; color: var(--color-gold); }

/* -------------------------------------------------------------
   Features + product tiles + icons
------------------------------------------------------------- */
.features-item { margin: 20px 0; text-align: center; }

.fa-svg{
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentColor;
}

.features-icon {
  line-height: 1.2;
  color: var(--color-red);
}

.features-icon .fa-svg{
  width: 42px;
  height: 42px;
  vertical-align: middle;
}

.features-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-charcoal);
  margin: 16px 0 15px;
}

.content-box { margin: 20px 0; text-align: center; }

.content-box-title {
  font-weight: 400;
  font-size: 18px;
  color: var(--color-charcoal);
  margin: 16px 0 15px;
}

/* Showcase page tiles hover */
.showcase-page .showcase-page-header { background-color: rgba(2, 2, 2, 0.7); }

.showcase-page .content-box { display: block; margin-bottom: 45px; }

.showcase-page .content-box .content-box-image {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  transition: transform .35s ease-out, box-shadow .35s ease-out;
}

.showcase-page .content-box .content-box-image:hover {
  transform: translate3d(0, -10px, 0);
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

/* -------------------------------------------------------------
   Call to action
------------------------------------------------------------- */
.callout-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: var(--color-gold);
}

.callout-btn-box { text-align: right; padding-top: 0; }

/* -------------------------------------------------------------
   Custom page header/subtitle
------------------------------------------------------------- */
.section-justify { text-align: justify; }

.c-page-header {
  text-align: center;
  margin: 40px 0 20px;
  background: none;
  font-size: 40px;
  line-height: 1.15;
  padding: 0 0 9px;
  border-bottom: 2px solid var(--color-red);
  color: var(--color-offwhite);
}

.c-page-subtitle {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
  color: var(--color-offwhite);
}

.c-page-subtitle p { margin: 0; }

/* -------------------------------------------------------------
   Contacts
------------------------------------------------------------- */
.c-contact-card {
  padding: 25px 15px;
  border-radius: 10px;
  width: 100%;
  font-size: 15px;
}

.c-contact-card h3 { margin-bottom: 10px; letter-spacing: 1px; }

.c-contact-card p {
  margin: 0;
  color: var(--color-charcoal);
  line-height: 1.7;
  align-items: center;
  gap: 10px;
}

.c-contact-card i { font-size: 18px; width: 20px; }

/* -------------------------------------------------------------
   Product details + gallery
------------------------------------------------------------- */
.product-sticky { position: static; }

.product-subtitle {
  font-size: 15px;
  color: var(--color-charcoal);
  margin-bottom: 20px;
}

.product-features { padding-left: 0; list-style: none; }

.product-features li { margin-bottom: 10px; font-size: 14px; }

.product-features i { color: var(--color-charcoal); margin-right: 6px; }

.gallery-item { margin-bottom: 20px; }

.gallery-item img {
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.gallery-caption { font-size: 12px; color: #777; margin-top: 6px; }

.gallery-image img {
  width: 100%;
  height: 329px;
  object-fit: cover;
}

/* FIX: Hover effect matches your HTML (<a class="gallery">) */
.gallery img { transition: transform 0.2s ease; }
.gallery:hover img { transform: translateY(-2px); }

/* Table borders helper you used */
.table-border > tbody > tr > td,
.table-border > tbody > tr > th,
.table-border > tfoot > tr > td,
.table-border > tfoot > tr > th,
.table-border > thead > tr > td,
.table-border > thead > tr > th { border-color: #e5e5e5; }

/* -------------------------------------------------------------
   Floating phone + email
------------------------------------------------------------- */
.floating-action {
  position: fixed;
  right: 20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-offwhite);
  font-size: 22px;
  text-decoration: none;
  z-index: 99999;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-action:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.floating-phone {
  top: 200px;
  background-color: #9c2f2f;
  animation: phone-pulse 2.5s infinite;
}

.floating-email {
  top: 270px;
  background-color: #9c2f2f;
}

@keyframes phone-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(156,47,47,0.6); }
  70%  { box-shadow: 0 0 0 14px rgba(156,47,47,0); }
  100% { box-shadow: 0 0 0 0 rgba(156,47,47,0); }
}

/* -------------------------------------------------------------
   Responsive
------------------------------------------------------------- */
@media (max-width: 991px) {
  .navbar-custom { letter-spacing: 0; }
  .titan-title-size-4 { letter-spacing: 12px; font-size: 38px; }
}

@media (max-width: 767px) {
  .navbar-custom .navbar-nav { letter-spacing: 3px; margin-top: 1px; margin-bottom: 0; }

  .navbar-custom li > a:hover { background: rgba(255, 255, 255, 0.1) !important; }

  .navbar-custom li a { border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important; }

  .navbar-custom .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown-toggle:after { right: 7px; content: none; }

  .navbar-custom .nav > .open > .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after { right: 7px; content: none; }

  .titan-title-size-1 { letter-spacing: 2px; font-size: 14px; }
  .titan-title-size-4 { letter-spacing: 4px; font-size: 24px; }

  .features-item { margin: 0 0 30px; }

  .callout-text { margin: 0 0 30px; }
  .callout-text, .callout-btn-box { text-align: center; }

  .footer { text-align: center; }
  .copyright { text-align: center; margin: 10px 0; }
}

@media (max-width: 575px) {
  .c-page-header { font-size: 30px; }
  .c-page-subtitle { font-size: 16px; }
}

/* FIX: mobile floating buttons (unset top) */
@media (max-width: 480px) {
  .floating-email { top: auto; bottom: 82px; }
  .floating-phone { top: auto; bottom: 16px; }
}

/* Product sticky */
@media (min-width: 992px) {
  .product-sticky { position: -webkit-sticky; position: sticky; top: 40px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  html { scroll-behavior: auto; }
  .floating-phone { animation: none; }
}

/* Improve touch targets in footer (mobile only) */
@media (max-width: 767px) {

  .footer-list li {
    margin-bottom: 10px; /* more spacing between rows */
  }

  .footer-list a {
    display: inline-block;   /* makes padding clickable */
    padding: 10px 6px;       /* increases tap area */
    line-height: 1.4;
  }

}