@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Roboto", Arial, serif;
  line-height: 1.8;
  font-size: 20px;
  background: #f0f0f0;
  font-weight: 300;
  overflow-x: hidden;
}
body.menu-show {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}

#fh5co-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#fh5co-wrapper > div {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

a {
  color: #FA7E0A;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: underline;
  color: #FA7E0A;
}
a:focus, a:active {
  outline: none;
}

p, span {
  margin-bottom: 1.5em;
  font-size: 18px;
  color: #727272;
  font-weight: 300;
  font-family: "Roboto", Arial, serif;
}

span {
  font-size: 18px;
  color: rgba(114, 114, 114, 0.8);
}

h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Roboto Slab", Arial, sans-serif;
  font-weight: 300;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::-moz-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

#fh5co-page {
  position: relative;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background: #fff;
}
.menu-show #fh5co-page {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

#fh5co-main-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1002;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  overflow-y: scroll;
}
#fh5co-main-nav .fh5co-nav-toggle {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 20px;
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0.1);
  line-height: 0;
  padding: 0 !important;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-main-nav .fh5co-nav-toggle:hover {
  background: rgba(0, 0, 0, 0.7);
}
#fh5co-main-nav .fh5co-nav-toggle i {
  top: 19px !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  text-indent: 0;
}
#fh5co-main-nav .fh5co-nav-toggle.show {
  visibility: visible;
  opacity: 1;
}
.menu-show #fh5co-main-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#fh5co-main-nav ul {
  text-align: center;
  padding: 50px 0 0 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-main-nav ul {
    padding: 20px 0 0 0;
  }
}
#fh5co-main-nav ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
#fh5co-main-nav ul li a {
  display: block;
  width: 100%;
  color: white;
  font-size: 30px;
  padding: 10px 20px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  #fh5co-main-nav ul li a {
    font-size: 30px;
    padding: 10px 0;
  }
}
#fh5co-main-nav ul li a:hover {
  background: rgba(0, 0, 0, 0.4);
}
#fh5co-main-nav ul li a:hover, #fh5co-main-nav ul li a:active, #fh5co-main-nav ul li a:focus {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  text-decoration: none;
}
#fh5co-main-nav ul li.active a {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  #fh5co-main-nav ul li {
    display: block;
  }
}

.fh5co-table {
  display: table;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-table {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}
.fh5co-table .fh5co-table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .fh5co-table .fh5co-table-cell {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #FA7E0A;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #FA7E0A;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

header {
  padding: 3em 0;
}
@media screen and (max-width: 768px) {
  header {
    padding: 2em 0;
  }
}
header .fh5co-navbar-brand {
  float: left;
  width: 100%;
  position: relative;
}
header .fh5co-navbar-brand h1 {
  width: 100%;
  float: left;
  display: block;
}
header .fh5co-navbar-brand .fh5co-logo {
  font-size: 35px;
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
}
header .fh5co-navbar-brand .fh5co-logo i {
  font-size: 50px;
}
header .fh5co-navbar-brand .fh5co-logo:hover {
  text-decoration: none !important;
  color: #000 !important;
}
header .fh5co-navbar-brand .fh5co-logo:active, header .fh5co-navbar-brand .fh5co-logo:focus {
  outline: none;
  text-decoration: none;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
  position: absolute !important;
  top: 0;
  right: 0;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #000;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all .2s ease-out;
}
.menu-show .fh5co-nav-toggle i {
  background: #fff;
  color: #fff;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menu-show .fh5co-nav-toggle i::before, .menu-show .fh5co-nav-toggle i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  float: right;
  z-index: 1003;
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    top: 0px;
  }
}

#fh5co-photos-section, #fh5co-contact-section,
#fh5co-services-section, #fh5co-about-section,
#fh5co-map-section {
  padding-bottom: 5em;
}

#fh5co-intro-section {
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.intro-heading {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .intro-heading {
    font-size: 30px;
  }
}

