/* Global Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.innerBanner .breadcrum-wrapper {
    top: calc(100vw / 7.5) !important;
}
body {
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 3rem !important;
    height: 3rem !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    filter: drop-shadow(1px 1px 1px black) drop-shadow(-1px -1px 0 black) !important;
}

.form-select {
    /* Remove native arrow */
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    /* Size */

         padding-right: 0.3rem !important;

    /* Gradient border */
    border: 2px solid transparent !important;
    border-radius: 6px !important;

    /* ✅ ALL backgrounds in one stack (arrow + white + gradient border) */
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23f2aba2'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E"),
        linear-gradient(#ffffff, #ffffff),
        linear-gradient(to right, #1e3a8a, #f15a3a) !important;

    background-repeat: no-repeat, no-repeat, no-repeat !important;
    background-position: right 1rem center, 0 0, 0 0 !important;
    background-size: 42px 38px, auto, auto !important;

    /* Make the 2nd bg fill padding, 3rd bg paint border area */
    background-origin: content-box, padding-box, border-box !important;
    background-clip: padding-box, padding-box, border-box !important;
}


.locationPoints img {
width: auto !important;
}


.display-flex{
  display: flex !important;
}
.year-tabs .nav-link.active:hover {
    background: #f15d3c;
    color: #4a4a4a !important;
}
.year-arrow {

  z-index: 10 !important;
}
a:active, a:hover {
    outline-width: 0;
    color: #f15d3c !important;
}
/* Navigation Styles */
.navbar {
  padding: 1rem 0;
  border-bottom: 1px solid #e9ecef;
}

.modal-dialog.modal-xl.modal-dialog-centered.modal-dialog-scrollable {
  max-width: 50%;
}


ul.menuList {

  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500;
  font-size: 15px;
}

.menuList>li>a {
  padding: 15px 0;
  position: relative;
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 1;
  LETTER-SPACING: 0PX;
  WORD-SPACING: 0PX;
}

.menuList>li>a {
    padding: 15px 0;
    position: relative;
    display: block;
    font-size: 14px;
    color: #333333 !important;
    line-height: 1;
    LETTER-SPACING: 0PX;
    WORD-SPACING: 0PX;
}

a.text-decoration-none.file-block {
  z-index: 10;
  position: relative;
}

.logo {
  height: 40px;
  width: auto;
}
p.award_rec {
    font-size: 18px !important;
}
.align-about {
  position: absolute;
  top: 200px;
}

.stat-label {
  font-weight: 600;
}

.section-card {
  text-align: center;
  border: none;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.item-box .title {
    font-weight: 700;
    font-size: 20px !important;
    margin: 0;
    color: #000;
    text-transform: uppercase;
}

.navbar-nav .nav-link {
  color: #6c757d !important;
  font-weight: 500;
  margin: 0 0.5rem;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #007bff !important;
}

.search-icon {
  padding: 0.5rem !important;
}

      .mapVector {
            position: relative;
            z-index: 90;
            margin-top: 215px !important;
            margin-bottom: 140px !important;
        }

        
        .map_address {
            left: -177px !important;
        }

/* Hero Section */


.about-us-label {
  color: #ff6b35;
  font-weight: 600;
  font-size: 25px !important;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}


.hero-title {
  font-size: 5rem;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif !important;
  color: #000;
  margin-bottom: 1.5rem;
  line-height: 1.0;
}



.hero-description strong {
  color: #2c3e50;
  font-weight: 600;
}

.hero-image img {
  border-radius: 15px;

}

/* Stats Container */
.stats-container {
  display: flex;
  gap: 6rem;

}

.stat-item {
  text-align: left;
}

.stat-number {
  font-size: 5rem;
  font-weight: 300;
  color: #222d68;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-number .plus {
  color: #ff6b35;
}

   .impact-icon {
            max-height: 70px;
            width: auto;
        }

/* Business Areas Section */
.business-areas-section {
  padding: 5rem 0;
  background-color: #ffffff;
}

.business-card {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.business-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.business-image {
  height: 250px;
  overflow: hidden;
}

.business-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.business-card:hover .business-image img {
  transform: scale(1.05);
}

        .manufacturing-quality-section p {
            font-size: 20px !important;
            line-height: 25px !important;
            ;
            color: 474747;
            font-weight: 400;
            font-family: "Montserrat";
            text-align: justify;
            margin-top: 3.125rem;
            margin-bottom: 3.125rem;
        }

.business-content {
  padding: 2rem;
  text-align: center;
}

.business-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.business-title .highlight {
  color: #ff6b35;
}

.business-description {
  color: #6c757d;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.learn-more-btn {
  border-radius: 25px;
  padding: 0.5rem 2rem;
  font-weight: 500;
  border-color: #6c757d;
  color: #6c757d;
  transition: all 0.3s ease;
}

.learn-more-btn:hover {
  background-color: #007bff;
  border-color: #007bff;
  color: white;
}

/* Footer */
.footer {
  background-color: #fff;
  padding: 20px 0px 20px 0px;
  border-top: 1px solid #000;
  margin-top: 3rem;
  width: 95%;
  margin: 0 auto;

}

.footer-links {
  display: flex;
  gap: 2rem;
}

.footer-link {
  color: #6c757d;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #007bff;
}

.copyright {
  color: #6c757d;
  font-size: 0.9rem;
  margin: 0;
}

.media-card .card-title {
  font-size: 25px !important;
  font-weight: 500;
  margin-top: 27px !important;
  margin-bottom: 27px !important;
  min-height: 70px;
  color: #000;
  text-align: -webkit-center;
  LETTER-SPACING: -1PX;
  WORD-SPACING: 1PX;
  line-height: 1.8rem !important;
}


/* Responsive Design */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }



  .stat-item {
    text-align: center;
  }

  .footer-links {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
  }

  .business-areas-section {
    padding: 3rem 0;
  }

  .hero-section {
    padding: 2rem 0;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 2rem;
  }



  .business-content {
    padding: 1.5rem;
  }
}

/* Container max-width for mobile */
@media (max-width: 768px) {
  .container {
    max-width: 768px;
  }
}




.section-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.section-img {
  /* border-radius: 25px; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.highlight {
  color: #ff6a3d;
  /* Ajanta orange tone */
}

.learn-btn {
  border-radius: 25px;
  padding: 10px 50px;
  font-weight: 600;
  border: 1px solid #dedee3;
  color: #000;
  background-color: #f4f4fe;
  transition: all 0.3s;
}

.learn-btn:hover {
  background-color: #ff6a3d;
  color: white;
}


.title_span h3 {
  font-size: 35px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}

.title_span strong {
  color: #ff6b35;
  font-weight: 500;
}


.home_page_p_detail {
  font-size: 20px !important;
  line-height: 25px !important;
}


.pagination strong {
  border: 3px solid #ffe4c0;
  color: #ffb7a8;
  padding: 5px 0 0px 11px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

input.larger_c {
  width: 16px;
  height: 16px;
}

/* 1. Set up the banner container */
.innerBanner {
  position: relative;
  /* Allows content to be layered on top */
  color: #333;
  /* Default text color for content */
  /* Adjust min-height based on your design, e.g., 300px */
  min-height: 300px;
  display: flex;
  /* Use flex to help position content */
  align-items: center;
}

/* 2. Style the background image */
.innerBanner picture,
.innerBanner picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  /* Ensures image covers the banner */
  z-index: 1;
  /* Sits behind the content */
}

/* 3. Style the main content container */
.innerBanner .container {
  position: relative;
  /* Sits on top of the background image */
  z-index: 2;
  width: 100%;
  /* Use flex to position title and breadcrumb */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Pushes title up, breadcrumb down */
  min-height: 300px;
  /* Match the banner height */
  padding-top: 2rem;
  padding-bottom: 1rem;
}

/* 4. Style the new "About Us" white box */
/* .innerBanner .title-box {
            background-color: #ffffff;
            padding: 20px 40px;
            border-radius: 15px;
          
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
           
            display: inline-block;
            
        } */

/* 5. Style the H1 inside the white box */
.innerBanner .title-box h1 {
  margin: 0;
  /* Remove default H1 margin */
  font-size: 2.2rem;
  /* Adjust font size as needed */
  color: #333;
  font-weight: 700;
}

/* 6. Style the orange/red accent text */
.innerBanner .accent-text {
  color: #f15d3c;
  /* Pick the exact orange/red from your site */
}

/* 7. Position the breadcrumb wrapper */
.innerBanner .breadcrum-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  /* Pushes breadcrumb to the right */
  padding-top: 1rem;
  /* Space from content above */
}

/* 8. Style the breadcrumb text */
.innerBanner .breadcrum {
  /* (Styles for .breadcrum, ul, li, a may already exist) */
}

.innerBanner .breadcrum ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.innerBanner .breadcrum li {
  margin-left: 8px;
  font-size: 0.9rem;
}

.innerBanner .breadcrum li a {
  color: #474747;
  text-decoration: none;
}

.innerBanner .breadcrum li a:hover {
  text-decoration: underline;
}

.innerBanner .breadcrum li .accent-text {
  font-weight: 600;
}



section.mainContainer.py-5.innerContent {
  margin-top: 86px;
}

/* .innerBanner .title-box {
            background-color: #ffffff;
            padding: 0;
            border-radius: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            display: inline-block;
        } */

.innerBanner .title-box h1 {
  margin: 0;
  font-size: 2.2rem;
  color: #333;
  font-weight: 500;
  font-family: 'Montserrat';
}

.innerBanner .breadcrum-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 1rem;
  position: relative;
  top: 244px;
  font-family: 'Montserrat', sans-serif !important;
  font-style: italic
}

.innerBanner .breadcrum-wrapper a {
  font-style: italic !important;

}

.bannerMenu li a {
  background: unset;
  color: #333 !important;
}

.bannerMenu li a:before {
  background: #f15d3c42 !important;
}

.stickCol {
  z-index: 10;
}

.bannerMenu li {
  font-size: 25px;
  max-height: 100px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500;

  height: auto;
  LETTER-SPACING: 0px;
  WORD-SPACING: 0PX;
}




.bannerMenu li a.active {
  /* background: #ffb44f; */
  color: #f15d3c !important;
  font-weight: 700;
  font-size: 25px;
  background: unset;
  border-left: 5px solid #8e464f;
  height: auto !important;
}

.line {
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #1e3a8a, #f15a3a);
  border-radius: 2px;
  margin-top: 30px;
  max-width: 450px;
}

.aboutPic {
  box-shadow: unset;
}

.about_heading h3 {
  font-size: 35px !important;
  font-weight: 500;
  line-height: 40px !important;
  color: #000;
  font-family: 'Montserrat', sans-serif !important;
  LETTER-SPACING: -1PX;
  WORD-SPACING: 1PX;
}

