/* ================================
   EMPPE PARALLAX HERO SECTION
   CLIENT SAFE – NO CONTENT CHANGE
================================ */

/* Header bar */
.daewon-header {
  width: 100%;
  background-color: #1bbd0b;    /* PRIMARY GREEN */
  padding: 35px 0;
  text-transform:uppercase !important;
}
 

.daewon-header h2 {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
    margin: 0;
}

/* Inner wrapper */
.empee-hero-inner {
  position: relative;
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;      /* vertical center text */
  justify-content: center;  /* horizontal center text */
  text-align: center;
}

/* Center text strip */
.empee-hero h1 {
  display: inline-block;
  background-color: #8ba488;     /* CLIENT GIVEN COLOR */
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  padding: 12px 28px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.3;
}

/* Scroll down arrow – FIXED AT BOTTOM OF IMAGE */
.empee-scroll-down {
  position: absolute;
  bottom: 20px;            /* bottom of image */
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 34px;
  animation: empeeBounce 1.5s infinite;
  z-index: 10;
  cursor: pointer;
}

/* Arrow animation */
@keyframes empeeBounce {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 10px);
  }
}

/* ================================
   MOBILE VIEW
================================ */

@media (max-width: 768px) {
  .empee-hero {
    height: 60vh;
    min-height: 300px;
    background-attachment: scroll;   /* mobile safe */
  }

  .empee-hero h1 {
    font-size: 22px;
    padding: 8px 18px;
    letter-spacing: 1px;
  }

  .empee-scroll-down {
    font-size: 28px;
    bottom: 15px;
  }
}

.empee-tagline-section {
  padding: 60px 0 40px;
  background: #fff;
  text-align: center;
}

.empee-tagline {
  display: inline-block;
  position: relative;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  padding-bottom: 15px;
}

/* Green underline */
.empee-tagline::after {
  content: "";
  position: absolute;
  right: 0;                /* underline aligned to right side */
  bottom: 0;
  width: 100%;           /* length of green line */
  height: 12px;
  background-color: #3aa84b;  /* close to Google green */
  border-radius: 2px;
}



 /* =========================================
   EMPPE – INTRO SECTION (PRIMARY COLOR BLOCK)
   LEFT ALIGNED – MATCHING GOOGLE SITE
========================================= */

.empee-intro {
  width: 100%;
  background-color: #8ba488;     /* PRIMARY CLIENT COLOR */
  padding: 25px 0 20px 0;        /* reduced padding */
}

/* Container */
.empee-intro .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Title wrapper */
.empee-intro .sec-title {
   text-align: left;             /* LEFT aligned */
}

/* Title styling */
.empee-intro .sec-title__title {
  font-size: 30px;              /* slightly smaller like Google */
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
  margin: 0;
  text-align: left;
}

/* Paragraph styling */
.empee-intro-text {
   margin: 0;                    /* no centering */
  font-size: 16px;
  line-height: 1.75;
  color: #ffffff;
  text-align: left;            /* LEFT aligned */
}

/* =========================================
   MOBILE VIEW (GOOGLE STYLE)
========================================= */

@media (max-width: 768px) {

  .empee-intro {
    padding: 35px 0 30px 0;
  }

  .empee-intro .sec-title__title {
    font-size: 24px;
  }

  .empee-intro-text {
    font-size: 14.5px;
    line-height: 1.7;
  }

} 



.daewon-design-3 {
  background: linear-gradient(135deg, #1bbd0b, #0f8f05);
  color: #fff;
}

.accent-strip {
  width: 120px;
  height: 6px;
  background: #ffffff;
  border-radius: 3px;
}

.depth-card {
  background: rgba(255,255,255,0.10);
  border-radius: 18px;
  padding: 35px 40px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.25);
}

.depth-card p {
  color: #f1fff0;
  line-height: 1.7;
}

.daewon-values li {
  margin-bottom: 12px;
  line-height: 1.6;
}
.daewon-commitment-rail {
  position: relative;
  padding-left: 28px; padding:20px;
}

.daewon-commitment-rail::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.35);
}

.rail-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
  position: relative;
}