.ri-grid ul li {
  background: transparent !important;
}
.ri-grid ul li a .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(250, 126, 10, 0.8);
  opacity: 0;
  padding-top: 35%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ri-grid ul li a .desc h3 {
  font-size: 20px;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.ri-grid ul li a .desc h3 span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.ri-grid ul li a:hover .desc, .ri-grid ul li a:focus .desc {
  opacity: 1;
}
.ri-grid ul li a:hover img, .ri-grid ul li a:focus img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  border: 1px solid red;
}

.grid-photo {
  position: relative;
  width: 100%;
  height: 350px;
  float: left;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.grid-photo .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(250, 126, 10, 0.8);
  padding-top: 140px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.grid-photo .desc h3 {
  color: white;
  text-decoration: none;
  margin-bottom: 5px;
}
.grid-photo .desc span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.grid-photo:hover .desc, .grid-photo:focus .desc {
  opacity: 1;
}

.fh5co-counters {
  padding: 3em 0;
  background: #e6e6e6;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.fh5co-counters .heading-section h2 {
  color: #fff;
  font-weight: 400;
  font-size: 40px;
}
.fh5co-counters .fh5co-counter {
  font-size: 60px;
  display: block;
  color: #fff;
  font-family: "Roboto", Arial, serif;
  width: 100%;
  font-weight: 700;
  margin-bottom: 0em;
}
.fh5co-counters .fh5co-counter-label {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

.services {
  position: relative;
  padding: 30px;
  padding-top: 90px;
  margin-top: 60px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .services {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .services {
    margin-bottom: 30px;
  }
}
.services span {
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
}
.services span i {
  font-size: 60px;
  padding: 30px;
  color: #FA7E0A;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#fh5co-about-section .about {
  width: 100%;
  margin-bottom: 40px;
}
#fh5co-about-section .about > img {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
  color: #727272;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #727272;
}
.contact-info li a {
  color: #727272;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.8);
}

input[type="text"] {
  height: 50px;
}

.form-group {
  margin-bottom: 30px;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

#footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4em 0;
}
#footer h3 {
  font-size: 18px;
  font-weight: 400;
}
#footer ul {
  margin: 0;
  padding: 0;
}
#footer ul li {
  font-size: 18px;
  list-style: none;
  margin-bottom: 0;
}
#footer ul li a {
  color: #727272;
}
#footer .float {
  width: 50%;
  float: left;
}
@media screen and (max-width: 768px) {
  #footer .float {
    width: 100%;
  }
}
#footer .copy-right {
  padding-top: 4em;
}
#footer a {
  color: black;
}
#footer a:hover, #footer a:focus {
  text-decoration: none;
  color: #FA7E0A;
}

.fh5co-social-icon a {
  padding: 0 5px;
}
.fh5co-social-icon a i {
  color: #000;
}
.fh5co-social-icon a:hover, .fh5co-social-icon a:focus {
  text-decoration: none;
}

.heading-section {
  margin-bottom: 3em;
}
.heading-section h2 {
  font-size: 34px;
  font-weight: 300;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.js .animate-box {
  opacity: 0;
}

/* ==========================================================================
   PLASTOURA GMBH - MODERN CORPORATE DESIGN SYSTEM
   ========================================================================== */

:root {
  --plast-navy: #0c2340;
  --plast-navy-dark: #071526;
  --plast-green: #2e8b34;
  --plast-green-dark: #236f28;
  --plast-green-light: #e8f5e9;
  --plast-gray-dark: #1f2937;
  --plast-gray-mid: #4b5563;
  --plast-gray-light: #f3f4f6;
  --plast-white: #ffffff;
  --plast-font-main: 'Outfit', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --plast-font-script: 'Caveat', cursive;
  --plast-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --plast-shadow-md: 0 6px 20px rgba(0, 0, 0, 0.08);
  --plast-shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.12);
  --plast-radius-sm: 6px;
  --plast-radius-md: 10px;
  --plast-radius-pill: 9999px;
}