.about_heading h3 strong {
  font-size: 35px;
  font-weight: 700;
  color: #f15d3c;
}

.mainContainer p {
  line-height: 24px !important;
  font-size: 20px !important;
  font-weight: 400;
  color: #474747;
  font-family: 'Montserrat', sans-serif !important;
  LETTER-SPACING: 0PX;
  WORD-SPACING: 0PX;
}

.outer-contact-border p {

  font-size: 1.5rem !important;
  font-weight: 500 !important;
  overflow-wrap: break-word;
}

.business-section {

  padding: 21px 31px;

  text-align: center;
  border-radius: 46px;
  background-color: #f5f5ff;
  position: relative;
  width: 106%;
  margin-left: -45px;
  margin-top: 79px;

  margin-bottom: 65px;
}

.section-title {
  font-weight: 700;
  font-size: 20px !important;
  margin-bottom: 40px;
  color: #000;

  line-height: 25px;

  font-family: 'Montserrat', sans-serif !important;

}

.business-wrapper {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.business-item {
  flex: 1 1 300px;

}

.map-image {
  width: 100%;
  max-width: 220px;
  max-height: 154px;
  height: auto;
  margin-bottom: 20px;
}

.business-title {
  font-size: 35px;
  font-weight: 500;
  color: #202b67;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif !important;
}

.business-desc {
  font-weight: 500 !important;
  font-size: 20px !important;
  font-family: 'Montserrat', sans-serif !important;
  color: #000;
  WORD-SPACING: -2PX !important;
}

.mt75 {
  margin-top: 75px;
}

/* .innerBanner .title-box {
    background-color: #ffffff;
    width: 399px;
    height: 137px;
    border-radius: 34px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

} */

.innerBanner .title-box h1 {
  font-size: 35px;
  color: #000000;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  line-height: 1.2;
}

.innerBanner .title-box h1 .accent-text {
  color: #ff6a3d;
  font-weight: 500;
}

.copyright {
  font-size: 15px !important;
  font-weight: 500;
}

.aboutPic {
  margin-top: 0px !important;
  border-radius: 15px;
  overflow: hidden;

}


.pe-rg-5 {
  padding-left: 3rem !important;
}

.b_one {
  max-width: 600px;
  position: relative;
  right: 41px;
}

.b_two {
  max-width: 300px;
}

.s_t_business {
  margin-bottom: 27px !important;
}

.mt_10 {
  margin-top: 75px;
  margin-bottom: 48px;

}

.mt_5 {
  margin-top: 50px;
  margin-bottom: 28px;

}

.mt_15 {
  margin-top: 126px;
}


.underline_board {
  width: 36px;
  height: 3px;
  background-image: linear-gradient(90deg, #222d68 0%, #f15d3c 100%);
  margin-left: 0;
  margin-top: 0px;
  margin-bottom: 10px;
  float: left;
}


.director-card {
  border: none;
  background: unset;
  text-align: center;
  /* padding: 67px; */
  padding-top: 0px;
  padding-right: 67px;
  /* padding-bottom: 67px; */
  padding-left: 67px;
  transition: all 0.3s ease;
  text-align: left;
}




.award_rec {

  font-size: 20px;
  color: #474747;

  padding-left: 25px;
  padding-right: 25px;

}

.business-areas-section {
  padding: 75px 39px;

  border-radius: 46px;
  background-color: #f5f5ff;
  position: relative;
  width: 106%;
  margin-left: -45px;
  margin-top: 65px;
  margin-bottom: 65px;
}


.innerBanner .title-box {
  padding: 4.5% 4%;
  /* padding: 4.5% 11%; */
  background-color: #ffffff;
  border-radius: 34px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: auto;
  /* Makes box only as wide as its content */
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif !important;
}



.bannerMenu.sticklinks.is_stuck {
  margin-top: 123px;
}

.float-right {
  float: right
}

.bannerCategoryBtn {
  /* display: block; */
  background: #f15d3c;
  color: #fff;
  font-size: 18px;
  width: 100%;
  text-align: left;
  padding: 15px 25px;
  position: relative;
  margin-bottom: 10px;
  border: 0;
}

/* -------------------------------------------------- */
/* 1. Extra Small Devices (Portrait Phones)           */
/* < 576px                                            */
/* -------------------------------------------------- */
@media (max-width: 575.98px) {

    .navigHolder {
        max-height: calc(100% - 75px);
        top: 49px;
        /* position: relative; */
    }


  /* Your CSS */
  .hero-description {
    font-size: 19px !important;
    color: #474747;
    margin-bottom: 1rem;
    line-height: 1.3 !important;

  }


  .stats-container {
    flex-direction: row;
    gap: 1.8em;
    margin-bottom: 25px;
    margin-top: 2rem;
  }


  .stat-number {
    font-size: 1.9rem;
    font-weight: 300;
    color: #222d68;
    line-height: 1;
    margin-bottom: 0.5rem;
  }

  .stat-label {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
  }

  .hero-section {
    padding: 5rem 0 4rem 0rem;


  }

  .section-card {
    text-align: center;
    border: none;
    padding: 0px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .align-about {
    position: absolute;
    top: 218px;
  }


  .innerBanner .title-box {
    padding: 4.5% 4%;
    /* padding: 4.5% 11%; */
    background-color: #ffffff;
    border-radius: 22px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin: auto;
  }


  .innerBanner .breadcrum-wrapper {

    top: 180px;

  }

  .breadcrum ul li:after {
    content: '-';
    color: #666;
    position: absolute;
    right: -12px;
    top: 2px;

  }

  section.mainContainer.py-5.innerContent {
    margin-top: -85px;
  }


  .about_heading h3 {
    font-size: 25px !important;
    font-weight: 500;
    line-height: 30px !important;
    color: #000;
    font-family: 'Montserrat', sans-serif !important;
    LETTER-SPACING: 0PX;
    WORD-SPACING: 0PX;
  }

  .about_heading h3 strong {
    font-size: 25px;
    font-weight: 700;
    color: #f15d3c;
  }

  .mainContainer p {
    line-height: 24px !important;
    font-size: 15px !important;
    font-weight: 400;
    color: #474747;
    font-family: 'Montserrat', sans-serif !important;
    LETTER-SPACING: 0PX;
    WORD-SPACING: 0PX;
  }

  .pe-rg-5 {
    padding-left: unset !important;
  }

  .pe-lg-5 {
    padding-right: unset !important;
  }

  .business-section {
    padding: 21px 31px;
    text-align: center;
    border-radius: 46px;
    background-color: #f5f5ff;
    position: relative;
    width: 100%;
    margin-left: 0px;
    margin-top: 50px;
    margin-bottom: 63px;
  }

  .b_one {
    max-width: 600px;
    position: relative;
    right: unset;
  }

  .bannerMenu li {
    font-size: 15px;
  }

  .bannerMenu li a.active {
    font-size: 15px !important;
    height: unset !important;
  }

  .innerBanner picture,
  .innerBanner picture img {
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
  }

  .innerBanner .breadcrum-wrapper {
    top: 180px;
    display: none;
  }

  .innerBanner .title-box h1 {
    font-size: 25px;
    color: #000000;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    line-height: 1.2;
  }

  .modal-dialog.modal-xl.modal-dialog-centered.modal-dialog-scrollable {
    max-width: 100%;
  }


  .business-areas-section {
    padding: 33px 33px;
    border-radius: 20px;
    background-color: #f5f5ff;
    position: relative;
    width: 100%;
    /* margin-left: -45px; */
    margin: auto 0;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .item-box .icon {
    width: 40px;
    margin-bottom: 18px;
    opacity: 0.9;
  }

  .item-box .title {
    font-weight: 700;
    font-size: 15px !important;
    margin: 0;
    color: #000;
    text-transform: uppercase;
  }

  .vline {
    border-right: unset !important;
  }

  .hline {
    border-bottom: unset !important;
  }

  .mt_15 {
    margin-top: 32px;
  }

  .img_trophy {
    height: 144px !important;
  }


  .business-section-award {
    padding: 31px 34px 74px 34px !important;
    text-align: center;
    border-radius: 15px !important;
    background-color: #f5f5ff;
    position: relative;
    width: 100% !important;
    margin-left: 0px !important;
    margin-top: 142px;
    margin-bottom: 65px;
  }

  .trophy_div {
    position: absolute;
    top: -95px !important;
    left: 31px !important;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: baseline;
    gap: 25px !important;
  }



  .manufacturing-overview-section {
    padding: 21px 31px;
    text-align: center;
    border-radius: 20px;
    background-color: #f5f5ff;
    position: relative;
    width: 100% !important;
    margin-left: 0px !important;
    margin-top: 79px;
    margin-bottom: 65px;
  }



  .manufacturing-quality-section p {
    font-size: 15px !important;
    line-height: 25px !important;
    ;
    color: 474747;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: justify;
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .stickCol {
    z-index: 10;
    margin-top: 45px;
  }

  .section-title span {
    border-bottom: 3px solid #f1593a;
    padding-bottom: 4px;
    font-size: 25px !important;
  }

    .rd-wrapper {
        position: relative;
        margin-top: 11.5rem;
        margin-bottom: 90px;
    }
  .rd-text {
    font-size: 1.2rem !important;
    line-height: 1.6;
    font-weight: 500;
    color: #111827;
  }

    .rd-text h3 {
        font-size: 16px !important;
        line-height: 1.3rem !important;
        color: #000;
        font-weight: 500;
        font-family: Montserrat !important;
    }

  .rd-image {
    width: 100%;
    border-radius: 12px !important;
  }

  .rd-card {
    background: #e9f6ff;
    border-radius: 12px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 214px;
    bottom: auto;
    z-index: 0;
    top: 161px;
    top: 175px;
    margin-top: -14.5rem;
  }

  .rd-image-wrapper {
    padding: 10% !important;
    position: relative !important;
    z-index: 10;
    bottom: 95px !important;
  }

  .rd-content {
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }

  .line {

    display: none;
  }

  li.nav-item {
    margin-right: 15px;
           z-index: 10 !important;
  }

  li.nav-item.year-item {
    padding: 0px 0px 0px !important;
    font-size: 15px !important;
    text-align: center;
    margin-right: 0px !important;
  }

  .quarter-period {
    font-size: 1.0rem !important;
    font-weight: 500;
    color: #1b2a4e;
}

.quarter-label {
    font-size: 2.8rem;
    font-weight: 700;
    color: #ef5c3a;
}

.pdf-icon {
    width: 45px !important;
    height: 54px !important;
    /* background: #173a7a; */
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
}

  .year-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
    flex-wrap: inherit !important;
    margin-bottom: 60px;
  }

  .year-tabs .nav-link {
    border-radius: 999px;
    padding: 0.5rem 0.5rem !important;

  }

  .pagination-custom li a,
  .pagination-custom li span {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    width: 20px !important;
    height: 20px !important;
    border: 4px solid #fff;
    font-size: 20px !important;
    display: inline-block;
    text-align: center;
    line-height: 7px !important;
  }

  h2.secTitle.mb-3 {
    width: 889px;
    height: 40px;
    font-size: 17px !important;
    color: #000000;
    font-weight: 500;
    font-family: "Montserrat";
  }

  button.unclaimed_div.nav-link {
    border-radius: 15px !important;
    /* border: 1px solid #222d68 !important; */
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #007bff, #ff0000) border-box;
    border: 1px solid transparent !important;
    /* padding: 15px 60px 15px 60px; */
    padding: auto;
    color: #474747 !important;
    font-size: 18px !important;
    color: #474747;
    width: 100%;
    min-width: 330px !important;
    margin-bottom: 12px !important;
    font-weight: 700;
    font-family: "Montserrat";
  }

  p.report-title.mb-0 {
    font-size: 17px !important;
  }

  .media-card .card-title {
    font-size: 15px !important;
    font-weight: 500;
    margin-top: 27px !important;
    margin-bottom: 27px !important;
    min-height: 23px !important;
    color: #000;
    text-align: -webkit-center;
    LETTER-SPACING: -1PX;
    WORD-SPACING: 1PX;
    line-height: 1.8rem !important;
  }

  .media-img-div {
    padding: 18px !important;
  }

  .profile-img {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50%;
    object-fit: cover;
    background: white;
    padding: 0px;
  }

  .outer-contact-border p {
    font-size: 15px !important;
    font-weight: 500 !important;
    overflow-wrap: break-word;
  }


  select.dt-filter {
    width: 188px !important;
    margin-bottom: 10px;
  }

  .csr-text {
    font-size: 19px !important;
    line-height: 1.7;
    color: #555;
    padding: 20px;
  }

  .row.gx-5.justify-content-center.container {
    padding: 0px !important;
    margin: 0 !important
  }

  .csr-image-card {
    border-radius: 30px;
    overflow: hidden;
    height: auto !important;
    padding: 15px 4px !important;
  }


  .csr-section {
    padding-top: 20px;
  }

  .locationPoints img {
    max-height: 152px !important;
  }

    .marker_1 {
        top: -102% !important;
        left: 64.2% !important;
        /* height: 100%; */
    }




    .marker_2 {
        top: -61% !important;
        left: 19.2% !important;
    }
  img.usa_map_img {
    max-height: 90px !important;
  }



  .marker_3 {
    top: -70% !important;
    left: 51.2% !important;
  }

  .marker_4 {
    top: -41% !important;
    left: 79.8% !important;
  }


  img.philippines_map_img {
    max-height: 89px !important;
  }

  .mapVector {
    position: relative;
    z-index: 90;
    margin-top: 75px !important;
    margin-bottom: 109px !important;
}

.locationPoints > div:hover .locationAddress {
        position: absolute !important; 
        top: 176px !important; 
        right: 0;
        z-index: 9999;
        display: block;
    }

.locationAddress {
    background: #ffff !important;
    border: 1px solid #ccc !important;
}

        .map_address {
        left: -156px !important;
    }

        .usa_map_address {
        
    }

          .india_map_address {
        left: -156px !important;
    }

    .locationAddress.p_address {
    left: -242px !important
    /* top: -69px; */
}

.h2_contact {
    font-size: 25px !important;
    font-weight: 500 !important;
}

.gradient-input {
    border: 2px solid transparent;
    border-radius: 6px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #1e3a8a, #f15a3a) border-box;
    height: 50px !important;
    width: 100%;
}

input.form-check-input.me-2 {
    height: 25px  !important;
    width: 25px  !important;
    border-radius: 3px  !important;
    border: #000 2px solid;
}
.form-check-label {
    font-size: 18px !important;
    line-height: 36px;
    color: #000000;
    font-family: "Montserrat";
}

.rounded-64 {
    border-radius: 25px !important;
    padding: 14px 25px !important;
}
.contact_info {
    padding: 20px 15px !important;
}

        .manufacturing-quality-section p {
            font-size: 15px !important;
            line-height: 24px !important;
            ;
            color: 474747;
            font-weight: 400;
            font-family: "Montserrat";
            text-align: justify;
            margin-top: 3.125rem;
            margin-bottom: 3.125rem;
        }

}


/* -------------------------------------------------- */
/* 2. Small Devices (Landscape Phones)                */
/* 576px – 767.98px                                   */
/* -------------------------------------------------- */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Your CSS */

  .stat-number {
    font-size: 2.9rem;
    font-weight: 300;
    color: #222d68;
    line-height: 1;
    margin-bottom: 0.5rem;
  }

  .stat-label {
    font-size: 23px;
    color: #000000;
    font-weight: 600;
  }

  .stats-container {
    display: flex;
    gap: 6rem;
    margin-bottom: 15px;
}

  .hero-section {
    padding: 5rem 0 4rem 0rem;


  }


  .section-card {
    text-align: center;
    border: none;
    padding: 0px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }


  .align-about {
    position: absolute;
    top: 227px;
  }

  .innerBanner .breadcrum-wrapper {

    top: 180px;

  }

  section.mainContainer.py-5.innerContent {
    margin-top: -85px !important;
  }

    .about_heading h3 {
    font-size: 25px !important;
    font-weight: 500;
    line-height: 28px !important;
    color: #000;
    font-family: 'Montserrat', sans-serif !important;
    LETTER-SPACING: -1PX;
    WORD-SPACING: 1PX;
}

  .about_heading h3 strong {
    font-size: 25px;
    font-weight: 700;
    color: #f15d3c;
  }

  .mainContainer p {
    line-height: 24px !important;
    font-size: 15px !important;
    font-weight: 400;
    color: #474747;
    font-family: 'Montserrat', sans-serif !important;
    LETTER-SPACING: 0PX;

  }


  .pe-rg-5 {
    padding-left: unset !important;
  }

  .pe-lg-5 {
    padding-right: unset !important;
  }


  .business-section {
    padding: 21px 31px;
    text-align: center;
    border-radius: 46px;
    background-color: #f5f5ff;
    position: relative;
    width: 100%;
    margin-left: 0px;
    margin-top: 50px;
    margin-bottom: 63px;
  }

  .b_one {
    max-width: 600px;
    position: relative;
    right: unset;
  }

  .bannerMenu li {
    font-size: 15px;
  }

  .bannerMenu li a.active {
    font-size: 15px !important;
  }

  .innerBanner .breadcrum-wrapper {
    top: 180px;
    display: none;
  }

  .innerBanner .title-box h1 {
    font-size: 25px;
    color: #000000;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    line-height: 1.2;
  }

  .modal-dialog.modal-xl.modal-dialog-centered.modal-dialog-scrollable {
    max-width: 100%;
  }

  .business-areas-section {
    padding: 74px 10px;
    border-radius: 46px;
    background-color: #f5f5ff;
    position: relative;
    width: 100%;
    /* margin-left: -45px; */

    margin: auto 0;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .item-box .icon {
    width: 40px;
    margin-bottom: 18px;
    opacity: 0.9;
  }

  .item-box .title {
    font-weight: 700;
    font-size: 15px !important;
    margin: 0;
    color: #000;
    text-transform: uppercase;
  }

  .vline {
    border-right: unset !important;
  }

  .hline {
    border-bottom: unset !important;
  }

  .service-item img {
    width: 55px;
    margin-bottom: 7px;
  }

  .mt_15 {
    margin-top: 32px;
  }

  .img_trophy {
    height: 144px !important;
  }

  .business-section-award {
    padding: 31px 34px 74px 34px !important;
    text-align: center;
    border-radius: 15px !important;
    background-color: #f5f5ff;
    position: relative;
    width: 100% !important;
    margin-left: 0px !important;
    margin-top: 142px;
    margin-bottom: 65px;
  }

  .trophy_div {
    position: absolute;
    top: -95px !important;
    left: 31px !important;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: baseline;
    gap: 25px !important;
  }

  


  .manufacturing-overview-section {
    padding: 21px 31px;
    text-align: center;
    border-radius: 20px;
    background-color: #f5f5ff;
    position: relative;
    width: 100% !important;
    margin-left: 0px !important;
    margin-top: 79px;
    margin-bottom: 65px;
  }

  .stickCol {
    z-index: 10;
    margin-top: 45px;
  }

  .section-title span {
    border-bottom: 3px solid #f1593a;
    padding-bottom: 4px;
    font-size: 25px !important;
  }


  .rd-wrapper {
    position: relative;
    margin-top: -1.5rem;
    margin-bottom: 25px;
  }

  .rd-text {
    font-size: 1.2rem !important;
    line-height: 1.6;
    font-weight: 500;
    color: #111827;
  }

  .rd-text h3 {
    font-size: 15px !important;
    line-height: 1.2rem !important;
    color: #000;
    font-weight: 500;
    font-family: Montserrat !important;
  }

.rd-card {
        background: #e9f6ff;
        border-radius: 12px !important;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 132px !important;
        bottom: 0px;
        z-index: 0;
        top: 166px !important;
    }



    .rd-image-wrapper {
    padding: 2px 10% 0px 10% !important;
        position: relative;
        z-index: 10;
        bottom: 102px  !important;
    }

.rd-content {
        border-radius: 46px;
        position: absolute;
        bottom: -32px;
        left: 50%;
        width: 80%;
        transform: translateX(-50%);
        padding: 0rem 0.2rem 1.9rem !important;
    }



  .line {

    display: none;
  }

  li.nav-item.year-item {
    padding: 0px 0px 0px;
    font-size: 15px;
    text-align: center;
    margin-right: 0px !important;
  }



  .year-tabs .nav-link {
    border-radius: 999px;
    padding: 0.5rem 0.5rem;

  }

  .pagination-custom li a,
  .pagination-custom li span {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    width: 20px !important;
    height: 20px !important;
    border: 4px solid #fff;
    font-size: 20px !important;
    display: inline-block;
    text-align: center;
    line-height: 7px !important;
  }

  h2.secTitle.mb-3 {
    width: 889px;
    height: 40px;
    font-size: 17px !important;
    color: #000000;
    font-weight: 500;
    font-family: "Montserrat";
  }


  button.unclaimed_div.nav-link {
    border-radius: 15px !important;
    /* border: 1px solid #222d68 !important; */
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #007bff, #ff0000) border-box;
    border: 1px solid transparent !important;
    /* padding: 15px 60px 15px 60px; */
    padding: auto;
    color: #474747 !important;
    font-size: 18px !important;
    color: #474747;
    width: 100%;
    min-width: 330px !important;
    margin-bottom: 12px !important;
    font-weight: 700;
    font-family: "Montserrat";
  }

  p.report-title.mb-0 {
    font-size: 17px !important;
  }

  .media-card .card-title {
    font-size: 15px !important;
    font-weight: 500;
    margin-top: 27px !important;
    margin-bottom: 27px !important;
    min-height: 23px !important;
    color: #000;
    text-align: -webkit-center;
    LETTER-SPACING: -1PX;
    WORD-SPACING: 1PX;
    line-height: 1.8rem !important;
  }

  .media-img-div {
    padding: 18px !important;
  }

  .profile-img {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50%;
    object-fit: cover;
    background: white;
    padding: 0px;
  }

  .outer-contact-border p {
    font-size: 15px !important;
    font-weight: 500 !important;
    overflow-wrap: break-word;
  }

  select.dt-filter {
    width: 188px !important;
    margin-bottom: 10px;
  }

  .csr-text {
    font-size: 19px !important;
    line-height: 1.7;
    color: #555;
    padding: 20px;
  }

  .row.gx-5.justify-content-center.container {
    padding: 0px !important;
    margin: 0 !important
  }

  .csr-image-card {
    border-radius: 30px;
    overflow: hidden;
    height: auto !important;
    padding: 15px 4px !important;
  }

  .csr-section {
    padding-top: 20px;
  }
    .director-card {
    border: none;
    background: unset;
    text-align: center;

    padding-top: 0px;
     padding-right: unset !important; 
    /* padding-bottom: 67px; */
   padding-left: unset !important; 
    transition: all 0.3s ease;
    text-align: left;
}





}

/* -------------------------------------------------- */
/* 3. Medium Devices (Tablets)                        */
/* 768px – 991.98px                                   */
/* -------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991.98px) {

  /* Your CSS */
  .stats-container {
    flex-direction: row;
            gap: 4.2rem;
    margin-bottom: 20px;
  }

  .section-card {
    text-align: center;
    border: none;
    padding: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

   .hero-title {
    font-size: 4rem;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif !important;
    color: #000;
    margin-bottom: 1.2rem;
    line-height: 1.0;
  }

  .stat-number {
    font-size: 3rem;
    font-weight: 300;
    color: #222d68;
    line-height: 1;
    margin-bottom: 0.5rem;
}

  /*jobin changed this */
    /* .align-about {
        position: absolute;
        top: 75px;
    } */

     .align-about {
        position: absolute;
        padding-top: 75px !important;
        top: unset !important;
    }

    .about_heading h3 {
    font-size: 25px !important;
    font-weight: 500;
    line-height: 28px !important;
    color: #000;
    font-family: 'Montserrat', sans-serif !important;
    LETTER-SPACING: -1PX;
    WORD-SPACING: 1PX;
}

.about_heading h3 strong {
    font-size: 25px;
    font-weight: 700;
    color: #f15d3c;
}


.mainContainer p {
    line-height: 24px !important;
    font-size: 17px !important;
    font-weight: 400;
    color: #474747;
    font-family: 'Montserrat', sans-serif !important;
    LETTER-SPACING: 0PX;
    WORD-SPACING: 0PX;
}

.rd-card {
    background: #e9f6ff;
    border-radius: 20px !important;
    overflow: hidden;
}
.rd-image {
    width: 100%;
    border-radius: 20px !important;
    display: block;
}
.innerBanner .breadcrum-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 1rem;
    position: relative;
    top: 88px;
    font-family: 'Montserrat', sans-serif !important;
    font-style: italic;
    display: none !important;
}
    section.mainContainer.py-5.innerContent {
    margin-top: -133px;
}
/* .innerBanner .breadcrum li a {
    display: none !important;
    color: #474747;
    text-decoration: none;
} */

  .b_one {
    max-width: 600px;
    position: relative;
    right: unset;
  }

  .bannerMenu li {
    font-size: 15px;
  }

  .bannerMenu li a.active {
    font-size: 15px !important;
  }

  .section-title span {
    border-bottom: 3px solid #f1593a;
    padding-bottom: 4px;
    font-size: 25px !important;
  }

  .rd-image-wrapper {
    padding: 0 3rem;
  }

  .rd-card {
    border-radius: 32px;
    margin-top: 2rem;
  }

  .rd-content {
    padding: 2rem 3rem;
  }

    .rd-text h3 {
        font-size: 18px !important;
      line-height: 19px !important;
    }

  .rd-text {
    font-size: 1.4rem;
  }

      .rd-content {
        border-radius: 46px;
        position: absolute; 
        bottom: -32px;
        left: 50%;
        width: 80%;
        transform: translateX(-50%);
        padding: 2rem 3rem 3rem;
    }

  .director-card {
    border: none;
    background: unset;
    text-align: center;

    padding-top: 0px;
     padding-right: unset !important; 
    /* padding-bottom: 67px; */
   padding-left: unset !important; 
    transition: all 0.3s ease;
    text-align: left;
}

    .bannerCategoryBtn {
        display: block ;
            color: #fff;
    font-size: 18px;
    width: 100%;
    text-align: left;
    padding: 15px 25px;
    position: relative;
    margin-bottom: 10px;
    border: 0;

    }
  /* jobin */
  .innerBanner .title-box h1 {
    font-size: 25px !important;
    color: #000000;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    line-height: 1.2;
}
  /* jobin */
.innerBanner .title-box {
    padding: 4.5% 4%;
    /* padding: 4.5% 11%; */
    background-color: #ffffff;
    border-radius: 22px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin: auto;
  }



.locationPoints img {
    max-height: 224px !important;
         width: auto !important;
}

.usa_map_img {
    height: 130px !important;
}

.philippines_map_img {
    height: 116px !important;
}
 .marker_1 {
        top: -67% !important;
        left: 64.9% !important;
           }

    .marker_2 {
        top: -35% !important;
        left: 18.2% !important;
         
    }
    .marker_3 {
        top: -36% !important;
        left: 52.2% !important;
    }
       
.marker_4 {
        top: -13% !important;
        left: 80.4% !important;
   }

.locationPoints > div:hover .locationAddress {
position: absolute !important;
top: 126px !important;
right: 0;
z-index: 9999;
display: block;
background: #ffff !important;
border: 1px solid #ccc !important;
}

.locationPoints > div:hover .india_map_address {
position: absolute !important;
top: 126px !important;
left: -66px !important;
z-index: 9999;
display: block;
background: #ffff !important;
border: 1px solid #ccc !important;
}

.locationPoints > div:hover .p_address {
position: absolute !important;
top: 140px !important;
left: -170px !important;
z-index: 9999;
background: #ffff !important;
border: 1px solid #ccc !important;
}




li.nav-item.year-item {
padding: 1px 26px 0px !important;
font-size: 19px !important;
text-align: center;
margin-right: 0px !important;
z-index: 10 !important;
}



  .year-tabs .nav-link {
    border-radius: 10px !important; 
    padding: 0.5rem 0.5rem !important; 

  }



  .pagination-custom li a,
  .pagination-custom li span {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    width: 20px !important;
    height: 20px !important;
    border: 4px solid #fff !important;
    font-size: 20px !important;
    display: inline-block;
    text-align: center;
    line-height: 7px !important;
  }

li.nav-item {
    margin-right: 15px;
          z-index: 10 !important;
}
.img_div {
    padding: 0px 10px !important;
}


.pdf-icon {
    width: 50px !important;
    height: 60px !important;
    /* background: #173a7a; */
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px !important;
}

.quarter-card {
    background: #ffffff;
    border-radius: 20px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 2px solid #cccccc70;
    padding: 17px 20px !important;
    height: 100%;
}

.quarter-label {
    font-size: 2.2rem !important;
    font-weight: 700;
    color: #ef5c3a;
}
.pdf-title {
    font-size: 0.55rem;
    line-height: 1.2;
    color: #1b2a4e;
}

.pdf-block {
    text-align: center;
    margin-bottom: 15px !important;
    cursor: pointer;
}

p.award_rec {
    font-size: 16px !important;
    margin-bottom: 62px;
}

.img_trophy {
    height: 252px !important;
}

.plant-card {
    border-radius: 20px !important;
    padding: 15px 25px 2px 25px !important;
}

.plant-name {
    font-size: 1.26rem !important;
    font-weight: 700;
    margin-top: 11px !important;
    margin-bottom: 7px !important;
    line-height: 27px !important;
    color: #000000;
    font-family: "Montserrat";
    text-align: center;
}

.plant-subtitle {
    font-size: 15px !important;
    line-height: 23px !important;
    color: #474747;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: center;
    LETTER-SPACING: 0PX;
    WORD-SPACING: 0PX;
    min-height: 75px !important;
}

    .rd-image-wrapper {
        padding: 2px 120px 0 120px !important;
        position: relative;
        z-index: 10;
        bottom: 124px !important;
    }
    .rd-card {
        background: #e9f6ff;
        border-radius: 46px;
        overflow: hidden;
        position: relative;
            height: 201px !important;
        width: 100%;
        top: 227px  !important;
        margin-top: 33px !important;
    }

    .item-box .title {
    font-weight: 700;
    font-size: 14px !important;
    margin: 0;
    color: #000;
    text-transform: uppercase;
}

    .rd-wrapper {
        margin-top: -3.5rem !important;
        margin-bottom: 29px !important;
    }

    .media-img-div {
    padding: 0px 30px 0px !important;
}

     .profile-img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    object-fit: cover;
    background: white;
    padding: 0px;
}
h4 {
    font-size: 13px;
}

}

/* -------------------------------------------------- */
/* 4. Large Devices (Laptops)                         */
/* 992px – 1199.98px                                  */
/* -------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199.98px) {

  /* Your CSS */
.media-img-div {
    padding: 0px 50px 0px !important;
}
  .stat-number {
    font-size: 2.5rem;
    font-weight: 300;
    color: #222d68;
    line-height: 1;
    margin-bottom: 0.5rem;
  }

  .hero-title {
    font-size: 3rem;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif !important;
    color: #000;
    margin-bottom: 1.5rem;
    line-height: 1.0;
  }

  .section-card {
    text-align: center;
    border: none;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .align-about {
    position: absolute;
    top: 104px;
  }



  .bannerMenu li a.active {
    font-size: 25px;
  }

  .recognitionsBoxv1 {
    border: 1px solid #c7c7c7;
    border-radius: 43px;
    padding: 56px 0px 0px 0px;
    position: relative;
    background: #fff;
    text-align: center;
    width: 100% !important;
    min-height: 494px !important;
    margin: 0 auto;
}

.recognitionsBoxv1 .pic img {
    width: auto;
    max-height: 151px !important;
}

  .bannerMenu li a.active {
    /* background: #ffb44f; */
    color: #f15d3c !important;
    font-weight: 700;
    font-size: 25px;
    background: unset;
    border-left: 5px solid #8e464f;
    height: 97px;
}

  .rd-image-wrapper {
    padding: 2px 180px 0 180px;
  }

    .director-card {
    border: none;
    background: unset;
    text-align: center;

    padding-top: 0px;
     padding-right: unset !important; 
    /* padding-bottom: 67px; */
   padding-left: unset !important; 
    transition: all 0.3s ease;
    text-align: left;
}

 /* Your CSS */
  .stat-number {
    font-size: 2rem;
    font-weight: 300;
    color: #222d68;
    line-height: 1;
    margin-bottom: 0.5rem;
  }

  .hero-title {
    font-size: 3rem;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif !important;
    color: #000;
    margin-bottom: 1.5rem;
    line-height: 1.0;
  }

  .hero-section {
    padding: 9rem 0 5rem 0rem;

  }

  .section-card {
    text-align: center;
    border: none;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }


  .innerBanner .breadcrum-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 1rem;
    position: relative;
    top: 156px;
    font-family: 'Montserrat', sans-serif !important;
    font-style: italic;
}



section.mainContainer.py-5.innerContent {
    margin-top: 0px;
}

  .innerBanner .title-box h1 {
    font-size: 28px !important;
    color: #000000;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    line-height: 1.2;
}

  .rd-image-wrapper {
    padding: 2px 120px 0 120px;
    position: relative;
    z-index: 10;
    bottom: 237px;
  }

    .rd-card {
        background: #e9f6ff;
        border-radius: 46px;
        overflow: hidden;
        position: relative;
        height: 295px !important;
        width: 100%;
        top: 192px !important;
        margin-top: 34px !important;
    }
  .about_heading h3 {
    font-size: 26px !important;
    font-weight: 500;
    line-height: 32px !important;
    color: #000;
    font-family: 'Montserrat', sans-serif !important;
    LETTER-SPACING: -1PX;
    WORD-SPACING: 1PX;
}

.about_heading h3 strong {
    font-size: 26px;
    font-weight: 700;
    color: #f15d3c;
}

.bannerMenu li {
    font-size: 20px;
    max-height: 100px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    height: auto;
    LETTER-SPACING: 0px;
    WORD-SPACING: 0PX;
}

.bannerMenu li a.active {
    /* background: #ffb44f; */
    color: #f15d3c !important;
    font-weight: 700;
    font-size: 20px;
    background: unset;
    border-left: 5px solid #8e464f;
    height: auto !important;
}

/* .pe-rg-5 {
    padding-left: 0rem !important;
}
.pe-lg-5 {
    padding-right: 1rem !important;
} */

.mainContainer p {
    line-height: 18px !important;
    font-size: 15px !important;
    font-weight: 400;
    color: #474747;
    font-family: 'Montserrat', sans-serif !important;
          LETTER-SPACING: 0PX;
        WORD-SPACING: -1PX;
}

.vision_heading {
    font-size: 18px !important;
    text-transform: uppercase;
    color: #202b67;
    font-weight: 600;
    font-family: "Montserrat";
    margin-bottom: 11px  !important;
}

.line {
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #1e3a8a, #f15a3a);
    border-radius: 2px;
    margin-top: 15px !important;
    max-width: 450px;
}

.item-box .title {
    font-weight: 700;
    font-size: 15px !important;
    margin: 0;
    color: #000;
    text-transform: uppercase;
}

.pe-rg-5 {
    padding-left: 1.2rem !important;
}
.pe-lg-5 {
        padding-right: 1.2rem !important;
    }
.business-section {
    padding: 21px 31px;
    text-align: center;
    border-radius: 46px;
    background-color: #f5f5ff;
    position: relative;
    width: 106%;
    margin-left: -45px;
    margin-top: 79px;
    margin-bottom: 65px;
    zoom: 0.8;


}

.mt_15 {
    margin-top: 42px;
}


.locationPoints img {
    max-height: 224px !important;
}

.usa_map_img {
    height: 130px !important;
}

.philippines_map_img {
    height: 116px !important;
}
    .marker_1 {
        top: -38% !important;
        left: 65.2% !important;
        /* height: 100%; */
    }

    .marker_2 {
        top: -23% !important;
        left: 20.2% !important;
    }

    .marker_3 {
        top: -10% !important;
        left: 54.2% !important;
    }

     .marker_4 {
        top: 1% !important;
        left: 80.4% !important;
        
    }


.locationPoints > div:hover .locationAddress {
position: absolute !important;
top: 126px !important;
right: 0;
z-index: 9999;
display: block;
background: #ffff !important;
border: 1px solid #ccc !important;
}

.locationPoints > div:hover .india_map_address {
position: absolute !important;
top: 126px !important;
left: -66px !important;
z-index: 9999;
display: block;
background: #ffff !important;
border: 1px solid #ccc !important;
}

.locationPoints > div:hover .p_address {
position: absolute !important;
top: 140px !important;
left: -170px !important;
z-index: 9999;
background: #ffff !important;
border: 1px solid #ccc !important;
}

.commiteeWrap h3 {
    min-height: 70px;
    font-weight: normal;
    font-size: 19px !important;
}

th.table-heading_c {
    font-size: 15px !important;
    line-height: 15px !important;
    color: #000000;
    font-weight: 600;
    font-family: "Montserrat";
    text-align: left;
}
td.member-name {
    font-size: 12px !important;
    line-height: 15px !important;
    color: #000000;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: left;
}

.designation {
    color: #d9534f;
    font-weight: 600;
    text-align: right;
    font-size: 12px !important;
}

li.nav-item.year-item {
    padding: 0px 30px 0px !important;
    font-size: 13px !important;
}

.pagination-custom {
    display: flex;
    gap: 10px !important;
    list-style: none;
    font-size: 10px !important;
}

.pagination-custom li a, .pagination-custom li span {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    width: 40px;
    height: 40px;
    border: 4px solid #fff;
    font-size: 20px !important;
    display: inline-block;
    text-align: center;
    line-height: 35px;
}

.unclaimed_div.nav-link{
  padding: 5px 30px 5px 30px !important;
 
    font-size: 21px !important;
}
.director-card h5 {
    font-weight: 600;
    margin-top: 10px;
    color: #000;
    font-size: 14px !important;
    LETTER-SPACING: -1PX;
    WORD-SPACING: 0PX;
}

p.designation {
    font-weight: 500;
    color: #e85c2b;
    font-size: 1rem;
    padding-left: unset;
    color: #f15d3c;
  font-size: 14px !important;
    font-weight: 600;
    text-align: left !important;
    
}

.recognitionsBoxv1 .pic img {
    width: auto;
    max-height: 170px !important;
}

p.award_rec {
    font-size: 14px !important;
}

.recognitionsBoxv1 {
    border: 1px solid #c7c7c7;
    border-radius: 43px;
    padding: 56px 0px 0px 0px;
    position: relative;
    background: #fff;
    text-align: center;
    width: 100% !important;
    min-height: 460px !important;
    margin: 0 auto;
}
.item-box .icon {
    width: 60px !important;
    margin-bottom: 18px;
    opacity: 0.9;
}
 .item-box .title {
    font-weight: 700;
    font-size: 15px !important;
    margin: 0;
    color: #000;
    text-transform: uppercase;
}

.img_trophy {
    height: 272px !important;
}

.manufacturing-overview-section h4 {
    font-weight: 700;
    font-size: 14px !important;
    LETTER-SPACING: 0px;
    WORD-SPACING: 0PX;
}

.manufacturing-overview-section {
    padding: 21px 10px !important;
    text-align: center;
    border-radius: 20px;
    background-color: #f5f5ff;
    position: relative;
    width: 106%;
    margin-left: -45px;
    margin-top: 79px;
    margin-bottom: 65px;
}
.plant-card {
    border-radius: 20px !important;
    padding: 15px 25px 2px 25px !important;
}

.plant-name {
    font-size: 1.35rem !important;
    font-weight: 700;
    margin-top: 11px;
    margin-bottom: 6px;
    line-height: 50px;
    color: #000000;
    font-family: "Montserrat";
    text-align: center;
}

.plant-subtitle {
    font-size: 17px !important; 
    line-height: 20px !important; 
    color: #474747;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: center;
    LETTER-SPACING: 0PX;
    WORD-SPACING: 0PX;
    min-height: 66px;


}

.rd-content {
        border-radius: 46px;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 80%;
        transform: translateX(-50%);
        padding: 2rem 3rem 3rem;
    }

    .rd-card {
        background: #e9f6ff;
        border-radius: 46px;
        overflow: hidden;
        position: relative;
        height: 316px !important;
        width: 100%;
        top: 234px !important;
        margin-top: 0;
    }
    .rd-image-wrapper {
    padding: 2px 160px 0px 160px  !important;
            position: relative;
        z-index: 10;
        bottom: 259px !important;
}

.pdf-icon {
    width: 50px !important;
    height: 60px !important;
    /* background: #173a7a; */
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px !important;
}

.quarter-card {
    background: #ffffff;
    border-radius: 20px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 2px solid #cccccc70;
    padding: 17px 20px !important;
    height: 100%;
}

.quarter-label {
    font-size: 2.2rem !important;
    font-weight: 700;
    color: #ef5c3a;
}
.pdf-title {
    font-size: 0.55rem;
    line-height: 1.2;
    color: #1b2a4e;
}

.pdf-block {
    text-align: center;
    margin-bottom: 15px !important;
    cursor: pointer;
}
.g-5, .gx-5 {
    --bs-gutter-x: 2rem;
}
.committee-box.gradient-inner{
      padding: 10px 8px 7px 8px !important;
}
.table td, .table th {
    vertical-align: middle;
    border-top: 0;
    padding: 0.3rem 0.3rem !important;
    border-bottom: unset;
}
th.table-heading_c {
  font-size:13px !important; 

}

th.table-heading {

  font-size:13px !important;

}

.media-img-div {
    padding: 0px 90px 0px !important;
}

.media-card .card-title {
    font-size: 18px !important;
    font-weight: 500;
    margin-top: 23px !important;
    margin-bottom: 23px !important;
    min-height: 60px;
    color: #000;
    text-align: -webkit-center;
    LETTER-SPACING: -1PX;
    WORD-SPACING: 1PX;
    line-height: 1.4rem !important;
}
.logo-img {
    height: 31px !important;
    width: auto;
    margin: 10px 20px;
}

.impact-icon {
    max-height: 55px !important;
    width: auto;
}
.contact_info {
    padding: 20px 45px !important;
}

  .gradient-input {
    border: 2px solid transparent;
    border-radius: 6px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #1e3a8a, #f15a3a) border-box;
    height: 65px;
    width: 100%;
}
.contact_heading {
    font-size: 30px !important;
    font-weight: 500;
    margin-bottom: 50px !important;
}
 
    .bannerMenu li a.active {
        /* background: #ffb44f; */
        color: #f15d3c !important;
        font-weight: 700;
        font-size: 20px;
        background: unset;
        border-left: 5px solid #8e464f;
        height: auto !important;
    }

  li.nav-item {
    margin-right: 15px;
          z-index: 10 !important;
}

     .profile-img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    object-fit: cover;
    background: white;
    padding: 0px;
}
h4 {
    font-size: 13px;
}
  
}