.rail-item:last-child {
  margin-bottom: 0;
}

.rail-icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.daewon-commitment-rail p {
  color: #f1fff0;
  line-height: 1.6;
  font-size: 15.5px;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .daewon-commitment-rail {
    padding-left: 24px;
  }

  .daewon-commitment-rail p {
    font-size: 14.5px;
  }
}



 .daewon-vision-mission-white {
  background: #ffffff;
  color: #333;
}

.vm-enhanced {
  
  margin: 0 auto;
}

.vm-panel {
  display: flex;
  gap: 22px;
  padding: 28px 30px;
  margin-bottom: 22px;
  position: relative;
  border-radius: 18px;
 
background: linear-gradient(
  135deg,
  rgba(27, 189, 11, 0.04) 0%,
  rgba(27, 189, 11, 0.02) 45%,
  rgba(27, 189, 11, 0.04) 100%
);



  border: 1px solid #4bab25;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}


.vm-panel:last-child {
  margin-bottom: 0;
}

.vm-panel:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
}

/* Accent rail */
.vm-accent {
  width: 5px;
  background: linear-gradient(180deg, #1bbd0b, #0f8f05);
  border-radius: 4px;
}

/* Icon */
.vm-icon-white {
  min-width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(27, 189, 11, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.vm-panel:hover .vm-icon-white {
  box-shadow: 0 0 0 8px rgba(27, 189, 11, 0.12);
  transform: scale(1.05);
}

/* Text */
.vm-content-white h4 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #1bbd0b;
  letter-spacing: 0.3px;
}

.vm-content-white p {
  color: #555;
  line-height: 1.75;
  margin-bottom: 12px;
}

.vm-content-white p:last-child {
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .vm-panel {
    gap: 16px;
    padding: 22px 20px;
  }

  .vm-accent {
    display: none;
  }

  .vm-icon-white {
    min-width: 44px;
    height: 44px;
  }

  .vm-content-white h4 {
    font-size: 18px;
  }

  .vm-content-white p {
    font-size: 14.5px;
  }
}
 .spec-section {
  background: #ffffff;
}

.spec-wrapper {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #3f4458;
  background: linear-gradient(180deg, #2a2d3d, #1f2230);
}

/* Title Bar */
.spec-title {
  background: linear-gradient(180deg, #6fb6d9, #4b9fc5);
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 0;
  font-size: 16px;
}

/* Table Core */
.spec-table {
  margin: 0;
  color: #e6e6e6;
  border-color: #4a4f66;
}

.spec-table thead th {
  background: transparent;
  color: #cfe9f6;
  font-weight: 600;
  text-align: center;
  border: 1px solid #4a4f66;
  vertical-align: middle;
  font-size: 14px;
}

.spec-table tbody td {
  background: transparent;
  color: #e6e6e6;
  text-align: center;
  border: 1px solid #4a4f66;
  vertical-align: middle;
  font-size: 14px;
  padding: 6px 4px;
}

/* First column */
.spec-table tbody td:first-child,
.spec-table thead th:first-child {
  text-align: left;
  padding-left: 12px;
  color: #ffffff;
}

/* Small units text */
.spec-table small {
  color: #bfc6dd;
  font-size: 12px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .spec-title {
    font-size: 14px;
    padding: 8px 0;
  }

  .spec-table thead th,
  .spec-table tbody td {
    font-size: 13px;
    padding: 8px 6px;
  }
}

/* HERO IMAGE */
.series-hero img {
  max-height: 520px;
  object-fit: cover;
}

/* SERIES BLOCK AREA */
.series-blocks {
  background: #ffffff;
}

/* TILE */
.series-tile {
  position: relative;
  text-align: center;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    rgba(27, 189, 11, 0.08),
    rgba(27, 189, 11, 0.02)
  );
  border: 1px solid rgba(27, 189, 11, 0.25);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.series-tile:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 45px rgba(0, 0, 0, 0.16);
}

/* IMAGE WRAP */
.series-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 14px;
}

.series-img-wrap img {
  width: 100%;
  transition: transform 0.4s ease;
}

.series-tile:hover img {
  transform: scale(1.06);
}

/* TITLE */
.series-title {
  font-weight: 700;
  color: #1bbd0b;
  margin: 0;
  font-size: 22px;
  letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 768px) {
  .series-hero img {
    max-height: 360px;
  }

  .series-title {
    font-size: 20px;
  }
}


/* FULL BLEED HERO */
.series-hero {
  width: 100%;
  overflow: hidden;
}

.hero-img-wrap {
  position: relative;
  width: 100%;
  height: 70vh;              /* 👈 Big visual impact */
  min-height: 420px;
  max-height: 720px;
}

/* IMAGE */
.hero-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;        /* 👈 True full size */
  display: block;
  filter: contrast(1.05) saturate(1.05);
}

/* SOFT OVERLAY */
.hero-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(0, 0, 0, 0.35) 60%,
    rgba(0, 0, 0, 0.55) 100%
  );
}

