* {
  margin: 0px;
  padding: 0px;
  margin: 0px;
  font-family: "Roboto", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
}
.logo-image img {
  height: 105px;
}
.top-nav {
  justify-content: end;
}
.top-nav li {
  list-style: none;
}
.top-nav ul {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 0px;
}
.mrpl-phone {
  padding: 0px 10px;
  a {
    text-decoration: none;
    color: black;
  }
}
.mrpl-email {
  padding: 0px 10px;
  padding-right: 20px;
  a {
    text-decoration: none;
    color: black;
  }
}
nav {
  padding: 11px 0px;
  position: sticky;
  top: 0px;
  z-index: 11;
  background: white;
}
nav .container > .row {
  align-items: center;
}
.nav-content {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: end;
  margin: 0px;
  li {
    list-style: none;
  }
  li a {
    text-decoration: none;
    color: black;
    font-size: 18px;
  }
}
.cnt-btn a {
  color: rgba(237, 28, 36, 1) !important;
  border: 1px solid rgba(237, 28, 36, 1);
  padding: 6px 20px;
  display: inline-block;
  border-radius: 21px;
}
.nav-content li {
  position: relative;
}

.product-drop {
  padding: 0px;
  background: white;
  position: absolute;
  top: 26px;
  z-index: 1;
  width: 265px;
  /* right: 0px; */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: none;
  z-index: 111;
  left: 50%;
  transform: translate(-50%, 0%);
}
.product-drop li a {
  padding: 8px 10px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
}
.product-drop li a:hover {
  color: rgba(237, 28, 36, 1);
}
.mrpl-prod-card a {
  text-decoration: none;
}
@media (min-width: 767px) {
  .nav-content li:hover .product-drop {
    display: block;
  }
}
.mrpl-hero {
  position: relative;
  width: 100%;
  /* min-height: 420px; */
  background-image: url("../img/heroimg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 60px 0px;
}
.mrpl-hero1 {
  position: relative;
  width: 100%;
  /* min-height: 420px; */
  background-image: url("../img/service-banner.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 60px 0px;
}
.mrpl-hero2 {
  position: relative;
  width: 100%;
  /* min-height: 420px; */
  background-image: url("../img/trainingbg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 60px 0px;
}
.mrpl-hero2 {
  background-image: url("../img/productlistbg.png");
}
/* Dark gradient overlay ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ left lighter, right darker for text readability */
.mrpl-hero::before {
  /* content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.08) 0%,
    rgba(0, 0, 0, 0.1) 40%,
    rgba(0, 0, 0, 0.55) 70%,
    rgba(0, 0, 0, 0.65) 100%
  );
  z-index: 1; */
}

.mrpl-hero .container {
  position: relative;
  z-index: 2;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Text block ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.mrpl-hero .mrpl-hero-content {
  padding: 80px 0 80px;
  text-align: right;
}

.mrpl-hero .mrpl-hero-heading {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 0.5rem;
  font-family: "Geist", sans-serif;
}

.mrpl-hero .mrpl-hero-heading .mrpl-accent {
  color: #ed1b24;
  font-family: "Geist", sans-serif;
  /* font-style: italic; */
}

.mrpl-hero .mrpl-hero-sub {
  /* font-family: "Barlow", sans-serif; */
  font-size: 18px;
  font-weight: 400;
  color: #f0f0f0;
  line-height: 27px;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Responsive ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
@media (max-width: 767px) {
  .mrpl-hero {
    min-height: 320px;
  }

  .mrpl-hero .mrpl-hero-content {
    padding: 60px 0 60px;
    text-align: center;
  }

  .mrpl-hero .mrpl-hero-sub {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .mrpl-hero {
    min-height: 260px;
  }

  .mrpl-hero .mrpl-hero-content {
    padding: 45px 0 45px;
  }
}

/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â
       About Section ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ scoped to .mrpl-about
       No root / body / * level rules
    ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */

.mrpl-about {
  /* font-family: "Barlow", sans-serif; */
  background-color: rgba(255, 239, 240, 1);
  padding: 60px 0 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Diagonal red stripe at bottom-left ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.mrpl-about::after {
  /* content: ""; */
  position: absolute;
  bottom: -30px;
  left: -40px;
  width: 220px;
  height: 18px;
  background-color: #ed1b24;
  transform: rotate(-8deg);
  border-radius: 4px;
  opacity: 0.85;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Image column ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.mrpl-about .mrpl-about-img-wrap {
  position: relative;
  padding: 0 0 40px 0;
  padding-bottom: 0px;
}

.mrpl-about .mrpl-about-img-wrap img {
  width: 465px;
  height: 410px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  /* box-shadow: 6px 10px 30px rgba(0,0,0,0.12); */
}

/* Subtle pink/red tinted card behind the image */
.mrpl-about .mrpl-about-img-wrap::before {
  content: "";
  position: absolute;
  top: -33px;
  left: -33px;
  /* right: 0px; */
  /* bottom: 27px; */
  /* background: #f5c6c6; */
  border-radius: 13px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/aboutbghdhd.png);
}

.mrpl-about .mrpl-about-img-wrap img {
  position: relative;
  z-index: 1;
  margin-top: 23px;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Text column ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.mrpl-about .mrpl-about-text {
  padding: 10px 0 60px;
  padding-left: 20px;
  padding-top: 0px;
}

.mrpl-about .mrpl-about-label {
  font-size: 18px;
  font-weight: 600;
  color: rgba(237, 28, 36, 1);
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  display: block;
}

.mrpl-about .mrpl-about-heading {
  font-size: 40px;
  font-weight: 600;
  color: #111111;
  line-height: 1.2;
  margin-bottom: 18px;
  font-family: "Geist", sans-serif;
}

.mrpl-about .mrpl-about-body {
  font-size: 18px;
  font-weight: 400;
  color: #444444;
  line-height: 1.8;
  margin-bottom: 24px;
  text-align: justify;
}

.mrpl-about .mrpl-about-body strong {
  color: rgba(237, 28, 36, 1);
  font-weight: 700;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Read More link ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.mrpl-about .mrpl-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(237, 28, 36, 1);
  text-decoration: none;
  letter-spacing: 0.2px;
  transition: gap 0.2s;
  position: relative;
  text-decoration: none;
  padding-bottom: 7px;
}

.mrpl-about .mrpl-read-more:hover {
  gap: 10px;
  color: rgba(237, 28, 36, 1);
}
.mrpl-about .mrpl-read-more::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background-color: rgba(237, 28, 36, 1);
  position: absolute;
  bottom: 0px;
}

.mrpl-about .mrpl-read-more .mrpl-arrows {
  font-size: 1rem;
  letter-spacing: -2px;
  color: #ed1b24;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Responsive ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
@media (max-width: 767px) {
  .mrpl-about {
    padding: 40px 0 0;
  }

  .mrpl-about .mrpl-about-img-wrap img {
    height: 260px;
    border-radius: 12px 12px 50px 12px;
  }

  .mrpl-about .mrpl-about-img-wrap::before {
    border-radius: 12px 12px 50px 12px;
  }

  .mrpl-about .mrpl-about-text {
    padding: 30px 0 50px;
  }
}

@media (max-width: 480px) {
  .mrpl-about .mrpl-about-img-wrap img {
    height: 220px;
  }
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
       Chairman Section Ã¢â‚¬â€œ scoped to .mrpl-chairman
       No root / body / * level rules
    Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */

.mrpl-chairman {
  /* font-family: "Barlow", sans-serif; */
  background-color: rgba(255, 239, 240, 1);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  padding-top: 140px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Watermark MRPL logo Ã¢â‚¬â€œ bottom right Ã¢â€â‚¬Ã¢â€â‚¬ */
.mrpl-chairman .mrpl-watermark {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(5rem, 10vw, 9rem);
  font-weight: 900;
  color: rgba(204, 0, 0, 0.07);
  letter-spacing: -2px;
  pointer-events: none;
  user-select: none;
  line-height: 1;
  z-index: 0;
}

.mrpl-chairman .mrpl-watermark-sub {
  font-size: clamp(1rem, 2vw, 1.6rem);
  font-weight: 700;
  color: rgba(204, 0, 0, 0.07);
  text-align: center;
  letter-spacing: 3px;
  margin-top: -10px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Image col Ã¢â€â‚¬Ã¢â€â‚¬ */
.mrpl-chairman .mrpl-chair-img-wrap {
  position: relative;
}

.mrpl-chairman .mrpl-chair-img-wrap::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -25px;
  right: -10px;
  bottom: -10px;
  background: rgba(162, 7, 3, 0.12);
  border-radius: 16px;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.mrpl-chairman .mrpl-chair-img-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 416px;
  object-fit: cover;
  object-position: top center;
  border-radius: 20px;
  display: block;
  box-shadow: 4px 8px 24px rgba(0, 0, 0, 0.12);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Text col Ã¢â€â‚¬Ã¢â€â‚¬ */
.mrpl-chairman .mrpl-chair-text {
  position: relative;
  z-index: 1;
}

.mrpl-chairman .mrpl-chair-heading {
  font-size: 42px;
  font-weight: 600;
  color: #ed1b24;
  margin-bottom: 32px;
  font-family: "Geist", sans-serif;
}

.mrpl-chairman .mrpl-chair-para {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.72);
  line-height: 27px;
  text-align: justify;
  margin-bottom: 14px;
}

.mrpl-chairman .mrpl-chair-para strong {
  color: #ed1b24;
  font-weight: 700;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Focus label Ã¢â€â‚¬Ã¢â€â‚¬ */
.mrpl-chairman .mrpl-focus-label {
  font-size: 18px;
  font-weight: 700;
  color: #ed1b24;
  margin-bottom: 10px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Check list Ã¢â€â‚¬Ã¢â€â‚¬ */
.mrpl-chairman .mrpl-check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}

.mrpl-chairman .mrpl-check-list li {
  font-size: 18px;
  font-weight: 400;
  color: rgba(26, 26, 26, 0.72);
  padding: 4px 0 4px 28px;
  position: relative;
}

.mrpl-chairman .mrpl-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 20px;
  height: 12px;
  background-image: url(../img/icon/arrowcheck.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Bottom full-width paras Ã¢â€â‚¬Ã¢â€â‚¬ */
.mrpl-chairman .mrpl-chair-bottom {
  position: relative;
  z-index: 1;
}

.mrpl-chairman .mrpl-chair-bottom .mrpl-chair-para {
  margin-bottom: 12px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Signature block Ã¢â€â‚¬Ã¢â€â‚¬ */
.mrpl-chairman .mrpl-signature {
  margin-top: 24px;
}

.mrpl-chairman .mrpl-signature .mrpl-sig-name {
  font-size: 18px;
  font-weight: 800;
  color: rgba(237, 28, 36, 1);
  margin-bottom: 2px;
}

.mrpl-chairman .mrpl-signature .mrpl-sig-title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 1.5;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Responsive Ã¢â€â‚¬Ã¢â€â‚¬ */
@media (max-width: 767px) {
  .mrpl-chairman {
    padding: 40px 0;
  }

  .mrpl-chairman .mrpl-chair-img-wrap img {
    height: 260px;
  }

  .mrpl-chairman .mrpl-watermark {
    right: 0;
    font-size: 5rem;
    opacity: 0.5;
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       Board Section â€“ scoped to .mrpl-board
       No root / body / * rules
    â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.mrpl-board {
  background-image: url(../img/vector-oeu.png);
  background-color: #ffffff;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  background-size: contain;
}

/* â”€â”€ Faint diagonal lines â€“ background decoration â”€â”€ */
.mrpl-board::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -60px;
  width: 260px;
  height: 260px;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 6px,
    rgba(204, 0, 0, 0.06) 6px,
    rgba(204, 0, 0, 0.06) 7px
  );
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

/* â”€â”€ Left text column â”€â”€ */
.mrpl-board .mrpl-board-intro {
  position: relative;
  z-index: 1;
  padding-right: 0px;
}

.mrpl-board .mrpl-board-intro h2 {
  font-size: 42px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 18px;
  line-height: 36px;
  font-family: "Geist", sans-serif;
}

.mrpl-board .mrpl-board-intro p {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.72);
  line-height: 27px;
  text-align: justify;
}

/* â”€â”€ Slider column â”€â”€ */
.mrpl-board .mrpl-slider-col {
  position: relative;
  z-index: 1;
}

.mrpl-slider-col {
  padding-left: 50px;
}
/* â”€â”€ Director Card â”€â”€ */
.mrpl-board .mrpl-dir-card {
  background: #ed1b2400;
  border-radius: 12px;
  overflow: hidden;
  margin: 6px 10px 10px;
  /* box-shadow: 0 8px 28px rgba(204,0,0,0.22); */
  padding: 0px;
}

.mrpl-board .mrpl-dir-card .mrpl-dir-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: top center;
  display: block;
  border-radius: 15px;
}

.mrpl-board .mrpl-dir-card .mrpl-dir-body {
  padding: 16px 18px 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
}

.mrpl-board .mrpl-dir-card .mrpl-dir-name {
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 2px;
}

.mrpl-board .mrpl-dir-card .mrpl-dir-role {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
}

.mrpl-board .mrpl-dir-card .mrpl-dir-desc {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  line-height: 115.99999999999999%;
  text-align: justify;
  height: 200px;
  overflow: auto;
  padding-right: 10px;
  margin-bottom: 0px;
}

/* width */
.mrpl-board .mrpl-dir-card .mrpl-dir-desc::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}

/* Track */
.mrpl-board .mrpl-dir-card .mrpl-dir-desc::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.mrpl-board .mrpl-dir-card .mrpl-dir-desc::-webkit-scrollbar-thumb {
  background: #c9c9c9;
  border-radius: 10px;
}

/* Handle on hover */
.mrpl-board .mrpl-dir-card .mrpl-dir-desc::-webkit-scrollbar-thumb:hover {
  background: #c0c0c0;
  border-radius: 10px;
}

/* â”€â”€ Owl Custom Nav â”€â”€ */
.mrpl-board .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  padding-left: 10px;
  color: white;
}

.mrpl-board .owl-prev,
.mrpl-board .owl-next {
  width: 36px;
  height: 36px;
  border-radius: 50% !important;
  background: transparent !important;
  /* border: 1.8px solid #ffffff !important; */
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition:
    border-color 0.2s,
    background 0.2s;
  font-size: 1.1rem !important;
  color: #ffffff !important;
  line-height: 1 !important;
  z-index: 1;
}

.mrpl-board .owl-prev:hover,
.mrpl-board .owl-next:hover {
  border-color: #ed1b24 !important;
  background: #ed1b24 !important;
  color: #fff !important;
}

.mrpl-board .owl-prev span,
.mrpl-board .owl-next span {
  font-size: 1.4rem;
  line-height: 1;
  margin-top: -2px;
  display: block;
}

/* â”€â”€ Owl Dots â”€â”€ */
.mrpl-board .owl-dots {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 0px;
  /* margin-top: -3px; */
  position: relative;
  top: -28px;
}

.mrpl-board .owl-dot span {
  width: 20px !important;
  height: 5px !important;
  border-radius: 3px !important;
  background: #dddddd !important;
  transition:
    background 0.2s,
    width 0.2s;
}

.mrpl-board .owl-dot.active span {
  background: #ffffff !important;
  width: 32px !important;
}

/* Nav + dots on same line */
.mrpl-board .mrpl-owl-controls {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  padding-left: 10px;
}

/* â”€â”€ Responsive â”€â”€ */
@media (max-width: 767px) {
  .mrpl-board {
    padding: 48px 0;
  }

  .mrpl-board .mrpl-board-intro {
    padding-right: 0;
    margin-bottom: 32px;
    text-align: center;
  }

  .mrpl-board .mrpl-owl-controls {
    justify-content: center;
    padding-left: 0;
  }
}

#mrplBoardSlider {
  background: linear-gradient(104.37deg, #fd5656 5.48%, #973333 94.52%);
  border-radius: 15px;
  padding: 10px;
}

/* ════════════════════════════════════════
       Products Section – scoped to .mrpl-products
       Zero root / body / * rules
    ════════════════════════════════════════ */

.mrpl-products {
  font-family: "Barlow", sans-serif;
  background: linear-gradient(180deg, #fff5f5 0%, #ffffff 100%);
  padding: 60px 0 70px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(358.57deg, #ffeff0 1.18%, #ffffff 66.05%);
}

/* ── Section heading ── */
.mrpl-products .mrpl-prod-header {
  text-align: center;
  margin-bottom: 40px;
}

.mrpl-products .mrpl-prod-header .mrpl-prod-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #ed1b24;
  display: block;
  margin-bottom: 6px;
  letter-spacing: 0.4px;
}

.mrpl-products .mrpl-prod-header h2 {
  font-size: 42px;
  font-weight: 600;
  color: #111111;
  margin: 0;
  line-height: 36px;
  font-family: Geist, sans-serif;
}

.mrpl-products .mrpl-prod-header h2 span {
  color: #ed1b24;
}

/* ── Slider wrapper with side nav arrows ── */
.mrpl-products .mrpl-slider-wrapper {
  position: relative;
}

/* ── Side nav buttons (< >) ── */
.mrpl-products .mrpl-side-btn {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  z-index: 10;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1rem;
  color: #ed1b24;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: all 0.2s ease;
  padding: 0;
}

.mrpl-products .mrpl-side-btn:hover {
  border-color: #ed1b24;
  background: #ed1b24;
  color: #ffffff;
}

.mrpl-products .mrpl-side-btn.mrpl-btn-prev {
  left: -50px;
}
.mrpl-products .mrpl-side-btn.mrpl-btn-next {
  right: -50px;
}

/* ── Product Card ── */
.mrpl-products .mrpl-prod-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px 12px 50px 12px;
  cursor: pointer;
  background: #fef8f3;
  margin: 5px;

  border-radius: 180px;
  max-width: 340px;
  box-shadow: 0px 3.18px 4.77px 0px #00000026;
  overflow: hidden !important;
  position: relative;
  padding-bottom: 35px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
  /* height: 350px; */
  /* border: 1px solid #fdf5f3;
  border-radius: 180px;
  padding: 16px 12px 50px 12px;
  text-align: center;
  max-width: 340px;
  margin: 0 auto;
  box-shadow: 0px 4.72px 7.08px 0px #00000026;
  background-color: #fef8f3;
  margin: 8px; */
}

/* Circle image container */
.mrpl-products .mrpl-prod-card .mrpl-prod-img-wrap {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(237, 27, 36, 0.12);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 14px;
  flex-shrink: 0;
  transition: box-shadow 0.2s;
  padding: 20px;
}

.mrpl-products .mrpl-prod-card:hover .mrpl-prod-img-wrap {
  box-shadow: 0 6px 22px rgba(204, 0, 0, 0.18);
}

.mrpl-products .mrpl-prod-card .mrpl-prod-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

/* Card title */
.mrpl-products .mrpl-prod-card .mrpl-prod-title {
  font-size: 16px;
  font-weight: 400;
  color: rgba(26, 26, 26, 0.9);
  line-height: 19.4px;
  margin-bottom: 12px;
  min-height: 36px;
  letter-spacing: 0.5px;
  padding: 0px 14px;
}

/* Red arrow button */
.mrpl-products .mrpl-prod-card .mrpl-prod-arrow {
  /* width: 81px;
  height: 58px;
  border-radius: 50%;
  background: rgba(237, 27, 36, 1);
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.2s;
  flex-shrink: 0;
  position: absolute;
  bottom: -26px; */

  width: 81px;
  height: 55px;
  border-radius: 45%;
  background: rgba(237, 27, 36, 1);
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.2s;
  flex-shrink: 0;
  position: absolute;
  bottom: -22px;
  left: 65px;
  left: 50%;
  transform: translateX(-50%);
}

.mrpl-products .mrpl-prod-card .mrpl-prod-arrow:hover {
  background: #aa0000;
  /* transform: scale(1.08); */
}

/* ── Owl: remove default styles ── */
.mrpl-products .owl-carousel .owl-stage-outer {
  padding: 10px 0 4px;
}

.mrpl-products .owl-carousel .owl-item {
  /* center card content */
}

/* ── Responsive ── */
@media (max-width: 767px) {
  .mrpl-products {
    padding: 44px 0 50px;
  }

  .mrpl-products .mrpl-prod-card .mrpl-prod-img-wrap {
    width: 120px;
    height: 120px;
  }

  .mrpl-products .mrpl-side-btn.mrpl-btn-prev {
    left: -4px;
  }
  .mrpl-products .mrpl-side-btn.mrpl-btn-next {
    right: -4px;
  }
}

/* ════════════════════════════════════════
       Footer – fully scoped to .mrpl-footer-wrap
       Zero root / body / * rules
    ════════════════════════════════════════ */

.mrpl-footer-wrap {
  font-family: "Barlow", sans-serif;
}

/* ══ 1. Newsletter Strip ══ */
.mrpl-footer-wrap .mrpl-newsletter {
  background-color: rgb(255 236 216);
  padding: 32px 0;
}

.mrpl-footer-wrap .mrpl-newsletter .mrpl-nl-heading {
  font-size: 26px;
  font-weight: 500;
  color: #111111;
  line-height: 1.35;
  margin: 0;
  font-family: "Geist", sans-serif;
}

.mrpl-footer-wrap .mrpl-newsletter .mrpl-nl-heading span {
  color: #ed1b24;
  font-weight: 700;
}

.mrpl-footer-wrap .mrpl-newsletter .mrpl-nl-form {
  display: flex;
  align-items: center;
  /* border: 1.5px solid #ed1b24; */
  border-radius: 30px;
  overflow: hidden;
  background: transparent;
  max-width: 420px;
  width: 100%;
  margin-left: auto;
  justify-content: end;
}

.mrpl-footer-wrap .mrpl-newsletter .mrpl-nl-form .mrpl-nl-icon {
  padding: 0 10px 0 16px;
  color: #ed1b24;
  font-size: 1rem;
  flex-shrink: 0;
}

.mrpl-footer-wrap .mrpl-newsletter .mrpl-nl-form input {
  flex: 1;
  border: none;
  outline: none;
  font-family: "Barlow", sans-serif;
  font-size: 0.88rem;
  color: #555555;
  /* padding: 10px 8px 10px 0; */
  padding: 15px 8px 15px 0;
  background: transparent;
  min-width: 0;
  font-family: Roboto;
}

.mrpl-footer-wrap .mrpl-newsletter .mrpl-nl-form input::placeholder {
  color: #ed1b24;
}
.mrpl-nl-btn {
  /* background: #ED1B24; */
  background: linear-gradient(90deg, #ed1c24 0%, #ed521c 100%);
  border: none;
  color: #ffffff;
  font-family: "Barlow", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 11px 35px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
  border-radius: 30px;
  flex-shrink: 0;
}
.mrpl-footer-wrap .mrpl-newsletter .mrpl-nl-form .mrpl-nl-btn {
  /* background: #ED1B24; */
  background: linear-gradient(90deg, #ed1c24 0%, #ed521c 100%);
  border: none;
  color: #ffffff;
  font-family: "Barlow", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 15px 35px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
  border-radius: 30px;
  flex-shrink: 0;
}

.mrpl-footer-wrap .mrpl-newsletter .mrpl-nl-form .mrpl-nl-btn:hover {
  background: linear-gradient(180deg, #ed1c24 0%, #ed521c 100%);
}

/* ══ 2. Main Footer Body ══ */
.mrpl-footer-wrap .mrpl-footer-main {
  background-color: rgba(252, 242, 231, 1);
  padding: 50px 0 36px;
}

/* Logo + tagline col */
.mrpl-footer-wrap .mrpl-footer-main .mrpl-foot-logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  img {
    width: 154px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
  }
}

.mrpl-footer-wrap .mrpl-footer-main .mrpl-foot-logo-svg {
  width: 90px;
  height: 90px;
  margin-bottom: 14px;
}

.mrpl-footer-wrap .mrpl-footer-main .mrpl-foot-tagline {
  font-size: 18px;
  /* font-size: 14px; */
  font-weight: 500;
  color: rgba(0, 0, 0, 0.72);
  line-height: 27px;
  font-style: italic;
  margin-bottom: 50px;
  letter-spacing: 0px;
  text-align: justify;

  br {
    display: none;
  }
}

.mrpl-footer-wrap .mrpl-footer-main .mrpl-foot-social-label {
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 10px;
}

.mrpl-footer-wrap .mrpl-footer-main .mrpl-foot-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  color: #0a66c2;
  font-size: 1.1rem;
  text-decoration: none;
  transition:
    background 0.2s,
    color 0.2s;
}

.mrpl-footer-wrap .mrpl-footer-main .mrpl-foot-social a:hover {
  /* background: #0a66c2; */
  color: #ffffff;
}

/* Footer columns: heading */
.mrpl-footer-wrap .mrpl-footer-main .mrpl-foot-col-heading {
  font-size: 22px;
  font-weight: 600;
  color: rgba(74, 74, 74, 1);
  margin-bottom: 16px;
}

/* Footer link list */
.mrpl-footer-wrap .mrpl-footer-main .mrpl-foot-list {
  list-style: none;
  padding: 0;
  margin: 0;
  li img {
    position: relative;
    top: 4px;
  }
}

.mrpl-footer-wrap .mrpl-footer-main .mrpl-foot-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}

.mrpl-footer-wrap .mrpl-footer-main .mrpl-foot-list li .mrpl-foot-icon {
  color: #ed1b24;
  font-size: 0.85rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.mrpl-footer-wrap .mrpl-footer-main .mrpl-foot-list li a {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.64);
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.18s;
}

.mrpl-footer-wrap .mrpl-footer-main .mrpl-foot-list li a:hover {
  color: #ed1b24;
}

/* Let's Connect col */
.mrpl-footer-wrap .mrpl-footer-main .mrpl-connect-block {
  margin-bottom: 14px;
}

.mrpl-footer-wrap .mrpl-footer-main .mrpl-connect-block .mrpl-connect-sub {
  font-size: 16px;
  font-weight: 700;
  color: rgba(74, 74, 74, 1);
  margin-bottom: 4px;
}

.mrpl-footer-wrap .mrpl-footer-main .mrpl-connect-block p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.64);
  line-height: 1.6;
  margin: 0;
}

.mrpl-footer-wrap .mrpl-footer-main .mrpl-connect-block a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.64);
  text-decoration: none;
}

.mrpl-footer-wrap .mrpl-footer-main .mrpl-connect-block a:hover {
  color: #ed1b24;
}

/* ══ 3. Tagline Banner ══ */
.mrpl-footer-wrap .mrpl-tagline-banner {
  background-color: #ed1b24;
  padding: 7px 0;
  text-align: center;
  background: linear-gradient(90deg, #1949e3 0%, #7d2f9a 100%);
}

.mrpl-footer-wrap .mrpl-tagline-banner p {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  font-style: italic;
  margin: 0;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

/* ══ 4. Bottom Bar ══ */
.mrpl-footer-wrap .mrpl-footer-bottom {
  background-color: rgba(237, 28, 36, 1);
  padding: 17px 0;
}

.mrpl-footer-wrap .mrpl-footer-bottom .mrpl-copy {
  font-size: 0.8rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.mrpl-footer-wrap .mrpl-footer-bottom .mrpl-copy strong {
  color: #ffffff;
  font-weight: 700;
}

.mrpl-footer-wrap .mrpl-footer-bottom .mrpl-cin {
  font-size: 0.8rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  text-align: right;
}
#exampleModal {
  .modal-dialog.modal-xl{
          background: #fff;
    max-width: 1000px;
    width: 100%;
    /* height: 93vh; */
    border-radius: 16px;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    overflow: auto;
    animation: slideUpFade 0.4s ease forwards;
  }
  .modal-body{
    padding: 0px;
  }
  .btn-close{
        position: absolute;
    top: 6px;
    right: 8px;
    z-index: 111111;
  }
  .modal-dialog.modal-xl::-webkit-scrollbar {
  width: 5px;
  opacity: 0;
}

/* Track */
.modal-dialog.modal-xl::-webkit-scrollbar-track {
  background: #f1f1f100; 
    opacity: 0;
}
 
/* Handle */
.modal-dialog.modal-xl::-webkit-scrollbar-thumb {
  background: #c4c4c400; 
    opacity: 0;
}

/* Handle on hover */
.modal-dialog.modal-xl::-webkit-scrollbar-thumb:hover {
  background: #b6b6b600; 
    opacity: 0;
}
}

.col-newltter{
  text-align: center;
}
#newsletterSubmitBtn {
  margin-top: 15px;
}

/* ── Responsive ── */
@media (max-width: 767px) {
  .mrpl-footer-wrap .mrpl-newsletter .mrpl-nl-form {
    margin-left: 0;
    margin-top: 16px;
  }

  .mrpl-footer-wrap .mrpl-footer-main .mrpl-foot-logo-wrap {
    align-items: center;
    text-align: center;
    margin-bottom: 28px;
  }

  .mrpl-footer-wrap .mrpl-footer-bottom .mrpl-cin {
    text-align: left;
    margin-top: 4px;
  }
}

/* ════════════════════════════════════════
       Scoped to .mrpl-svm  (Strengths / Vision / Mission)
       Zero root / body / * rules
    ════════════════════════════════════════ */

.mrpl-svm {
  font-family: "Barlow", sans-serif;
}

/* ══════════════════════════════
       SECTION 1 – OUR STRENGTHS
    ══════════════════════════════ */
.mrpl-svm .mrpl-strengths {
  background-color: rgba(255, 251, 251, 1);
  padding: 60px 0 50px;
  padding-top: 120px;
  padding-bottom: 20px;
}

.mrpl-svm .mrpl-strengths .mrpl-img-wrap {
  position: relative;
}

.mrpl-svm .mrpl-strengths .mrpl-img-wrap::before {
  content: "";
  position: absolute;
  top: -29px;
  left: -29px;
  border-radius: 22px;
  z-index: 0;
  width: 402px;
  height: 375px;
  background-image: url(../img/srengthbeforebg.png);
  background-size: cover;
}

.mrpl-svm .mrpl-strengths .mrpl-img-wrap img {
  position: relative;
  z-index: 1;
  width: 402px;
  height: 375px;
  object-fit: cover;
  border-radius: 22px;
  display: block;
  box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.12);
  object-position: top;
}

.mrpl-svm .mrpl-strengths .mrpl-sec-heading {
  font-size: 42px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 22px;
  line-height: 48px;
  font-family: "Geist", sans-serif;
}

.mrpl-svm .mrpl-strengths .mrpl-sec-heading span {
  color: rgba(237, 27, 36, 1);
}

.mrpl-svm .mrpl-strengths .mrpl-str-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mrpl-svm .mrpl-strengths .mrpl-str-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(26, 26, 26, 0.72);
  padding: 9px 0;
  line-height: 1.4;
}
.mrpl-svm .mrpl-strengths .mrpl-str-list li img {
  position: relative;
  top: 3px;
}
.mrpl-svm .mrpl-strengths .mrpl-str-list li .mrpl-str-icon {
  color: #ed1b24;
  font-size: 0.95rem;
  margin-top: 1px;
  flex-shrink: 0;
}

/* ══════════════════════════════
       SECTION 2 – OUR VISION
    ══════════════════════════════ */
.mrpl-svm .mrpl-vision {
  background-color: rgba(255, 251, 251, 1);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  background-image: url(../img/gobaltradebfgg.png);
  padding-top: 135px;
}

/* faint diagonal deco – top-left */

.mrpl-svm .mrpl-vision .mrpl-vis-text {
  position: relative;
  z-index: 1;
}

.mrpl-svm .mrpl-vision .mrpl-vis-label {
  font-size: 18px;
  font-weight: 600;
  color: rgba(237, 28, 36, 1);
  display: block;
  margin-bottom: 8px;
  letter-spacing: 0.4px;
}

.mrpl-svm .mrpl-vision .mrpl-vis-heading {
  font-size: 42px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 16px;
  line-height: 48px;
  font-family: "Geist", sans-serif;
}

.mrpl-svm .mrpl-vision .mrpl-vis-para {
  font-size: 18px;
  font-weight: 400;
  color: #555555;
  line-height: 1.8;
  margin: 0;
  text-align: justify;
}

.mrpl-svm .mrpl-vision .mrpl-vis-img-wrap {
  position: relative;
}

.mrpl-svm .mrpl-vision .mrpl-vis-img-wrap img {
  width: 465px;
  height: 410px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
}

/* ══════════════════════════════
       SECTION 3 – OUR MISSION
    ══════════════════════════════ */
.mrpl-svm .mrpl-mission {
  background-color: rgba(255, 239, 240, 1);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

/* faint diagonal deco – bottom-right */

.mrpl-svm .mrpl-mission .mrpl-mis-img-wrap {
  position: relative;
}

.mrpl-svm .mrpl-mission .mrpl-mis-img-wrap::before {
  content: "";
  position: absolute;
  top: -29px;
  left: -29px;
  border-radius: 22px;
  z-index: 0;
  width: 465px;
  height: 410px;
  background-image: url(../img/Expertisebdhgshg.png);
  background-size: cover;
}
.mrpl-vis-img-wrap {
  width: fit-content;
  display: block;
  margin-left: auto;
}
.mrpl-vis-img-wrap::before {
  content: "";
  position: absolute;
  top: -29px;
  left: -29px;
  /* background: #f5c6c6; */
  border-radius: 8px;
  z-index: 0;
  width: 465px;
  height: 410px;

  background-image: url(../img/Empowering-Global-Trade.png);
}
.mrpl-svm .mrpl-mission .mrpl-mis-img-wrap img {
  position: relative;
  z-index: 1;
  width: 465px;
  height: 410px;
  object-fit: cover;
  border-radius: 22px;
  display: block;
  box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.12);
}

.mrpl-svm .mrpl-mission .mrpl-mis-text {
  position: relative;
  z-index: 1;
  padding-left: 20px;
}

.mrpl-svm .mrpl-mission .mrpl-mis-label {
  font-size: 18px;
  font-weight: 600;
  color: rgba(237, 28, 36, 1);
  display: block;
  margin-bottom: 8px;
  letter-spacing: 0.4px;
}

.mrpl-svm .mrpl-mission .mrpl-mis-heading {
  font-size: 42px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 22px;
  line-height: 48px;
  font-family: "Geist", sans-serif;
}

.mrpl-svm .mrpl-mission .mrpl-mis-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mrpl-svm .mrpl-mission .mrpl-mis-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.72);
  line-height: 1.65;
  margin-bottom: 12px;
}
.mrpl-svm .mrpl-mission .mrpl-mis-list li img {
  position: relative;
  top: 7px;
}

.mrpl-svm .mrpl-mission .mrpl-mis-list li .mrpl-mis-icon {
  color: #ed1b24;
  font-size: 1rem;
  margin-top: 2px;
  flex-shrink: 0;
}

/* ── Responsive ── */
@media (max-width: 767px) {
  .mrpl-svm .mrpl-strengths,
  .mrpl-svm .mrpl-vision,
  .mrpl-svm .mrpl-mission {
    padding: 44px 0;
  }

  .mrpl-svm .mrpl-strengths .mrpl-img-wrap img,
  .mrpl-svm .mrpl-vision .mrpl-vis-img-wrap img,
  .mrpl-svm .mrpl-mission .mrpl-mis-img-wrap img {
    height: 220px;
  }

  .mrpl-svm .mrpl-strengths .mrpl-img-wrap,
  .mrpl-svm .mrpl-mission .mrpl-mis-img-wrap {
    margin-bottom: 30px;
  }

  .mrpl-svm .mrpl-vision .mrpl-vis-img-wrap {
    margin-top: 28px;
  }
}

/* ..............wrldmap */
.wrldmap {
  padding: 120px 0px;
  background-image: url(../img/bgmap.png);
  position: relative;
  padding-bottom: 150px;
}
.worldmapmain img {
  width: 100%;
  height: auto;
  position: absolute;
  width: 60%;
  right: 56px;
  bottom: 40px;
}
.wrldmap-col span {
  color: rgba(237, 27, 36, 1);
  font-weight: 600;
  font-size: 18px;
  line-height: 16.2px;
  margin-bottom: 15px;
  display: block;
}
.wrldmap-col h2 {
  font-size: 52px;
  font-weight: 600;
  font-family: "Geist", sans-serif;
  line-height: 58px;
  margin-bottom: 14px;
}
.wrldmap-col ul {
  padding-left: 0px;
}
.wrldmap-col ul li {
  list-style: none;
  font-size: 18px;
}

/* --------------------------client-logosection------------- */
.client-logosection {
  padding: 60px 0px;
  position: relative;
  background: rgba(255, 239, 240, 1);
  background-image: url(../img/Certificationsbshgshg.png);
  background-size: cover;
  padding-top: 135px;
}
.container-logoection {
  position: relative;
  z-index: 1;
}
.whitebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.redbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  /* z-index: 1; */
}
.client-row img {
  width: 24%;
  height: 170px;
  object-fit: contain;
  padding: 0px 15px;
}
.container-logoection h2 {
  font-size: 42px;
  color: rgba(237, 27, 36, 1);
  margin-bottom: 45px;
  padding-left: 245px;
}
.whychoose-section {
  padding: 60px 0px;
}
.whychoose-section-col h2 {
  font-size: 42px;
  font-weight: 600;
  font-family: "Geist", sans-serif;
  margin-bottom: 22px;
  span {
    color: rgba(237, 27, 36, 1);
  }
}
.whychoose-section-col > span {
  color: rgba(237, 27, 36, 1);
  font-weight: 600;
  font-size: 18px;
}
.choose-card p {
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px;
  color: rgba(237, 27, 36, 1);
}
.whychoose-section-col {
  padding-right: 100px;
}
.choose-card img {
  width: 100%;
  height: 213px;
  object-fit: cover;
  border-radius: 10px;
}
.whychoose-section {
  position: relative;
  background: linear-gradient(180deg, #fffbfb 0%, #fcf2e7 100%);
}
.bg-inshy {
  width: 100%;
  position: absolute;
  top: 0px;
  height: 100%;
  object-fit: contain;
}
.whychoose-section .container {
  position: relative;
}
.p-redy {
  background-color: rgba(237, 28, 36, 1);
  padding: 10px;
  text-align: center;
  border-radius: 20px;
  color: white;
  margin-top: 75px;
  font-size: 18px;
}
.mrpl-prod-arrow img {
  position: relative;
  top: -12px;
  width: 30px !important;
}
.reactnage1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.mrpl-chairman {
  position: relative;
  .container {
    position: relative;
    z-index: 1;
  }
}
.close-nav {
  display: none;
}
.menu-open {
  display: none;
}
@media (max-width: 767px) {
  .menu-open,
  .close-nav {
    display: block;
  }
  .top-nav {
    display: none;
  }
  .menu-open {
    width: fit-content;
    display: block;
    margin-left: auto;
    font-size: 24px;
    cursor: pointer;
  }
  nav {
    padding: 10px 0px;
  }
  .nav-content {
    display: flex;
    position: fixed;
    top: 0px;
    background: white;
    height: 100%;
    z-index: 111;
    flex-direction: column;
    justify-content: flex-start;
    width: 300px;
    right: 0px;
    padding-top: 100px;
    padding-left: 0px;
    right: -300px;
    transition: right 0.3s ease;
  }
  .close-nav {
    position: absolute !important;
    top: 15px;
    right: 15px;
    cursor: pointer;
  }
  ul.nav-content.active {
    right: 0px;
  }
  .mrpl-hero .mrpl-hero-heading {
    font-size: 38px;
  }
  .mrpl-hero .mrpl-hero-sub {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    font-size: 16px;
  }
  .mrpl-about .mrpl-about-img-wrap {
    margin: 20px;
  }
  .mrpl-about .mrpl-about-label {
    font-size: 16px;
    margin: 0px;
  }
  .mrpl-about .mrpl-about-heading {
    font-size: 32px;
  }
  .mrpl-about .mrpl-about-body {
    font-size: 16px;
    line-height: 24px;
  }
  .mrpl-chairman .mrpl-chair-img-wrap img {
    height: 264px;
    width: 100%;
    height: auto;
  }
  .mrpl-chairman .mrpl-chair-img-wrap {
    position: relative;
    margin: 20px;
  }
  .mrpl-chairman .mrpl-chair-heading {
    font-size: 32px;
  }
  .mrpl-chairman .mrpl-chair-para {
    font-size: 16px;
    line-height: 24px;
  }
  .mrpl-chairman .mrpl-check-list li {
    font-size: 16px;
  }
  .mrpl-board .mrpl-board-intro h2 {
    font-size: 32px;
  }
  .mrpl-board .mrpl-board-intro p {
    font-size: 16px;
    line-height: 24px;
  }
  .mrpl-products .mrpl-prod-header h2 {
    font-size: 32px;
  }
  .wrldmap-col h2 {
    font-size: 32px;
  }
  .wrldmap-col ul li,
  .wrldmap-col span {
    font-size: 16px;
  }
  .wrldmap {
    padding: 40px 0px;
  }
  .mrpl-img-wrap {
    margin: 20px;
  }
  .mrpl-svm .mrpl-strengths .mrpl-sec-heading {
    font-size: 32px;
  }
  .mrpl-svm .mrpl-strengths .mrpl-str-list li {
    font-size: 16px;
  }
  .mrpl-svm .mrpl-vision .mrpl-vis-heading {
    font-size: 32px;
  }
  .mrpl-svm .mrpl-vision .mrpl-vis-para {
    font-size: 16px;
    line-height: 24px;
  }
  .mrpl-svm .mrpl-vision .mrpl-vis-label {
    font-size: 16px;
  }
  .mrpl-vis-img-wrap,
  .mrpl-mis-img-wrap {
    margin: 20px;
  }
  .mrpl-svm .mrpl-mission .mrpl-mis-heading,
  .container-logoection h2 {
    font-size: 32px;
  }
  .client-row img {
    width: 24%;
    height: 128px;
    object-fit: contain;
    padding: 16px;
    width: 47%;
  }
  .container-logoection h2 {
    margin-bottom: 10px;
  }
  .whychoose-section-col h2 {
    font-size: 32px;
  }
  .whychoose-section-col {
    padding-right: 15px;
  }
  .whychoose-section-col > span {
    color: rgba(237, 27, 36, 1);
    font-weight: 600;
    font-size: 16px;
  }
  .choose-card p {
    font-size: 18px;
  }
  .p-redy {
    font-size: 13px;
  }
}

.pheyet {
  /* margin-top: 20px; */
}
.about-page {
  .main-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 40px;
  }

  /* Top Section - Label & Title */
  .header-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
  }

  .left-content {
    flex: 1;
  }

  .section-label {
    font-size: 18px;
    font-weight: 700;
    color: rgba(237, 28, 36, 1);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    display: block;
  }

  h1 {
    font-size: 42px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    line-height: 1.2;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #a370d5, #7c5cdb);
    color: white;
    border-radius: 50%;
    font-weight: bold;
    font-size: 20px;
    flex-shrink: 0;
  }

  .right-image {
    position: static;
    width: 280px;
    height: 240px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
    object-fit: cover;
    margin-left: auto;
  }

  /* Content Grid */
  .content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
    margin-top: 40px;
  }

  .left-text {
    padding-right: 45px;
  }

  .paragraph {
    font-size: 18px;
    color: #666666;
    line-height: 27px;
    margin-bottom: 20px;
    text-align: justify;
  }

  .paragraph strong {
    color: rgba(237, 28, 36, 1);
    font-weight: 600;
  }

  .paragraph em {
    color: rgba(237, 28, 36, 1);
    font-weight: 600;
    font-style: normal;
  }

  .highlight-red {
    color: rgba(237, 28, 36, 1);
    font-weight: 600;
  }

  /* Right Column - Image Placeholder */
  .right-content {
    position: relative;
    width: 100%;
  }

  .image-container {
    width: 100%;
    border-radius: 12px;
    margin-top: 30px;
    /* overflow: hidden; */
  }

  .image-container img {
    width: 486px;
    height: auto;
    display: block;
    max-width: 100%;
    position: relative;
    height: 455px;
    max-width: 486px;
    object-fit: cover;
    right: 0px;
    border-radius: 25px;
  }
  .heroskjsjk {
    padding-right: 75px;
  }

  /* Strengths Section */
  .strengths-section {
    margin-top: 10px;
    padding-top: 40px;
    border-top: 2px solid #e0e0e0;
  }

  .strengths-title {
    font-size: 18px;
    font-weight: 600;
    color: rgba(237, 27, 36, 1);
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: "Geist", sans-serif;
  }

  .strengths-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 30px;
    row-gap: 15px;
  }
  .strengths-container li img {
    position: relative;
    top: 4px;
  }
  .strengths-container li {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(26, 26, 26, 0.72);
    display: flex;
    align-items: baseline;
    gap: 7px;
  }
  .strength-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }

  .strength-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-top: 2px;
  }

  .strength-icon svg {
    width: 100%;
    height: 100%;
    stroke: rgba(237, 28, 36, 1);
    fill: none;
    stroke-width: 2;
  }

  .strength-text h3 {
    font-size: 18px;
    font-weight: 600;
    color: 1a1a1a;
    margin-bottom: 5px;
  }

  .strength-text p {
    font-size: 18px;
    color: #666666;
    line-height: 1.6;
  }

  /* Ideology Section */
  .ideology-section {
    /* padding: 14px 19px; */
    /* background-color: #f9f9f9; */
    /* border-left: 4px solid rgba(237, 28, 36, 1); */
    border-radius: 0px;
    /* margin-top: 30px; */
  }

  .ideology-section strong {
    color: rgba(0, 0, 0, 0.72);
    font-weight: 700;
    font-style: italic;
  }
  .ideology-section span {
    color: rgba(237, 28, 36, 1);
    font-weight: bold;
  }

  .ideology-section p {
    font-size: 18px;
    color: #666666;
    line-height: 27px;
    margin-bottom: 0px;
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .about-page {
    .header-section {
      flex-direction: column;
    }

    .right-image {
      width: 100%;
      height: auto;
      margin-left: 0;
    }

    h1 {
      font-size: 38px;
    }

    .content-grid {
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .strengths-container {
      grid-template-columns: repeat(2, 1fr);
    }
  }
}

@media (max-width: 768px) {
  .about-page {
    .main-container {
      padding: 25px 15px;
    }

    h1 {
      font-size: 28px;
      flex-direction: column;
    }

    .badge {
      width: 35px;
      height: 35px;
      font-size: 18px;
    }

    .strengths-container {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .paragraph {
      font-size: 13px;
      text-align: left;
    }

    .section-label {
      font-size: 10px;
    }

    .strengths-title {
      font-size: 14px;
    }

    .strength-text h3 {
      font-size: 12px;
    }

    .strength-text p {
      font-size: 11px;
    }

    .ideology-section {
      padding: 20px;
    }

    .ideology-section p {
      font-size: 12px;
    }
  }
}

@media (max-width: 480px) {
  .about-page {
    .main-container {
      padding: 15px 10px;
    }

    h1 {
      font-size: 22px;
    }

    .right-image {
      height: auto;
    }

    .content-grid {
      gap: 15px;
    }
  }
}

.about-page {
  padding: 60px 0px;
}

.mobile-aboutimage {
  display: none;
}
.mobile-aboutimage {
}
@media (max-width: 768px) {
  .mobile-aboutimage {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .desktop-aboutimage {
    display: none !important;
  }
  .about-page {
    h1 {
      display: block;
      font-size: 32px;
    }
  }
  .strength-text p {
    margin-bottom: 0px;
  }
  .strength-item {
    align-items: center !important;
  }
  .strengths-container {
    gap: 9px !important;
  }
}

.productdetailimg-b {
  width: 320px;
  height: 453px;
  background-color: rgba(254, 248, 243, 1);
  border-radius: 160px;
  box-shadow: 0px 4.72px 7.08px 0px rgba(0, 0, 0, 0.15);
}
.productdetailimgg {
  width: 293px;
  height: 293px;
  border-radius: 100%;
  background: rgba(237, 27, 36, 0.12);
}
.sub-head1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0%;
  font-family: "Geist", sans-serif;
}
.sub-head1 span {
  color: rgba(237, 27, 36, 1);
}
.service-icon {
  font-size: 1.25rem; /* Match the icon scale */
  margin-right: 0.75rem; /* precise spacing */
}
.custom-list {
  margin-bottom: 2rem; /* precise spacing between groups */
}
.about-page {
  .image-container {
    position: relative;
  }
  .image-container::before {
    content: "";
    position: absolute;
    top: -33px;
    left: -33px;
    /* right: 0px; */
    /* bottom: 27px; */
    /* background: #f5c6c6; */
    border-radius: 13px;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/aboutbghdhd.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 25px;
  }
}

.list-head {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: justify;
  vertical-align: middle;
  color: #ed1b24;
}
.sub-list-head {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: justify;
  vertical-align: middle;
  color: #ed1b24;
}
.text-list {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #1a1a1ab8;
  text-align: justify;
}
.accordion-button:not(.collapsed) {
  color: #ed1b24;
  background-color: transparent;
}
/* Fix the dropdown layout */
.dropdown-menu {
  flex-direction: column !important; /* Forces items to stack vertically */
  min-width: 150px; /* Adjust width as needed */
  z-index: 1050; /* Ensures it stays above the nav and image */
  padding: 0.5rem 0;
}

/* Ensure list items inside the dropdown behave correctly */
.dropdown-menu li {
  display: block !important;
  width: 100%;
}

/* Fix active item styling */
.dropdown-item.active,
.dropdown-item:active {
  background-color: #0d6efd; /* Bootstrap primary blue */
  color: white;
}
.top-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 40px;
  gap: 30px;
  background-color: #ffffff;
  border-bottom: 1px solid #eaeaea;
}

/* Navigation Links */
.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.nav-links a {
  text-decoration: none;
  color: #1a1a1a;
  font-size: 16px;
}

/* --- Dropdown Specific CSS --- */
.custom-dropdown {
  position: relative;
  display: inline-block;
}

/* Main Dropdown Button */
.dropdown-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 15px;
  font-family: inherit;
  color: #1a1a1a;
  transition: background-color 0.2s;
}

