/* =========================================================
   Skycut visual enhance — CSS only
   Does NOT change routes, titles, H1/H2 text, or meta.
   ========================================================= */

:root {
  --sc-red: #e71717;
  --sc-red-dark: #c41212;
  --sc-olive: #8a8c83;
  --sc-ink: #1a1b19;
  --sc-charcoal: #232323;
  --sc-surface: #f4f4f2;
  --sc-white: #ffffff;
  --sc-muted: #6b6d66;
  --sc-radius: 10px;
  --sc-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  --sc-shadow-sm: 0 4px 14px rgba(0, 0, 0, 0.08);
  --sc-ease: cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* ---- Base / typography (override late Raleway rule) ---- */
body {
  background: var(--sc-surface) !important;
  color: var(--sc-ink) !important;
  font-family: 'Montserrat', 'Poppins', sans-serif !important;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Poppins', sans-serif;
  letter-spacing: -0.02em;
}

p {
  line-height: 1.7;
}

/* ---- Header / sub-header ---- */
.headerposition {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.08);
  backdrop-filter: saturate(1.1);
}

.sub-header {
  background: linear-gradient(90deg, #6f716a 0%, var(--sc-olive) 50%, #6f716a 100%);
  height: auto;
  min-height: 42px;
  line-height: 42px;
}

.sub-header ul.left-info li a {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  transition: opacity 0.25s var(--sc-ease);
}

.sub-header ul.left-info li a:hover {
  opacity: 0.85;
}

.sub-header ul.right-icons li a {
  transition: transform 0.25s var(--sc-ease), opacity 0.25s;
}

.sub-header ul.right-icons li a:hover {
  opacity: 1;
  transform: translateY(-1px);
}

header {
  background: rgba(255, 255, 255, 0.97);
}

.navbar .navbar-nav a.nav-link {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: color 0.25s var(--sc-ease);
}

.navbar .navbar-nav a.nav-link::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 0;
  height: 2px;
  background: var(--sc-red);
  transition: width 0.28s var(--sc-ease), left 0.28s var(--sc-ease);
}

.navbar .navbar-nav a.nav-link:hover::after,
.navbar .navbar-nav .active > .nav-link::after,
.navbar .navbar-nav .nav-link.active::after {
  width: 60%;
  left: 20%;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active > .nav-link,
.navbar .navbar-nav .nav-link.active {
  color: var(--sc-red) !important;
}

.img-fluid {
  transition: transform 0.35s var(--sc-ease);
}

.navbar-brand:hover .img-fluid,
header a:hover .img-fluid {
  transform: scale(1.03);
}

/* ---- Hero carousel ---- */
#carouselExampleIndicators {
  overflow: hidden;
  background: var(--sc-ink);
}

#carouselExampleIndicators .carousel-item img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  object-position: center;
}

#carouselExampleIndicators .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.45);
  margin: 0 5px;
  transition: transform 0.25s, background 0.25s;
}

#carouselExampleIndicators .carousel-indicators li.active {
  background: var(--sc-red);
  transform: scale(1.25);
}

#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
  width: 8%;
  opacity: 0.7;
  transition: opacity 0.25s;
}

#carouselExampleIndicators .carousel-control-prev:hover,
#carouselExampleIndicators .carousel-control-next:hover {
  opacity: 1;
}

#carouselExampleIndicators .carousel-control-prev-icon,
#carouselExampleIndicators .carousel-control-next-icon {
  width: 2.2rem;
  height: 2.2rem;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.45));
}