/* HERO TEXT */
.hero-overlay {
  position: absolute;
  left: 6%;
  bottom: 10%;
  color: #ffffff;
  z-index: 2;
  max-width: 520px;
}

.hero-overlay h1 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.hero-overlay p {
  font-size: 18px;
  opacity: 0.9;
}

/* SUBTLE GLOW AT BOTTOM */
.hero-img-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 -80px 120px rgba(27, 189, 11, 0.35);
  z-index: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-img-wrap {
    height: 50vh;
    min-height: 300px;
  }

  .hero-overlay h1 {
    font-size: 28px;
  }

  .hero-overlay p {
    font-size: 15px;
  }
}

/* -----------------------------------------
   TEXT SIDE – DARK BLUE PANEL
----------------------------------------- */

.empee-silo-text {
  position: relative;
  width: 100%;
  height: 100%;                     /* MATCH IMAGE HEIGHT */
  padding: 10px;
  background: linear-gradient(
    135deg,
    #8ba488,
    #4f7329
  );                                /* DARK BLUE PANEL */
  border-radius: 5px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.30);
  display: flex;
  flex-direction: column;
  justify-content: center;          /* VERTICAL CENTER */
}

/* Brand accent vertical line */
.empee-silo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 5px;
  height: calc(100% - 50px);
  background: linear-gradient(
    to bottom,
    #fff,
   #effee0
  );
  border-radius: 3px;
}

/* Title */
.empee-silo-text h3 {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
  padding-left: 18px;
  position: relative;
}

/* Divider under title */
.empee-silo-text h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #fff;
  margin-top: 8px;
  border-radius: 2px;
}

/* Paragraphs */
.empee-silo-text p {
  font-size: 15.8px;
  line-height: 1.85;
  color: #eef3f8;                   /* SOFT WHITE BLUE */
 
  padding-left: 18px;
  text-align: left;
}

/* Last paragraph no margin */
.empee-silo-text p:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------
   CAPACITY BADGE – PRIMARY ON BLUE
----------------------------------------- */

.empee-silo-capacity {
  margin-top: 8px;
  margin-bottom: 12px;
  margin-left: 18px;
  padding: 12px 24px;
  background-color: #8ba488;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 15.5px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.3px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.35);
}

/* Icon inside badge */
.empee-silo-capacity i {
  font-size: 18px;
  opacity: 0.95;
}

/* -----------------------------------------
   MOBILE VIEW
----------------------------------------- */

@media (max-width: 768px) {

  .empee-silo-types {
    padding: 45px 0 40px 0;
  }

  .empee-silo-row {
    padding: 25px 0;
  }

  /* Stack normally on mobile */
  .empee-silo-row > div {
    display: block;
  }

  .empee-silo-text {
    margin-top: 25px;
    padding: 10px ;
    height: auto;
  }

  .empee-silo-text::before {
    top: 20px;
    height: calc(100% - 40px);
  }

  .empee-silo-text h3 {
    font-size: 24px;
  }

  .empee-silo-text p {
    font-size: 14.5px;
    line-height: 1.75;
  }

  .empee-silo-capacity {
    margin-left: 0;
    font-size: 14.5px;
    padding: 10px 18px;
  }

}

