:root{
    --bs-primary: #0b5a66;
}

.btn-primary, .navbar.navbar-light.fixed .btn:not(.btn-expand):not(.btn-gradient){
    background-color: #0b5a66 ;
    border-color: #0b5a66;
}
.btn-primary.btn-expand:before {
    background-color: #0b5a66;
}

.btn-primary.btn-expand{
    color: #0b5a66;
}

.gradient-3 {
    background-image: linear-gradient(45deg, #004e70 0, #0b5a66 100%);
}
.btn:hover , .btn.btn-expand:hover:before{
    background-color: #137A83;
    border-color: #137A83;
}

.bg-dark.text-inverse a:not(.btn):not([class*=link-]):hover, .bg-navy.text-inverse a:not(.btn):not([class*=link-]):hover, .text-inverse a:not(.btn):hover, [class*=offcanvas-].text-inverse a:not(.btn):not([class*=link-]):hover{
    color: #137A83;
}

  
  /* .mega-menu .list-group-item.active,
  .mega-menu .list-group-item:hover {
    background: #f1f3f9;
    color: #004e70;
    cursor: pointer;
    font-weight: 500;
  }
  .mega-menu .product-item a {
    color:#004e70;
  }
  .mega-menu .list-group-item {
    border: none;
    border-radius: 0;
    transition: background 0.2s;
    font-size: 15px;
    padding: 0.75rem 1rem;
  }
  .prods .list-group-item{
    padding: 0 0;
  }
  .prods .list-group-item a{
    display: block;
    padding: 0.75rem 1rem;
  }
  .mega-menu .product-item.active {
    background: #e7f1ff;
    color: #0d6efd;
  }
  .mega-menu .product-item {
    cursor: pointer;
  }
  .mega-menu img {
    transition: box-shadow 0.2s;
  } */
.brand-slider-container {
  overflow: hidden;
  width: 100%;
  background: transparent;
  padding: 10px 0;
}
.brand-slider-track {
  display: flex;
  width: max-content;
  animation: brand-slider-scroll 50s linear infinite;
}
.brand-slider-slide {
  flex: 0 0 auto;
  width: 120px;
  margin: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-slider-slide img {
  max-width: 100px;
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(0.2);
  transition: filter 0.2s;
}
.brand-slider-slide img:hover {
  filter: grayscale(0);
}
@keyframes brand-slider-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


/* Optional: Adjust Swiper navigation button position for your design */
.products-swiper .swiper-button-next,
.products-swiper .swiper-button-prev {
  color: #333;
  top: 45%;
}
.products-swiper .swiper-slide {
  height: auto !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.products-swiper .project-details {
  text-align: center;
}

/* Style Swiper arrows for product slider */
.products-swiper .swiper-button-next,
.products-swiper .swiper-button-prev {
  color: #004e70; /* Your brand color */
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  width: 44px;
  height: 44px;
  top: 45%;
  transition: background 0.2s, color 0.2s;
  z-index: 2;
}
.products-swiper .swiper-button-next:hover,
.products-swiper .swiper-button-prev:hover {
  background: #004e70;
  color: #fff;
}
.products-swiper .swiper-button-next:after,
.products-swiper .swiper-button-prev:after {
  font-size: 22px;
  font-weight: bold;
}
/* .products-swiper .swiper-button-next {
  right: -10px;
  left: auto;
}
.products-swiper .swiper-button-prev {
  left: -10px;
  right: auto;
} */

.products-swiper .swiper-slide figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 190px; /* Set a fixed height for all product images */
  margin-bottom: 1rem;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.prod-cert {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    display: flex;
    width: 100px;
    gap: 10px;
    z-index: 10;
}

.prod-cert img {
    width: 30px !important;
}

.products-swiper .swiper-slide img {
  max-width: 120px;
  max-height: 120px;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.whatsapp-float {
  position: fixed;
  right: 30px;
  bottom: 100px; /* Adjust so it's above .progress-wrap */
  z-index: 1050;
  background: #25d366;
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
}
.whatsapp-float:hover {
  background: #128c7e;
  color: #fff;
  transform: scale(1.08);
  text-decoration: none;
}




.sticky-left {
  position: static;
}

.map.map-full iframe{
    width: 100%;
    height: 100%;
}

footer address {
    font-size: 16px;
}

a.whatsapp-float i , a.contact-float i {
    line-height: 1;
    display: flex;
}


.about-banner {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    padding: 30px 0;
}



.cert-main{
  border-top: 1px solid rgba(0,0,0,0.1);
}


/* HTML: <div class="loader"></div> */
.loader {
  width: 60px;
  aspect-ratio: 4;
  --c:#ffffff 90%,#0000;
  background: 
    radial-gradient(circle closest-side at left  6px top 50%,var(--c)),
    radial-gradient(circle closest-side                     ,var(--c)),
    radial-gradient(circle closest-side at right 6px top 50%,var(--c));
  background-size: 100% 100%;
  background-repeat: no-repeat;
  animation: l4 1.2s infinite alternate cubic-bezier(.4,0,.2,1);
}
@keyframes l4 {
    to{width:25px;aspect-ratio: 1}
}

#page-loader {
  position: fixed;
  z-index: 99999;
  inset: 0;
  background: #0b5a66;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s cubic-bezier(.4,0,.2,1);
}
#page-loader.fade-out {
  opacity: 0;
  pointer-events: none;
}
.loader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.loader-logo {
  width: 110px;
  height: auto;
  margin-bottom: 32px;
  animation: loader-logo-bounce 1.2s infinite alternate cubic-bezier(.4,0,.2,1);
}
@keyframes loader-logo-bounce {
  0% { transform: translateY(0);}
  100% { transform: translateY(-18px);}
}
.loader-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #e0e0e0;
  border-top: 4px solid #007bff;
  border-radius: 50%;
  animation: loader-spin 1s linear infinite;
}
@keyframes loader-spin {
  100% { transform: rotate(360deg);}
}

.contact-float {
  position: fixed;
  bottom: 176px; /* Adjust so it's above WhatsApp */
  right: 30px;
  background-color: #007bff;
  color: #fff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  z-index: 9999;
  font-size: 28px;
  transition: background 0.2s;
  text-decoration: none;
}
.contact-float:hover {
  background-color: #0056b3;
}

.dropend>.dropdown-menu , .dropend .dropdown-menu[data-bs-popper] {
    /* right: 100%;
    left: auto; */
    margin-top: 0;
    margin-left: 0;
}
/* .dropdown-item {
    text-align: right;
} */

ul.dropdown-menu {
    min-width: 250px;
}


.grid {
    display: grid;
    padding: 25px 0;
}

.grid-4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

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

.grid-5 {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.timeline-row{
  position: relative;
}

.timeline-year span.timeline-year-inner {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #0b5a66;
    border-radius: 20px;
    background-color: #ffffff;
    margin-bottom: 10px;
    position: relative;
    z-index: 3;
}

.timeline-card-content {
    display: flex;
    flex-direction: column;
}

.timeline-row:not(:last-child):before {
    content: '';
    position: absolute;
    width: calc(100% - 80px);
    height: 1px;
    border: 1px dashed #0b5a66;
    z-index: 0;
    top: 20px;
    left: 106px;
}

.grid-5 .timeline-row:first-child .timeline-year span.timeline-year-inner:before {
    width: 60vw;
}

.modern-zigzag-timeline .grid:nth-child(odd) .timeline-row:last-child , .modern-zigzag-timeline .grid:nth-child(even) .timeline-row:first-child {
    position: relative;
}

.modern-zigzag-timeline .grid:nth-child(odd):not(:last-child) .timeline-row:last-child:before {
    content: '';
    position: absolute;
    width: calc(100% - 65px);
    height: calc(100% + 52px);
    border: 2px dashed #0b5a66;
    left: 79px;
    top: 18px;
    border-left: none;
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
}



.modern-zigzag-timeline .grid:nth-child(even):not(:last-child) .timeline-row:first-child::after{
    content: '';
    position: absolute;
    width: 42%;
    height: calc(100% + 52px);
    border: 2px dashed #0b5a66;
    left: -79px;
    top: 20px;
    border-right: 0px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}




.timeline-section {
    overflow-x: hidden;
}

span.timeline-icon {
    margin-right: 8px;
}

.timeline-year-inner{
  color: #0b5a66;
  font-weight: 700;
}

.timeline-row.left.mob {
    display: none;
}

.card-body {
    flex-direction: column;
}

.card-body > div {
    text-align: center;
}

ul.navbar-nav > li > ul > li > ul {
    width: 400px;
}

ul.navbar-nav > li > ul > li > ul > li > a {
    white-space: unset;
    font-size: 14px;
}

ul.navbar-nav > li > ul  li:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

.swiper-hero, .swiper-hero .swiper-slide {
    height: 850px !important;
}

.slider-left-img img {
    max-height: 350px;
    width: auto !important;
}

.swiper-slide.bg-overlay-400:before {
    background: rgba(30, 34, 40, 0.6);
}


.category-item {/* text-align: center; */}

a.category-item-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

li.mega-menu-content > .row {
    justify-content: center;
    gap: 30px 0;
}

figure.director-banner-img.rounded.mb-md-n20 {
    height: 600px;
}

figure.director-banner-img.rounded.mb-md-n20 > img {
    height: 100% !important;
}


.category-item-icon {
    width: 50px;
    border: 2px solid;
    height: 50px;
    padding: 8px;
    border-radius: 50%;
    display: flex;
}

.category-item > a:hover > .category-item-title {
    color:#137A83;
}

.category-item * {
    transition: all ease 0.5s;
}

.category-item-icon img {
    width: 100%;
}

.isotope-filter{flex-direction: column-reverse;gap: 20px;}

.search-filter{
  width: 100%;
  text-align: center;
}


.search-filter input {
    width: 100%;
}

.lift{
  position: relative;
}

.lift-prod-cert {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 10px 0 0;
    gap: 10px;
}

.lift-prod-cert img {
    width: 50px !important;
}


.lift-prod-cert.single-product img {
    width: 65px !important;
}

  .main-product-image .swiper {
    overflow: hidden;
  }
  .thumb-slider .swiper-slide {
    opacity: 0.6;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.2s, opacity 0.2s;
  }
  .thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #0b5a66;
  }


  .main-slider .swiper-slide img {
    height: 500px !important;
    width: auto !important;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

.main-slider .swiper-slide{
  justify-content: center;
  text-align: center;
}

.swiper.thumb-slider img {
    height: 120px !important;
    object-fit: contain;
}

.overlay-img {
    position: absolute;
    bottom: 17px;
    left: 50%;
    width: 650px;
    transform: translateX(-50%);
}

.overlay-img img {  
    width: 100%;
}

.map-img img {
    max-width: 100%;
}

.quality-img img {
    max-height: 500px;
}

figure.quality-img {
    text-align: center;
}

.eq-listing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px;
}

.eq-listing li {
    margin-top: 0 !important;
}

.eq-listing-container{
    width:100%
}

.product-table-id tbody tr:nth-child(2n){
    background-color: #5b617012 !important;
}

figure.lift.rounded a div+img , .category-item-img {
    height: 299px !important;
    object-fit: contain;
}

.post-header {
    min-height: 136px !important;
}

.timeline-card-content h5+div {
    max-width: 356px;
}

@media (min-width: 1366px) {
   footer .container {
        max-width: 1700px !important;
    }
}


@media (min-width: 768px) {
    .overlap-grid-2 .item:nth-child(1) , .overlap-grid-2 .item:nth-child(1) figure {
        min-height: 500px;
    }
}


@media (max-width: 575.98px) {
  .whatsapp-float , .contact-float {
    right: 16px;
    bottom: 90px;
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
  }
}

@media(max-width: 1366px) {
  .overlay-img {
    width: 550px;
  }
  }

  /* Responsive Mega Menu: Stack columns on small screens */
@media (max-width: 991px) {
  /* .mega-menu .row.g-0 {
    flex-direction: column !important;
    min-width: 0 !important;
  }
  .mega-menu .col-4,
  .mega-menu .col-4.border-end,
  .mega-menu .col-4.d-flex {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    border-right: none !important;
    border-bottom: 1px solid #e5e5e5 !important;
    padding-bottom: 0 !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  .mega-menu .col-4:last-child {
    border-bottom: none !important;
  }
  .mega-menu-title {
    text-align: left !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  #product-image-preview {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mega-menu .list-group-item {
    font-size: 16px;
    padding: 0.75rem 1.25rem;
  } */
  /* .navbar-nav .dropdown-menu.active {
    display: block !important;
} */
 /* ul.dropdown-menu.mega-menu {
    display: block !important;
    min-width: unset !important;
}
.mega-menu .list-group-item.active, .mega-menu .list-group-item, .mega-menu .list-group-item:hover {
    background: unset;
} */
a {
    color: #0b5a66;
}

.justify-space-between{
  justify-content: space-between;
}
/* .accordion-item {
    border-bottom: 1px solid;
    padding-top: 10px;
}

.accordion-header {
    font-size: 18px;
}
.first-col{
  display: none;
}
.list-group-item a {
    color: #fff;
}

.list-group-item {
    border-bottom: 1px solid #fff !important;
} */

   .sticky-left figure img {
      max-height: 270px;
      width: auto;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-hero, .swiper-hero .swiper-slide{
      height: auto !important;
    }

    .banner-inner-content > div > div {height: auto !important; width: 100%;}
.banner-inner-content > div > div:first-child > div{
  margin: 0 !important;
  padding: 0 !important;
}
.banner-inner-content > div {flex-direction: column;align-items: center !important; justify-content: center !important; gap: 40px;}
.slider-left-img img {
    max-height: 300px;
    width: auto !important;
}
.banner-inner-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.isotope-filter.filter {
    flex-direction: column-reverse;
}


}
/* Desktop: show columns, hide accordion */
@media (min-width: 992px) {
  /* .mega-menu .d-lg-flex { display: flex !important; }
  .mega-menu .d-lg-none { display: none !important; } */
  .sticky-left {
    position: sticky;
    top: 4rem;
    z-index: 1;
  }
  .navbar-expand-lg .dropend>.dropdown-menu , .navbar-expand-lg .dropend>.dropdown-menu {
        margin-right: .5rem;
    }
 .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-toggle:after {
        position: absolute;
        margin-right: 0;
        right: 1rem;
        top: .15rem;
        font-size: .85rem;
    }
    .navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown:not(.dropdown-submenu):hover>.dropdown-menu{
      left: -50%;
    }
    /* .dropdown-item {
    text-align: right;
} */
}
.cert-box {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #eee;
}
.cert-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  
}


/* Mobile: show accordion, hide columns & image preview */
@media (max-width: 991.98px) {
  /* .mega-menu .d-lg-flex { display: none !important; }
  .mega-menu .d-lg-none { display: block !important; }
  .mega-menu .mega-menu-title { font-size: 1rem; } */
      .navbar-expand-lg .navbar-brand {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item{
        white-space: unset;
    }

    .modern-zigzag-timeline .grid:nth-child(even) .timeline-row:first-child::after , .modern-zigzag-timeline .grid:nth-child(odd) .timeline-row:last-child:before,
.grid-5 .timeline-row:first-child .timeline-year span.timeline-year-inner:before , .timeline-row:not(:last-child):before {
  display: none;
}

.modern-zigzag-timeline .grid {display: flex !important;flex-wrap: wrap;}

.modern-zigzag-timeline .grid > div {
    width: 48%;
}

.modern-zigzag-timeline .grid.grid-5 .timeline-row:last-child {
    order: 0;
}


.modern-zigzag-timeline .grid.grid-5 .timeline-row:nth-child(4) {
    order: 1;
}

.modern-zigzag-timeline .grid.grid-5 .timeline-row:nth-child(3) {
    order: 2;
}

.modern-zigzag-timeline .grid.grid-5 .timeline-row:nth-child(2) {
    order: 3;
}

.modern-zigzag-timeline .grid.grid-5 .timeline-row:first-child {
    order: 4;
}
.timeline-row.left.mob {
    display: block;
}
.timeline-row.des {
    display: none;
}
.grid{
  padding: 15px 0
}

li.mega-menu-content * {
    color: #fff;
}

li.mega-menu-content img {
    filter: invert(1);
}
.overlay-img {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
  }
  .grid.grid-3 {
    flex-direction: column;
}

.grid.grid-3:nth-child(even) {
    flex-direction: column-reverse;
}
}

@media (max-width: 1199.98px) {
.navbar .navbar-collapse .nav-link {
        padding-right: .4rem;
        padding-left: .4rem;
    }
  }

/* Responsive adjustments */
@media (max-width: 768px) {
  .brand-slider-slide {
    width: 100px;
    margin: 0 8px;
  }
  .brand-slider-slide img {
    max-width: 90px;
    max-height: 50px;
  }
  .products-swiper .swiper-slide figure {
    height: 100px;
  }
  .products-swiper .swiper-slide img {
    max-width: 70px;
    max-height: 70px;
  }
  .products-swiper .swiper-button-next {
    right: -10px;
  }
  .products-swiper .swiper-button-prev {
    left: -10px;
  }
  .sticky-left figure img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.home-banner-image{
  margin-top: 160px;
}
    .modern-zigzag-timeline .grid > div {
        width: 100%;
    }

    .grid{
      gap:30px !important
    }
}