body {
    font-family: 'HelveticaNowText';
      background-color: #101419;
  color: #fff;
}
.sp {
  padding: 100px 0;
}
h1{
	font-size:56px;
}
h2{
	font-size:42px;
}
h3{
	font-size:32px;
}
h4{
	font-size:24px;
}
h5{
	font-size:20px;
}
h6{
	font-size:18px;
}
.main_title h2 {
  font-weight: 700;
  font-size: 56px;
  line-height: 60px;
}


  /* body h1 {
    font-size: clamp(32px, 3vw, 64px);
  } */

h1 {
    font-family: 'HelveticaNowText';
      font-weight: 500;
  font-size: 56px;
  line-height: 80px;
  letter-spacing: 0%;
}

p {
    font-family: 'HelveticaNowText';
    font-weight: 400;
    font-size: clamp(14px, 1.2vw, 18px);
    line-height: 1.5;
  }
a {
  text-decoration: none;
}
img {
  width: 100%;
}
ul {
  list-style: none;
  padding: 0;
}
.main_title h2 {
    font-weight: 700;
    font-size: clamp(32px, 2.8vw, 56px);
    line-height: 1.2;
    letter-spacing: 0%;
    margin-bottom: 24px;
}
section.hero_area {
  position: relative;
}
.story_main .main_title h3 {
  margin-bottom: 24px;
}
.banner_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_content .main_title h1 {
    font-family: 'HelveticaNowText';
  font-weight: 500;
  font-size: clamp(32px, 3.6vw, 64px);
  line-height: 1.2;
  letter-spacing: 0%;
  width: 60%;
   margin-bottom: 30px;
	    margin-top: 60px;
}

.banner_content .main_title p {
    width: 35%;
    margin-bottom: 40px;
}

.hero_area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 40%;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #101419, #10141900);
}
.story_wrapper_main {
  padding: 55px 0 70px;
  /* border-bottom: 2px solid #fff; */
}

.story_main {
  width: 75%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section.story_wrapper.sp:before {
  content: "";
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  background: #0c1d2c;
  z-index: -9;
  border-top-right-radius: 54px;
  border-bottom-right-radius: 54px;
}
section.story_wrapper.sp {
  position: relative;
}

.story_main .main_title h3 {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #00974a;
}
.story_wrapper_main p {
  margin-bottom: 64px;
}


.counters_main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.counter_item h2 {
  font-weight: 700;
  font-size: 82px;
  line-height: 92px;
}
.counter_item h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
}
.counter_item {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 2px solid #00974a;
}
.story_main .main_title p {
  color: #acc0bb;
  width: 85%;
}
section.industires_serve_wrapper.sp .main_title h2{
    font-size: 48px;
    line-height: 58px;
}
.story_wrapper:after {
    position: absolute;
	content: '';
    z-index: 1;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    width: 100%;
    pointer-events: none;
    z-index: -9;
    top: 0%;
    background-image: url(https://indiaforge.in/wp-content/uploads/2026/05/Our-Story-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 393px;
}
.story_wrapper_main p {
  margin-bottom: 64px;
  font-size: 20px;
  line-height: 30px;
}
.facility_image img {
  width: 100%;
  height: 100%;
}
.facility_image {
  width: 100%;
  height: 580px;
}
/* button#profile-tab {
display: inline-block;
background: transparent;
border: 1px solid transparent;
color: #fff;
font-size: 22px;
line-height: 32px;
margin: 0;
padding: 12px 94px;
} */
.facility_tabs_wrapper ul#myTab {
  background: #000;
  justify-content: center;
  align-items: center;
  padding-bottom: 12px;
  border: 1px solid transparent;
}
.facility_tabs_wrapper {
  background: #000;
  padding: 24px 0 0;
  text-align: center;
  border-bottom-left-radius: 24px;
  overflow: hidden;
  border-bottom-right-radius: 24px;
}
/* .facility_tabs_wrapper ul li .nav-link.active:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 35px;
  background: #00974a;
  border-radius: 50%;
  width: 12px;
  height: 12px;
} */
.facility_tabs_wrapper ul li .nav-link.active {
    position: relative;
    font-weight: 700;
    color: #fff;
    background: transparent;
    border: none;
    border-bottom: 3px solid #10984a;
    padding-bottom: 20px;
}
.facility_tabs_wrapper ul li button {
  display: inline-block;
  background: transparent;
  border: 1px solid transparent;
  color: #726c72;
  font-size: 22px;
  line-height: 32px;
  margin: 0;
  padding: 12px 64px;
  font-weight: 700;
}