.mt5{
	margin-top:5px  !important;
} 


 /* =========================================
   EMPPE – INDUSTRIES SECTION (GOOGLE MATCH)
   GREEN HEADER + WHITE IMAGE AREA
========================================= */

.empee-industries {
  width: 100%;
}

/* Header bar */
.empee-industries-header {
  width: 100%;
  background-color: #1bbd0b;    /* PRIMARY GREEN */
  padding: 35px 0;
}

/* Header title */
.empee-industries-header h2 {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;              /* WHITE TEXT */
  text-align: center;
  letter-spacing: 1px;
  margin: 0;
}

/* Body area (white background for image) */
.empee-industries-body {
  width: 100%;
  background-color: #ffffff !important;   /* PURE WHITE BG */
  padding: 50px 0 60px 0;
}

/* Image */
.empee-industries-body img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* =========================================
   MOBILE VIEW
========================================= */

@media (max-width: 768px) {

  .empee-industries-header {
    padding: 28px 0;
  }

  .empee-industries-header h2 {
    font-size: 26px;
  }

  .empee-industries-body {
    padding: 35px 0 40px 0;
  }

} 

.industry-section {
  background: #ffffff;
}

.industry-tile {
  background: #4f80bd; /* same blue vibe */
  border-radius: 12px;
  padding: 22px 18px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.industry-tile:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

.industry-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.industry-tile h6 {
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 6px;
  line-height: 1.4;
}

.industry-tile p {
  color: #eaf1ff;
  font-size: 13px;
  margin: 0;
  line-height: 1.4;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .industry-tile {
    padding: 18px 14px;
  }

  .industry-icon {
    width: 46px;
    height: 46px;
  }

  .industry-tile h6 {
    font-size: 14px;
  }

  .industry-tile p {
    font-size: 12.5px;
  }
}



/* =========================================
   EMPPE – WHAT WE DO (EXACT GOOGLE STYLE)
========================================= */

.empee-whatwedo {
  width: 100%;
}

/* Section header bar */
.empee-whatwedo-header {
  width: 100%;
  background-color: #8ba488;
  padding: 35px 0;
}

.empee-whatwedo-header h2 {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
  margin: 0;
}

/* Body */
.empee-whatwedo-body {
  width: 100%;
  background-color: #ffffff;
  padding: 50px 0 60px 0;
}

/* Headings above images */
.empee-what-heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

  .feature-section {
  background: #ffffff;
}

.feature-card {
  height: 100%;
  border-radius: 10px; /* 👈 reduced */
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(27, 189, 11, 0.25);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.10);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.18);
}

/* IMAGE */
.feature-img-wrap {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.feature-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.feature-card:hover img {
  transform: scale(1.05);
}

/* CONTENT */
.feature-content {
  padding: 22px 22px 26px;
  background: #ffffff;
}

.feature-content h4 {
  color: #1bbd0b;
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 20px;
}

/* 🔥 MODERN LIST */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  color: #444;
  font-size: 14.5px;
  line-height: 1.6;
}

/* Minimal check-dot */
.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1bbd0b, #0fa206);
  box-shadow: 0 0 0 3px rgba(27, 189, 11, 0.15);
}

.feature-list li:last-child {
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .feature-img-wrap {
    height: 190px;
  }

  .feature-content h4 {
    font-size: 18px;
  }

  .feature-list li {
    font-size: 14px;
  }
}

 

/* Overlay */
.empee-footer-overlay {
  position: absolute;
  inset: 0;
   z-index: 1;
}

/* Content layer */
.empee-footer .container {
  position: relative;
  z-index: 2;
}

 

/* Blocks */
.empee-footer-block h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

/* Products list with icons */
.empee-footer-products {
  list-style: none;
  padding: 0;
  margin: 0;
}

.empee-footer-products li {
  font-size: 15px;
  line-height: 1.9;
  color: #e0e0e0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.empee-footer-products li i {
  color: #ffffff;
  font-size: 13px;
}

/* Address text */
.empee-footer-block p {
  font-size: 15px;
  line-height: 1.7;
  color: #e0e0e0;
  margin: 0;
}

/* Social icons */
.empee-footer-social {
  margin-top: 20px;
  display: flex;
  gap: 18px;
}

