@font-face {
  font-family: "RedHatDisplay-Regular";
  font-style: normal;
  font-weight: 600;
  src: local("RedHatDisplay-Regular"), local("RedHatDisplay-Regular"),
    url("fonts/RedHatDisplay-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "RedHatDisplay-Medium";
  font-style: normal;
  font-weight: 600;
  src: local("RedHatDisplay-Medium"), local("RedHatDisplay-Medium"),
    url("fonts/RedHatDisplay-Medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Light";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto-Light"), local("Roboto-Light"),
    url("fonts/Roboto-Light.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto-Regular"), local("Roboto-Regular"),
    url("fonts/Roboto-Regular.ttf") format("truetype");
  font-display: swap;
}

html,
body {
  overflow-x: hidden;
  box-sizing: border-box;
}

h2 {
  font-size: 42px;
  font-family: "RedHatDisplay-Regular";
}

h3, h4 {
  font-family: "RedHatDisplay-Regular";
}

p, li {
  font-family: "Roboto-Light";
  font-size: 20px;
}

.header-line1 {
  width: 6%;
  border-top: 2px solid white !important;
  opacity: 1;
  margin-bottom: 20px !important;
}

.header-line {
  width: 10%;
  border-top: 2px solid #db1515 !important;
  opacity: 1;
  margin-bottom: 20px !important;
}

/*--------Header-------*/
.site-header {
  position: relative;
  z-index: 1000;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
}

.logo-img {
  max-height: 70px;
  height: auto;
  width: auto;
}

.header-container button {
  color: black;
}

/* Navigation */
.main-nav ul {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav li {
  position: relative;
}

.home-icon i {
  width: 80%;
}

.main-nav a {
  color: #333;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "Roboto-Regular";
  text-decoration: none;
  display: inline-block;
}

.main-nav a:hover {
  color: #db1515;
  border-bottom: 2px solid #db1515;
  padding-bottom: 2px;
  transition: all 0.3s ease;
}

/* Mobile toggle */
.menu-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}

/* Dropdown */
.dropdown ul {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 100px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  z-index: 1100;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown ul li a {
  color: #333;
  padding: 10px 5px;
  text-decoration: none;
  display: block;
  text-transform: none;
}

.dropdown ul li a:hover {
  color: #db1515;
}

.dropdown:hover ul {
  display: block;
}

.dropdown-icon {
  font-size: 12px;
  margin-left: 2px;
  margin-bottom: 2px;
  transition: transform 0.3s ease;
  vertical-align: middle;
}

.dropdown:hover .dropdown-icon {
  transform: rotate(180deg);
}

.dropdown-toggle::after {
  display: none !important;
}

/*------Banner Section----*/
.about-banner {
  padding: 0px !important;
}

.about-banner img {
  width: 100%;
}

/*------Breadcrumb Section----*/
nav[aria-label="breadcrumb"] {
  padding: 0px;
}

.breadcrumb {
  margin: 10px 0px 0px 0px;
  font-family: "Roboto-Light";
}

.breadcrumb-item {
  font-size: 16px;
}

.breadcrumb-item a {
  color: #2e2e2e;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: black;
}

/*----------------------------------------------------------------HOME PAGE---------------------------------------------------------------*/

/*-------Hero Section-------*/
.hero-section {
  position: relative;
}

.hero-img {
  height: auto;
  object-fit: cover;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 220px;
  transform: translateY(-50%);
  color: #000;
  width: 45%;
  text-shadow: none;
  padding: 0px;
}

.hero-text h1 {
  font-size: 60px;
  font-family: "RedHatDisplay-Medium";
  margin: 5px;
}

.hero-text h5 {
  font-size: 20px;
  font-family: "RedHatDisplay-Medium";
  margin: 5px;
}

.hero-text a {
  display: inline-block;
  color: #1a73e8;
  text-decoration: none;
  font-size: 18px;
  font-family: "Roboto-Regular";
  margin-left: 10px;
}

.hero-text i {
  margin-left: 5px;
  font-size: 14px;
  color: #333;
  transition: transform 0.3s ease;
}

.hero-text:hover i {
  transform: translateX(5px);
}

/* Custom Carousel Controls */
.custom-control {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 5;
  border: none;
  color: black;
  opacity: 1;
  font-size: 20px;
  transition: background 0.3s ease;
}

.custom-control:hover {
  color: black;
}

.carousel-control-prev.custom-control {
  left: 20px;
}

.carousel-control-next.custom-control {
  right: 20px;
}

/*-------Intro Section-------*/
.intro-section {
  padding: 40px 20px;
  background: linear-gradient(to right, #dd1e14, #fabc17);
  color: white;
  margin-top: 2px;
}

.intro-container {
  padding: 0px 40px;
}

.intro-container h2 {
  font-family: "RedHatDisplay-Regular";
}

.intro-container p {
  width: 90%;
  margin-bottom: 5px;
}

.intro-section a {
  font-size: 18px;
  font-family: "Roboto-Light";
  color: #fff;
  text-decoration: none;
}

.intro-section i {
  margin-left: 5px;
  font-size: 16px;
  color: white;
  transition: transform 0.3s ease;
}

.intro-section:hover i {
  transform: translateX(5px);
}

/*------Engineering Section------*/
.engineering-section {
  margin: 40px 0;
}

.engineering-section .row {
  display: flex;
  align-items: center;
}

.engineering-section img {
  width: 80%;
  height: auto;
}

.engineering-section p {
  margin-bottom: 5px;
}

.engineering-section a {
  font-size: 18px;
  font-family: "Roboto-Light";
  color: #1a73e8;
  text-decoration: none;
}

.engineering-section i {
  margin-left: 5px;
  font-size: 16px;
  color: #333;
  transition: transform 0.3s ease;
}

.engineering-section:hover i {
  transform: translateX(5px);
}

/*--------Pharma Section-------*/
.pharma-section {
  margin: 40px 0;
}

.pharma-section img {
  width: 125%;
}

.pharma-section p {
  margin-bottom: 5px;
}

.pharma-section a {
  font-size: 18px;
  font-family: "Roboto-Light";
  color: #1a73e8;
  text-decoration: none;
}

.pharma-section i {
  margin-left: 5px;
  font-size: 16px;
  color: #333;
  transition: transform 0.3s ease;
}

.pharma-section:hover i {
  transform: translateX(5px);
}

/*------Why Choose Us Section-------*/
.why-choose-us {
  background-image: url("images/why-choose-us.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  margin: 60px 100px;
}

.why-choose-us .overlay {
  padding: 60px 0;
}

.why-choose-us-section p {
  width: 55%;
  margin: 0px auto;
}

.why-choose-us-section hr {
  margin: 0px auto;
}

.why-choose-us-icon {
  width: 90px;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 2px solid yellow;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.why-choose-us-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(255, 200, 0, 0.6);
}

.icon-row {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.icon-col {
  flex: 0 0 100px;
}

.icon-col span {
  font-family: 'Roboto-Regular' !important;
  font-size: 20px !important;
}

/*-------Expertise Section--------*/
.expertise-section {
  margin: 40px 0px;
}

.expertise-section .row {
  display: flex;
  align-items: center;
}

.expertise-section img {
  width: 100%;
  border-radius: 50%;
}

.expertise-section p {
  margin-bottom: 5px;
}

.expertise-section span {
  font-family: "Roboto-Light";
  font-weight: bold;
  font-size: 28px;
  -webkit-text-fill-color: #0000;
  background: linear-gradient(90deg, #dd1e14, #fabc17);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 10px 0px;
}

.expertise-section a {
  font-size: 18px;
  font-family: "Roboto-Light";
  color: #1a73e8;
  text-decoration: none;
}

.expertise-section i {
  margin-left: 5px;
  font-size: 16px;
  color: #333;
  transition: transform 0.3s ease;
}

.expertise-section:hover i {
  transform: translateX(5px);
}


/*-----------------------------------------------PHARMA MANUFACTURING PAGE---------------------------------------------------------*/

/*-----Brief Overview Section------*/
.brief-overview {
  padding: 40px 0;
}

.brief-overview .row {
  display: flex;
  align-items: center;
}

.brief-overview h2 {
  margin-bottom: 20px;
}

.brief-overview p {
  line-height: 1.6;
}

/*-----Pharma Expertise Section-------*/
.pharma-expertise {
  padding: 40px 0;
}

.pharma-expertise .row {
  display: flex;
  align-items: center;
}

.pharma-expertise img {
  border-radius: 50%;
}

.pharma-expertise h2 {
  margin-bottom: 20px;
}

.pharma-expertise p {
  line-height: 1.6;
}

/*----- Key Offerings Section -----*/
.key-offerings {
  background-image: url("images/key-offerings-bg.webp");
  background-size: cover;
  padding: 40px 0;
  margin: 40px 0px;
  color: #fff;
}

.key-offerings h2 {
  margin-bottom: 20px;
}

.offering-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 30px;
}

.offering-item img {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}

.offering-item p {
  line-height: 1.6;
  margin: 0;
}

/*----- Infrastructure & Team Section -----*/
.infrastructure-team {
  padding: 40px 0;
}

.infrastructure-team h2 {
  margin-bottom: 20px;
}

.infrastructure-team .infra-list {
  list-style: none;
  padding-left: 0;
}

.infrastructure-team .infra-list li {
  font-family: 'Roboto-Light';
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

.infrastructure-team .bullet-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  margin-top: 4px;
}

.infra-image {
  width: 130%;
}

/*-----Pharma Quality Section-------*/
.pharma-quality {
  padding: 40px 0;
}

.pharma-quality .row {
  display: flex;
  align-items: center;
}

.pharma-quality h2 {
  margin-bottom: 20px;
}

.pharma-quality p {
  line-height: 1.6;
}

/*-----------------------------------------------ENGINEERING SERVICES PAGE---------------------------------------------------------*/

/*-----Engineering Services Brief Overview Section------*/
.engineering-services-brief-overview {
  padding: 40px 0 20px 0;
}

.engineering-services-brief-overview .row {
  display: flex;
  align-items: center;
}

.engineering-services-brief-overview img {
  width: 80%;
}

.engineering-services-brief-overview h2 {
  margin-bottom: 20px;
}

.engineering-services-brief-overview p {
  line-height: 1.6;
}

/*-----Engineering Services Projects Section------*/
.engineering-services-projects {
  padding: 20px 0 40px 0;
}

.engineering-services-projects .row {
  display: flex;
  align-items: center;
}

.engineering-services-projects img {
  width: 90%;
}

.engineering-services-projects h2 {
  margin-bottom: 20px;
}

.engineering-services-projects p {
  line-height: 1.6;
}

/*-----Constructions and Equipment Supplies Section------*/
.construction-supplies-section {
  background-image: url('images/constructions-bg.webp');
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 40px 0;
  margin: 40px 0;
  position: relative;
}

.construction-supplies-section h2 {
  text-align: left;
  margin-bottom: 20px;
}

.construction-supplies-section p {
  width: 90%;
  font-size: 24px;
  font-family: 'Roboto-Regular';
  margin-bottom: 30px;
}

.construction-list {
  list-style: none;
  padding: 0;
}

.construction-list li {
  font-family: 'Roboto-Light';
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

.construction-list li img {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  margin-top: 5px;
}

/*-----Engineering Services Expertise Section------*/
.engineering-services-expertise {
  padding: 40px 0;
}

.engineering-services-expertise .row {
  display: flex;
  align-items: center;
}

.engineering-services-expertise img {
  width: 90%;
}

.engineering-services-expertise h2 {
  margin-bottom: 20px;
}

.engineering-services-expertise p {
  line-height: 1.6;
}

/*-----Engineering Services Key Offerings------*/
.engineering-services-key-offereings {
  padding: 40px 0;
}

.engineering-services-bg-wrapper {
  background-image: url("images/key-offerings.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0px auto;
  width: 95%;
  border-radius: 20px;
  color: black;
  font-family: 'Roboto-Light';
  padding: 40px 0;
}

.engineering-services-bg-wrapper h2 {
  text-align: left;
  margin-bottom: 20px;
}

.engineering-services-bg-wrapper img {
  width: 90px;
}

/*-----------------------------------------------------------ABOUT PAGE------------------------------------------------------------------*/

/*------About Jei Group Section-------*/
.about-jei-group {
  padding: 40px 0;
}

.about-jei-group .row {
  display: flex;
  align-items: center;
}

.about-jei-group img {
  width: 100%;
}

.about-jei-group h2 {
  margin-bottom: 20px;
}

.about-jei-group p {
  line-height: 1.6;
}

/*-------Vision Section (Parallax)-------*/
.vision-section {
  padding: 40px 0;
}

.vision-bg-wrapper {
  background-image: url("images/vision-bg.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  margin: 0px auto !important;
  width: 90%;
  border-radius: 20px;
  color: #fff;
  font-family: 'Roboto-Light';
  padding: 60px 0px;
}

.vision-section .container {
  padding: 0px 70px;
}

.vision-bg-wrapper h2 {
  text-align: left;
  margin-bottom: 30px;
}

.vision-section hr {
  width: 35%;
}

.vision-bg-wrapper img {
  width: 120px;
}

.vision-bg-wrapper p {
  line-height: 1.6;
}

/*-------Core Values Section------*/
.core-values-section {
  padding: 40px 0;
  text-align: center;
  font-family: 'Roboto-Regular';
}

.core-values-header h2 {
  color: #000;
  margin-bottom: 30px;
}

.core-values-header .header-line {
  width: 6%;
  margin: 0 auto 20px auto !important;
  border-top: 2px solid #db1515 !important;
  opacity: 1;
}

.core-values-subtitle {
  font-size: 20px;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.6;
}

.core-values-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 0;
  padding: 0px 60px;
}

.core-value {
  text-align: center;
  margin-bottom: 30px;
}

.core-icon {
  width: 80px;
  height: 80px;
  background: radial-gradient(circle at top left, #b01104, #df4601);
  border-radius: 50%;
  margin: 0 auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.core-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.core-icon img:hover {
  transform: scale(1.2);
}

.core-value p {
  color: #000;
  margin: 20px 0 0 0;
  font-size: 22px;
}

/*------Team Section------*/
.team-section {
  padding: 40px 0;
}

.team-header {
  margin-bottom: 60px;
}

.team-header h2 {
  color: #000;
  margin-bottom: 10px;
  text-align: center;
}

.team-header hr {
  margin: 0px auto;
}

.team-img {
  max-width: 100%;
  border-radius: 50%;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.team-name {
  font-size: 28px;
  font-family: "RedHatDisplay-Medium";
  margin-bottom: 5px;
  color: #b01104;
}

.team-title {
  font-size: 20px;
  font-family: 'Roboto-Regular';
  margin-bottom: 5px;
  color: #333;
}

.team-qualifications {
  font-size: 16px;
  font-family: 'Roboto-Light';
  color: #666;
  margin-bottom: 20px;
}

.team-section p {
  text-align: justify;
}

/*-------Contact Us Section------*/
.contact-us-section {
  background-color: #f8f9fa;
  border-top: 1px solid #ddd;
}

.contact-us-section h2 {
  margin-bottom: 10px !important;
}

.contact-us-section hr {
  margin: 10px 0px 50px 0px !important;
}

.contact-info {
  list-style: none;
  padding-left: 0px;
}

.contact-info li {
  margin-bottom: 12px;
  font-family: 'Roboto-Regular';
  font-size: 20px;
  color: #333;
}

.contact-info a {
  color: #333;
  text-decoration: none;
}

.contact-info img {
  margin-top: -3px;
}

.contact-info i {
  background: linear-gradient(90deg, #dd1e14, #fabc17);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-right: 8px;
}

.registered-office {
  font-family: 'Roboto-Regular';
  font-size: 18px;
  color: #555;
}

.map-container iframe {
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.whatsapp-btn {
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(90deg, #dd1e14, #fabc17);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.3s ease;
}

.whatsapp-btn:hover {
  -webkit-text-fill-color: #fff;
  background: #1ebc57;
  -webkit-background-clip: border-box;
}


/*------Clients Section------*/
.client-section {
  background-color: #d5d5cd;
  padding: 40px 0;
}

.client-section h2 {
  text-align: center;
}

.client-section hr {
  margin: 0px auto;
  width: 5%;
}

.logos-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.logos-row img {
  max-width: 160px;
  width: 100%;
  height: auto;
  /*filter: grayscale(100%);*/
  transition: filter 0.3s ease;
}

.logos-row img:hover {
  filter: grayscale(0%);
}

/*------Footer Section------*/
hr.gradient-line {
  border: none;
  height: 2px;
  background: linear-gradient(to right, #db1515, #fbc117);
  opacity: 1;
  margin: 2px 0px 0px 0px;
}

.footer-section {
  background: #e7e1cb;
  font-family: 'Roboto-Light';
  font-size: 18px;
  color: #1f1f1f;
  padding-top: 20px;
}

.footer-section .container {
  padding: 0px 70px;
}

.footer-heading {
  font-family: 'Roboto-Regular';
  font-size: 20px;
  margin-bottom: 10px;
}

.footer-address {
  font-family: 'Roboto-Light';
  font-size: 18px;
  margin: 0;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}

.footer-center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.footer-links a {
  color: #333;
  text-decoration: none;
  margin: 0;
  font-size: 18px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer-icons a {
  color: #aca594;
  margin-left: 10px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-icons i {
  display: inline-block;
  font-size: 20px;
  color: #aca594;
  border: 1px solid #aca594;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  transition: all 0.3s ease;
}

.footer-icons a:first-child {
  margin-left: 0;
}

.footer-icons a:hover i {
  transform: scale(1.1);
}

.footer-credit {
  font-family: 'Roboto-Light';
  font-size: 16px;
  color: #1f1f1f;
  padding: 15px 0;
  margin-top: 15px;
  background: #d1cab7;
}

.credit-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
}

.credit-left,
.credit-right {
  margin: 0;
  font-size: 16px;
}

.credit-right a {
  text-decoration: none;
  color: #1f1f1f;
}

/* Sitemap Styles */
.sitemap-list {
  list-style-type: none;
  padding-left: 0;
}

.sitemap-list li {
  margin-bottom: 8px;
}

.sitemap-list a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
}

.sitemap-list a:hover {
  color: #007bff;
}

.sitemap-list ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 5px;
}

/*-----------------Cookies-------------*/
#cookie-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #f1f5fb;
  color: #333;
  padding: 10px;
  max-width: 300px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 9999;
  border: 1px solid orange;
  pointer-events: none;
  font-size: 14px;
}

#cookie-popup.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

#cookie-popup p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.5;
}

#cookie-popup a {
  color: #0B5ED7;
  text-decoration: none;
  font-family: 'Roboto-Regular';
  font-size: 14px;
}

#cookie-popup a:hover {
  text-decoration: underline;
}

#cookie-popup button {
  background: linear-gradient(to right, #dd1e14, #fabc17);
  color: #222;
  border: none;
  padding: 5px 10px;
  font-family: 'Roboto-Regular';
  border-radius: 6px;
  cursor: pointer;
  display: block;
  margin: 10px auto 0;
  transition: transform 0.3s ease;
}

#cookie-popup button:hover {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  #cookie-popup {
    right: 10px;
    bottom: 10px;
    max-width: 60%;
    font-size: 12px !important;
    padding: 8px;
  }
}

@media (max-width: 480px) {
  #cookie-popup {
    max-width: 70%;
    border-radius: 6px;
  }
	
  #cookie-pop p {
	line-height: 1.3;
	margin-bottom: 5px;
  }  
}

/*-----------------General Media Queries-------------*/
@media (max-width: 1600px) {
  .main-nav ul {
    gap: 35px;
  }
}

@media (max-width: 1440px) {
  .main-nav a {
    font-size: 15px;
  }

  .main-nav ul {
    gap: 30px;
  }
}

@media (max-width: 1366px) {
  .main-nav a {
    font-size: 14px;
  }

  .main-nav ul {
    gap: 20px;
  }
}

@media (max-width: 1200px) {
  .logo-img {
    max-height: 40px;
  }

  .main-nav a {
    font-size: 12px;
  }

  .main-nav ul {
    gap: 15px;
  }

  .footer-heading, .footer-address, .footer-links a {
    font-size: 16px;
  }

  .footer-section .container {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 36px;
  }

  p, li {
    font-size: 18px;
  }

  .header-container {
    flex-wrap: wrap;
  }

  .logo-img {
    max-height: 50px;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .main-nav {
    width: 100%;
    display: none;
    margin-top: 10px;
  }

  .main-nav.show {
    display: block;
  }

  .main-nav ul {
    flex-direction: column;
    gap: 15px;
  }

  .main-nav a {
    font-size: 16px;
  }

  .dropdown ul {
    position: static;
    box-shadow: none;
    background-color: transparent;
  }

  .dropdown ul li a {
    padding-left: 5px;
    background: none;
  }

  .breadcrumb-item {
    font-size: 15px;
  }

  .footer-section .container {
    padding: 0 70px;
  }

  .footer-top {
    gap: 0px;
  }

  .footer-center {
    justify-content: flex-start;
    text-align: left;
  }

  .footer-right {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }

  p, li {
    font-size: 17px;
  }

  .header-container {
    padding: 15px 0px;
  }

  .breadcrumb-item {
    font-size: 14px;
  }

  .footer-section {
    padding-top: 40px;
  }

  .footer-heading, .footer-address {
    text-align: center;
  }

  .footer-center {
    justify-content: center;
    text-align: center;
    margin-top: 10px;
  }

  .footer-right {
    justify-content: center;
    margin-top: 10px;
  }

  .footer-links a {
    display: inline-block;
    margin: 5px 8px;
  }

  .footer-icons a {
    margin: 5px;
  }

  .credit-container {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .header-container {
    width: 95%;
    padding: 10px 0px;
  }

  .logo-img {
    max-height: 40px;
  }

  .breadcrumb-item {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: 26px;
  }

  p, li {
    font-size: 16px;
  }

  .logo-img {
    max-height: 30px;
  }

  .footer-section .container {
    padding: 0 15px;
  }

  .footer-links a {
    font-size: 16px;
  }

  .footer-address {
    font-size: 16px;
  }
}


@media (max-width: 360px) {
  h2 {
    font-size: 22px;
  }

  p, li {
    font-size: 14px;
  }
}

/*------Media Queries for Home Page--------------*/
@media (max-width: 1700px) {
  .pharma-section img {
    width: 120%
  }
}

@media (max-width: 1600px) {
  .hero-text {
    left: 180px;
    width: 50%;
  }

  .hero-text h1 {
    font-size: 50px;
  }

  .pharma-section img {
    width: 110%
  }
}

@media (max-width: 1200px) {
  .hero-text {
    left: 150px;
    width: 50%;
  }

  .hero-text h1 {
    font-size: 36px;
  }

  .pharma-section img {
    width: 105%
  }
}

@media (max-width: 991px) {
  .hero-text {
    left: 100px;
    width: 50%;
  }

  .hero-text h1 {
    font-size: 28px;
  }

  .hero-text h5 {
    font-size: 18px;
  }

  .custom-control {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .intro-section {
    padding: 20px 10px;
  }

  .intro-container {
    padding: 0px 20px;
  }

  .engineering-section, .pharma-section, .expertise-section {
    margin: 20px 0px;
  }

  .engineering-section .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .expertise-section .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .engineering-section img {
    width: 70%;
  }

  .pharma-section img {
    width: 90%;
    margin-top: 20px;
  }

  .expertise-section img {
    width: 70%;
  }

  .why-choose-us {
    margin: 20px 50px;
  }

  .why-choose-us .overlay {
    padding: 20px 30px;
  }

  .why-choose-us-section p {
    width: 80%;
  }

  .why-choose-us-icon {
    width: 75px;
  }

  .icon-col span {
    font-size: 18px !important;
  }

  .intro-section a, .engineering-section a, .pharma-section a, .expertise-section a {
    font-size: 16px;
  }

  .intro-section i, .engineering-section i, .pharma-section i, .expertise-section i {
    font-size: 14px;
  }

  .expertise-section span {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .hero-text {
    left: 100px;
    width: 55%;
  }

  .hero-text h1 {
    font-size: 24px;
  }

  .hero-text h5 {
    font-size: 16px;
  }

  .hero-text a {
    font-size: 14px;
    margin-left: 6px;
    padding-top: -10px;
  }

  .hero-text i {
    font-size: 12px;
  }

  .custom-control {
    display: none;
  }

  .why-choose-us {
    margin: 20px 40px;
  }

  .why-choose-us .overlay {
    padding: 20px 20px;
  }

  .why-choose-us-icon {
    width: 60px;
  }

  .icon-col span {
    font-size: 16px !important;
  }

  .expertise-section span {
    font-size: 20px;
  }
}

@media (max-width: 700px) {
  .hero-text {
    left: 80px;
    width: 55%;
  }
}

@media (max-width: 575px) {
  .hero-text {
    left: 30px;
    width: 55%;
  }

  .hero-text h1 {
    font-size: 20px;
  }

  .hero-text h5 {
    font-size: 12px;
  }

  .hero-text a {
    font-size: 12px;
  }

  .hero-text i {
    font-size: 10px;
  }

  .intro-container p {
    width: 100%;
  }

  .why-choose-us {
    margin: 20px 30px;
  }

  .why-choose-us-section p {
    width: 100%;
  }

  .why-choose-us-icon {
    width: 60px;
  }

  .icon-row {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .hero-text {
    left: 30px;
    width: 55%;
    transform: translateY(-70%);
  }

  .hero-text h1 {
    font-size: 18px;
  }

  .hero-text h5 {
    font-size: 10px;
  }

  .why-choose-us {
    margin: 20px 20px;
  }
}

@media (max-width: 420px) {
  .hero-text {
    left: 20px;
    width: 60%;
    transform: translateY(-80%);
  }

  .hero-text h1 {
    font-size: 15px;
  }

  .hero-text h5 {
    font-size: 8px;
  }

  .hero-text i {
    font-size: 8px;
  }
}

@media (max-width: 360px) {
  .hero-text {
    transform: translateY(-100%);
  }

  .hero-text h1 {
    font-size: 14px;
  }
}

/*------Media Queries for Pharma Manufacturing Section------*/
@media (max-width: 1800px) {
  .infra-image {
    width: 120%
  }
}

@media (max-width: 1550px) {
  .infra-image {
    width: 110%
  }
}

@media (max-width: 991px) {
  .brief-overview .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .pharma-quality .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .brief-overview, .pharma-expertise, .infrastructure-team, .pharma-quality {
    padding: 20px 0px;
  }

  .key-offerings {
    padding: 20px 0px;
    margin: 20px 0px;
  }

  .brief-overview img, .pharma-expertise img, .infrastructure-team img, .pharma-quality img {
    width: 80%;
  }

  .infrastructure-team .infra-list li {
    font-size: 18px;
  }

  .infrastructure-team .bullet-icon {
    width: 20px;
    height: 20px;
  }

  .offering-item img {
    width: 24px;
    height: 24px;
    margin-top: 2px;
  }

}

@media (max-width: 767px) {
  .infrastructure-team .infra-list li {
    font-size: 17px;
  }

  .infrastructure-team .bullet-icon {
    width: 18px;
    height: 18px;
  }

  .offering-item img {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 575px) {
  .infrastructure-team .infra-list li {
    font-size: 16px;
  }

  .offering-item img {
    width: 18px;
    height: 18px;
  }
}

/*------Media Queries for Engineering Services Section------*/
@media (max-width: 1730px) {
  .engineering-services-bg-wrapper {
    background: #ffc351;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .engineering-services-bg-wrapper p {
    font-size: 18px;
  }

  .engineering-services-bg-wrapper img {
    width: 70px;
  }
}

@media (max-width: 991px) {
  .engineering-services-brief-overview .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .engineering-services-expertise .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .construction-supplies-section {
    padding: 20px 0px;
    margin: 20px 0px;
  }

  .engineering-services-key-offereings {
    padding: 20px 0px;
  }

  .engineering-services-bg-wrapper {
    padding: 20px 10px;
  }

  .engineering-services-bg-wrapper img {
    width: 70px;
  }

  .engineering-services-brief-overview {
    padding: 20px 0 10px 0;
  }

  .engineering-services-projects {
    padding: 10px 0 20px 0;
  }

  .engineering-services-expertise {
    padding: 20px 0;
  }

  .engineering-services-brief-overview img, .engineering-services-projects img, .engineering-services-expertise img {
    width: 70%;
  }

  .construction-supplies-section p {
    width: 100%;
    font-size: 20px;
  }

  .construction-list li {
    font-size: 20px;
  }

  .construction-list li img {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 767px) {
  .construction-supplies-section p {
    font-size: 18px;
  }

  .construction-list li {
    font-size: 17px;
  }

  .construction-list li img {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 575px) {
  .construction-supplies-section p {
    font-size: 16px;
  }

  .construction-list li {
    font-size: 16px;
  }

  .engineering-services-bg-wrapper img {
    width: 50px;
  }
}

/*------Media Queries for About Section------*/
@media (min-width: 991px) and (max-width: 1200px) {
  .vision-section .container {
    padding: 0px 20px;
  }

  .team-section .row {
    display: flex;
    flex-direction: column;
  }

  .team-section h3 {
    margin-top: 20px;
  }

  .team-name, .team-title, .team-qualifications {
    text-align: center !important;
    padding: 0 !important;
  }
}

@media (max-width: 991px) {
  .about-jei-group, .vision-section, .core-values-section, .team-section {
    padding: 20px 0px;
  }

  .about-jei-group img {
    width: 80%;
    margin-bottom: 30px;
  }

  .vision-bg-wrapper {
    padding: 15px 0px;
  }

  .vision-section .container {
    padding: 0px 20px;
  }

  .vision-section h2 {
    text-align: center;
  }

  .vision-section hr {
    width: 10%;
    margin: 0px auto;
  }

  .vision-section img {
    display: block;
    margin: 0px auto;
  }

  .core-value p {
    font-size: 20px;
  }

  .team-header {
    margin-bottom: 20px;
  }

  .team-img {
    max-width: 80%;
  }

  .team-section h3 {
    margin-top: 20px;
  }

  .team-name, .team-title, .team-qualifications {
    text-align: center !important;
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  .core-value p {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .core-value p {
    font-size: 18px;
  }

  .team-img {
    max-width: 70%;
  }

  .team-section p {
    padding: 0px 10px;
  }

  .core-values-subtitle {
    font-size: 17px;
  }
}

/*------Media Queries for Clients Section------*/

@media (max-width: 575px) {
  .logos-row {
    display: flex;
    flex-direction: column;
  }
}