.nav-link:focus,
.nav-link:hover {
  color: #00974a;
  border-color: solid transparent;
}
.facility_content {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-20%);
  width: 40%;
  height: max-content;
  background: #000000e8;
  padding: 44px;
  border-radius: 24px;
  background: linear-gradient(208deg, rgb(118 118 118), rgb(0 0 0 / 91%));
}
.facility_image {
  position: relative;
}
.facility_content h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 12px;
}
.facility_content p {
  margin-bottom: 32px;
}

a.know_more_btn {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  position: relative;
  transition: all 0.8s ease;
}
a.know_more_btn::before {
  content: "\f061";
  position: absolute;
  /* top: 0px; */
  right: -30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 22px;
}
.industries-section {
  position: relative;
  height: 70vh;
  background-image: url("https://images.unsplash.com/photo-1558618047-3c8c76ca7d13?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: background-image 0.5s ease;
}

/* Different background images for each industry */
.industries-section.automotive-bg {
  background-image: url("https://indiaforge.in/wp-content/uploads/2026/01/Passenger-Vehicles-4.webp");
}

.industries-section.commercial-bg {
  background-image: url("https://indiaforge.in/wp-content/uploads/2026/01/Commercial-Vehicles-5.webp");
}

.industries-section.agriculture-bg {
  background-image: url("https://indiaforge.in/wp-content/uploads/2026/01/Agricultural-3.webp");
}

.industries-section.defence-bg {
  background-image: url("https://indiaforge.in/wp-content/uploads/2026/01/Defence-2.webp");
}

.industries-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.industries-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.industry-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
	z-index: 9;
}

.industry-card:last-child {
  border-right: none;
}

/* .industry-card:hover,
.industry-card.active {
background: rgba(0, 0, 0, 0.7);
backdrop-filter: blur(8px);
} */

.industry-card.active p.industry-description {
    height: max-content;
    margin-bottom: 46px;
}

.industry-title {
  color: white;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.industry-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.6;
  max-width: 250px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  height: 0;
}

.industry-card:hover .industry-description,
.industry-card.active .industry-description {
  opacity: 1;
  transform: translateY(0);
}

.nav-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 24px;
  opacity: 0;
  transition: all 0.3s ease;
}

.industry-card:hover .nav-arrow,
.industry-card.active .nav-arrow {
  opacity: 1;
}

/* Section wrapper */

.main_title {
  margin-bottom: 0;
}

/* Responsive Design */
/* @media (max-width: 1024px) {
  .industries-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .industry-card {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .industry-card:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .industry-card:nth-child(even) {
    border-right: none;
  }
} */

@media (max-width: 768px) {
  .industries-section {
    height: auto;
    min-height: 600px;
  }

  .industries-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }

  .industry-card {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 20px;
  }

  .industry-card:last-child {
    border-bottom: none;
  }

  .industry-title {
    font-size: 20px;
  }

  .industry-description {
    font-size: 13px;
  }
}
.industires_serve_wrapper.sp {
  padding-bottom: 0;
}
.client_item {
    margin: 0 20px;
}
.clients_wrapper.sp {
    border-bottom-left-radius: 90px;
    background-color: #101419;
}
.client-out {
    background-color: #0d0d0d;
}