/* -------------------------------------------------- */
/* 5. Extra Large Devices (Desktops)     laptop_Screen             */
/* 1200px – 1399.98px                                 */
/* -------------------------------------------------- */
@media (min-width: 1200px) and (max-width: 1399.98px) {
.media-img-div {
    padding: 0px 50px 0px !important;
}
  /* Your CSS */
  .stat-number {
    font-size: 2rem;
    font-weight: 300;
    color: #222d68;
    line-height: 1;
    margin-bottom: 0.5rem;
  }

  .hero-title {
    font-size: 3.5rem;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif !important;
    color: #000;
    margin-bottom: 1.5rem;
    line-height: 1.0;
  }

  .hero-section {
    padding: 10rem 0 6rem 0rem;

  }

  .section-card {
    text-align: center;
    border: none;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .align-about {
    position: absolute;
  top: 149px;
  }
  .innerBanner .breadcrum-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 1rem;
    position: relative;
    top: 156px;
    font-family: 'Montserrat', sans-serif !important;
    font-style: italic;
}



section.mainContainer.py-5.innerContent {
    margin-top: 0px;
}

  .innerBanner .title-box h1 {
    font-size: 28px !important;
    color: #000000;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    line-height: 1.2;
}

  .rd-image-wrapper {
    padding: 2px 180px 0 180px;
    position: relative;
    z-index: 10;
    bottom: 237px;
  }

  .rd-card {
    background: #e9f6ff;
    border-radius: 46px;
    overflow: hidden;
    position: relative;
    height: 418px;
    width: 100%;
    top: 432px;
    margin-top: 0;
  }
  .about_heading h3 {
    font-size: 26px !important;
    font-weight: 500;
    line-height: 32px !important;
    color: #000;
    font-family: 'Montserrat', sans-serif !important;
    LETTER-SPACING: -1PX;
    WORD-SPACING: 1PX;
}

.about_heading h3 strong {
    font-size: 26px;
    font-weight: 700;
    color: #f15d3c;
}

.bannerMenu li {
    font-size: 20px;
    max-height: 100px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    height: auto;
    LETTER-SPACING: 0px;
    WORD-SPACING: 0PX;
}

.bannerMenu li a.active {
    /* background: #ffb44f; */
    color: #f15d3c !important;
    font-weight: 700;
    font-size: 20px;
    background: unset;
    border-left: 5px solid #8e464f;
    height: auto !important;
}

/* .pe-rg-5 {
    padding-left: 0rem !important;
}
.pe-lg-5 {
    padding-right: 1rem !important;
} */

.mainContainer p {
    line-height: 18px !important;
    font-size: 15px !important;
    font-weight: 400;
    color: #474747;
    font-family: 'Montserrat', sans-serif !important;
          LETTER-SPACING: 0PX;
        WORD-SPACING: -1PX;
}

.vision_heading {
    font-size: 18px !important;
    text-transform: uppercase;
    color: #202b67;
    font-weight: 600;
    font-family: "Montserrat";
    margin-bottom: 11px  !important;
}

.line {
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #1e3a8a, #f15a3a);
    border-radius: 2px;
    margin-top: 15px !important;
    max-width: 450px;
}

.item-box .title {
    font-weight: 700;
    font-size: 15px !important;
    margin: 0;
    color: #000;
    text-transform: uppercase;
}

.pe-rg-5 {
    padding-left: 1.2rem !important;
}
.pe-lg-5 {
        padding-right: 1.2rem !important;
    }
.business-section {
    padding: 21px 31px;
    text-align: center;
    border-radius: 46px;
    background-color: #f5f5ff;
    position: relative;
    width: 106%;
    margin-left: -45px;
    margin-top: 79px;
    margin-bottom: 65px;
    zoom: 0.8;


}

.mt_15 {
    margin-top: 42px;
}

.marker_1 {
top: -67% !important;
        left: 64.6% !important;
  
    /* height: 100%; */
}

    .marker_2 {
        top: -46% !important;
        left: 18.2% !important;
    }

.marker_3 {
    top: -38% !important;
    left: 53.2% !important;
}

.marker_4 {
    top: -23% !important;
    left: 79.8% !important;
}

.commiteeWrap h3 {
    min-height: 70px;
    font-weight: normal;
    font-size: 19px !important;
}

th.table-heading_c {
    font-size: 15px !important;
    line-height: 15px !important;
    color: #000000;
    font-weight: 600;
    font-family: "Montserrat";
    text-align: left;
}
td.member-name {
    font-size: 12px !important;
    line-height: 15px !important;
    color: #000000;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: left;
}

.designation {
    color: #d9534f;
    font-weight: 600;
    text-align: right;
    font-size: 12px !important;
}

li.nav-item.year-item {
    padding: 0px 30px 0px !important;
    font-size: 13px !important;
}

.pagination-custom {
    display: flex;
    gap: 10px !important;
    list-style: none;
    font-size: 10px !important;
}

.pagination-custom li a, .pagination-custom li span {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    width: 40px;
    height: 40px;
    border: 4px solid #fff;
    font-size: 20px !important;
    display: inline-block;
    text-align: center;
    line-height: 35px;
}

.unclaimed_div.nav-link{
  padding: 5px 30px 5px 30px !important;
 
    font-size: 21px !important;
}
.director-card h5 {
    font-weight: 600;
    margin-top: 10px;
    color: #000;
    font-size: 14px !important;
    LETTER-SPACING: -1PX;
    WORD-SPACING: 0PX;
}

p.designation {
    font-weight: 500;
    color: #e85c2b;
    font-size: 1rem;
    padding-left: unset;
    color: #f15d3c;
  font-size: 14px !important;
    font-weight: 600;
    text-align: left !important;
    
}

.recognitionsBoxv1 .pic img {
    width: auto;
    max-height: 170px !important;
}

p.award_rec {
    font-size: 14px !important;
}

.recognitionsBoxv1 {
    border: 1px solid #c7c7c7;
    border-radius: 43px;
    padding: 56px 0px 0px 0px;
    position: relative;
    background: #fff;
    text-align: center;
    width: 100% !important;
    min-height: 460px !important;
    margin: 0 auto;
}
.item-box .icon {
    width: 60px !important;
    margin-bottom: 18px;
    opacity: 0.9;
}
 .item-box .title {
    font-weight: 700;
    font-size: 15px !important;
    margin: 0;
    color: #000;
    text-transform: uppercase;
}

.img_trophy {
    height: 339px !important;
}

.manufacturing-overview-section h4 {
    font-weight: 700;
    font-size: 14px !important;
    LETTER-SPACING: 0px;
    WORD-SPACING: 0PX;
}

.manufacturing-overview-section {
    padding: 21px 10px !important;
    text-align: center;
    border-radius: 20px;
    background-color: #f5f5ff;
    position: relative;
    width: 106%;
    margin-left: -45px;
    margin-top: 79px;
    margin-bottom: 65px;
}
.plant-card {
    border-radius: 20px !important;
    padding: 25px 35px 3px 35px !important;
}

.plant-name {
    font-size: 1.35rem !important;
    font-weight: 700;
    margin-top: 11px;
    margin-bottom: 6px;
    line-height: 50px;
    color: #000000;
    font-family: "Montserrat";
    text-align: center;
}

.plant-subtitle {
    font-size: 17px !important; 
    line-height: 20px !important; 
    color: #474747;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: center;
    LETTER-SPACING: 0PX;
    WORD-SPACING: 0PX;
    min-height: 66px;


}

.rd-content {
        border-radius: 46px;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 80%;
        transform: translateX(-50%);
                padding: 2rem 2rem 2rem 2rem !important;
    }

    .rd-card {
        background: #e9f6ff;
        border-radius: 46px;
        overflow: hidden;
        position: relative;
        height: 316px;
        width: 100%;
        top: 234px;
        margin-top: 0;
    }
    .rd-image-wrapper {
    padding: 2px 160px 0px 160px  !important;
            position: relative;
        z-index: 10;
        bottom: 259px !important;
}

.pdf-icon {
    width: 50px !important;
    height: 60px !important;
    /* background: #173a7a; */
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px !important;
}

.quarter-card {
    background: #ffffff;
    border-radius: 20px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 2px solid #cccccc70;
    padding: 17px 20px !important;
    height: 100%;
}

.quarter-label {
    font-size: 2.2rem !important;
    font-weight: 700;
    color: #ef5c3a;
}
.pdf-title {
    font-size: 0.55rem;
    line-height: 1.2;
    color: #1b2a4e;
}

.pdf-block {
    text-align: center;
    margin-bottom: 15px !important;
    cursor: pointer;
}
.g-5, .gx-5 {
    --bs-gutter-x: 1rem;
}
.committee-box.gradient-inner{
      padding: 10px 8px 7px 8px !important;
}
.table td, .table th {
    vertical-align: middle;
    border-top: 0;
    padding: 0.3rem 0.3rem !important;
    border-bottom: unset;
}
th.table-heading_c {
  font-size:13px !important; 

}

th.table-heading {

  font-size:13px !important;

}

.media-img-div {
    padding: 0px 90px 0px !important;
}

.media-card .card-title {
    font-size: 18px !important;
    font-weight: 500;
    margin-top: 23px !important;
    margin-bottom: 23px !important;
    min-height: 60px;
    color: #000;
    text-align: -webkit-center;
    LETTER-SPACING: -1PX;
    WORD-SPACING: 1PX;
    line-height: 1.4rem !important;
}
.logo-img {
    height: 31px !important;
    width: auto;
    margin: 10px 20px;
}

.impact-icon {
    max-height: 55px !important;
    width: auto;
}
.contact_info {
    padding: 20px 45px !important;
}

.gradient-input {
    border: 2px solid transparent;
    border-radius: 6px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #1e3a8a, #f15a3a) border-box;
    height: 65px;
    width: 100%;
}
.contact_heading {
    font-size: 30px !important;
    font-weight: 500;
    margin-bottom: 50px !important;
}

li.nav-item {
    margin-right: 15px;
            z-index: 10 !important;
}

     .profile-img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    object-fit: cover;
    background: white;
    padding: 0px;
}
h4 {
    font-size: 13px;
}

}