.dropdown-btn:hover {
  background-color: #f5f5f5;
}

/* Tiny arrow next to the text */
.dropdown-btn::after {
  content: "▼";
  font-size: 10px;
  color: #666;
  margin-left: 4px;
}

/* Flag Image Styling */
.flag-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}

/* The Hidden Menu container */
.dropdown-menu {
  display: none; /* Hidden by default */
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #eaeaea;
  border-radius: 6px;
  z-index: 1000;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 8px 0;
  flex-direction: column;
}

/* Show the menu when hovering over the parent container */
.custom-dropdown:hover .dropdown-menu {
  display: flex;
}

/* Menu Links */
.dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: background-color 0.2s;
}

.dropdown-menu a:hover {
  background-color: #f8f9fa;
}

/* Active/Selected Menu Item */
.dropdown-menu a.active {
  background-color: #007bff; /* Primary Blue */
  color: #ffffff;
}

.language-changer {
  position: relative;
  /* width: 160px; */
  font-family: sans-serif;
}

.selected-option {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  /* border: 1px solid #ddd; */
  padding: 8px 10px;
  cursor: pointer;
  background: #fff;
}

.selected-option img {
  width: 20px;
  margin-right: 8px;
}

.dropdown-options {
  display: none;
  position: absolute;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  top: 100%;
  left: 0;
  z-index: 99;
}

