header.met-header-wrapper .container {
  padding: 0px;
}
.met-header-parent {
  width: 100%;
}
.met-logo {
  width: 15%;
}
.met-logo a {
  width: 100%;
  height: 100px;
  display: flex;
  padding: 10px 0px;
}
.met-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left;
}
.met-header-right {
  width: 85%;
  justify-content: center;
  gap: 15px;
}
.met-nav-menu {
  width: 65%;
  max-width: 65%;
}
.met-nav-menu > ul {
  gap: 25px;
  align-items: center;
  justify-content: center;
}
.met-header-search {
  width: 25%;
  max-width: 25%;
  align-items: center;
  justify-content: center;
}
.met-header-icons {
  width: 35%;
  max-width: 35%;
  align-items: flex-end;
  justify-content: flex-end;
}
.met-header-icons img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  object-position: center;
  padding-right: 5px;
}
.met-header-icons a {
  padding: 0px 5px;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
}
.met-header-icons a:hover {
  color: #007bff;
}
.rapid-video {
  width: 100%;
  height: 85vh;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0px;
}
video#rm-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.met-categories-wrapper {
  padding: 50px 0px;
}
.met-categories-wrapper .container,
.rapid-sec .container,
.met-team-wrapper .container,
.container {
  width: 100%;
  max-width: 100%;
  /* padding: 0px; */
}
.rapid-sec {
  padding-top: 0px;
  padding-bottom: 0px;
}
.rapid-sec img {
  width: 100%;
}
.rapid-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.rapid-left {
  width: 57%;
}
.rapid-right {
  width: 42%;
}
.rapid-right .rapid-img img {
  padding: 5px 10px;
}
.rapid-img img {
  filter: drop-shadow(0px 0px 5px #00000025);
}
.met-team-parent:last-child {
  padding-bottom: 0px;
}
.met-team-wrapper .met-team-content h4 {
  text-align: center;
}
.rapid-bsp .met-team-img > img {
  min-height: 370px;
  max-height: 370px;
  object-fit: contain;
}
.met-footer-wrapper .container {
  padding: 0px 100px;
}
.met-categories-nav ul li {
  position: relative;
}

.subcategory {
  display: none;
  padding-left: 25px; /* Indentation for subcategories */
  margin-top: 20px;
}

.toggle-icon {
  /* margin-left: 10px; */
  cursor: pointer;
}

.met-categories-nav ul li a.toggle-subcategory {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.active-category > a {
  font-weight: bold;
  color: #007bff; /* Active category color */
}

.active-sub > a {
  font-weight: bold;
  color: #0056b3; /* Color for parent category with active subcategory */
}
li.active-list::marker {
  color: #0056b3;
  font-size: 20px;
}
li.active-category a.toggle-subcategory {
  background: linear-gradient(45deg, #7fb5f3, #edfbff);
  padding: 5px;
  border-radius: 5px;
  color: #fff !important;
  width: 103%;
  margin-left: -5px;
}
li.active-category a span.toggle-icon {
  color: #797979 !important;
  /* font-size: 20px; */
}

.subcategory a.active-subcategory {
  font-weight: normal;
  color: #0dcaf0 !important;
}

.met-product-nav ul li a span,
.met-categories-nav ul li a span {
  font-size: 20px;
}

ul.sidebar-category li {
  padding: 0px 15px;
}
ul.subcategory li {
  padding: 0px;
  list-style: disc;
}
li.active-category {
  background: #fff;
  border-radius: 5px;
  /* padding: 15px !important; */
}
li.active-category a,
li.active-category span.toggle-icon {
  /* color: #ffc107 !important; */
  color: #7bb7ff !important;
}
.met-categories-nav ul li:last-child {
  margin-bottom: 0px;
}
ul.subcategory a {
  color: #000 !important;
}

.met-team-content h4 {
  text-align: center;
  height: 60px;
  overflow: hidden;
  padding-top: 15px;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.met-shop-page-wr .met-team-heading {
  padding: 0px;
  margin-bottom: 25px;
}

.cat-heading {
  padding: 10px 15px !important;
  border-radius: 5px;
  margin-bottom: 25px;
  background: linear-gradient(45deg, #74acff, #9eefff);
}
h2.cat-title {
  color: #fff !important;
  font-size: 20px;
}

.popup {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  background: #00000090;
}
.popup-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 80%;
  height: 85vh;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  position: relative;
  z-index: 1000;
  overflow: hidden;
}
.popup-left,
.popup-right {
  width: 50%;
  height: auto;
}
.popup-close {
  position: absolute;
  top: 5%;
  right: 2.5%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: transparent;
  color: #000;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  font-size: 25px;
}
.popup-close:hover {
  background: #000;
  color: #fff;
  cursor: pointer;
}
.pl-txt span {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.pl-txt h2 {
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  margin: 5px 0px 25px 0px;
}
.pl-img {
  text-align: left;
}
.pl-img img {
  width: 95%;
  height: 425px;
  border: 1px solid lightgrey;
  border-radius: 5px;
  object-fit: contain;
}
.popup-right {
  padding: 35px;
  height: 100%;
  position: relative;
}
.popup-right::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: url("../img/bg.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.pr-info h2 {
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.pr-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
.pr-info p:last-child {
  margin-bottom: 0px;
}
.pr-btn {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
}
.pr-btn button {
  padding: 15px 25px;
  border-radius: 5px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
}
.pr-btn button:hover {
  cursor: pointer;
  background: #007bff;
}

.met-sidebar {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 3%;
  z-index: 100;
  max-height: 94vh; /* Adjust based on your design needs */
  overflow-y: auto; /* Enables scrolling when content overflows */
}
.met-categories-wr {
  padding: 10px; /* Optional: Add padding for better spacing */
}

html {
  scroll-behavior: smooth;
}

.side-cat-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.side-cat-link span.toggle-icon {
  font-size: 20px;
  font-weight: 500;
  color: #797979;
}
.met-nav-menu > ul > li.active > a:after,
.met-nav-menu > ul > li > a:hover::after {
  width: 100%;
}
ul.sub-menu li a {
  color: #797979 !important;
}
ul.sub-menu li a:hover {
  color: #3cbcff !important;
}
ul.sub-menu li.active a {
  color: #3cbcff !important;
}
.fm {
  display: flex;
  align-items: center;
  justify-content: left;
}
.fm span.fms {
  padding: 0px 5px;
  color: #fff;
}
/* .dsc {
  background: url("../assets/images/blog02.png") !important;
  background-size: cover !important;
  background-position: center 20% !important;
} */

.rapid-slider {
  width: 100%;
  height: 85vh;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5px;
  filter: drop-shadow(0px 0px 5px #00000020);
}

.rapid-slider .swiper {
  width: 100%;
  height: 100%;
}

.rapid-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rapid-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rapid-slider .autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.rapid-slider .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.rapid-slider .swiper-button-prev,
.rapid-slider .swiper-button-next {
  width: 50px;
  height: 50px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rapid-slider .swiper-button-prev {
  left: 1%;
  right: unset;
}
.rapid-slider .swiper-button-next {
  left: unset;
  right: 1%;
}
.rapid-slider .swiper-button-prev svg,
.rapid-slider .swiper-button-next svg {
  width: 10px;
  height: auto;
  fill: #fff;
}
.rapid-slider .swiper-button-prev:hover,
.rapid-slider .swiper-button-next:hover {
  background: #007bff !important;
  border: 1px solid #fff;
  color: #fff;
}
.rapid-slider .swiper-button-prev svg:hover,
.rapid-slider .swiper-button-next svg:hover {
  fill: #fff !important;
}
.rapid-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.video-wrapper {
  padding-bottom: 100px;
}
.video-container {
  width: 100%;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}
.video-container .video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container video {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}
.play-button-wrapper #circle-play-b svg {
  width: 100px;
  height: 100px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}

p.met-para {
  padding-top: 15px;
  font-size: 18px;
  line-height: 2rem;
  letter-spacing: normal;
  /* text-align: justify; */
  /* height: 270px; */
  overflow: hidden;
}
.met-footer-info img {
  width: 200px;
}

.abt-header {
  width: 100%;
  height: 78vh;
  display: flex;
  align-items: center;
  justify-content: left;
  background: url(../img/abt1.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.abt-header::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, black, #0d6efd95);
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: 1;
}
.abt-box {
  z-index: 3;
  width: 40%;
  text-align: left;
  padding: 0px 50px;
}
.abt-txt span {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 15px;
}
.abt-txt h1 {
  font-size: 50px;
  font-weight: 700;
  color: #0dcaf0;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 50px;
  position: relative;
}
.abt-txt h1::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 5px;
  background: #fff;
  bottom: -15px;
  left: 0;
  z-index: 1;
  border-radius: 5px;
}
.abt-txt p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 20px;
  letter-spacing: normal;
  text-align: justify;
}
.our-mission {
  margin: 50px 0px;
  padding: 0px 50px;
}
.om-txt h1 {
  position: relative;
  margin-bottom: 30px;
}
.om-txt h1::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 5px;
  background: #0dcaf0;
  bottom: -15px;
  left: 0;
  z-index: 1;
  border-radius: 5px;
}
.om-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
  align-items: center;
  margin-top: 50px;
}
.om-item {
  border-radius: 15px;
  box-shadow: 0px 0px 5px #00000025;
  padding: 15px;
  transition: all 1s;
}
.om-item:hover {
  margin-top: -15px;
}
.om-item img,
.ov-item img {
  width: 75px;
  height: 75px;
  /* border-radius: 50%; */
  margin-bottom: 15px;
}
.om-item h2,
.wcu-item h2,
.ov-item h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 15px;
  position: relative;
}
.om-item p,
.wcu-item p,
.ov-item p {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  line-height: normal;
  letter-spacing: normal;
}
.wcu {
  margin: 0px 0px 50px 0px;
  padding: 50px 50px;
  background: #f6f6f6;
  border-radius: 15px;
}
.wcu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
  align-items: center;
  margin-top: 65px;
}
.wcu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 25px; */
  border-radius: 15px;
  box-shadow: 0px 0px 5px #00000025;
  background: #fff;
  padding: 15px 0px;
}
.wcu-item img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  object-position: center;
}
.wcu-img {
  padding: 15px;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wcu-txt {
  width: 80%;
}
.ov {
  margin: 50px 0px;
  padding: 0px 50px;
}
.ov-item img {
  background: #cbf3fb;
  padding: 10px;
  border-radius: 15px;
}
.ov-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  margin-top: 50px;
}
.ov-item {
  border-radius: 15px;
  box-shadow: 0px 0px 5px #00000025;
  background: #fff;
  padding: 25px;
}
.abt-contact {
  margin-bottom: 50px;
  padding: 0px 50px;
}
.abt-form {
  margin-top: 50px;
}
body.no-scroll {
  overflow: hidden !important;
}
.met-team-box:hover .met-team-img:after {
  display: none !important;
}
.rapid-cat .swiper-slide {
  /* margin-top: 0px !important; */
  margin: 0px 13px !important;
}
.rapid-sec {
  overflow: hidden;
}
.section11-product {
  padding: 0px 5px 25px 5px;
}
.met-footer-wrapper {
  background: linear-gradient(
    to top,
    #0c3483 0%,
    #a2b6df 100%,
    #6b8cce 100%,
    #a2b6df 100%
  );
}
.met-footer-wrapper .met-nesltr-left h4,
.met-footer-wrapper .met-footer-menu ul li a,
.met-footer-wrapper p.met-para,
.met-footer-wrapper .met-copyright-parent p {
  color: #fff;
}
.met-footer-wrapper .met-nesltr-right .met-input-field input {
  background-color: #fff;
  color: #000 !important;
}
.met-footer-wrapper .met-copyright-parent p a {
  color: cyan !important;
}
.met-footer-wrapper .met-footer-info img {
  filter: brightness(100);
}
.met-categories-img {
  width: 100%;
  height: auto;
  border-radius: none;
  background: transparent;
}
.met-categories-img img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  padding: 0px;
  border-radius: unset;
  background: transparent;
  filter: none;
}
.met-categories-box:after {
  display: none;
}
.met-categories-box:hover .met-categories-img {
  transform: none;
  background: transparent;
  border-radius: none;
}
.met-categories-box {
  /* background: transparent; */
  background: #fff;
  filter: drop-shadow(0px 0px 5px #00000015);
  border-radius: 15px;
  border: 1px solid #003b6720;
}
.met-team-img img {
  object-fit: contain;
}
.rapid-cat .swiper-wrapper {
  padding: 15px 0px;
}

@media only screen and (max-width: 768px) {
  .met-categories-img img {
    width: 100%;
    height: 115px;
    padding: 0px;
  }
  .met-categories-img {
    margin-bottom: 5px;
  }
  .rapid-cat .swiper-grid-column > .swiper-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    align-items: baseline;
    grid-row-gap: 20px;
  }
  .rapid-cat .met-arrow {
    display: none !important;
  }
  .met-categories-box {
    /* height: 185px; */
    height: auto;
    padding: 15px 0px;
  }
  .met-categories-head h4 {
    font-size: 15px;
  }
  .rapid-cat .container {
    padding: 0px;
  }
  .rapid-cat .swiper-slide {
    margin: 0px !important;
    padding: 0px 2px !important;
  }
  .met-logo {
    width: 50%;
    max-width: 50%;
  }
  .met-header-right {
    width: 50%;
    max-width: 50%;
    justify-content: flex-end;
  }
  .met-header-icons {
    width: 80%;
    max-width: 80%;
  }
  .el_toggle_btn {
    width: 20%;
    max-width: 20%;
  }
  .met-logo a {
    height: 75px;
    padding: 5px 0px;
  }
  .met-header-parent {
    padding: 10px 0;
  }
  .rapid-box {
    flex-direction: column;
    width: 100%;
  }
  .rapid-left {
    width: 100%;
  }
  .rapid-right {
    width: 100%;
  }
  .rapid-right .rapid-img img {
    padding: 0px;
  }
  .met-Section15-inner {
    margin-bottom: 15px;
  }
  .met-footer-wrapper .container {
    padding: 0px 15px;
  }
  .rapid-slider {
    height: 165px;
  }
  .rapid-slider .swiper-button-prev,
  .rapid-slider .swiper-button-next {
    width: 25px;
    height: 25px;
    top: 50%;
  }
  .rapid-slider .swiper-button-prev svg,
  .rapid-slider .swiper-button-next svg {
    width: auto;
  }
  .rapid-slider .swiper-button-prev {
    left: 3%;
    right: unset;
  }
  .rapid-slider .swiper-button-next {
    left: unset;
    right: 3%;
  }
  .met-nav-menu {
    overflow: hidden;
  }
  .abt-box {
    width: 100%;
    padding: 0px 15px;
  }
  .abt-header {
    height: 60vh;
  }
  .our-mission,
  .ov,
  .abt-contact {
    padding: 0px;
  }
  .om-grid,
  .wcu-grid,
  .ov-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
  .wcu {
    padding: 25px 15px;
  }
  .wcu-item {
    flex-direction: column;
  }
  .wcu-img {
    width: 100%;
    justify-content: left;
    padding: 0px 15px 15px 15px;
  }
  .wcu-txt {
    width: 100%;
    justify-content: left;
    padding: 0px 15px;
  }
  .popup-box {
    display: block;
    overflow-y: scroll;
    align-items: flex-start !important;
    padding: 25px 15px;
    width: 90% !important;
    height: 90vh !important;
  }
  .popup-box::-webkit-scrollbar {
    display: none !important;
  }
  .popup-left,
  .popup-right {
    width: 100%;
  }
  .pl-img img {
    width: 100%;
    height: 250px;
  }
  .pl-img {
    margin-bottom: 25px;
  }
  .popup-right {
    padding: 25px 15px;
    height: auto;
  }
  .popup-right::after {
    object-fit: contain;
  }
  .pr-btn {
    position: unset;
    transform: unset;
    top: unset;
    left: unset;
    margin-top: 25px;
  }
  .pr-btn button {
    width: 100%;
  }
  div#lightbox {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .met-sidebar {
    /* max-height: 50vh; */
    margin-bottom: 25px;
  }
  .met-categories-wr {
    padding: 0px;
  }
  .met-header-icons {
    display: none !important;
  }
  .popup-close {
    width: 35px !important;
    height: 35px !important;
    background: #fff !important;
    font-size: 20px !important;
    position: fixed !important;
    top: 6.5% !important;
    right: 7.5% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .met-nav-menu {
    left: -500px;
  }
  .met-nav-menu {
    left: -500px;
  }
  .met-header-icons {
    display: none !important;
  }
  .rapid-cat .met-arrow {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .met-nav-menu {
    left: -665px;
  }
  .met-header-icons {
    display: none !important;
  }
  .rapid-cat .met-arrow {
    display: none !important;
  }
}
