:root{ --active-color:#22c55e; }

/************************************/
/*** 	   General css		  ***/
/************************************/
html, body {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.cursor-pointer {
  cursor: pointer;
}
.ProductsSubcategories .no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.main-menu ul ul li a.no-padding:hover,
.main-menu ul ul li a.no-padding:focus {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* for text effect gsap */
.text-effect {
  overflow: hidden;
}
.split-line {
  display: block;
  overflow: hidden;
}
.word {
  display: inline-block;
  white-space: nowrap;
}
.char {
  display: inline-block;
  will-change: transform, opacity;
}
/* END for text effect gsap */


.wow {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.wow.show {
  opacity: 1;
  transform: translateY(0);
}

.text-truncate-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-truncate-2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}



.loading-container, .loading {
    height: 200px;
    width: 200px;
}
#loading-icon {
    max-width: 150px;
}
.page-header {
    padding: 0;
    /* background-image: url("../images/services/waterclean.jpg"); */
    background-image: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px dashed #ddd;
    border-radius: 0;

    .container {
        z-index: 99;
        position: relative;
    }
}
/* .page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-color: rgba(0,0,0,0.7);
    mix-blend-mode: multiply;
} */

.page-header-box h1 {
    color: var(--primary-color);
}
.page-header-box ol li.breadcrumb-item {
   color: var(--primary-color);
}
.page-header-box ol .breadcrumb-item+.breadcrumb-item::before {
    color: var(--primary-color);
}

.google-map-iframe {
    height: auto;
}

/************************************/
/*** 	 Header	  ***/
/************************************/
/* .main-menu {
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
} */
.nav-item.submenu > ul > .nav-item.submenu:hover > span.nav-link,
.nav-item.submenu > ul > .nav-item.submenu:hover > a.nav-link {
  /* background: var(--accent-color) !important; */
  color: var(--accent-color) !important;
}

.nav-item.submenu > ul > .nav-item.submenu > span.nav-link {
    font-size: clamp(13px, 1vw, 16px);
    font-weight: 600;
    line-height: 1.1em;
    color: var(--primary-color) !important;
    padding: 10px 10px !important;
    transition: all 0.3s ease-in-out;
}
.main-menu ul li a {
    font-size: clamp(13px, 1vw, 16px);
    font-weight: 600;
    line-height: 1.1em;
    padding: 15px 10px !important;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.navbar-brand img {
    max-height: 60px;
}

.hero-silver {
    margin-top: -120px;
}

.hero-silver::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, black 30%, transparent 100%);
    opacity: 0.5;
}

.main-menu ul ul {
    border-radius: 8px;
    background: var(--bs-border-color);
}



header.main-header .header-sticky {
    margin-inline: 20px;
    transition: all 0.5s;
}
header.main-header .header-sticky.active {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);

    .main-menu ul li a {
        color: var(--primary-color);
    }
    .main-menu ul ul {
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.911);
        backdrop-filter: blur(8px);
    }
}

.main-menu ul li a:hover, .main-menu ul li a:focus {
    color: var(--accent-color) !important;
}

.hero-company-slider-silver img {
    /* height: 50px; */
    width: auto;
}

.btn-default-silver.outline {
    background: transparent !important;
    border-color: #fff;
    color: #fff;
    border: 1px solid;
}

.btn-default-silver.outline::before {
    right: -54px;
    background-color: transparent;
}

/************************************/
/*** 	 Footer  ***/
/************************************/
.footer-links-silver ul li {
    line-height: 18px;
    margin-bottom: 10px;
    font-size: 14px;
}


/************************************/
/*** 	 HOMEPAGE  ***/
/************************************/
.about-us-counter-list-silver {
    margin: 0;
}
.what-we-do-item-header .icon-box i {
    font-size: 2rem;
    transition: all 0.5s ease-in-out;
}

.what-we-do-item:hover .what-we-do-item-header .icon-box i,
.what-we-do-item:hover .what-we-do-item-number h3 {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.what-we-do-item:hover .what-we-do-item-body h3 {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.what-we-do-item:hover .what-we-do-item-body p, 
.what-we-do-item:hover .what-we-do-item-body ul li {
    color: #fff;
}

.hero-silver::before {
    background: linear-gradient(180deg, rgba(16, 43, 50, 0.5) 31.75%, rgba(16, 43, 50, 0.80) 68.76%);
    z-index: 1;
}

.CoreSecBox{
    max-width:1200px;
    padding:20px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:26px;

.card {
    position:relative;
    background:#fff;
    border-radius:18px;
    padding:30px 30px 30px 80px;
    box-shadow:0 18px 40px rgba(0,0,0,.08);
    overflow:hidden;
    transition:.35s ease;
    min-height:120px;
    justify-content: center;
}

.card:hover{
    transform:translateY(-6px);
    box-shadow:0 25px 55px rgba(0,0,0,.12);
}

/* SIDE ACCENT */
.card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:60px;
    height:100%;
    border-radius:18px 0 0 18px;
}

/* CURVE CUT */
.card::after{
    content:"";
    position:absolute;
    left:40px;
    top:0;
    width:60px;
    height:100%;
    background:#fff;
    border-radius:40px 0 0 40px;
}
/* TEXT */
.card h3{
    margin:0;
    font-size:17px;
    font-weight:700;
    line-height:1.4;
    color:#222;
    z-index: 99;
}
}


/* NUMBER */
.step{
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);
    font-size:26px;
    font-weight:700;
    color:#fff;
    z-index:2;
}