body {
  font-family: var(--plast-font-main);
  background-color: #ffffff;
  color: var(--plast-gray-dark);
  margin: 0;
  padding: 0;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ----------------- MODERN NAVBAR ----------------- */
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 1000;
  box-shadow: 0 2px 14px rgba(12, 35, 64, 0.06);
  transition: all 0.3s ease;
}

.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 116px;
}

.brand-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo-img {
  width: 250px;
  height: 100px;
  max-width: 250px;
  max-height: 100px;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.main-navigation .nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 32px;
}

.main-navigation .nav-item a {
  font-family: var(--plast-font-main);
  font-size: 15px;
  font-weight: 500;
  color: #2d3748;
  text-decoration: none;
  padding: 6px 0;
  position: relative;
  transition: color 0.2s ease;
}

.main-navigation .nav-item a:hover {
  color: var(--plast-green);
}

.main-navigation .nav-item.active a {
  color: var(--plast-green);
  font-weight: 600;
}

.main-navigation .nav-item.active a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2.5px;
  background: var(--plast-green);
  border-radius: 2px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.lang-selector-modern {
  position: relative;
}

.lang-current-btn {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: var(--plast-radius-pill);
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--plast-navy);
  font-family: var(--plast-font-main);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(12, 35, 64, 0.04);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
}

.lang-current-btn:hover,
.lang-selector-modern.open .lang-current-btn {
  border-color: var(--plast-green);
  background: #ffffff;
  color: var(--plast-green-dark);
  box-shadow: 0 4px 14px rgba(46, 139, 52, 0.16);
  transform: translateY(-1px);
}

.lang-globe-svg {
  width: 17px;
  height: 17px;
  color: var(--plast-green);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.lang-current-btn:hover .lang-globe-svg {
  transform: rotate(20deg);
}

.lang-code {
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1;
}

.lang-chevron-svg {
  width: 13px;
  height: 13px;
  color: #94a3b8;
  flex-shrink: 0;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s ease;
}

.lang-selector-modern.open .lang-chevron-svg {
  transform: rotate(180deg);
  color: var(--plast-green);
}

/* Floating Glassmorphism Dropdown */
.lang-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 210px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 20px 40px -8px rgba(12, 35, 64, 0.16), 0 6px 16px rgba(0, 0, 0, 0.04);
  padding: 8px;
  z-index: 1200;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px) scale(0.96);
  transition: opacity 0.22s cubic-bezier(0.16, 1, 0.3, 1), transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.22s;
  pointer-events: none;
}

.lang-selector-modern:hover .lang-dropdown-menu,
.lang-dropdown-menu.show,
.lang-selector-modern.open .lang-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.lang-dropdown-header {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #94a3b8;
  padding: 6px 12px 8px 12px;
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 4px;
}

.lang-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 12px;
  border-radius: 10px;
  text-decoration: none !important;
  transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1);
}

.lang-item:hover {
  background: #f0fdf4;
  transform: translateX(3px);
}

.lang-item.active {
  background: #f8fafc;
}

.lang-flag-badge {
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  flex-shrink: 0;
}

.lang-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.lang-name {
  font-family: var(--plast-font-main);
  font-size: 13.5px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.25;
}

.lang-item:hover .lang-name {
  color: var(--plast-green-dark);
}

.lang-native {
  font-size: 11px;
  color: #64748b;
  font-weight: 500;
}

.lang-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(46, 139, 52, 0.12);
  color: var(--plast-green);
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mobile-menu-btn {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-direction: column;
  gap: 5px;
}

.mobile-menu-btn span {
  display: block;
  width: 24px;
  height: 2.5px;
  background: var(--plast-navy);
  border-radius: 2px;
  transition: all 0.2s ease;
}