/* ---- Request callback strip ---- */
.request-form {
  background: linear-gradient(105deg, #151614 0%, #2a2b28 55%, #1f201d 100%);
  padding: 1.75rem 0;
  border-top: 3px solid var(--sc-red);
}

.request-form h4,
.request-form .piv {
  font-size: clamp(1rem, 2.2vw, 1.35rem) !important;
  font-weight: 600 !important;
  margin-top: 0.35rem !important;
  letter-spacing: 0.01em;
}

.request-form a.border-button {
  border-width: 2px;
  border-radius: 999px;
  padding: 8px 26px;
  float: none;
  display: inline-block;
  margin-top: 0;
  transition: background 0.3s var(--sc-ease), color 0.3s, transform 0.25s;
}

.request-form a.border-button:hover {
  background: var(--sc-red);
  border-color: var(--sc-red);
  color: #fff;
  transform: translateY(-2px);
}

.request-form a.border-button p {
  font-size: 1rem !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.request-form .row {
  align-items: center;
}

.request-form .col-md-4 {
  text-align: right;
}

/* ---- Section headings ---- */
.section-heading {
  margin-bottom: 2.5rem;
}

.section-heading span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  letter-spacing: 0.14em;
}

h1.text-4,
h3.text-4 {
  font-size: clamp(1.85rem, 4.5vw, 3.25rem) !important;
  margin-top: 1.5rem !important;
  font-weight: 800;
  line-height: 1.15;
}

.section-heading em,
.fun-facts em {
  color: var(--sc-red);
}

/* Featured products band */
div#bg-4 {
  background: linear-gradient(180deg, #0e0e0d 0%, #1a1b19 40%, #121311 100%);
  padding: 3.5rem 0 2.5rem;
}

.services#bg-4,
.services {
  position: relative;
}

/* ---- Product cards ---- */
.service-item {
  border-radius: var(--sc-radius);
  overflow: hidden;
  background: var(--sc-white);
  box-shadow: var(--sc-shadow-sm);
  transition: transform 0.35s var(--sc-ease), box-shadow 0.35s var(--sc-ease);
  position: relative;
}

.service-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--sc-shadow);
}

.service-item > a[style*="height: 220px"],
.service-item a[style*="height: 220px"] {
  position: relative;
}

.service-item img {
  transition: transform 0.55s var(--sc-ease);
}

.service-item:hover img {
  transform: scale(1.06);
}

.service-item .down-content {
  background: var(--sc-white);
  padding: 1.5rem 1.35rem 1.75rem;
  text-align: left;
}

.service-item .down-content h4 {
  font-size: 1.65rem !important;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin-bottom: 0.65rem;
  color: var(--sc-ink);
  transition: color 0.25s;
  text-transform: none;
}

.service-item:hover .down-content h4 {
  color: var(--sc-red);
}

.service-item .down-content p {
  color: var(--sc-muted);
  font-size: 13.5px;
  line-height: 1.65;
  margin-bottom: 1rem;
}

.product_extra {
  left: auto;
  right: 0;
  top: 14px;
  width: auto;
  min-width: 52px;
  height: 28px;
  padding: 0 12px;
  transform: none;
  border-radius: 4px 0 0 4px;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.product_extra a {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 28px;
}

.product_new {
  background: var(--sc-red);
}

.blink {
  animation: sc-badge-pulse 1.6s ease-in-out infinite;
}

@keyframes sc-badge-pulse {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.25); }
}

/* ---- Buttons ---- */
a.filled-button,
a.fill-button {
  border-radius: 999px;
  letter-spacing: 0.06em;
  box-shadow: 0 6px 16px rgba(231, 23, 23, 0.28);
  transition: transform 0.25s var(--sc-ease), background 0.25s, color 0.25s, box-shadow 0.25s;
}

a.filled-button:hover,
a.fill-button:hover {
  background: var(--sc-ink) !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

a.filled-button {
  padding: 11px 36px;
  font-size: 13px;
}

div#bg-9876 {
  background: var(--sc-ink);
  padding: 2.25rem 0;
  text-align: center;
}

div#bg-9876 .service-item {
  background: transparent;
  box-shadow: none;
  transform: none !important;
}

div#bg-9876 .service-item:hover {
  box-shadow: none;
}

/* ---- About / fun-facts ---- */
.fun-facts {
  padding: 100px 0;
  background-attachment: scroll;
}

.fun-facts:before {
  background: linear-gradient(115deg, rgba(0, 0, 0, 0.72) 0%, rgba(20, 20, 18, 0.55) 100%);
}

.fun-facts .left-image {
  border-radius: var(--sc-radius);
  overflow: hidden;
  box-shadow: var(--sc-shadow);
}

.fun-facts .left-image img,
.fun-facts .img-fluid-1 {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s var(--sc-ease);
}

.fun-facts .left-image:hover img {
  transform: scale(1.04);
}

.fun-facts h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.25rem);
  font-weight: 700;
  line-height: 1.25;
}

.fun-facts span {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.16em;
  font-size: 12px;
}

.fun-facts p {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
}

/* ---- Reviews ---- */
.more-info#bg-4 {
  padding-bottom: 3rem;
}