/* COLORS */
.c1::before{background:#ff3d3d;}
.c2::before{background:#ff9800;}
.c3::before{background:#2ecc71;}
.c4::before{background:#2196f3;}
.c5::before{background:#1bb6a3;}
.c6::before{background:#9c6ade;}
.c7::before{background:#3f51b5;}
.c8::before{background:#455a64;}
.c9::before{background:#8d6e63;}

/* ENTRANCE ANIMATION */
.card{
    animation:slideUp .6s ease both;
}
@keyframes slideUp{
    from{opacity:0; transform:translateY(24px);}
    to{opacity:1; transform:translateY(0);}
}

/* Section */
.tech-section{
    padding:80px 0;
    background:linear-gradient(135deg,#f7fbff,#eef3f8);
    position: relative;
    background-image: url(../images/cleanroom-wall-ceiling-door.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    align-content: end;
    min-height: 450px;
    overflow: hidden;
}
.tech-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.8;
    z-index: 2;
}

.tech-parallax-bg {
  position: absolute;
  inset: -20%;
  background-size: cover;
  background-position: center;
  will-change: transform;
  z-index: -1;
}

.tech-section .container {
  position: relative;
  z-index: 3;
}

/* Left text */
.tech-left {
    transform: scale(1.3) translateX(-80px);
}
.tech-small{
    font-size:20px;
    color:var(--accent-color);
    margin-bottom:10px;
}

.tech-title{
    font-size:40px;
    font-weight:600;
    line-height:1.2;
}

.tech-title span{
    color:var(--accent-color);
    font-weight:700;
}

.tech-sub{
    font-size:26px;
    margin-top:10px;
}

/* Right acronym list */
.tech-list{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.tech-item{
    display:flex;
    align-items:center;
    gap:16px;
}

.tech-circle{
    width:42px;
    height:42px;
    border-radius:50%;
    background:linear-gradient(135deg,var(--accent-color),#3b8beb);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:18px;
    box-shadow:0 8px 18px rgba(28,126,214,.35);
}

.tech-text{
    font-size:20px;
    font-weight:500;
    color:#222;
}

.intro-video-box-silver::before {
    z-index: 1;
}
.post-item-content-silver h2 {
    height: 56px;
}

/* Responsive */
@media(max-width:768px){
    .tech-title{font-size:32px;}
    .tech-sub{font-size:22px;}
}

.company-supports-logo img {
    max-width: auto;
    width: auto;
    height: 60px;
}


/* CALL TO ACTION CARD */
.callToAction{
    position:relative;
    border-radius:28px;
    overflow:hidden;
    min-height:420px;
    background:
      linear-gradient(120deg, rgba(16, 43, 50, 1), rgba(16, 43, 50, 0.1)),
      url("../images/project2.jpg");
    background-size:cover;
    background-position:center;
    background-attachment: fixed;
}

/* OVERLAY */
.cta-overlay {
    position:absolute;
    inset:0;
    background:
      linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size:20px 20px;
    z-index:1;
    pointer-events:none;
}

/* CONTENT */
.cta-content{
    position:relative;
    z-index:5;
    color:#fff;
    padding:60px;
    max-width:min(100%, 45rem);
}

/* TEXT */
.cta-title{
    font-size:46px;
    font-weight:800;
    line-height:1.15;
    color: #fff;
}
.cta-title span{
    color: var(--accent-color);
}

.cta-text{
    font-size:18px;
    opacity:.95;
    margin:20px 0 30px;
}

/* BUTTONS */
.cta-btn {
    position:relative;
    z-index:10;
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 28px;
    border-radius:14px;
    font-weight:600;
    font-size:16px;
    border:none;
    text-decoration:none;
    transition:.3s ease;
}

.cta-btn-primary{
    background:#fde047;
    color:#000;
}

.cta-btn-outline{
    background:rgba(255,255,255,.2);
    color:#fff;
    border:1px solid rgba(255,255,255,.4);
}
.cta-btn-whatsapp{
    background:#25d366;
    color:#fff;
}

.cta-btn:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 40px rgba(0,0,0,.35);
}






.services-section {
  min-height:100vh;
  display:flex;
  align-items:center;
  transition:background 0.6s ease;
  overflow:hidden;
  border-radius: 20px;
  padding-inline: 20px;
  position: relative;
  overflow: hidden;
}
.services-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: opacity 0.6s ease, background-image 0s;
  z-index: 0;
}

.services-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45); /* overlay */
}

.services-section .container {
  position: relative;
  z-index: 2;
}


/* WRAPPER */
.service-wrapper {
  height:210px; /* 3 items */
  overflow:hidden;
  position:relative;

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

.service-item {
  padding-top: 1rem;
  height:70px;
  display:flex;
  align-items:center;
  font-size:36px;
  font-weight:600;
  color:#cbd5e1;
  transition:all 0.35s ease;
  display: block;
  width: 100%;
  overflow: visible !important;
  border-radius: 0 !important;
}

.service-item.active{
  color:var(--active-color);
  transform:scale(1);
}
}


.image-count {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background: var(--primary-color);
    color: #fff;
    padding: 0.5rem;
    border-radius: 6px;
}

.ProductDetailsSidebar {
    background: var(--primary-color) url(../images/hero-company-slider-corner-shape-silver.svg) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.BannersPoint  {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.BannersPoint img {
    width: 100%;
    height: auto;
    display: block;
}
/* mobile css */
@media(max-width:768px) {
    .service-item {font-size: 20px}
    header.main-header .header-sticky {margin-inline: 0;}
    .hero-silver {min-height: 96vh;}

    .hero-silver::before {
        opacity: 95%;
    }
    .tech-left {transform: scale(1) translateX(0);}


}

/* END mobile css */

@media(max-width:991px){
    .cta-content{padding:40px 30px;}
    .cta-title{font-size:34px;}
}


@media only screen and (max-width: 1440px) {
    .about-counter-item-silver {
        width: calc(25% - 40px);
    }

    .hero-content-silver .about-counter-item-silver {
        width: calc(30% - 40px);
    }
}


/* ── Mobile Menu ── */
@media (max-width: 991px) {

  /* Hide menu by default on mobile */
  .navbar-collapse.main-menu {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    background: var(--primary-color);          /* match your header bg */
    padding: 1rem 1.5rem;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    max-height: 80vh;
    overflow-y: auto;
  }

  /* Show when toggled */
  .navbar-collapse.main-menu.menu-open-active {
    display: block;
  }

  /* Stack nav items vertically */
  .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }

  .navbar-collapse .nav-item {
    width: 100%;
  }
  .navbar-collapse .nav-item:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
  }

  .navbar-collapse .nav-link {
    display: block;
    padding: 0.75rem 0;
    width: 100%;
  }

  /* Submenu dropdown on mobile */
  .navbar-collapse .nav-item.submenu > ul {
    display: none;
    padding-left: 1rem;
    margin: 0.25rem 0 0.5rem;
    position: relative;
    width: 100%;
    border-radius: 0;
  }
  .main-menu ul li.submenu:first-child ul {width: 100%;}
  .main-menu ul ul {background: transparent !important}
  .main-menu ul ul ul {left: 0;border-radius: 0;}

  .nav-item.submenu > ul > .nav-item.submenu > span.nav-link {color: #fff !important;}

  .navbar-collapse .nav-item.submenu:hover > ul,
  .navbar-collapse .nav-item.submenu:focus-within > ul {
    display: block;
  }

  /* Hide CTA button area on mobile if needed */
  .header-btn {
    padding-top: 1rem;
    a {width: 100%;}
  }

}

/* Desktop — always show, never hide */
@media (min-width: 992px) {
  .navbar-collapse.main-menu {
    display: flex !important;
  }
}

/* ── Hamburger Button ── */
@media (max-width: 991px) {

   .navbar-collapse .nav-link {
        text-align: left;
    }
    .main-menu ul li.submenu > a:after {
    position: absolute;
    right: 14px;
    }

  .navbar-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding: 6px;
    border-radius: 6px;
    transition: background 0.2s ease;
    position: relative;
    z-index: 1100;
  }

  .navbar-toggle:hover {
    background: rgba(0, 0, 0, 0.06);
  }

  /* The 3 bars */
  .navbar-toggle .slicknav_icon-bar {
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--accent-color);
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
    transform-origin: center;
  }
  header.main-header .header-sticky.active {
    .main-menu ul li a {color: #fff;}
  }
    .main-menu ul ul li a {
        color: #fff;
    }
  .main-menu ul li.submenu > ul li.submenu > span:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 14px;
    margin-left: 8px;
    position: absolute;
    right: 14px;
}


  /* ── Active (X / Close) state ── */

  /* Top bar — rotate to \ */
  .navbar-toggle.active .slicknav_icon-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  /* Middle bar — fade out */
  .navbar-toggle.active .slicknav_icon-bar:nth-child(2) {
    opacity: 0;
    width: 0;
  }

  /* Bottom bar — rotate to / */
  .navbar-toggle.active .slicknav_icon-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .page-header-box {padding-top: 14px;}

}

/* Hide hamburger on desktop */
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
  .subProductTitle {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
  }

  .page-header-box .page-header-title {
    font-size: 52px;
    font-weight: 600;
 } 

}