/* ----------------- HERO SECTION ----------------- */
.plastoura-hero {
  position: relative;
  background: #ffffff;
  overflow: hidden;
  border-bottom: 1px solid #e5e7eb;
}

.hero-layout-grid {
  display: flex;
  min-height: 480px;
  align-items: stretch;
}

.hero-left-content {
  flex: 0 0 46%;
  max-width: 580px;
  padding: 48px 36px 40px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}

.hero-main-title {
  font-family: var(--plast-font-main);
  font-size: 44px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.8px;
  color: var(--plast-navy);
  margin: 0 0 14px 0;
}

.hero-title-green {
  color: var(--plast-green);
  display: block;
}

.hero-subheadline {
  font-size: 19px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 12px 0;
  letter-spacing: -0.2px;
}

.hero-lead-text {
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
  margin: 0 0 28px 0;
  max-width: 480px;
}

.hero-cta-wrapper {
  margin-bottom: 32px;
}

.btn-hero-primary,
.btn-hero-primary span {
  color: #ffffff !important;
}

.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--plast-green);
  font-family: var(--plast-font-main);
  font-size: 15px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: var(--plast-radius-pill);
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(46, 139, 52, 0.35);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-hero-primary:hover {
  background: var(--plast-green-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(46, 139, 52, 0.45);
}

.btn-hero-primary .arrow {
  font-size: 18px;
  transition: transform 0.2s ease;
}

.btn-hero-primary:hover .arrow {
  transform: translateX(4px);
}

.hero-badges-strip {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-top: 10px;
  border-top: 1px solid #f1f5f9;
}

.trust-badge-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #1f2937;
}

.trust-icon-svg {
  width: 20px;
  height: 20px;
  color: var(--plast-green);
  flex-shrink: 0;
}

/* Right Visual */
.hero-right-visual {
  flex: 1;
  position: relative;
  min-height: 440px;
  background: #e2e8f0;
  overflow: hidden;
}

.hero-main-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero-script-tag {
  position: absolute;
  top: 20px;
  right: 28px;
  font-family: var(--plast-font-script);
  font-size: 34px;
  font-weight: 700;
  color: #7dd3fc;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  transform: rotate(-6deg);
  pointer-events: none;
  z-index: 3;
}

.hero-impact-badge {
  position: absolute;
  bottom: 24px;
  right: 28px;
  width: 112px;
  height: 112px;
  background: rgba(18, 62, 34, 0.88);
  backdrop-filter: blur(5px);
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  padding: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  z-index: 3;
}

.badge-earth-svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  margin-bottom: 4px;
}

.badge-txt-primary {
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 1.15;
}

.badge-txt-secondary {
  font-size: 7.5px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #86efac;
}

.hero-nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  transition: all 0.2s ease;
  font-size: 16px;
}

.hero-nav-arrow:hover {
  background: rgba(46, 139, 52, 0.85);
  border-color: #ffffff;
}

.hero-nav-prev {
  left: 16px;
}

.hero-nav-next {
  right: 16px;
}

/* ----------------- 6 PRODUCT CARDS STRIP ----------------- */
.product-strip-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  margin: 0;
  padding: 0;
  background: #0d1721;
}

.prod-card-item {
  position: relative;
  height: 140px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 14px 12px;
  text-decoration: none !important;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease;
}

.prod-card-item:last-child {
  border-right: none;
}

.prod-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(10, 22, 34, 0.25) 0%, rgba(8, 18, 28, 0.82) 65%, rgba(6, 14, 22, 0.95) 100%);
  z-index: 1;
  transition: background 0.3s ease;
}

.prod-card-item:hover .prod-card-overlay {
  background: linear-gradient(180deg, rgba(46, 139, 52, 0.3) 0%, rgba(10, 28, 16, 0.85) 65%, rgba(6, 18, 10, 0.96) 100%);
}