.footer_flex h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 18px;
}

.footer_flex ul {
    padding: 0;
    list-style: none;
}
.footer_flex ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 12px;
}
.footer_flex ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 12px;
  color: #fff;
  text-decoration: none;
  transition: all 0.8s ease;
}
.footer_flex ul li a:hover {
  transition: all 0.8s ease;
  color: #00974a;
}
ul.social_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer_logo {
    margin-bottom: 30px;
}
footer {
  background: #0d0d0d;
  padding: 100px 0;
}
.copyright_main {
    background: #0D0D0D;
    padding: 50px 0;
    border-top: 1px solid rgb(255 255 255 / 30%);
}
.copyright_main p {
    margin-bottom: 0;
}
/**
 *  Progress Bar
 */

/* Progress bar */
.progress {
  position: relative;
  display: block;
  margin-top: 32px;
  margin-left: 100px;
  width: calc(100% - 200px);
  height: 8px !important;
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;
  background-image: linear-gradient(to right, #00974a, #00974a);
  background-repeat: no-repeat;
  background-size: 0 100%;
  opacity: 1;
  z-index: 1;
  transition: background-size 0.4s ease-in-out;
}
.progress::after {
    content: "";
    width: 100%;
    height: 8px !important;
    background: #0c1d2c;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
}
@media (max-width: 767px) {
  .progress {
    display: none;
  }
}

/* slides */
.slider .slick-slide {
  margin-right: 30px;
}
.slider .image {
  width: 456px;
  position: relative;
}
.slider .image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #101419, #10141900);
}
.slider .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}
button.slick-arrow::before {
  display: none;
}
.soultions_main button.slick-arrow,
.soultions_main button.slick-arrow:hover,
.soultions_main button.slick-arrow:focus {
  outline: 0;
  bottom: -75px;
  top: auto;
  background-image: url(https://indiaforge.in/wp-content/uploads/2025/07/arrow-right.webp) !important;
  background-size: 50%;
  background-repeat: no-repeat;
  background-color: #00974a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-position-y: center;
  background-position-x: center;
}

.sProdPgImgPop button.slick-arrow,
.sProdPgImgPop button.slick-arrow:hover,
.sProdPgImgPop button.slick-arrow:focus {
  outline: 0;
  bottom: -75px;
  top: 50%;
  background-image: url(https://indiaforge.in/wp-content/uploads/2025/07/arrow-right.webp) !important;
  background-size: 50%;
  background-repeat: no-repeat;
  background-color: #00974a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-position-y: center;
  background-position-x: center;
}

button.slick-prev.slick-arrow {
  transform: scalex(-1) translate(-50%, -50%);
  /* right: 100px; */
  /* left: auto; */
}

button.slick-next.slick-arrow {
  left: 50px;
}

section.soutions_wrappper.sp {
  padding: 100px;
  padding-right: 0;
}
.soultions_main_title {
  width: 65%;
  margin-left: 0;
}

/* .navik-header.header-transparent.header-shadow.viewport-lg.header-transparent-on {
  padding: 15px 100px 0;
} */

.navik-header .logo img {
  width: 200px !important;
}

.contact_btn a:before {
  content: "";
  position: absolute;
  right: 30px;
  background-image: url("/assets/images/arrow\ top.webp");
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right;
}
.contact_btn a:hover:before {
  background-image: url("/assets/images/arrow\ top.webp");
}
.contact_btn a:hover {
  color: #fff;
  transition: all 0.8s ease;
  background: #10984a;
  border: 1px solid #10984a;
}
.contact_btn a {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #10984a;
    text-decoration: none;
    transition: all 0.8s ease;
    background: #fff;
    padding: 13px 42px 13px 42px;
    border-radius: 48px;
    position: relative;
    border: 1px solid transparent;
}
.navik-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  top: 20px !important;
}

.navik-header.header-transparent.header-shadow.viewport-lg.sticky {
    padding: 10px 100px;
    background: #0c1d2c;
    color: #fff !important;
}

.navik-header.sticky .navik-menu>ul>li>a {
    height: 70px;
    line-height: 70px;
    color: #fff;
}
li.current-menu.dropdown_menu a {
    color: #00974a !important;
}
.image_text_wrap {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    padding-left: 24px;
    z-index:9;
}
.image_text_wrap h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
	color: #fff;
}
section.facility_wrapper.sp .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: transparent !important;
    color: #00974a;
}