/* -------------------------------------------------- */
/* 6. XXL Devices (Large Desktops / 1080p)            */
/* 1400px – 1599.98px                                 */
/* -------------------------------------------------- */
@media (min-width: 1400px) and (max-width: 1599.98px) {
  /* Your CSS */

  /* .stat-number {
    font-size: 3rem;
    font-weight: 300;
    color: #222d68;
    line-height: 1;
    margin-bottom: 0.5rem;
  }

  .hero-title {
    font-size: 4rem;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif !important;
    color: #000;
    margin-bottom: 1.5rem;
    line-height: 1.0;
  }

  .hero-section {
    padding: 10rem 0 6rem 0rem;

  }

  .section-card {
    text-align: center;
    border: none;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .align-about {
    position: absolute;
    top: 200px;
  }

  .rd-wrapper {
    margin-top: -7.5rem;
  }

  .rd-image-wrapper {
    padding: 2px 180px 0 180px;
    position: relative;
    z-index: 10;
    bottom: 237px;
  }

  .rd-card {
    background: #e9f6ff;
    border-radius: 46px;
    overflow: hidden;
    position: relative;
    height: 418px;
    width: 100%;
    top: 432px;

    margin-top: 0;
  }

  .rd-content {
    border-radius: 46px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
    padding: 2rem 3rem 3rem;
  }

  .rd-text h3 {
    font-size: 2.1875rem !important;

    line-height: 2.5rem !important;


  } */

  .stat-number {
    font-size: 3rem;
    font-weight: 300;
    color: #222d68;
    line-height: 1;
    margin-bottom: 0.5rem;
  }

  .hero-title {
    font-size: 4rem;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif !important;
    color: #000;
    margin-bottom: 1.5rem;
    line-height: 1.0;
  }

  .hero-section {
    padding: 10rem 0 6rem 0rem;

  }

  .section-card {
    text-align: center;
    border: none;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .align-about {
    position: absolute;
  top: 149px;
  }
  .innerBanner .breadcrum-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 1rem;
    position: relative;
    top: 166px;
    font-family: 'Montserrat', sans-serif !important;
    font-style: italic;
}
  .innerBanner .title-box h1 {
    font-size: 28px !important;
    color: #000000;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    line-height: 1.2;
}

section.mainContainer.py-5.innerContent {
    margin-top: 0px;
}

  .rd-image-wrapper {
    padding: 2px 180px 0 180px;
    position: relative;
    z-index: 10;
    bottom: 237px;
  }

  .rd-card {
    background: #e9f6ff;
    border-radius: 46px;
    overflow: hidden;
    position: relative;
    height: 418px;
    width: 100%;
    top: 432px;
    margin-top: 0;
  }
  .about_heading h3 {
    font-size: 26px !important;
    font-weight: 500;
    line-height: 32px !important;
    color: #000;
    font-family: 'Montserrat', sans-serif !important;
    LETTER-SPACING: -1PX;
    WORD-SPACING: 1PX;
}

.about_heading h3 strong {
    font-size: 26px;
    font-weight: 700;
    color: #f15d3c;
}

.bannerMenu li {
    font-size: 20px;
    max-height: 100px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    height: auto;
    LETTER-SPACING: 0px;
    WORD-SPACING: 0PX;
}

.bannerMenu li a.active {
    /* background: #ffb44f; */
    color: #f15d3c !important;
    font-weight: 700;
    font-size: 20px;
    background: unset;
    border-left: 5px solid #8e464f;
    height: auto !important;
}

/* .pe-rg-5 {
    padding-left: 0rem !important;
}
.pe-lg-5 {
    padding-right: 1rem !important;
} */

.mainContainer p {
    line-height: 18px !important;
    font-size: 15px !important;
    font-weight: 400;
    color: #474747;
    font-family: 'Montserrat', sans-serif !important;
          LETTER-SPACING: 0PX;
        WORD-SPACING: -1PX;
}

.vision_heading {
    font-size: 18px !important;
    text-transform: uppercase;
    color: #202b67;
    font-weight: 600;
    font-family: "Montserrat";
    margin-bottom: 11px  !important;
}

.line {
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #1e3a8a, #f15a3a);
    border-radius: 2px;
    margin-top: 15px !important;
    max-width: 450px;
}

.item-box .title {
    font-weight: 700;
    font-size: 15px !important;
    margin: 0;
    color: #000;
    text-transform: uppercase;
}

.pe-rg-5 {
    padding-left: 1.2rem !important;
}
.pe-lg-5 {
        padding-right: 1.2rem !important;
    }
.business-section {
    padding: 21px 31px;
    text-align: center;
    border-radius: 46px;
    background-color: #f5f5ff;
    position: relative;
    width: 106%;
    margin-left: -45px;
    margin-top: 79px;
    margin-bottom: 65px;
    zoom: 0.8;


}

.mt_15 {
    margin-top: 42px;
}



    .marker_1 {
        top: -116% !important;
        left: 59.9% !important;
        /* height: 100%; */
    }
    .marker_2 {
        top: -78% !important;
        left: 27.2% !important;
    }
    .marker_3 {
        top: -83% !important;
        left: 50.2% !important;
    }


.marker_4 {
        top: -50% !important;
        left: 70.8% !important;
    }


.commiteeWrap h3 {
    min-height: 70px;
    font-weight: normal;
    font-size: 19px !important;
}

th.table-heading_c {
    font-size: 15px !important;
    line-height: 15px !important;
    color: #000000;
    font-weight: 600;
    font-family: "Montserrat";
    text-align: left;
}
td.member-name {
    font-size: 12px !important;
    line-height: 15px !important;
    color: #000000;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: left;
}

.designation {
    color: #d9534f;
    font-weight: 600;
    text-align: right;
    font-size: 12px !important;
}

li.nav-item.year-item {
    padding: 0px 30px 0px !important;
    font-size: 13px !important;
}

.pagination-custom {
    display: flex;
    gap: 10px !important;
    list-style: none;
    font-size: 10px !important;
}

.pagination-custom li a, .pagination-custom li span {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    width: 40px;
    height: 40px;
    border: 4px solid #fff;
    font-size: 20px !important;
    display: inline-block;
    text-align: center;
    line-height: 35px;
}

.unclaimed_div.nav-link{
  padding: 5px 30px 5px 30px !important;
 
    font-size: 21px !important;
}
.director-card h5 {
    font-weight: 600;
    margin-top: 10px;
    color: #000;
    font-size: 14px !important;
    LETTER-SPACING: -1PX;
    WORD-SPACING: 0PX;
}

p.designation {
    font-weight: 500;
    color: #e85c2b;
    font-size: 1rem;
    padding-left: unset;
    color: #f15d3c;
  font-size: 14px !important;
    font-weight: 600;
    text-align: left !important;
    
}

.recognitionsBoxv1 .pic img {
    width: auto;
    max-height: 170px !important;
}

p.award_rec {
    font-size: 14px !important;
}

.recognitionsBoxv1 {
    border: 1px solid #c7c7c7;
    border-radius: 43px;
    padding: 56px 0px 0px 0px;
    position: relative;
    background: #fff;
    text-align: center;
    width: 100% !important;
    min-height: 460px !important;
    margin: 0 auto;
}
.item-box .icon {
    width: 60px !important;
    margin-bottom: 18px;
    opacity: 0.9;
}
 .item-box .title {
    font-weight: 700;
    font-size: 15px !important;
    margin: 0;
    color: #000;
    text-transform: uppercase;
}

.img_trophy {
    height: 339px !important;
}

.manufacturing-overview-section h4 {
    font-weight: 700;
    font-size: 14px !important;
    LETTER-SPACING: 0px;
    WORD-SPACING: 0PX;
}

.manufacturing-overview-section {
    padding: 21px 10px !important;
    text-align: center;
    border-radius: 20px;
    background-color: #f5f5ff;
    position: relative;
    width: 106%;
    margin-left: -45px;
    margin-top: 79px;
    margin-bottom: 65px;
}
.plant-card {
    border-radius: 20px !important;
    padding: 25px 35px 3px 35px !important;
}

.plant-name {
    font-size: 1.35rem !important;
    font-weight: 700;
    margin-top: 11px;
    margin-bottom: 6px;
    line-height: 50px;
    color: #000000;
    font-family: "Montserrat";
    text-align: center;
}

.plant-subtitle {
    font-size: 17px !important; 
    line-height: 20px !important; 
    color: #474747;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: center;
    LETTER-SPACING: 0PX;
    WORD-SPACING: 0PX;
    min-height: 66px;


}

.rd-content {
        border-radius: 46px;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 80%;
        transform: translateX(-50%);
        padding: 2rem 3rem 1.8rem !important;
    }

    .rd-card {
        background: #e9f6ff;
        border-radius: 46px;
        overflow: hidden;
        position: relative;
        height: 316px;
        width: 100%;
        top: 234px;
        margin-top: 0;
    }
    .rd-image-wrapper {
    padding: 2px 160px 0px 160px  !important;
            position: relative;
        z-index: 10;
        bottom: 281px !important;
}

.pdf-icon {
    width: 50px !important;
    height: 60px !important;
    /* background: #173a7a; */
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px !important;
}

.quarter-card {
    background: #ffffff;
    border-radius: 20px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 2px solid #cccccc70;
    padding: 17px 20px !important;
    height: 100%;
}

.quarter-label {
    font-size: 2.2rem !important;
    font-weight: 700;
    color: #ef5c3a;
}
.pdf-title {
    font-size: 0.55rem;
    line-height: 1.2;
    color: #1b2a4e;
}

.pdf-block {
    text-align: center;
    margin-bottom: 15px !important;
    cursor: pointer;
}
.g-5, .gx-5 {
    --bs-gutter-x: 1rem;
}
.committee-box.gradient-inner{
      padding: 10px 8px 7px 8px !important;
}
.table td, .table th {
    vertical-align: middle;
    border-top: 0;
    padding: 0.3rem 0.3rem !important;
    border-bottom: unset;
}
th.table-heading_c {
  font-size:13px !important; 

}

th.table-heading {

  font-size:13px !important;

}

.media-img-div {
    padding: 0px 90px 0px !important;
}

.media-card .card-title {
    font-size: 18px !important;
    font-weight: 500;
    margin-top: 23px !important;
    margin-bottom: 23px !important;
    min-height: 60px;
    color: #000;
    text-align: -webkit-center;
    LETTER-SPACING: -1PX;
    WORD-SPACING: 1PX;
    line-height: 1.4rem !important;
}
.logo-img {
    height: 31px !important;
    width: auto;
    margin: 10px 20px;
}

.impact-icon {
    max-height: 55px !important;
    width: auto;
}
.contact_info {
    padding: 20px 45px !important;
}

  .gradient-input {
    border: 2px solid transparent;
    border-radius: 6px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #1e3a8a, #f15a3a) border-box;
    height: 65px;
    width: 100%;
}
.contact_heading {
    font-size: 30px !important;
    font-weight: 500;
    margin-bottom: 50px !important;
}

     .profile-img {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50%;
    object-fit: cover;
    background: white;
    padding: 0px;
}
h4 {
    font-size: 15px;
}


}