.prod-card-item:hover {
  transform: translateY(-3px);
  box-shadow: inset 0 -3px 0 var(--plast-green);
}

.prod-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.prod-icon-svg {
  width: 22px;
  height: 22px;
  color: #ffffff;
  flex-shrink: 0;
  margin-top: 2px;
}

.prod-text-wrap {
  display: flex;
  flex-direction: column;
}

.prod-name {
  font-family: var(--plast-font-main);
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin: 0 0 2px 0;
}

.prod-sub {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.25;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
}

/* ----------------- MISSION RIVER BANNER ----------------- */
.mission-river-section {
  position: relative;
  padding: 44px 28px;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  overflow: hidden;
}

.mission-backdrop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(6, 24, 14, 0.94) 0%, rgba(8, 32, 18, 0.82) 45%, rgba(6, 24, 14, 0.92) 100%);
  z-index: 1;
}

.mission-inner-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.mission-title-bold {
  font-family: var(--plast-font-main);
  font-size: 27px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
  min-width: 250px;
  letter-spacing: -0.4px;
}

.mission-desc-border {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  border-left: 2px solid rgba(255, 255, 255, 0.35);
  padding-left: 24px;
  margin: 0;
  max-width: 540px;
}

.btn-mission-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: var(--plast-radius-pill);
  padding: 11px 24px;
  font-family: var(--plast-font-main);
  font-size: 14px;
  font-weight: 600;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(4px);
  transition: all 0.25s ease;
}

.btn-mission-outline:hover {
  background: #ffffff;
  color: var(--plast-navy) !important;
  border-color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

/* ----------------- CORPORATE CONTENT SECTIONS ----------------- */
.content-section {
  padding: 70px 24px;
}

.content-section-alt {
  background: #f8fafc;
}

.section-container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header-centered {
  text-align: center;
  margin-bottom: 48px;
}

.section-badge-pill {
  display: inline-block;
  background: var(--plast-green-light);
  color: var(--plast-green-dark);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 5px 14px;
  border-radius: var(--plast-radius-pill);
  margin-bottom: 12px;
}

.section-headline {
  font-family: var(--plast-font-main);
  font-size: 34px;
  font-weight: 800;
  color: var(--plast-navy);
  margin: 0 0 14px 0;
  letter-spacing: -0.5px;
}

.section-lead {
  font-size: 16px;
  color: var(--plast-gray-mid);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.6;
}

.features-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.feature-box-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: var(--plast-radius-md);
  padding: 32px 26px;
  transition: all 0.3s ease;
}

.feature-box-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--plast-shadow-md);
  border-color: #cbd5e1;
}

.feature-icon-circle {
  width: 52px;
  height: 52px;
  background: var(--plast-green-light);
  color: var(--plast-green);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 22px;
}

.feature-title {
  font-size: 19px;
  font-weight: 700;
  color: var(--plast-navy);
  margin: 0 0 10px 0;
}

.feature-text {
  font-size: 14.5px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* ----------------- MODERN FOOTER ----------------- */
.site-footer {
  background: #081422;
  color: #cbd5e1;
  padding: 60px 24px 0 24px;
  font-family: var(--plast-font-main);
}

.footer-container {
  max-width: 1240px;
  margin: 0 auto;
}

.footer-top-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.2fr 1.4fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-logo {
  height: 54px;
  width: auto;
  margin-bottom: 16px;
  display: block;
}

.footer-mission {
  font-size: 14px;
  line-height: 1.6;
  color: #94a3b8;
  margin: 0 0 12px 0;
  max-width: 320px;
}

.footer-tagline {
  font-size: 13.5px;
  color: #86efac;
  margin: 0;
}

.footer-col-title {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin: 0 0 18px 0;
}

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

.footer-list li {
  margin-bottom: 10px;
}

.footer-list a {
  color: #94a3b8;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-list a:hover {
  color: #ffffff;
  padding-left: 3px;
}

.footer-contact-details {
  font-size: 14px;
  line-height: 1.7;
  color: #94a3b8;
}

.footer-contact-details p {
  margin: 0 0 10px 0;
}

.footer-contact-details a {
  color: #86efac;
  text-decoration: none;
}

.footer-contact-details a:hover {
  text-decoration: underline;
}

.footer-bottom-bar {
  padding: 22px 0 28px 0;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #64748b;
}

.copyright-text {
  margin: 0;
}

.legal-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}

