.lightbox-nav.next/*

Theme Name: Salubry

Theme URI: 

Author: Salubry

Author URI: 

Description: Simple and Responsive Wordpress theme.

*/


@font-face {
  font-family: "DMSans-Thin";
  src: url("fonts/DMSans-Thin.ttf");
}

@font-face {
  font-family: "DMSans-SemiBold";
  src: url("fonts/DMSans-SemiBold.ttf");
}

@font-face {
  font-family: "DMSans-Regular";
  src: url("fonts/DMSans-Regular.ttf");
}

@font-face {
  font-family: "DMSans-Medium";
  src: url("fonts/DMSans-Medium.ttf");
}

@font-face {
  font-family: "DMSans-Light";
  src: url("fonts/DMSans-Light.ttf");
}

@font-face {
  font-family: "DMSans-Italic";
  src: url("fonts/DMSans-Italic.ttf");
}

@font-face {
  font-family: "DMSans-ExtraBold";
  src: url("fonts/DMSans-ExtraBold.ttf");
}

@font-face {
  font-family: "DMSans-Bold";
  src: url("fonts/DMSans-Bold.ttf");
}

@font-face {
  font-family: "DMSans-Black";
  src: url("fonts/DMSans-Black.ttf");
}

/* -- style for common -- */
:root {
  --primary-color: #02086A;
  --secondary-color: #0AA49C;
  --text-color: #7393AE;
  --white-color: #ffffff;
}

body {
  font-family: "DMSans-Medium";
  overflow-x: hidden;
  color: var(--primary-color);
  font-size: 16px;
  line-height: 26px;

}

a,
input,
textarea,
button,
select {
  outline: none;
}

a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
  text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: none;
  -webkit-text-fill-color: var(--primary-color);
}

input:-webkit-autofill {
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--primary-color);
}

a {
  color: var(--text-primary);
}

a:hover {
  color: var(--secondary-color);
}

p {
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type="password"],
select,
textarea {
  width: 100%;
  padding: 5px 15px !important;
  color: var(--primary-color);

  font-size: 14px !important;
  box-shadow: none !important;
  background-color: var(--white-color) !important;
  border: 0px solid #000 !important;
  border-radius: 0px !important;
  border-bottom: 1px solid #665858 !important;
}