/* careers page*/
.career_banner_content p {
  width: 70%;
  margin: 0 auto 32px;
}
.career_banner_content h1 {
  font-size: 64px;
  line-height: 74px;
  width: 70%;
  margin: 0 auto 24px;
}

.career_banner_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  /* transform: translateY(-100px); */
  margin: 0 auto;
  display: flex
;
  justify-content: center;
  align-items: center;
}
section.career_banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #10141975;
  /* z-index: 9; */
}
section.career_banner {
    position: relative;
}


section.current_openings_wrapper.sp .main_title {
    text-align: center;
    margin-bottom: 60px;
}

.job-opening h6{
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #dbdbdb;
}
a.toggle-slide-right {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #00974a;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}
a.toggle-slide-right:hover{
  color: #fff;
}
.job-opening img {
  width: 27px;
  height: 20px;
  margin-top: 0;
  margin-left: 0px;
  filter: invert(1);
}
.job-opening {
  margin-bottom: 62px;
  color: #fff !important;
}
.main-pop .apply-headding h4 {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 3px;
}
.main-pop .apply-headding h4 span {
  font-size: 18px;
  font-weight: 500;
  padding-left: 10px;
}
.main-pop .apply-headding h4 span a {
  pointer-events: none;
}
.main-pop .apply-headding p {
  padding-bottom: 24px;
}
.main-pop .skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: start;
}
.navik-header.header-transparent.header-shadow.viewport-lg.sticky {
  z-index: 9;
}
.main-pop .skills .skill-list {
  margin-right: 70px;
}
.main-pop .skills .skill-list ul {
  margin: 0px;
  padding: 0px;
  list-style: disc;
  padding-bottom: 30px;
  padding-left: 24px;
}
.main-pop .skills .skill-list ul li {
  color: #6E6F73;
  font-size: 15px;
  padding-bottom: 5px;
  position: relative;
}
.main-pop  .incrij {
  padding: 30px 170px 30px 0px;
}

.main-pop label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 8px;
}

.apply_form.main-pop h6 {
  margin-bottom: 24px;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 60px;
}
.benefit-card:hover {
  transform: translateY(-5px);
}
.benefit-card {
  padding: 24px;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-bottom: 1px solid #fff;
}
.benefit-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefit-card h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #10984a;
  margin-bottom: 12px;
  line-height: 1.4;
}
.benefit-card p {
  font-size: 16px;
  line-height: 30px;
}

.benefits_description {
  margin: auto;
  width: 60%;
}
.benefits_description p{
  font-size: 22px;
}

section.clients_wrapper.sp .main_title {
  margin-bottom: 64px;
}



/*about page*/

.about_image_content p {
  line-height: 30px;
}
.about_image_content {
  padding-left: 78px;
  margin-top: 30px;
}
/* section.story_wrapper.sp::after {
  opacity: 0.5;
} */

section.story_wrapper.about_wrapper.sp {
  margin-top: 100px;
}
.internal_banner_section{
  position: relative;
}