.option {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  cursor: pointer;
}

.option:hover {
  background: #f5f5f5;
}

.option img {
  width: 20px;
  margin-right: 8px;
}
.wrldmap-col ul li {
  transition: 0.5s all;
}
.wrldmap-col ul li:hover {
  color: rgba(237, 27, 36, 1);
}
.about-page {
  .paragraph {
    text-align: justify;
  }
}
.mrpl-phone1 , .mrpl-email1{
  display: none;
}
.card-img-wrapper img{
  object-fit: contain!important;
}
@media (max-width: 1200px) {
.logo-image img {
    height: 80px;
}
.mrpl-about .mrpl-about-img-wrap img{
      width: 387px;
    height: 360px;
}
.mrpl-chairman .mrpl-chair-img-wrap img{
      height: 362px;
}
.mrpl-svm .mrpl-mission .mrpl-mis-img-wrap::before{
      width: 383px;
    height: 387px;
}
.mrpl-svm .mrpl-mission .mrpl-mis-img-wrap img{
      width: 400px;
    height: 393px;
}
.wrldmap-col h2{
      font-size: 46px;
}
}
@media (max-width: 992px) {
.about-page {
    .image-container img {
        width: 100%;
        height: auto;
        display: block;
        max-width: 100%;
        position: relative;
        height: 385px;
        max-width: 486px;
        object-fit: cover;
        right: 0px;
        border-radius: 25px;
    }
}
}