/* -------------------------------------------------- */
/* 7. Ultra-wide Screens (2K)                         */
/* 1600px – 1919.98px                                 */
/* -------------------------------------------------- */
@media (min-width: 1600px) and (max-width: 1919.98px) {

  /* Your CSS */
  .hero-section {
    padding: 14rem 0 8rem 0rem;


  }
 .hero-title {
    font-size: 3.9rem;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif !important;
    color: #000;
    margin-bottom: 1.5rem;
    line-height: 1.0;
  }

  .stat-number {
    font-size: 3rem;
    font-weight: 300;
    color: #222d68;
    line-height: 1;
    margin-bottom: 0.5rem;
}



  

  .section-card {
    text-align: center;
    border: none;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

    .align-about {
        position: absolute;
        top: calc(100vw / 9.2);
    }
    .rd-wrapper {
        margin-top: -13.5rem !important;
        margin-bottom: 60px;
    }

    /* .rd-card {
        background: #e9f6ff;
        border-radius: 36px !important;
        overflow: hidden;
        position: relative;
        height: 380px !important;
        width: 100%;
           top: 500px !important; 
        margin-top: 75px !important;
       
    } */

        .rd-card {
        background: #e9f6ff;
        border-radius: 36px !important;
        overflow: hidden;
        position: relative;
        height: 275px !important;
        width: 100%;
        top: 317px !important;
        margin-top: 116px !important;
        /* bottom: 30px; */
        /* margin-bottom: 2px; */
    }
    .rd-content {
        border-radius: 46px;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 75%;
        transform: translateX(-50%);
        padding: 2rem 2rem 1.5rem 2rem !important;
    }

    .rd-text h3 {
        font-size: 32px !important;
        line-height: 2.3rem !important;
    }

    .rd-image-wrapper {
        padding: 2px 180px 0px 180px !important;
        position: relative;
        z-index: 10;
        bottom: 151px !important; 
    }




  section.mainContainer.py-5.innerContent {
       margin-top: calc(100vw / 50);
}
/* .marker_1 {
    top: -118% !important;
    left: 60.2% !important;

}

.marker_2 {
    top: -79% !important;
    left: 28.2% !important;
}

.marker_3 {
    top: -86% !important;
    left: 50.2% !important;
}

.marker_4 {
    top: -53% !important;
    left: 70.8% !important;
} */

.marker_1 {
    top: -72%;
    left: 60.2%;
    /* height: 100%; */
}

        .marker_2 {
        top: -51%;
        left: 28.2%;
        }

        .marker_3 {
            top: -41%;
            left: 52.2%;
        }

        .marker_4 {
            top: -25%;
            left: 70.8%;
        }


        .about_heading h3 {
    font-size: 28px !important;
    font-weight: 500;
    line-height: 29px !important;
    color: #000;
    font-family: 'Montserrat', sans-serif !important;
    LETTER-SPACING: -1PX;
    WORD-SPACING: 1PX;
}

.about_heading h3 strong {
      font-size: 28px !important;
    font-weight: 700;
    color: #f15d3c;
}

   .profile-img {
    width: 180px !important;
    height: 180px !important;
    border-radius: 50%;
    object-fit: cover;
    background: white;
    padding: 0px;
}
h4 {
    font-size: 18px;
}

}

@media (min-width: 1600px) and (max-width: 1900px) {
.rd-image-wrapper {
    padding: unset !important;
    width: 80%;
    position: relative;
    z-index: 10;
    margin: auto;
}
    .rd-wrapper {
        margin-top: -11.5rem !important;
        margin-bottom: -13px !important;
    }
        .rd-text h3 {
        font-size: 28px !important;
        line-height: 1.9rem !important;
    }

       .rd-card {
        background: #e9f6ff;
        border-radius: 36px !important;
        overflow: hidden;
        position: relative;
        height: 294px !important;
        width: 100%;
        top: 328px !important;
        margin-top: 121px !important;
        /* bottom: 30px; */
        /* margin-bottom: 2px; */
    }

        .rd-content {
        border-radius: 46px;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 75%;
        transform: translateX(-50%);
        padding: 2rem 2rem 1.5rem 2rem !important;
    }

 

}
@media (min-width: 1900px) and (max-width: 1919.98px) {
  .rd-card {
        background: #e9f6ff;
        border-radius: 36px !important;
        overflow: hidden;
        position: relative;
        height: 380px !important;
        width: 100%;
           top: 500px !important; 
        margin-top: 75px !important;
       
    } 
    

}

/* -------------------------------------------------- */
/* 8. Full HD (1080p) & Large Laptops                 */
/* 1920px – 2559.98px                                 */
/* -------------------------------------------------- */
@media (min-width: 1920px) and (max-width: 2559.98px) {
  /* Your CSS */
.profile-img {
    width: 210px !important;
    height: 210px !important;
    border-radius: 50%;
    object-fit: cover;
    background: white;
    padding: 0px;
}
  p.ql-align-justify {
    line-height: 1.5rem !important;
    LETTER-SPACING: 0PX;
    WORD-SPACING: 0PX;
  }

  .hero-description {
    font-size: 19px !important;
    color: #474747;
    margin-bottom: 3rem;
    line-height: 1.3 !important;

  }

  .hero-section {
    padding: 14rem 0 8rem 0rem;


  }

  .stats-container {
    margin-top: 5rem;
  }

  .section-card {
    text-align: center;
    border: none;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

    .align-about {
        position: absolute;
        top: calc(100vw / 9.2);
    }
  .rd-wrapper {
    margin-top: -7.5rem;
  }

  .rd-image-wrapper {
    padding: 2px 180px 0 180px;
  }

  .rd-card {
    background: #e9f6ff;
    border-radius: 46px;
    overflow: hidden;
    position: relative;
    height: 418px;
    width: 100%;
    top: 432px;
    /* overlap effect behind image */
    margin-top: 0;
  }

  .rd-content {
    border-radius: 46px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
    padding: 2rem 3rem 3rem;
  }

  .rd-text h3 {
    font-size: 2.1875rem !important;
    /* 35px / 16 */
    line-height: 2.5rem !important;
    /* 40px / 16 */

  }

  .rd-image-wrapper {
    padding: 2px 180px 0 180px;
    position: relative;
    z-index: 10;
    bottom: 237px;
  }

  .rd-card {
    background: #e9f6ff;
    border-radius: 46px;
    overflow: hidden;
    position: relative;
    height: 418px;
    width: 100%;
    top: 432px;
    margin-top: 0;
  }

  .rd-content {
    border-radius: 46px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
    padding: 2rem 3rem 3rem;
  }
  .innerBanner .breadcrum-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 1rem;
    position: relative;
    top: 287px;
    font-family: 'Montserrat', sans-serif !important;
    font-style: italic;
}
section.mainContainer.py-5.innerContent {
    margin-top: calc(100vw / 14);
}
}


/* -------------------------------------------------- */
/* 9. 2K / QHD Screens                                */
/* 2560px – 3839.98px                                 */
/* -------------------------------------------------- */
@media (min-width: 2560px) and (max-width: 3839.98px) {

p.ql-align-justify {
    line-height: 1.5rem !important;
    LETTER-SPACING: 0PX;
    WORD-SPACING: 0PX;
  }

  .hero-description {
    font-size: 19px !important;
    color: #474747;
    margin-bottom: 3rem;
    line-height: 1.3 !important;

  }

  .hero-section {
    padding: 14rem 0 8rem 0rem;


  }

  .stats-container {
    margin-top: 5rem;
  }

  .section-card {
    text-align: center;
    border: none;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

    .align-about {
        position: absolute;
        top: calc(100vw / 9.2);
    }





  /* Your CSS */
  .section-card {
    text-align: center;
    border: none;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }


    .align-about {
        position: absolute;
    top: calc(100vw / 8.4);
    }

  .rd-wrapper {
    margin-top: -7.5rem;
  }

  .rd-image-wrapper {
    padding: 2px 180px 0 180px;
    position: relative;
    z-index: 10;
    bottom: 237px;
  }

  .rd-card {
    background: #e9f6ff;
    border-radius: 46px;
    overflow: hidden;
    position: relative;
    height: 418px;
    width: 100%;
    top: 432px;
    /* overlap effect behind image */
    margin-top: 0;
  }

  .rd-content {
    border-radius: 46px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
    padding: 2rem 3rem 3rem;
  }

  .rd-text h3 {
    font-size: 2.1875rem !important;
    /* 35px / 16 */
    line-height: 2.5rem !important;
    /* 40px / 16 */

  }
  section.mainContainer.py-5.innerContent {
     margin-top: calc(100vw / 14);
}

}



/* -------------------------------------------------- */
/* 10. 4K Ultra HD Screens                            */
/* ≥ 3840px                                           */
/* -------------------------------------------------- */
@media (min-width: 3840px) {
p.ql-align-justify {
    line-height: 1.5rem !important;
    LETTER-SPACING: 0PX;
    WORD-SPACING: 0PX;
  }

  .hero-description {
    font-size: 19px !important;
    color: #474747;
    margin-bottom: 3rem;
    line-height: 1.3 !important;

  }

  .hero-section {
    padding: 14rem 0 8rem 0rem;


  }

  .stats-container {
    margin-top: 5rem;
  }

  .section-card {
    text-align: center;
    border: none;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

    .align-about {
        position: absolute;
        top: calc(100vw / 9.2);
    }
  /* Your CSS */
  .section-card {
    text-align: center;
    border: none;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

    .align-about {
        position: absolute;
        top: calc(100vw / 7.4);
    }
  rd-wrapper {
    margin-top: -7.5rem;
  }

  .rd-image-wrapper {
    padding: 2px 180px 0 180px;
    position: relative;
    z-index: 10;
    bottom: 237px;
  }

  .rd-card {
    background: #e9f6ff;
    border-radius: 46px;
    overflow: hidden;
    position: relative;
    height: 418px;
    width: 100%;
    top: 432px;
    /* overlap effect behind image */
    margin-top: 0;
  }

  .rd-content {
    border-radius: 46px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
    padding: 2rem 3rem 3rem;
  }

  .rd-text h3 {
    font-size: 2.1875rem !important;
    /* 35px / 16 */
    line-height: 2.5rem !important;
    /* 40px / 16 */

  }
  section.mainContainer.py-5.innerContent {
    margin-top: calc(100vw / 8);
}
.innerBanner .breadcrum-wrapper {
    top: calc(100vw / 7.0) !important;
}

    .align-about {
        position: absolute;
        top: calc(100vw / 7.78);
    }
}





.outer-contact-border {
    padding-top: clamp(24px, 2.8vw, 54px) !important;
    padding-left: clamp(24px, 3.1vw, 59px) !important;
    padding-right: 0;
    padding-bottom: 0;
}


.innerBanner .title-box h1{

  font-size: clamp(20px, calc(35px * (100vw / 1920)), 35px) !important;

}


.about_heading h3 sup strong {
    font-size: 75% !important;
}