.internal_banner_content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: max-content;
  
}
.internal_banner_content h1{
font-weight: 500;
font-style: 65 Medium;
font-size: 56px;
line-height: 66px;
letter-spacing: 0%;
margin-bottom: 12px;
}
.internal_banner_content p {
  width: 40%;
}
.about_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.team_item {
    background: #0C1D2C;
    padding: 26px;
    border-radius: 24px;
    height: 100%;
}
.team_name h2{
font-weight: 500;
font-style: 65 Medium;
font-size: 28px;
line-height: 38px;
margin-bottom: 5px;
}
.team_name h3{
font-weight: 300;
font-style: 45 Light;
font-size: 20px;
line-height: 30px;
margin-bottom: 10px;
position: relative;
}
.team_name{
	position: relative;
}
.team_name:before {
  content: '';
  position: absolute;
  bottom: -24px;
  width: 65px;
  height: 1px;
  left: 0;
  background: #fff;
}
.team_details {
  margin-top: 48px;
}
.team_details p {
  font-weight: 300;
  font-style: 45 Light;
  font-size: 18px;
  line-height: 28px;
  margin-top: 24px;
}

.team_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team_image {
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
}

.plus_icon {
  text-align: right;
  background: #5d5757;
  width: 40px;
  height: 40px;
  display: flex
;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: auto;
  cursor: pointer;
}

.modal-content {
  background: #0c1d2c !important;
  color: #fff !important;
}



section.team_wrapper.sp .main_title {
  margin-bottom: 48px;
  text-align: center;
}

.modal-body .team_image {
  width: auto;
  height: auto;
}
.modal-body button.btn-close {
  color: #fff !important;
  margin-left: auto !important;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 10px;
  font-size: 12px;
  filter: invert(1);
  width: 15px;
  height: 15px;
}
button.btn-close {
    background-color: none;
}
.close_btn {
  text-align: right;
}
.modal-body .team_content {
  padding-left: 24px;
}

.about_image_content p {
    margin-bottom: 24px;
}
header.header_main {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: transparent;
}
section.team_wrapper.sp {
    padding-bottom: 0;
}
#powerTip {
    background-color: #fff !important;
}





/*  Products Page */
.products_item {
  overflow: hidden;
  border-radius: 24px;
  position: relative;
  cursor: pointer;
  margin-bottom: 48px;
}
.products_item .image{
  position: relative;
}
.products_item img {
  transition: all 0.8s ease-in-out;
  transform: scale(1);
  position: relative;
}
.products_item:hover img {
  transform: scale(1.2);
  transition: all 0.8s ease-in-out;
}
.products_item:hover .image_text_wrap {
  transform: translateY(-20px);
  transition: all 0.8s ease-in-out;

}
.products_item:hover .image_text_wrap h3{
  color: #00974a;
}
.products_item .image_text_wrap {
  transform: translateY(0px);
  transition: all 0.8s ease-in-out;

}
.products_item:hover::before{
  opacity: 1;
  transition: all 0.8s ease-in-out;

}
.products_item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000045;
  z-index: 9;
  opacity: 0;
  transition: all 0.8s ease-in-out;

}
section.products_wrapper.sp {
    padding-bottom: 60px;
}
.products_item:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://indiaforge.in/wp-content/themes/twentytwentyone/assets/images/bottom%20overelay.webp);
  background-repeat: no-repeat;
  z-index: 1;
  transition: all 0.8s ease-in-out;
}


section.all_products_wrapper .facility_tabs_wrapper {
  background: none !important;
}

section.all_products_wrapper .facility_tabs_wrapper ul{
  background: none !important;
}
.all_products_main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px; /* Adjust spacing between items */
}
.all_product_image {
  background: #fff;
  padding: 34px;
  margin-bottom: 24px;
  text-align: center;
  border-radius: 24px;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.all_product_item h3{
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
}

.facility_tabs_wrapper ul#myTab {
  margin-bottom: 32px;
}

.facility_tabs_wrapper ul li button {
    background: none !important;
    
}


.facility_tabs_wrapper ul#myTab {
    margin-bottom: 32px;
    border-bottom: 1px solid #101f2d;
    padding-bottom: 0;
}