.empee-footer-social a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.empee-footer-social a:hover {
  background-color: #8ba488;
  border-color: #8ba488;
  color: #ffffff;
}

/* Copyright – BELOW ADDRESS (RIGHT SIDE) */
.empee-footer-copy {
  margin-top: 25px;
  font-size: 14px;
  color: #cccccc;
}

/* =========================================
   MOBILE VIEW
========================================= */

@media (max-width: 768px) {

  .empee-footer {
    padding: 30px 0 20px 0;
  }

  .empee-footer-logo img {
    max-width: 160px;
    margin-bottom: 20px;
  }

  .empee-footer-block h4 {
    font-size: 18px;
  }

  .empee-footer-block p,
  .empee-footer-products li {
    font-size: 14px;
  }

  .empee-footer-social {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

}


.machine-photos-section {
  background: #ffffff;
}

.machine-photos-header h2 {
  font-size: 32px;
  font-weight: 800;
  color: #1bbd0b;
  margin-bottom: 10px;
}

.photos-underline {
  width: 90px;
  height: 4px;
  background: linear-gradient(90deg, #1bbd0b, #0fa206);
  border-radius: 4px;
}

/* GRID */
.gallery-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

/* TILE */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.25);
}

/* IMAGE FULL WIDTH */
.gallery-item img {
  width: 100%;
   
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

/* OVERLAY */
.tab-gallery-icon {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s ease;
}

/* SHOW OVERLAY ON HOVER */
.gallery-item:hover .tab-gallery-icon {
  opacity: 1;
}

/* LINK RESET */
.tab-gallery-icon a {
  text-decoration: none;
  cursor: zoom-in;
}

/* CENTERED + ICON */
.tab-gallery-icon span {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(27, 189, 11, 0.95);
  color: #ffffff;
  font-size: 34px;
  line-height: 56px;
  text-align: center;
  font-weight: 300;
  display: inline-block;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  transform: scale(0.85);
  transition: transform 0.25s ease;
}

/* SCALE + ICON ON HOVER */
.gallery-item:hover .tab-gallery-icon span {
  transform: scale(1);
}

/* OPTIONAL GLASS BLUR (SAFE) */
.tab-gallery-icon {
  backdrop-filter: blur(3px);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .gallery-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .gallery-row {
    grid-template-columns: repeat(2, 1fr);
  }

  
  .gallery-item {
    border-radius: 10px;
  }
}

@media (max-width: 480px) {
  .gallery-row {
    grid-template-columns: 1fr;
  }

 
}



/* =========================================
   FOOTER BOTTOM COPYRIGHT – CENTERED
========================================= */

.empee-footer-bottom {
  margin-top: 30px;
  padding: 16px 0;
   position: relative;
  z-index: 2;
}

.empee-footer-bottom p {
  margin: 0;
  font-size: 15px;
  font-weight:600 !important;
  color: #fff;
  letter-spacing: 0.3px;
}
/* =========================================
   FOOTER CONTENT OVERLAY PANEL (PREMIUM STYLE)
========================================= */

/* Panel that holds all footer content */
.empee-footer-panel {
  position: relative;
  background: rgba(0, 0, 0, 0.55);      /* TRANSPARENT DARK OVERLAY */
  padding: 20px;
  border-radius: 14px;

  /* STYLISH BORDER */
  border: 1px solid rgba(255, 255, 255, 0.25);

  /* INNER GLOW EFFECT */
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 15px 40px rgba(0, 0, 0, 0.40);
}

/* Decorative top accent line */
.empee-footer-panel::before {
  content: "";
  position: absolute;
  top: 0;
   
  height: 4px;
  background-color: #8ba488;     /* PRIMARY ACCENT */
  border-radius: 0 0 4px 4px;
}

/* Make sure panel stays above footer bg */
.empee-footer-panel {
  z-index: 2;
}

/* Adjust spacing on small screens */
@media (max-width: 768px) {

  .empee-footer-panel {
    padding: 35px 25px 30px 25px;
    border-radius: 10px;
  }

  .empee-footer-panel::before {
    left: 25px;
    width: 80px;
  }

}