select {
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(./images/down-arrow.svg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 35% !important;
  background-size: 14px;
  cursor: pointer;
  padding-right: 36px;
}

input:focus,
select:focus {
  border: 0px solid #000 !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  border-bottom: 1px solid #665858 !important;
}

textarea {
  height: 134px !important;
  max-height: 134px !important;
}

/* label {
  font-size: 18px !important;
  color: #000 !important;
} */
textarea:focus {
  border: 0px solid #000 !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  border-bottom: 1px solid #665858 !important;
}

/* label {
  color: #665858 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  padding: 0px !important;
  font-family: "DMSanst-Regular" !important; 
} */
/*   
  header,
  section,
  footer {
  float: left;
  width: 100%;
  } */
.container {
  width: 1742px;
  max-width: 100%;
  padding: 0px 70px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DMSans-Medium";
  color: var(--primary-color);
  font-weight: initial;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 36px;
  line-height: 46px;
}

h2 {
  font-size: 32px;
  line-height: 42px;
}

h3 {
  font-size: 28px;
  line-height: 38px;
}

h4 {
  font-size: 26px;
  line-height: 36px;
}

h5 {
  font-size: 24px;
  line-height: 34px;
}

h6 {
  font-size: 22px;
  line-height: 30px;
}

/* .full-width {
    width: 100%;
    float: left;
  } */

input,
textarea,
button,
select,
label,
a,
span,
img {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

:focus {
  box-shadow: none !important;
}

p:last-child {
  margin-bottom: 0px;
}

.header-sub-sec {
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.res-icon {
  display: none;
}

.header-lft-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}

#main-menu {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 39px;
  font-size: 16px;
  color: var(--primary-color);
  font-family: "DMSans-Medium";
  margin: 0px;
  padding: 0px;
}

.common-btn {
  min-width: 186px;
  min-height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0AA49C;
  color: var(--white-color);
  font-size: 16px;
  gap: 10px;
  font-family: "DMSans-Medium";
  padding: 10px 57px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  transform: translateY(0);
}

/* Hover Effect */
.common-btn:hover {
  background-color: var(--primary-color);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Smooth Click Effect */
.common-btn:active {
  transform: translateY(0);
  box-shadow: none;
}

/* Shine Animation */
.common-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  transform: skewX(-25deg);
  transition: 0.6s;
}

.common-btn:hover::before {
  left: 130%;
}

.header-sec {
  width: 100%;
  padding: 28px 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9;
}

footer {
  background-color: #040629;
  padding-top: 85px;
}

footer ul li a {
  color: var(--white-color);
  font-size: 16px;
  line-height: 26px;
  font-family: "DMSans-Medium";
}

footer ul {
  display: flex;
  padding: 0px;
  margin: 0px;
  gap: 30px;
  list-style-type: none;
  flex-wrap: wrap;
  row-gap: 15px;
}

footer h3 {
  color: var(--white-color);
  font-family: "DMSans-SemiBold";
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 30px;
}

.footer-top-sec {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.copy-right-section p {
  color: var(--white-color);
  margin: 0px;
  font-family: "DMSans-Medium";
  font-size: 14px;
  line-height: 24px;
}

.copy-right-section {
  display: flex;
  justify-content: space-between;
  width: 500px;
  max-width: 100%;
  gap: 74px;
}

.footer-bottom-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 97px;
}

.maintenance-text span {
  color: var(--secondary-color);
}

.footer-menu-sec {
  width: 47%;
}

.copy-right-section {
  display: flex;
  justify-content: space-between;
  width: 903px;
  max-width: 100%;
  gap: 74px;
  padding-left: 140px;
}

.footer-bottom-img {
  width: 100%;
  margin-top: 36px;
}

.contact-links li a {
  font-size: 20px;
  color: var(--secondary-color);
  line-height: 30px;
}

.padding-146 {
  padding-top: 146px;
}

.home-banner-sec {
  /* min-height: calc(100vh - 146px); */
  min-height: auto;
  display: flex;
  align-content: center;
  padding: 50px 0px;
  position: relative;
  z-index: 1;
}

.banner-rgt-sec {
  width: 40%;
}

.banner-lft-sec {
  width: 60%;
}

.font24 {
  font-size: 24px;
  line-height: 34px;
}

.font16 {
  font-size: 16px;
  line-height: 26px;
}

.font28 {
  font-size: 28px;
  line-height: 34px;
}

.font57 {
  font-size: 57px;
  line-height: 64px;
}

.banner-image {
  background-size: cover;
  background-position: center;
}

.banner-content.font24 {
  font-family: "DMSans-Regular";
  margin: 50px 0px;
}

.banner-lft-sub-sec h1 {
  /*font-size: 198px;*/
  /*line-height: 208px;*/
  /*letter-spacing: 5%;*/
  text-transform: uppercase;
  font-family: "DMSans-Black";
  background: linear-gradient(to right, #02086A 15%, #0AA49C 52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 900;
  font-size: clamp(48px, 5vw, 120px) !important;
  line-height: 1.5 !important;
  letter-spacing: 5% !important;
}

.banner-lft-sub-sec h1 span {
  letter-spacing: 0px;
}

.footer-menu-top-sec {
  margin-bottom: 28px;
}

.contact-links {
  margin-bottom: 25px;
}

.header-sec.fixed {
  background-color: #CFE8E5;
  box-shadow: 0 8px 10px -5px #0aa49c;
}

.padding176 {
  padding-top: 176px;
}

.padding30 {
  padding-top: 30px;
}

.padding50 {
  padding-top: 50px;
}

.padding78 {
  padding-top: 78px;
}

.brand-main-sec {
  background-color: #CFE8E5;
}

.brand-sub-sec {
  display: flex;
  gap: 85px;
}

.brand-rgt-sec {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: space-between;
}

.brand-lft-sec {
  width: 45%;
}

.font57.common-title {
  margin: 0px;
}

.font16.sub-title {
  letter-spacing: 50%;
  font-family: "DMSans-SemiBold";
  margin-bottom: 15px;
}

.text-color {
  color: #7393AE;
}

.brand-lft-sec img {
  height: 629px;
  object-fit: cover;
}

.wwd-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
}

.wwd-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
}