.tabs_maunfucturings{
  position: relative;
  padding: 70px 0;
}
/* .tabs_maunfucturings:before {
  content: "";
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  background: #0c1d2c;
  z-index: -9;
  border-top-right-radius: 54px;
  border-bottom-right-radius: 54px;
} */
div#home-tab-pane .main_title {
  margin-bottom: 48px;
}

.facilty_wrapper .story_wrapper1.about_wrapper {
    margin-bottom: 74px;
    background-color: #0c1d2c;
    border-radius: 24px;
    padding: 24px;
}
.facilty_wrapper .story_wrapper1.about_wrapper:nth-child(even) .row {
  flex-direction: row-reverse;
}

section.all_products_wrapper.manufacturing_wrapper .about_image_content h3 {
  font-weight: 500;
  margin-bottom: 24px;
}
section.all_products_wrapper.manufacturing_wrapper .about_image_content ul li {
  margin-bottom: 12px;
}
section.all_products_wrapper.manufacturing_wrapper .about_image_content ul {
  list-style: disc;
  padding-left: 30px;
}
section.all_products_wrapper.manufacturing_wrapper .about_image_content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  width: 100%;
  height: 100%;
}

section.all_products_wrapper.manufacturing_wrapper .about_image_content ul li>ul {
  margin-top: 18px;
}

.main_button {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    border: 1px solid #fff;
    padding: 12px 34px;
    transition: all 0.8s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.main_button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: left 0.8s ease;
    z-index: -1;
}

.main_button:hover::before {
    left: 0;
}

.main_button:hover {
    color: #000;
    border-color: #fff;
}

/* contact page */

.contact-box {
    display: flex;
    padding: 40px;
    background-color: #0c1d2c;
    border-radius: 10px;
    min-height: 200px;
}
.cont-box-icon {
    margin-right: 20px;
	width: 50px;
}
.cont-box-cont {
    width: calc(100% - 50px);
}
.cont-box-cont p {
    margin-bottom: 6px;
    color: #fff;
    font-weight: 400;
}
.cont-box-cont h5 {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
}
.cont-box-cont h5 a {
    color: #fff;
}
.input-field input {
    width: 100%;
    height: 64px;
    padding: 16px 16px;
    border-radius: 4px;
    margin-bottom: 8px;
    background-color: #1f2730;
    border-color: transparent;
    /* border: 1px solid #ccc; */
    color: #fff;
    border-radius: 12px;
}

.input-field textarea {
    width: 100%;
    height: 150px;
    padding: 16px 16px;
    border-radius: 4px;
    margin-bottom: 8px;
    border-color: transparent;
    background: #1f2730;
	border-radius: 12px;
	color: #fff;
	resize:none;
}
.input-field input[type="submit"] {
    width: auto;
    padding: 10px 50px;
    font-size: 18px;
    line-height: 27px;
    background-color: #ffffff;
    color: #10984a;
    border-radius: 30px;
    padding: 8px 42px 8px 42px;
    border-radius: 48px;
    height: 64px;
    font-weight: 500;
}
.footer_flex .row {
    align-items: center;
}

/* career  */
.career-fm {
    width: 70%;
    margin: 0 auto;
}

.job-opening a {
    color: #10984a;
}
.carrer-pop .modal-content {
    overflow: visible;
}
.carrer-pop .btn-close {
    position: absolute;
    right: 0;
    width: 35px;
    height: 35px;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
}

/* breadcrumb  */

.breadcrumb-sec {
    padding-top: 173px;
	padding-bottom: 96px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
	position: relative;
	height:450px;
	display: flex;
    align-items: center;
}

.breadcrumb-sec:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #101419, #10141900);
    z-index: -1;
}

.breadcrumb-content h2 {
    color: #fff;
    font-size: 56px;
    line-height: 66px;
}

/* taxonomy page */
.prod-pg-box {
    position: relative;
    background-color: #fff;
    height: 100%;
    border-radius: 12px;
    padding: 20px;
    overflow: hidden;
}