#tabs ul li a {
  display: block;
  padding: 1rem 1.1rem;
  margin-bottom: 0.65rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.88) !important;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
  line-height: 1.55 !important;
}

#tabs ul li a:hover,
#tabs ul li.ui-tabs-active a,
#tabs ul li.ui-state-active a {
  background: rgba(231, 23, 23, 0.15);
  border-color: rgba(231, 23, 23, 0.45);
  transform: translateX(4px);
}

#tabs .txt-small {
  display: block;
  margin-top: 0.5rem;
  color: var(--sc-red);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.tabs-content article {
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--sc-radius);
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.tabs-content article img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.tabs-content article h4 a {
  color: var(--sc-red) !important;
  font-weight: 700;
}

.tabs-content article p {
  color: rgba(255, 255, 255, 0.8);
}

/* ---- Enquiry popup ---- */
.bts-popup {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 16px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  filter: none;
}

.bts-popup-container {
  background: #ffffff !important;
  border-radius: 12px !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35) !important;
  border: none !important;
  width: min(92vw, 420px) !important;
  max-width: 420px !important;
  max-height: min(92vh, 900px);
  margin: 0 auto !important;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  flex-shrink: 0;
}

.bts-popup-container p {
  color: var(--sc-ink);
}

.bts-popup-container .bts-popup-close {
  z-index: 5;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 50%;
}

.bts-popup-container .bts-popup-close::before,
.bts-popup-container .bts-popup-close::after {
  background-color: #1a1b19 !important;
}

/* Form polish inside popup (overrides global label/input rules) */
.bts-popup-container label,
.skycut-form-wrapper label,
.skycut-form-label {
  float: none !important;
  display: block;
  width: 100%;
}

.skycut-form-wrapper {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 12px 8px 4px !important;
}

.skycut-form-wrapper .skycut-form-control,
.skycut-form-wrapper input,
.skycut-form-wrapper select,
.skycut-form-wrapper textarea {
  max-width: 100%;
  box-sizing: border-box;
}

.skycut-phone-wrapper {
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
}

.skycut-phone-wrapper select,
.skycut-phone-wrapper input {
  width: auto !important;
  margin: 0 !important;
  max-width: 100%;
}

.skycut-phone-wrapper select {
  flex: 0 0 96px;
  min-width: 88px;
  max-width: 40%;
}