@media (max-width: 767px) {
  .nav-content li {
    position: relative;
    width: 100%;
  }
  ul.product-drop.open {
    position: inherit;
    display: block;
    box-shadow: none;
    width: 100%;
    top: 0px;
  }
  .close-nav {
    width: auto !important;
  }
  .nav-content {
    li a {
      text-decoration: none;
      color: black;
      font-size: 18px;
      padding: 8px 15px;
      width: 100%;
      display: block;
    }
  }
  .nav-content {
    gap: 0px;
  }
  .product-drop li a {
    padding-left: 25px;
  }
  .cnt-btn {
    padding: 5px 14px;
  }
  #openPopupBtn {
    text-align: center;
  }
  .logo-image img {
    height: 50px;
  }
  .mrpl-about .mrpl-about-img-wrap img {
    width: 100%;
  }
  .mrpl-about .mrpl-about-img-wrap::before {
    top: -19px;
    left: -19px;
  }
  .mrpl-about .mrpl-about-text {
    padding-top: 0px;
  }
  .mrpl-about .mrpl-about-img-wrap {
    margin-bottom: 0px;
  }
  .mrpl-chairman .mrpl-chair-img-wrap::before {
    top: -19px;
    left: -19px;
  }
  .mrpl-slider-col {
    padding-left: 0px;
  }
  .mrpl-board .mrpl-dir-card .mrpl-dir-desc {
    font-size: 15px;
  }
  .mrpl-products .mrpl-prod-card .mrpl-prod-arrow {
    left: 50%;
    transform: translate(-50%, -0%);
  }
  .mrpl-products .mrpl-prod-card .mrpl-prod-arrow:hover {
    transform: translate(-50%, -0%);
  }
  .wrldmap-col h2 {
    line-height: normal;
  }
  .worldmapmain img {
    position: initial;
    width: 100%;
  }
  .mrpl-svm .mrpl-strengths .mrpl-img-wrap img,
  .mrpl-svm .mrpl-vision .mrpl-vis-img-wrap img,
  .mrpl-svm .mrpl-mission .mrpl-mis-img-wrap img {
    width: 100%;
  }
  .mrpl-svm .mrpl-strengths .mrpl-img-wrap::before {
    top: -19px;
    left: -19px;
    width: 100%;
    height: 220px;
  }
  .mrpl-img-wrap {
    margin-bottom: 0px !important;
  }
  .mrpl-svm .mrpl-strengths .mrpl-str-list li {
    padding: 5px 0px;
  }
  .mrpl-svm .mrpl-strengths .mrpl-sec-heading {
    margin-bottom: 10px;
  }
  .mrpl-svm .mrpl-vision .mrpl-vis-heading {
    line-height: normal;
  }
  .mrpl-vis-img-wrap {
    width: auto;
  }
  .mrpl-vis-img-wrap::before,
  .mrpl-svm .mrpl-mission .mrpl-mis-img-wrap::before {
    top: -19px;
    left: -19px;
    width: 100%;
    height: 220px;
  }
  .mrpl-vision {
    .row {
      flex-direction: column-reverse;
    }
  }
  .mrpl-svm .mrpl-mission .mrpl-mis-heading,
  .container-logoection h2 {
    line-height: normal;
  }
  .mrpl-svm .mrpl-mission .mrpl-mis-text {
    padding-left: 0px;
  }
  .client-logosection {
    background-position: center;
  }
  .container-logoection h2 {
    padding-left: 0px;
  }
  .client-logosection {
    padding-top: 110px;
  }
  .client-logosection {
    padding: 40px 0px;
  }
  .p-redy {
    margin-top: 50px;
  }
  .mrpl-nl-heading br {
    display: none;
  }
  .mbl-prlist {
    margin-top: 0px !important;
  }
  .card-img-wrapper img {
    object-fit: contain !important;
  }
  .product-card-title {
    line-height: normal !important;
    font-size: 24px !important;
  }
  .product-circle {
    width: 260px !important;
    height: 260px !important;
  }
  .product-card {
    max-width: 300px !important;
  }
  .main-title {
    font-size: 32px !important;
  }
  .mrpl-products .mrpl-prod-card .mrpl-prod-title {
    min-height: 58px;
  }
  .product-card {
    display: block;
    margin: auto;
  }
  .nav-content {
    li a {
      display: flex;
      justify-content: space-between;
    }
  }
  #openPopupBtn {
    justify-content: center;
  }
  .about-page {
    .heroskjsjk {
      padding-right: 0px;
    }
  }
  .sub-head1 {
    line-height: normal;
  }
  .about-page {
    .paragraph {
      font-size: 16px;
    }
  }
  .text-list {
    font-size: 16px;
  }
  ul.nav-content.active {
    overflow: auto;
    padding-bottom: 20px;
  }
  .client-logosection {
    padding-top: 110px !important;
  }
  nav {
    padding-top: 36px;
  }
  .top-nav {
    display: block;
    position: absolute;
    top: 0px;
    r: 0px;
    right: 0px;
  }
  .mrpl-phone1 , .mrpl-email1{
    display: block;
    a{
          display: flex;
    justify-content: flex-start!important;
              gap: 5px !important;
            font-size: 16px !important;
    }
  }
  .cnt-btn a{
    justify-content: center!important;
  }
}

@media (max-width: 575px) {
  .lang-box {
    width: 122px;
    position: relative;
  }
  .selected {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
  }
  .selected > img {
    width: 17px;
    height: 17px;
    object-fit: cover;
    border-radius: 100%;
        image-rendering: pixelated;
  }
  .top-nav li a img {
    width: 17px;
  }
  .about-page {
    .left-text {
      padding-right: 10px;
    }
  }
  .mrpl-phone,
  .mrpl-email {
    display: none;
  }
  .product-drop li a {
    font-size: 16px;
  }
  #exampleModal {
    .modal-dialog.modal-xl {
              max-width: 96%;
    }}
}