.prod-pg-box img {
    border-radius: 24px;
    margin-bottom: 10px;
    transition: all 0.5s;
}
.prod-pg-box:hover img {
    transform: scale(1.2);
}
.prod-pg-box h5 {
    font-weight: 400;
    text-align: center;
    color: #222;
    position: relative;
    z-index: 9;
}
.cate-pg.sp .col-md-3 {
    margin-bottom: 24px;
}
/* header  */
.navik-menu ul ul li>a {
	padding: 9px 25px 7px !important;
	color: #222;
	font-style: normal;
	font-size: 18px;
	line-height: 28px;
}
.navik-menu ul ul li:hover>a {
	color: #10984a;
}

/* client  */

.client_pg_img{
	text-align: center;
}

.client_img img {
    width: 80%;
}

.map iframe{
	width: 100%;
}

/* product cat page  */
.cat-pg-inner .nav .nav-link {
    background-color: transparent;
    font-size: 22px;
    line-height: 32px;
    color: #b9b9b9;
    border-radius: 0;
    padding: 0 59px 3px 0px;
    margin: 0;
    position: relative;
    font-weight: 500;
}
ul#pills-tab li.nav-item {
    border-bottom: 1px solid grey;
    padding-bottom: 10px;
}
p.text-center.mb-5.product-p {
    width: 70%;
    margin: 0 auto;
}
.cat-pg-inner .nav {
    justify-content: center;
}

.cat-pg-inner .nav .nav-link.active {
    color: #10984a;
}

.cat-pg-inner .nav .nav-link.active:before {
    position: absolute;
    content: '';
    left: -15px;
    width: 10px;
    height: 10px;
    background-color: #10984a;
    border-radius: 50%;
    top: calc(50% - 5px);
}
.foot-log img {
    max-width: 75%;
}

.prod-pg-box:hover h5 {
    color: #10984a;
}

.manufact-shape {
    position: relative;
}
/* 
.tabs_maunfucturings .manufact-shape .facilty_wrapper .story_wrapper1:nth-child(even) .row {
    flex-direction: row-reverse;
} */
.map-inner {
    padding: 10px;
}
.map-inner p{
    margin-bottom: 0;
}

.map-ab iframe{
	width: 100%;
	height: 250px;
}
.facility_tabs_wrapper ul li .nav-link{
	border: none;
	border-bottom: 3px solid transparent;
}
.facility_tabs_wrapper .nav.nav-tabs {
    border-bottom: 1px solid #1f2730;
    padding-bottom: 0;
}
.facility_tabs_wrapper ul li .nav-link.active:hover{
	border-color: #10984a !important;
	outline:none;
}

.facility_tabs_wrapper ul li .nav-link:focus-visible{
	box-shadow: none;
}

.cont-box-icon img {
    filter: brightness(0) invert(1);
}
.client_pg_img {
    text-align: center;
    margin-right: -1px;
    margin-bottom: -1px;
}
.client_pg_img img {
    border: 1px solid #323232;
    margin-bottom: 0;
    width: 100%;
    height: 250px;
    object-fit: contain;
    padding: 50px;
}
.client-pg .col-md-3 {
    padding: 0;
}

.header_main .nav-menu {
    height: 93px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_main.sticky_header {
    background: #0c1d2c;
    box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
}

.nav-menu > li.cont-li {
    display: none;
}

.map-conten {
    padding: 10px 14px;
    background-color: #0c1d2c00;
    margin-bottom: 70px;
}
.map-conten p {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: baseline;
}
.map-conten p i {
    margin-right: 5px;
}
.map-conten p a {
    color: #fff;
}

.map-conten h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 5px;
}
.map-conten hr {
    margin: 24px 0;
}

.map_wrapper.team_wrapper.sp {
    padding-bottom: 50px;
}

.client-tabs ul {
    margin-bottom: 24px;
    border-bottom: none;
}