.legal-links a {
  color: #64748b;
  text-decoration: none;
}

.legal-links a:hover {
  color: #cbd5e1;
}

/* ----------------- RESPONSIVE QUERIES ----------------- */
@media (max-width: 1080px) {
  .hero-layout-grid {
    flex-direction: column;
  }
  .hero-left-content {
    flex: auto;
    max-width: 100%;
    padding: 40px 24px;
  }
  .hero-right-visual {
    min-height: 380px;
  }
  .product-strip-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .prod-card-item:nth-child(3) {
    border-right: none;
  }
  .mission-inner-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .mission-desc-border {
    border-left: none;
    padding-left: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding-top: 14px;
  }
  .footer-top-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .main-navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: var(--plast-shadow-lg);
    padding: 20px;
  }
  .main-navigation.open {
    display: block;
  }
  .main-navigation .nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .mobile-menu-btn {
    display: flex;
  }
  .hero-main-title {
    font-size: 32px;
  }
  .hero-badges-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .product-strip-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .features-grid-3 {
    grid-template-columns: 1fr;
  }
  .footer-top-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom-inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

/* ==========================================================================
   PROGRESSIVE HORIZONTAL GALLERY (V1 & V2) & LIGHTBOX
   ========================================================================== */
.gallery-showcase-section {
  position: relative;
  padding: 68px 0 74px 0;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  overflow: hidden;
}

.gallery-inner-container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 24px;
}

.gallery-header-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.gallery-header-info {
  max-width: 650px;
}

.gallery-main-title {
  font-family: var(--plast-font-main);
  font-size: 32px;
  font-weight: 800;
  color: var(--plast-navy);
  margin: 8px 0 10px 0;
  letter-spacing: -0.5px;
}

.gallery-lead-text {
  font-size: 15px;
  line-height: 1.55;
  color: #475569;
  margin: 0;
}

.gallery-header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.gallery-progress-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  padding: 7px 16px;
  border-radius: var(--plast-radius-pill);
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
  transition: all 0.3s ease;
}

.gallery-progress-pill.completed {
  border-color: #86efac;
  background: #f0fdf4;
  color: var(--plast-green-dark);
}

.gallery-pulse-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--plast-green);
  display: inline-block;
  animation: galPulse 1.4s infinite ease-in-out;
}

.gallery-progress-pill.completed .gallery-pulse-dot {
  animation: none;
  background: var(--plast-green);
}

@keyframes galPulse {
  0% { transform: scale(0.9); opacity: 0.5; }
  50% { transform: scale(1.3); opacity: 1; box-shadow: 0 0 10px rgba(46, 139, 52, 0.6); }
  100% { transform: scale(0.9); opacity: 0.5; }
}

.gallery-nav-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.gal-nav-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: var(--plast-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  transition: all 0.2s ease;
}

.gal-nav-arrow:hover {
  background: var(--plast-green);
  border-color: var(--plast-green);
  color: #ffffff;
  transform: scale(1.05);
}

.gal-nav-toggle {
  font-size: 14px;
}

/* Filter Tabs */
.gallery-filter-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.gal-tab-btn {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: var(--plast-radius-pill);
  padding: 6px 18px;
  font-size: 13.5px;
  font-weight: 600;
  color: #475569;
  cursor: pointer;
  transition: all 0.2s ease;
}