.skycut-phone-wrapper input {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

/* ---- Float CTAs ---- */
a.float,
a.float-call {
  width: 56px;
  height: 56px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  transition: transform 0.25s var(--sc-ease), box-shadow 0.25s;
}

a.float:hover,
a.float-call:hover {
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

a.float {
  bottom: 36px;
  right: 28px;
}

a.float-call {
  bottom: 104px;
  right: 28px;
}

/* ---- Footer ---- */
footer {
  background: linear-gradient(180deg, #1c1c1a 0%, #141413 100%);
  padding-top: 3.5rem;
  padding-bottom: 2rem;
}

footer h4 {
  position: relative;
  padding-bottom: 0.75rem;
  margin-bottom: 1.15rem !important;
  font-weight: 700;
  letter-spacing: 0.02em;
}

footer h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 3px;
  background: var(--sc-red);
  border-radius: 2px;
}

footer p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  font-size: 13.5px;
}

footer ul.menu-list li a:hover {
  color: var(--sc-red) !important;
  padding-left: 4px;
}

footer ul.social-icons li a {
  transition: background 0.25s, color 0.25s, transform 0.25s;
}

footer ul.social-icons li a:hover {
  background: var(--sc-red) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

footer .contact-form input,
footer .contact-form textarea {
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background-color: #2a2a28 !important;
  transition: border-color 0.25s, background 0.25s;
}

footer .contact-form input:focus,
footer .contact-form textarea:focus {
  border-color: var(--sc-red) !important;
  background-color: #323230 !important;
}

footer .contact-form button.filled-button {
  background: var(--sc-red) !important;
  border-radius: 999px;
}

footer .contact-form button.filled-button:hover {
  background: #fff !important;
  color: var(--sc-ink) !important;
}

.sub-footer {
  background: #0f0f0e;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.sub-footer p {
  background: transparent !important;
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

/* ---- Scroll reveal ---- */
.sc-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--sc-ease), transform 0.7s var(--sc-ease);
}

.sc-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.sc-reveal-delay-1 { transition-delay: 0.08s; }
.sc-reveal-delay-2 { transition-delay: 0.16s; }
.sc-reveal-delay-3 { transition-delay: 0.24s; }

@media (prefers-reduced-motion: reduce) {
  .sc-reveal,
  .service-item,
  .service-item img,
  a.filled-button,
  a.fill-button,
  .blink {
    transition: none !important;
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ---- Global mobile safety ---- */
html {
  overflow-x: hidden;
  max-width: 100%;
}

img,
video,
iframe,
embed,
object {
  max-width: 100%;
  height: auto;
}

table {
  max-width: 100%;
}

.goog-te-banner-frame,
.skiptranslate > iframe.goog-te-banner-frame,
body > .skiptranslate {
  display: none !important;
}

body {
  top: 0 !important;
}

/* ---- Responsive polish ---- */
@media (max-width: 991px) {
  .sub-header {
    display: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .headerposition {
    width: 100%;
    max-width: 100%;
  }

  header .navbar .container {
    position: relative;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  header .navbar img.img-fluid,
  header .navbar a > img {
    max-width: 140px;
    height: auto;
  }

  .navbar .navbar-toggler {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  #navbarResponsive {
    top: 100% !important;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
  }

  section[style*="margin-top:135px"] {
    margin-top: 90px !important;
  }

  .request-form {
    text-align: center;
    padding: 1.25rem 0;
  }

  .request-form .col-md-4 {
    text-align: center;
    margin-top: 1rem;
  }

  .request-form a.border-button {
    float: none;
    display: inline-block;
  }

  #carouselExampleIndicators .carousel-item img {
    max-height: 320px;
  }

  .fun-facts {
    padding: 70px 0;
  }

  .fun-facts .left-image {
    margin-bottom: 1.75rem;
  }

  .services .col-md-4,
  .services [class*="col-"] {
    margin-bottom: 1.25rem;
  }

  .service-item a[style*="height: 220px"] {
    height: 200px !important;
  }

  footer .footer-item {
    margin-bottom: 1.75rem;
  }

  .me,
  .social {
    display: none !important;
  }

  .bts-popup {
    padding: 12px;
    align-items: flex-start;
    padding-top: max(12px, env(safe-area-inset-top));
    padding-bottom: max(12px, env(safe-area-inset-bottom));
  }

  .bts-popup-container {
    width: min(94vw, 420px) !important;
    max-height: calc(100vh - 24px);
    margin: 12px auto !important;
  }

  .is-visible .bts-popup-container {
    padding: 12px !important;
  }

  .skycut-form-header {
    font-size: 16px !important;
    margin-bottom: 14px !important;
  }
}

@media (max-width: 575px) {
  section[style*="margin-top:135px"] {
    margin-top: 78px !important;
  }

  header .navbar img.img-fluid,
  header .navbar a > img {
    max-width: 120px;
  }

  #carouselExampleIndicators .carousel-item img {
    max-height: 220px;
  }

  .section-heading {
    margin-bottom: 1.5rem;
  }

  h1.text-4,
  h3.text-4 {
    font-size: clamp(1.45rem, 7vw, 2rem) !important;
  }

  .service-item .down-content {
    padding: 1.15rem;
  }

  .service-item .down-content h4 {
    font-size: 1.25rem !important;
  }

  .service-item a[style*="height: 220px"] {
    height: 180px !important;
  }

  a.filled-button {
    padding: 10px 24px;
    font-size: 12px;
  }

  a.float,
  a.float-call {
    width: 50px;
    height: 50px;
    right: 14px;
  }

  a.float {
    bottom: 18px;
  }

  a.float-call {
    bottom: 76px;
  }

  .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .bts-popup-container {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    border-radius: 10px !important;
  }

  .skycut-form-wrapper {
    padding: 8px 4px 2px !important;
  }

  .skycut-form-control,
  .skycut-phone-wrapper {
    height: 44px !important;
  }

  .skycut-textarea {
    height: 72px !important;
  }

  .skycut-submit-btn {
    height: 44px !important;
    font-size: 13px !important;
  }

  .skycut-phone-wrapper select {
    flex-basis: 86px;
    font-size: 12px !important;
    padding: 0 6px !important;
  }

  /* Product page tables / wide content */
  .product_grid,
  .product_info,
  .tabs-content,
  .more-info,
  .callback-form,
  .contact-us {
    max-width: 100%;
    overflow-x: auto;
  }

  table {
    display: block;
    width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