.client-tabs .nav-link {
    color: #fff;
	border-radius: 6px;
}

/* single-product  */

.sProdPgImgPop {
    margin-right: 100px;
}

.sProd-img img {
    width: 100%;
    background-color: #474747;
}
.breadUl {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.merger_left ul {
    margin-bottom: 20px;
}
.merger_left ul li {
    list-style: disc;
    margin-left: 40px;
    margin-bottom: 10px;
}
.merger_left .breadUl li {
    list-style: none;
    margin-left: 0;
}
.breadUl li a {
    position: relative;
    padding-right: 15px;
    margin-right: 10px;
    font-weight: 400;
    display: inline-block;
    color: #fff;
}
.breadUl li a:before {
    position: absolute;
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    right: 0;
    font-size: 14px;
    line-height: 28px;
}
.merger_left ul {
    margin-bottom: 20px;
}
.merger_left ul li {
    list-style: disc;
    margin-left: 40px;
    margin-bottom: 10px;
}


.sProdPgImgPop .slick-arrow {
    top: 50%;
    z-index: 9;
}

.sProdPgImgPop .slick-next {
    right: 0;
}

.sProdPgImgPop button.slick-next.slick-arrow {
    left: auto;
}

.sProdPgImgPop .slick-dots li {
    width: 12px;
    height: 12px;
}
.sProdPgImgPop .slick-dots li button {
    background-color: #fff;
    border-radius: 50%;
	width: 12px;
    height: 12px;
}
.sProdPgImgPop .slick-dots li.slick-active button {
    background-color: #10984a;
}
.sProdPgImgPop .slick-dots li button:before {
    content: '';
}

.map-conten.chennia-map2 {
    margin-bottom: 0;
    padding-top: 170px;
}

.career-fm .apply-job {
    font-weight: 600;
}

.sProdPg .sProd-img img {
    width: 100%;
    background-color: #fff;
}

.map-conten.pune {
    padding-top: 85px;
}
.team_name svg {
    width: 35px;
}

/* banner  */

.mobile_image{
	display: none;
}


/* thank you  */

.checkmark {
		width: 80px;
		height: 80px;
		border-radius: 50%;
		display: block;
		stroke-width: 2;
		stroke:  #00974a;
		stroke-miterlimit: 10;
		box-shadow: inset 0px 0px 0px #4bb71b;
		animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
		position: relative;
		top: 5px;
		right: 5px;
		margin: 0 auto;
	}
	.checkmark__circle {
		stroke-dasharray: 166;
		stroke-dashoffset: 166;
		stroke-width: 2;
		stroke-miterlimit: 10;
		stroke: #00974a;
		fill: #101419;
		animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;

	}
	.content_thank {
		text-align: center;
		width: 80%;
		margin: 0 auto;
	}
	.content_thank h2 {
		margin: 30px 0 10px;
		color:  #00974a;
	}
	.content_thank h3 {
		color: #111111;
		font-size: 22px;
		margin-bottom: 20px;
		font-weight: normal;
	}
	.content_thank ul li a {
		font-weight: bold;
		color:  #00974a;
	}
	.thank-info p {
    margin: 20px 0;
}
	.thank-info h4 {
		font-size: 20px;
		margin-bottom: 8px;
		color: #111111;
	}
	.checkmark__check {
		transform-origin: 50% 50%;
		stroke-dasharray: 48;
		stroke-dashoffset: 48;
		animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
	}
.thank_main {
    padding: 100px 0;
}

	@keyframes stroke {
		100% {
			stroke-dashoffset: 0;
		}
	}

	@keyframes scale {
		0%, 100% {
			transform: none;
		}

		50% {
			transform: scale3d(1.1, 1.1, 1);
		}
	}

	@keyframes fill {
		100% {
			box-shadow: inset 0px 0px 0px 30px #4bb71b;
		}
	}