.gal-tab-btn:hover {
  border-color: var(--plast-green);
  color: var(--plast-green-dark);
}

.gal-tab-btn.active {
  background: var(--plast-navy);
  border-color: var(--plast-navy);
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(12, 35, 64, 0.2);
}

/* Gallery Viewport and Track */
.gallery-viewport {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 12px 2px 24px 2px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #94a3b8 #f1f5f9;
}

.gallery-viewport::-webkit-scrollbar {
  height: 8px;
}

.gallery-viewport::-webkit-scrollbar-track {
  background: #e2e8f0;
  border-radius: 4px;
}

.gallery-viewport::-webkit-scrollbar-thumb {
  background: #94a3b8;
  border-radius: 4px;
}

.gallery-viewport::-webkit-scrollbar-thumb:hover {
  background: var(--plast-green);
}

.gallery-track-horizontal {
  display: flex;
  gap: 16px;
  width: max-content;
  align-items: stretch;
}

/* Gallery Item Cards */
.gal-card-item {
  flex: 0 0 240px;
  width: 240px;
  height: 220px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 14px rgba(12, 35, 64, 0.05);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  user-select: none;
}

.gal-card-item.gal-anim-enter {
  opacity: 0;
  transform: translateX(30px) scale(0.95);
  animation: galCardSlideIn 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes galCardSlideIn {
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.gal-card-item:hover {
  transform: translateY(-4px);
  border-color: var(--plast-green);
  box-shadow: 0 12px 28px rgba(46, 139, 52, 0.2);
}

.gal-img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: #e2e8f0;
  overflow: hidden;
}

.gal-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}

.gal-card-item:hover .gal-card-img {
  transform: scale(1.08);
}

.gal-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(12, 35, 64, 0.1) 0%, rgba(12, 35, 64, 0.75) 100%);
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 14px;
  transition: opacity 0.25s ease;
}

.gal-card-item:hover .gal-card-overlay {
  opacity: 1;
}

.gal-badge-pill {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(12, 35, 64, 0.82);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--plast-radius-pill);
  letter-spacing: 0.3px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.2);
  z-index: 2;
}

.gal-badge-pill.v2 {
  background: rgba(46, 139, 52, 0.88);
}

.gal-zoom-hint {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}

.gal-zoom-hint span {
  font-size: 15px;
}

/* Lightbox Modal */
.gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
}

.gallery-lightbox.active {
  display: flex;
}

.lightbox-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 20, 32, 0.92);
  backdrop-filter: blur(8px);
}

.lightbox-dialog {
  position: relative;
  z-index: 2;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lightbox-close {
  position: absolute;
  top: -46px;
  right: 0;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 38px;
  cursor: pointer;
  line-height: 1;
  transition: transform 0.2s ease, color 0.2s ease;
}

.lightbox-close:hover {
  color: var(--plast-green);
  transform: scale(1.15);
}

.lightbox-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.lightbox-nav-btn:hover {
  background: var(--plast-green);
  border-color: var(--plast-green);
  transform: translateY(-50%) scale(1.08);
}

.lightbox-prev {
  left: -68px;
}

.lightbox-next {
  right: -68px;
}

.lightbox-img-wrapper {
  max-width: 86vw;
  max-height: 78vh;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-image {
  max-width: 86vw;
  max-height: 78vh;
  object-fit: contain;
  display: block;
}

.lightbox-footer {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #cbd5e1;
  font-size: 14px;
}

.lightbox-caption {
  font-weight: 600;
  color: #ffffff;
}

.lightbox-counter {
  color: #94a3b8;
  font-size: 13px;
}

@media (max-width: 768px) {
  .gallery-main-title {
    font-size: 24px;
  }
  .lightbox-prev {
    left: 8px;
  }
  .lightbox-next {
    right: 8px;
  }
  .gal-card-item {
    flex: 0 0 180px;
    width: 180px;
    height: 170px;
  }
}