.wwd-col {
  flex: 1 1 0 !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
}

.wwd-col p,
.wwd-top-right p {
  color: var(--text-color);
  margin: 0;
}

.wwd-col h3 {
  color: var(--primary-color);
  font-family: "DMSans-Regular";
  margin-bottom: 15px;
}

.wwd-top-left,
.wwd-top-right {
  flex: 0 0 calc(50% - 25px);
}

.why-choose-us-sec {
  background-color: #CFE8E5;
  overflow: hidden;
}

.wcu-grid {
  display: flex;
  gap: 30px;
  align-items: stretch;
}

.wcu-col-img {
  flex: 1;
}

.wcu-col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
}

.wcu-col-dark {
  flex: 1;
  background-color: #040629;
  padding: 50px 40px;
  display: flex;

}

.wcu-col-dark p {
  color: var(--white-color);
  margin: 0;
  font-weight: 400 !important;
}

.wcu-col-cards {
  flex: 0 0 24%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.wcu-card {
  background-color: var(--white-color);
  padding: 40px 30px;
  flex: 1;
  /* Makes cards grow to fill the column height */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wcu-card .stat-num {
  font-family: "DMSans-Medium";
  color: var(--primary-color);
  margin-bottom: 20px;
}

.wcu-card h4 {
  margin-bottom: 15px;
  font-family: "DMSans-Regular";
  font-weight: 400;
}

.wcu-top {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-direction: column;
}

.wcu-top-left {
  width: 800px;
  max-width: 100%;
}

.wcu-top-right {
  width: 609px;
  max-width: 100%;
}

.wcu-top-content {
  display: flex;
  justify-content: end;
  padding-right: 174px;
}

.why-choose-us-sec .container {
  width: 1432px;
}

.wcu-top-title {
  width: 100%;
  padding-left: 135px;
}

/* Our Products Section */
.our-products-sec {
  background-color: var(--white-color);
}

.products-grid {
  display: flex;
  gap: 30px;
  align-items: stretch;
  justify-content: center;
  width: 81%;
  margin: 0 auto;
}

.prod-col-1 {
  flex: 0 0 49%;
}

.prod-col-2 {
  flex: 0 0 23%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.prod-col-3 {
  flex: 1 0 28%;
}

.product-item {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.prod-col-2 .product-item {
  height: calc(50% - 15px);
}

.product-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-label {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--white-color);
  padding: 15px 30px;
  font-family: "DMSans-Medium";
  font-size: 24px;
  color: var(--primary-color);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

.padding100 {
  padding-top: 100px;
}

.cert-section {
  background-color: #cfe8e5;
  overflow: hidden;
}

/* Certifications Section */


.cert-content {
  position: relative;
  z-index: 1;
}

.cert-logos-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.cert-content {
  width: 1005px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}

.scrolling-text-section h2 {
  font-size: 128px;
  line-height: 138px;
}

.scrolling-text-section {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 65px;
}

.scrolling-track {
  display: inline-flex;
  gap: 60px;
  /* space between repeats */
  animation: scrollSeamless 10s linear infinite;
}

.scrolling-track h2 {
  white-space: nowrap;
}

@keyframes scrollSeamless {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Animation for the floating effect */
.banner-rgt-sec img {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

.brand-main-sec,
.why-choose-us-sec,
.cert-section {
  position: relative;
}

.brand-main-sec::after,
.brand-main-sec::before,
.why-choose-us-sec::after,
.why-choose-us-sec::before,
.why-choose-us-main-sec::after,
.cert-section::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.brand-main-sec::after {
  background-image: url(./images/banner-lft-blur.svg);
  width: 1216px;
  height: 1106px;
  left: 0px;
  top: -40%;
}

.brand-main-sec::before {
  background-image: url(./images/banner-rgt-blur.svg);
  width: 1022px;
  height: 1005px;
  top: -40%;
  right: 0px;
}

.why-choose-us-sec::after {
  background-image: url(./images/choose-lft-blur.svg);
  width: 858px;
  height: 1005px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.why-choose-us-sec::before {
  background-image: url(./images/choose-btm-blur.svg);
  width: 946px;
  height: 1134px;
  left: 0px;
  bottom: -30%;
}

.cert-section::after {
  background-image: url(./images/certificate-top-blur.svg);
  width: 1473px;
  height: 1130px;
  top: -50%;
  left: 0px;
}

.brand-sec {
  position: relative;
  z-index: 1;
}

.choose-rgt-blur {
  position: absolute;
  right: 0px;
  top: -30%;
}

.why-choose-us-sec .container {
  z-index: 1;
  position: relative;
}

.banner-lft-sub-sec h1 {
  margin: 0px !important;
}

#breadcrumbs {
  letter-spacing: 50%;
  font-family: "DMSans-SemiBold";
  font-size: 14px;
  text-transform: uppercase;
}

.inner-page-banner-sub-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0px;
  min-height: 218px;
}

.inner-page-banner-sub-sec h1 {
  margin-bottom: 2px;
}

.padding130 {
  padding-top: 130px;
}

.inner-page-sections .container {
  width: 1494px;
}

.about-who-we-are-sec {
  background-color: #CFE8E5;
  position: relative;
  z-index: 1;
}

.about-who-sub-sec {
  display: flex;
  align-items: stretch;
  gap: 118px;
}

.about-who-lft-sec {
  width: 52%;
}

.about-who-lft-sec img {
  width: 100%;
  height: 629px;
  object-fit: cover;
}

.about-who-rgt-sec {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-who-content {
  margin: 30px 0 50px;
}

.about-arrow-icon {
  margin-bottom: 50px;
}

.about-who-stats {
  display: flex;
  /* gap: 100px; */
  width: 100%;
  max-width: 466px;
  column-gap: 100px;
}

.stat-item {
  flex: 0 0 auto;
}

.stat-item .stat-num {
  margin-bottom: 15px;
  border-bottom: 1px solid #7393AE;
  padding-bottom: 10px;
  display: inline-block;
  min-width: 180px;
  font-size: 96px;
  font-family: "DMSans-SemiBold";
  line-height: 106px;
}

.stat-item p {
  margin: 0;
}

/* Background Blurs similar to home page */
.about-who-we-are-sec::after {}

.about-who-we-are-sec::before {}

.stat-item h4,
.stat-item p {
  margin: 0px;
}

/* Mission & Vision Section */
.mission-vision-grid {
  display: flex;
  gap: 100px;
}

.mv-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.mv-image-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mission-content,
.vision-content {
  max-width: 100%;
}

.mission-text,
.vision-text {
  margin-top: 30px;
}

.mission-text p,
.vision-text p {
  margin-bottom: 20px;
}

/* Brand Values Section */
.about-brand-values-sec {
  background-color: #CFE8E5;
  /* Light greenish background from screenshot */
}

.brand-values-sub-sec {
  display: flex;
  align-items: center;
  /* gap: 100px; */
}

.brand-values-lft-sec {
  width: 55%;
}

.brand-values-rgt-sec {
  /* width: 45%; */
  width: 50%;
  height: 636px;
  display: flex;
  align-items: center;
  justify-content: center;
      overflow: hidden;
}

.brand-values-rgt-sec img {
  /* width: 100%;
  height: 636px;
  object-fit: cover; */
  width: 100%;
  height: 100%;
  max-width: 705px;
  object-fit: cover;
   object-position: 75% center;
  display: block;
}

.values-list {
  margin-top: 50px;
}

.value-item {
  /* border-bottom: 1px dotted #02086A; */
  /* Dotted line between values */
  padding: 18px 0;

}

.value-item:first-child {
  padding-top: 0;
}

.value-item:last-child {
  border-bottom: none;
}

.value-item h4 {
  margin-bottom: 5px;
}

.value-item p {
  margin: 0;
}

.brand-values-lft-sec .common-title {
  padding-bottom: 17px !important;
}


/* 05/21/2026 */

.mv-layout-card-section {
  display: flex;
  flex-direction: column;
}

.mv-image-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* border: solid red 1px; */
}

.mv-image-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.mission-layout-card-section .mv-image-box {
  margin-top: 20px;
  /* aspect-ratio: 4 / 3; */
  aspect-ratio: 0;
  width: 100%;
  overflow: hidden;
}

.vision-layout-card-section .mv-image-box {
  margin-bottom: 0px;
}

.mission-layout-card-section .mv-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.op-top-left {
  max-width: 100% !important;
  max-width: 583px !important;
}

.footer-secondary-right,
.footer-menu-bottom-sec {
  /* display: none !important; */
}

.footer-menu-top-sec ul li:nth-last-child(-n+2) a {
  display: none;
}

.wcu-col-dark p {
  font-family: "DMSans-Regular" !important;
  font-weight: 400 !important;
}

.required {
  color: red;
}

.value-item h4,
.step-content h3 {
  font-family: "DMSans-Regular" !important;
  font-weight: 400 !important;
}

.product-and-dtn-grid {
  grid-template-columns: repeat(3, 1fr) !important;
  border: solid transparent 1px;
}

.career-job-title {
  font-size: 12px !important;
}

/* Slider */

.product-gallery-main,
.product-gallery-thumbs {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.product-gallery-main .swiper-slide,
.product-gallery-thumbs .swiper-slide {
    box-sizing: border-box;
}

.product-gallery-main img {
    width: 100%;
    height: auto;
    display: block;
}

.product-gallery-thumbs {
    margin-top: 15px;
}

.product-gallery-thumbs img {
    width: 100%;
    height: auto;
    cursor: pointer;
}
.banner-image.product-list-banner-img {
  width: 50%;
}

/*14-07-2026*/

/* Lightbox Base */
.swiper-slide img { 
  cursor: zoom-in; 
}

.custom-lightbox { 
  display: none; 
  position: fixed; 
  inset: 0; 
  background: rgba(10, 10, 10, 0.4); 
  backdrop-filter: blur(20px); 
  -webkit-backdrop-filter: blur(20px);
  z-index: 99999; 
  justify-content: center; 
  align-items: center; 
}

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

/* Master dynamic flex wrapper */
.lightbox-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95vw;
  height: 90vh;
  position: relative;
}

/* The workspace component that sizes itself exactly to the image content */
.lightbox-workspace {
  position: relative;
  display: flex;
  align-items: stretch; /* Forces children to match height */
  gap: 16px;
  max-width: 80%;
  max-height: 85vh;
}

/* Sidebar matches the image height automatically */
.lightbox-sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
  background: transparent;
  border: none;
}

/* Clean Sidebar Scrollbar */
.lightbox-sidebar::-webkit-scrollbar {
  width: 3px;
}
.lightbox-sidebar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

/* Thumbnails */
.lightbox-thumb {
  width: 60px;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  opacity: 0.4;
  flex-shrink: 0; /* Prevents thumbnails from squishing vertically */
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.lightbox-thumb:hover, 
.lightbox-thumb.active-thumb {
  opacity: 1;
  transform: scale(1.03);
}

/* Container directly holding the active banner image */
.lightbox-main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lightbox-main img { 
  max-width: 100%; 
  max-height: 85vh; 
  object-fit: contain; 
  border-radius: 8px;
  display: block;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.4));
}

/* Close Icon Overlaid Directly Over Main Image Element */
.custom-lightbox .close { 
  position: absolute; 
  top: 15px; 
  right: 20px; 
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  width: 36px;
  height: 36px;
  font-size: 22px; 
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer; 
  z-index: 105; 
  transition: background 0.2s, transform 0.2s;
}

.custom-lightbox .close:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.05);
}

/* Floating Navigation Arrows */
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff; 
  width: 44px;
  height: 44px;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101;
  border-radius: 50%;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: all 0.2s ease;
}

.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.25);
}

.lightbox-nav.prev { left: -170px; }
.lightbox-nav.next { right: -64px; }



























