* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: DM Sans;

}

:root {
    --primary-color: #2196F3;
    --gray: #F3F3F3;
}
.container{
    /*padding:unset;*/
}
.p_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    /* margin-bottom: .5rem; */
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 55px;
    letter-spacing: 0%;
    font-family: 'DM Sans';
    margin-bottom: 36px;
}

a {
    text-decoration: none;
    color: #fff;
}
header .container-fluid{
     max-width: 90%;
}
.container-fluid {
    max-width: 90%;
}

header.scrolled {
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(10px);
}

h2 {
    font-family: DM Serif Display;
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
    line-height: 46px;
    color: #fff;
    /* width:40%; */
}

 header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
	background:#fff;
    transition: 0.5s;
} 
body{
	overflow-x:hidden;
}
/* header {
    position: fixed;
    top: 0;
    left: 0;   
    right: 0;  
    z-index: 999;
    background: #fff;
    transition: 0.5s;
}
 */
img {
    width: 100%;
    object-fit: contain;
}

.navbar-brand img {
    height: 100px;
    width:100px;
}

.mainbtn {
    background-color: var(--primary-color);
    font-family: DM Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 13px 32px;
    height: max-content;
    border:none;
    color:#fff;
    display:inline-block;
}
.navbar-expand-lg{
    padding:unset;
}

    .hover-box img{
        height:100%;
        width:100%;
        object-fit:cover;
    }


.logomain {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.navbar-brand{
    margin:unset;
}
.hero-slider .slick-slide{
    height:100vh;
}
.hero-slider .slick-slide img{
    height:100%;
    width:100%;
    object-fit:cover;
}
header ul li a {
    font-weight: 700 !important;
    font-size: 18px !important;
    font-style: bold;
    line-height: 26px;
    text-transform: uppercase;
    color: #000 !important;
}
.aboutcnt_main .mainbtn{
    margin-top:32px;
}
   .custom-header {
/*             box-shadow: 0 2px 4px rgba(0,0,0,0.05); */
            /*padding:15px 0px;*/
        }

        .navbar-nav .nav-link {
            letter-spacing: 0.5px;
            padding: 8px 15px ;
            transition: color 0.3s ease;
        }

        

        .btn-contact {
            background-color: #2b8ee4;
            color: #fff !important;
            border-radius: 50px;
            padding: 8px 25px;
            font-weight: 600;
            font-size: 14px;
            border: none;
            text-decoration: none;
            display: inline-block;
            transition: background-color 0.3s ease;
            white-space: nowrap; /* Taki button ka text break na ho */
        }

        .btn-contact:hover {
            background-color: #1e70b8;
            color: #fff;
        }
        
        @media (max-width: 991px) {
            .navbar-nav {
                text-align: center;
                padding-top: 15px;
            }
            .mobile-btn-wrapper {
                /*background-color:#fff;*/
                display: flex;
                justify-content: center;
                width: 100%;
            }
        }


 .navbar-expand-lg .navbar-nav {
        gap: 10px;
    }

@media (max-width: 1600px) {
  header ul li a {
     font-size:16px !important; 
  }
    .navbar-expand-lg .navbar-nav {
        gap: 10px;
    }

}
@media (max-width: 1600px) {
     .navbar-expand-lg .navbar-nav {
        gap: 0px;
    }
}
@media (max-width: 1350px) {
    .navbar-expand-lg .navbar-nav {
        gap: 0px;
    }
    
}

.slide {
    position: relative;

}

h1 {
    font-weight: 400;
    font-size: 64px;
    line-height: 82px;
    letter-spacing: 0%;
    font-family: DM serif Display;
    margin-bottom: 48px;

}

.slide .content {
    position: absolute;
    top: 25%;
    left: 6%;
}

.slide .content h1 {
    width: 60%;
	color:#fff;
}
.hero-slider a{
background-color:white;
color:var(--primary-color);
}
.hero-slider .slick-next {
    background-color: var(--primary-color);
    border: none;
    padding: 13px 16px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    right: 6%;
}
.hero-slider button i {
    color: #fff;
}
.hero-slider .slick-prev {
    background-color: var(--primary-color);
    border: none;
    padding: 13px 16px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    left: auto;
    z-index: 1;
    right: 9%;
}
.hero-slider {
    position: relative;
    height:80vh;
	margin-top:70px;
}

.hero-slider .slide {
    position: relative;
}
.hero-slider .slide::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;

    background-image: url("https://agindus.com/wp-content/uploads/2026/05/Homapeg-banner-shape.webp");
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* .hero-slider {
    position: relative;
    overflow: hidden;
}

.hero-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    
    width: 100%;
    height: 100%;

    background-image: url("https://agindus.com/wp-content/uploads/2026/05/Homapeg-banner-shape.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    z-index: 2;
    pointer-events: none;
}


.hero-slider .slide {
    position: relative;
    z-index: 1;
} */

/* <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 810"><path fill="#1a2b42" d="M846 368.272 293.226 0H-646v991h562.65zM1826 1037V-47h-705.74l605.08 402.333L705 1037z" opacity=".8"/></svg>

.hero-slider .slide::before   {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 10%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.5) 0%,
        rgba(255, 255, 255, 0.5) 30%,
        rgba(255, 255, 255, 0.5) 60%,
        rgba(255, 255, 255, 0.5) 80%,
        rgba(255, 255, 255, 0) 100%
    );
} */
/* 
.hero-slider .slide::after  {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.1) 30%,
        rgba(255, 255, 255, 0.1) 60%,
        rgba(255, 255, 255, 0.1) 80%,
        rgba(255, 255, 255, 0.1) 100%
    );
} */

/* .breadBrumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%; /* jitna upar shadow chahiye 
    background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
    z-index: 0;
} */




@media (max-width: 992px) {
 .pro.breadBrumb:after {
   
    height: 100%;
    
}
}




/* .breadBrumb:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.7),transparent);
    z-index:0;
} */

/*.breadBrumb:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 40%;*/
/*    height: 100%;*/
/*    background: linear-gradient(to right, rgba(255,255,255,0.6), transparent);*/
/*    z-index: 0;*/
/*}*/




.hero-slider .content {
    z-index: 2;
}

.info-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

.info-overlay .col-md-3 {
    margin: unset;
    padding: unset;
    overflow: hidden;
    gap:0px;
}


.info-overlay .cards {
    position: relative;
}

.info-overlay .info-box {
    padding: 67px 56px;
    background-color: rgba(58, 57, 57, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(27.600000381469727px);
    position: relative;
    transition: .5s all linear;
    z-index: 2;

}

.info-overlay .cards:hover .info-box {
    transform: translateY(-100%);

}

.info-overlay .row{
    gap: 0px;
    margin: 0px !important;
    padding: 0px !important;
}

.info-overlay .hover-box {
    /* padding: 67px 56px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    z-index: 0;
    transition: 1s all linear;
    opacity: 0;
    height:100%;
    width:100%;
}


.info-overlay .cards:hover .hover-box {
    opacity: 1;
    /* filter: brightness(0.5); */
}
.hover-box:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    width: 100%;
    height: 100%;
}
.hover-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.box-hover {
    padding: 67px 56px;
    background-size: contain;
    background-position: center;
    /* background-repeat: no-repeat; */

    display: flex;
    flex-direction: column;
    justify-content: center;

    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;

}

h3 {
    letter-spacing: 0;
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 12px;
}
p {
    font-family: DM Sans;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    line-height: 26px;


}

.info-overlay .info-box h3 {
    font-family: DM Serif Display;
    font-weight: 400;

    font-size: 28px;

    line-height: 38px;
    color: #fff;

}

.info-overlay .info-box a {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;

    line-height: 26px;

    text-transform: uppercase;

}

.aboutag {
    background: linear-gradient(90deg, #002F6C 0%, #2196F3 100%);
    position: relative;
    z-index: 3;
}

.aboutImg {
    position: relative;
    z-index: -1;
}

.aboutag::before {
    content: '';
    position: absolute;
    height: 55%;
    width: 25%;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: -1;

}

.aboutag img, .career_sec1 img {
    border-radius: 12px;
    
    /* z-index: 2; */
}

.aboutcont .ab_num p  ,.abnumbers .ab_num p {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 64px;
    line-height: 74px;
    text-align: center;
    color: #fff;
    text-align: center;
}

.aboutnumber {
    text-align: center;
}

.aboutnumber span {
    text-align: center;
    color: #fff;
    text-align: center;
}

.aboutnumber {
    padding: 50px 0px 0px 0px;
}

.aboutcont h2 {
    margin-top: 48px;
}

.aboutcnt_main {
    padding: 42px;
    background-color: #fff;
     /*position: absolute; */
     /*top: 45%; */
     /*width:45%; */
    border-radius: 20px;
    margin-top: 100px;
    width: 140%;
    z-index: 9 !important;
}

.aboutcnt_main p {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: rgba(103, 104, 110, 1);
    text-align: left;
}

.aboutcnt_main .expbtn {
    margin-top: 50px;
}

 .aboutag .aboutnumber div:nth-child(1) .ab_num,
  .aboutag .aboutnumber div:nth-child(2) .ab_num,
 .aboutag .aboutnumber div:nth-child(3) .ab_num {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.about-sec .aboutnumber .col-md-3:nth-child(1),
  .about-sec .aboutnumber .col-md-3:nth-child(2),
 .about-sec  .aboutnumber .col-md-3:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}


.mainheading {}

.our_products {
    position: relative;
    background-color: rgba(243, 243, 243, 1);
    z-index: 1;
}
.job-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.our_products::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 40%;
    height: 100%;
    z-index: -1;

}

.product_cnt {
    
    z-index: 2;
    gap: 32px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.mainheading span {
    color: rgba(153, 153, 153, 1);
    text-transform: uppercase;

}

span {
    font-family: DM Sans;
    font-weight: 500;
    line-height: 24px;

    font-size: 14px;
}
.location-group span{
	font-size:20px;
	line-height:30px;
		color:#000;
}





.product_slider {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    /*margin-bottom: 20px;*/
    position: absolute;
    top: auto;
    right: 0%;
    bottom:100%;
}

.btn-prev,
.btn-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.btn-next {
    background: #0056b3;
    /* Primary Blue */
    color: #fff;
    border-color: #0056b3;
}

.btn-prev svg,
.btn-next svg {
    width: 20px;
    height: 20px;
    /* fill: currentColor; */
}

/* Slider Styles */
.product_slider_wrapper {
    margin-left: 100px;
}

.product_slider_wrapper .slide-card {
/*     background: #fff; */

    border-radius: 12px;
    text-align: center;
    transition: all 0.4s ease;
    /* opacity: 0.5; */
    transform: scale(0.9);
/*     padding: 30px 85px; */
/*     min-height:520px; */
}

.product_slider_wrapper .slide-card img {
    width: 100%;
	height:400px;
    /* max-width: 220px; */
    /* height: auto; */
    /* margin: 0 auto 30px; */
    /* display: block; */
	object-fit:cover;
}

.pro-slider .slide-card h4 {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    margin-top: 30px;
	margin-bottom:0px;
	

}

/* Active/Center Slide Focus */
.pro-slider .slick-center .slide-card {
    opacity: 1;
    /* transform: scale(1.05); */
    /* box-shadow: 0 15px 35px rgba(0,0,0,0.1); */
}

/* Hide default slick arrows */
.product_slider .slick-prev,
 .product_slider .slick-next {
    display: none !important;
}
.client_logo img{
    padding:20px;
}
.client_logo , .industries_about{
    background-color: rgba(243, 243, 243, 1);

}
.csr_3rdsec h2 ,
.ist_cont h2,
.client_logo h2,
.contact_wrapper h2,
.indus_heading h2 ,
.next_step h2,
.commitment-section h2 ,
.career_sec1  .aboutcont h2,
.industries_about h2,
.product-main h2,
.next_step1 h2,
.main-mission h2,
.product-section h2,
.esg-credentials-section h2
,.ag-map-wrapper h2 ,
.leadershipTeam h2{
    color: rgba(12, 34, 66, 1);
    margin-bottom: 40px;
    margin-top:unset;
}
.next_step h2 ,.next_step1 h2{
  width:max-content;
}

.indus_heading h2 {
    margin-top: 24px;
    /*width:70%;*/
}

.client_logo .logo-item {
    background-color: #fff;
}

.client_logo .logo-item {
    margin: 0 12px;
    border-radius: 20px;
}





.edge-section,
.main_indus {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    /* mobile default */
}

/* SM ≥576px (container 540px) */
@media (min-width: 576px) {

    .edge-section,
    .main_indus {
        padding-left: calc((100vw - 540px) / 2);
    }
}

/* MD ≥768px (container 720px) */
@media (min-width: 768px) {
    
    .cad-cam-capability h3{
        margin-bottom:20px;
    }

    .edge-section,
    .main_indus {
        padding-left: calc((100vw - 720px) / 2);
    }
}

/* LG ≥992px (container 960px) */
@media (min-width: 992px) {

    .edge-section,
    .main_indus {
        padding-left: calc((100vw - 960px) / 2);
    }
}

/* XL ≥1200px (container 1140px) */
@media (min-width: 1200px) {

    .edge-section,
    .main_indus {
        padding-left: calc((100vw - 1140px) / 2);
    }
}

/* XXL ≥1400px (container 1320px) */
@media (min-width: 1400px) {

    .edge-section,
    .main_indus {
        padding-left: calc((100vw - 1320px) / 2);
    }
}





.indus_head span {
    color: #4C4C4C;
    position: relative;
}
.indus_head span:after ,.next_step h2:after ,.next_step1 h2:after{
    position: absolute;
    content: '';
    height: 10px;
    width: 50%;
    background-color: var(--primary-color);
    bottom: -15px;
    left: 0;
}
.indus_head {
    height: 100%;
    align-content: center;
}
/* .industrySlider .card {
    border-radius: 20px;
    overflow: hidden;
    width: 95%;
    background-color: var(--gray);
    color: #000;
    border: unset;
}

.industrySlider .card h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
.industrySlider .card .card-body{
    padding: 20px 24px;
}

.industrySlider .card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
} */

.slider-container {
      /*max-width: 1400px;*/
      /*margin: 50px auto;*/
      padding: 0 20px;
      position: relative;
    }

    .industrySlider {
      display: flex;
      gap: 32px;
      overflow: hidden;
      scroll-behavior: smooth;
      padding: 20px 0;
    }

    .card {
      min-width: 350px;
      border-radius: 20px;
      overflow: hidden;
      background:#EEEEEE;
      border:none;
    }

    /* .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    } */

    .card-img-top {
      width: 100%;
      /* height: 200px; */
      object-fit: cover;
    }

    .card-body {
      padding: 20px;
		min-height:180px;
    }

    .card-title {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 10px;
      color: #000;
    }

    .card-body p {
      color: #000;
      font-size: 16px;
    }

    /* Progress Bar */
    .progress-container {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-top: 30px;
      padding: 0 10px;
      width: 70%;
    }

    .progress-bar-wrapper {
      flex: 1;
      height: 10px;
      background: #e0e0e0;
      border-radius: 12px;
      position: relative;
      overflow: hidden;
    }

    .progress-bar-fill {
      height: 100%;
      background: linear-gradient(to right, #0066cc, #0099ff);
      border-radius: 2px;
      width: 25%;
      transition: width 0.3s ease;
    }

    /* Navigation Buttons */
    .nav-buttons {
      display: flex;
      gap: 10px;
    }

    .nav-btn {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: none;
      background: linear-gradient(90deg, #002F6C 0%, #2196F3 100%);

      color: white;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /*.nav-btn:hover {*/
    /*  background: #0052a3;*/
    /*}*/

    .nav-btn:disabled {
    background: none;
    cursor: not-allowed;
    color: var(--primary-color);
}

    .nav-btn svg {
      width: 35px;
      height: 35px;
    }

    @media (max-width: 768px) {
      .card {
        min-width: 250px;
      }
    }






.contact_wrapper {
    position: relative;

}

.contact_wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background-image: url('../img/AG.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.contact_wrapper input, .contact_form input ,.contact_form textarea,
.contact_wrapper textarea {
    padding: 20px;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    border: none;
    border-left: 1px solid rgba(190, 190, 190, 1);
    border-bottom: 1px solid rgba(190, 190, 190, 1);
    width: 100%;
    resize: none;
    outline: none;
}

.contact_wrapper button {
    border: none;
    color: #fff;
}

footer {
    background-color: #000;
}

footer h5 {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 16px;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
	margin-bottom:15px;
    text-transform: capitalize;

}

footer p {
    width: 80%;
    font-size:18px;
}

footer hr {
    color: rgba(245, 243, 236, 1);
}

footer .social-icons {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

footer .social-icons img {

    height: 30px;
    width: 30px;
}

section.breadBrumb {
    position: relative;
}



.breadBrumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-color: var(--primary-color);
    clip-path: polygon(0 0, 40% 0, 60% 100%, 0% 100%);
    z-index: 1;
}

/* section.breadBrumb::before{
    content: '';
   background: linear-gradient(270deg, rgba(255, 255, 255, 0) 24.64%, rgba(255, 255, 255, 0.28846) 33.38%, rgba(255, 255, 255, 0.44278) 46.89%, rgba(255, 255, 255, 0.62169) 62.55%, rgba(255, 255, 255, 0.761607) 74.81%, #ffffff 95.68%);
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    z-index: 0;
} */
.breadContent {
    position: absolute;
    bottom: 10%;
    z-index:2;
	width:100%;
	left:0;
	display:flex;
	justify-content:center;
    /*color: #fff;*/
}
.breadContent .breadTitle{
	width:90%;
}

.breadTitle h1 {
    font-size: 40px;
    line-height: 50px;
    /* border-bottom: 5px solid var(--red); */
    margin-bottom: 10px;
    color: #fff;
	width:30%;
    /* padding-bottom: 10px; */
}
.breadcrumb-item{
    /*color: #fff !important;*/
    opacity: 1;
     color:#000;
}
.breadcrumb-item+.breadcrumb-item::before{
    /*color: #fff;*/
    opacity: 0.7;
   
}
.breadcrumb-item.active{
    opacity: 1;
    color:#000;
}

.breadcrumb-item a{

    color:#000;
    
}

/* BreadCrumb Styles Ends Here */


/* contact page*/


.contact_form {
  /*background-color: #F3F3F3;*/
}

.connect-form{
    width:90%;
}

/*.contact_form .main_contact_form input ,.contact_form .main_contact_form textarea {*/
/*    background-color: rgba(247, 250, 255, 1);*/
/*    padding: 10px 20px;*/
/*}*/
.contact_form h2{
    margin-bottom: 40px;
    color: #0C2242;

}

/*.main_contact_form label{*/
/*    font-weight: 500;*/
    /* margin-bottom: 16px; */
/*    font-size: 20px;*/
/*    line-height: 30px;*/
/*}*/
/*.main_contact_form button{*/
/*   margin-top: 40px;*/
/*}*/
.loc_detail{
    padding: 0px 20px ;
    align-content: center;
}
.location{
    margin-bottom:20px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
}
.loc_detail h3{
    margin-bottom: unset;
    color:#000;
}
.loc_detail h4{
    font-size:20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    
}
.loc_detail p{
    font-size:20px;
    line-height: 30px;
    margin-bottom: unset;
    color:#000;
}

.loc_detail a{
    display: inline-block;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.loc_detail a:hover{
    color: var(--red);
    transform: translateY(-3px);
    text-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.map{
    margin-top:50px;
}
.map iframe{
    width:100%;
    height:300px;
}
.main_next {
    display: flex;
    /*align-items:center;*/
    justify-content:space-between;
}

.next_card {
    width: 90%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.next_step{
   background-color:rgba(243, 243, 243, 1); 
}
.next_step h2 , .next_step1 h2{
    position:relative;
}
.next_card{
    position:relative;
}
.next_cont {
    position:absolute;
    height:100%;
    width:100%;
    position:absolute;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:20px;
    background-color:rgba(0,0,0,.2);
}

.next_cont p ,.next_cont a{
    display:none;
    
}

.next_card:hover .next_cont a{
    display: block;
    opacity:1;
}
.next_card:hover .next_cont p{
    display: block;
    opacity:1;
}
.next_cont p{
    text-align:center;
    width:80%;
}
.next_card:hover .next_cont{
    background-color:rgba(0,0,0,.7);
}

.career_sec1 , .csr_2ndsec {
    background-image:url('https://agindus.com/wp-content/uploads/2026/02/download.png');
    position:relative;
}

 .career_sec1 .aboutcont p , .career_sec1 .ab_num span{
    color:#000;
    
}
.career_sec1 .ab_num span{
    font-size:20px;
}

.career_main {
    
    /*align-items: center;*/
    justify-content: center;
    display: flex;
    flex-direction: column;
    height:100%;
}
.career_main h2{
    margin:unset;
}
 

.career_sec1 .ab_num {
    border-top:2px solid #2196F3
;
    
    text-align:left;
    padding-top:20px;
}
.career_sec1 .aboutnumber{
    padding-top:80px;
}
.career_sec1 .ab_num p{
    text-align:left;
}
.career_sec1 h3{
    color:#000;
    text-align:left;
}
.career_sec1 .aboutImg{
    z-index:0;
}
.commitment-section p{
    color:#000;
}
.commitment-section .top-content {
        display: flex;
        justify-content: space-between;
        gap: 40px;
        flex-wrap: wrap;
}
.divider {
        margin: 50px 0;
        border-top: 1px solid #000;
}
.features {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 50px 30px;
        text-align: center;
}
.feature-box i {
    font-size: 42px;
    background: linear-gradient(90deg, #002F6C 0%, #2196F3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 15px;
}
.left-title {
        flex: 1;
        min-width: 300px;
    }
     .right-text {
        flex: 1;
        min-width: 300px;
        font-size: 15px;
        line-height: 1.7;
        color: #333;
    }
    
    .jobs-section {
        background:linear-gradient(90deg, #002F6C 0%, #2196F3 100%);
    }
    
    .jobs-section .divider{
        border-top:1px solid #fff;
    }
    .jobs-section span{
        color:#fff;
    }
    .jobs-top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}
.jobs-left {
    flex: 1;
    min-width: 280px;
}.jobs-right {
    flex: 1;
    min-width: 280px;
    font-size: 15px;
    line-height: 1.7;
    color: #cfcfcf;
}
.job-card {
    /*width:45%;*/
     border: 2px solid #fff;
    border-radius: 26px;
    padding: 30px 32px;
    position: relative;
     transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.job-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(255, 255, 255, 0.08);
}
.job-card .job-arrow i{
    color:#fff;
}
.serachbox{
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}
.search-wrapper {
    width:100%;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
}
.search-box{
    width:50%;
    text-align:center;
    gap:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px 10px;
    /*background-color:#000;*/
    border-radius:20px;
    position:sticky;
    top:100px;
}
.search-box input{
    width:75%;
    padding: 20px;
    border-radius:12px;
    border: none;
}
.input_relative{
    position:relative;
}
.clients_main{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}
 
.clients_logo .logo-item{
    border:1px solid #00000017;
    padding:20px;
}
.industries_main_about{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}
.industries_about p , .product-main p{
    color:#000;
    width:80%;
    text-align:center;
}
.industries_about h2 , .product-main h2 {
        width:80%;
        text-align:center;
        
}
.indushead{
    margin-bottom:40px;
    text-align:center;
}
.indushead h2{
     color: rgba(12, 34, 66, 1);
}
.industries_sec p , .ist_cont p {
    color:#000;
}

.industries_grid{
    padding:30px 0px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.industries_grid1{
	 padding:30px 0px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}


.inner-product img {
    transition: transform 0.4s ease;
}

.inner-product:hover img {
    transform: scale(0.9); /* zoom out */
}

.industries_sec .service-card , .product-main .service-card{
            /* width: 400px; */
            border-radius: 10px;
            overflow: hidden;
            background: transparent;
            position: relative;
/*             box-shadow: 0 6px 18px rgba(0,0,0,0.15); */
            position: relative;
            margin-bottom:20px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        /* Top line on card */
       .industries_sec .card-top-line ,.product-main  .card-top-line {
            height: 8px;
            background: var(--primary-color);
            width:20%;
            position: absolute;
            top: 0%;
            z-index: 1;

        }

        /* Image */
       .service-card .card-img {
            width: 100%;
            height: auto;
            display: block;
            position: relative;
            object-fit:cover;
            /*height:400px;*/
            overflow: hidden;
            transition: transform 0.3s ease-in-out;
        }

        /* Text section */
      .industries_sec  .card-content ,.product-main .card-content {
            background:transparent;
            position: absolute;
            bottom: -20%;
            padding: 20px;
             transition: bottom 0.3s ease-in-out;
             z-index: 9;
        }
        
      .industries_sec  .card-content h3 ,.product-main .card-content h3 {
            /*margin: 0;*/
            /*color: #fff;*/
            /*font-size: 24px;*/
            /*font-weight: 600;*/
/*             margin-bottom:20px; */
        }
        .industries_sec .mainbtn ,.product-main .mainbtn{
            /*margin-top: 20px;*/
            /*font-size: 16px;*/
            /*line-height: 26px;*/
            /*padding: 8px 15px;*/
            visibility: hidden;
            transition: all 0.3s ease-in-out;
        }
.industries_sec .service-card:hover .mainbtn , .product-main .service-card:hover .mainbtn  {
    visibility: visible;
}
/* 2. Hover state par card ko upar uthane ke liye */
.industries_sec .service-card:hover, 
.product-main .service-card:hover {
    transform: translateY(-10px); /* 10px upar move karega */
   
}

.industries_sec .service-card:hover .card-content ,.product-main .service-card:hover .card-content {
    bottom: 0;      /* hover per zero */
}
.industries_sec .card-content:hover , .product-main  .card-content:hover{
    bottom: 0;
}

.industries_sec .service-card::before ,.product-main .service-card::before{
    content: "";
    position: absolute;
    background:rgba(22, 22, 22, 0.4);
    z-index: 1;
    height: 100% ;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    transition: opacity .3s ease-in-out;
}

.industries_sec .service-card:hover::before ,.product-main .service-card:hover::before{
    opacity: 1;
}

.industries_sec .service-card:hover .card-img , .product-main .service-card:hover .card-img{
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}

.industries_sec .service-card:hover .card-top-line  , .product-main .service-card:hover .card-top-line  , .inner-product:hover .card-top-line    {
    background: var(--primary-color);
    transition: width 0.3s ease-in-out;
    width: 100%;
	
}




 .inner-product .card-top-line {
    height: 4px;
    background: var(--primary-color);
    width: 0%;
    bottom: 0%;
    z-index: 1;
}






.about-sec{
    background:linear-gradient(90deg, #002F6C 0%, #2196F3 100%);
    
}
.about-sec h2{
    margin-bottom:20px;
}

.about-grid {
    display: grid;
    grid-template-columns:repeat(2,1fr);
    gap: 50px;
    /*align-items: center;*/
}

.about-image {
    flex: 1;
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.about-content {
    flex: 1;
}
.about-content p{
    /*color:black;*/
}
.main-mission{
display:grid;
grid-template-columns:repeat(2,1fr);
 justify-content: center;
    gap:80px
}

.mission-values-section{
    background-color:rgba(243, 243, 243, 1);
}

.left-column {
            flex: 0 0 35%; /* Takes up 35% of the width */
        }

        .top-line {
            width: 100%;
            height: 3px;
            background-color: var(--primary-color);
            margin-bottom: 20px;
        }

    
        .statement-block {
            margin-bottom: 30px;
        }

        .statement-block p {
            color:#000;
        }

        .statement-block strong {
            font-weight: 800;
        }

        
      .right-column {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 20px;
}

.right-column i{
        font-size: 42px;
    background: linear-gradient(90deg, #002F6C 0%, #2196F3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.technology_head h2, .technology_slider h2 ,.csr_3rdsec h2 ,.esg-credentials-section h2{
    text-align:center;
}


        
        .value-card {
            display: flex;
            flex-direction: column;
        }

        
        .icon-scope {
            margin-bottom: 15px;
        }

        
        .placeholder-icon {
            width: 45px;
            height: 45px;
            background-color: #f0f0f0; 
            border: 1px dashed #ccc;
            border-radius: 8px; 
        }

        .value-card h4 {
    /* font-size: 1.3rem; */
    font-weight: 700;
    /* margin-bottom: 15px; */
    /* letter-spacing: -0.3px; */
}

        .value-card p {
            font-size: 1rem;
            line-height: 1.6;
            color: #555555; 
            font-weight: 400;
        }

    
        @media (max-width: 992px) {
            .container {
                flex-direction: column;
                gap: 60px;
            }

            .left-column {
                flex: 1;
            }

            .right-column {
                grid-template-columns: 1fr; 
                row-gap: 40px;
            }
        }
        .product_main{
            display:grid;
            grid-template-columns:repeat(3,1fr);
            gap:40px;
            
        }
        
   .product-card {
            display: flex;
            flex-direction: column;
            height: 100%;
            padding:0px 0px 40px 0px ;
            border-bottom: 1px solid #cfc9c9;
        
        }

        .product-card img {
            width: 100%;
            height: auto;
            border-radius: 8px; /* Rounded corners for images */
            margin-bottom: 24px;
            object-fit: cover;
            box-shadow: 0 4px 6px rgba(0,0,0,0.05); /* Optional: slight shadow for depth */
        }

        .product-title {
        color:#000;
        
            margin-bottom: 15px;
         
        }

        .product-desc {
          color:#000;
        }

        /* Read More Link Styling */
        .read-more-wrapper {
            margin-top: auto; /* Pushes the link to the bottom if cards are unequal heights */
        }

        .read-more-link {
            display: inline-flex;
            align-items: center;
            text-decoration: none;
            color: #000;
            font-weight: 800;
            font-size: 0.75rem;
            letter-spacing: 1.5px;
            text-transform: uppercase;
        }

        .read-more-text {
            border-bottom: 2px solid #000;
            padding-bottom: 2px;
            margin-right: 8px;
            transition: border-color 0.2s;
        }

        .read-more-link:hover .read-more-text{
            border-bottom:2px solid var(--primary-color);
             background: linear-gradient(90deg, #002F6C 0%, #2196F3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
        }
        .propadding{
            padding: 0px 40px 0px 0px;
            border-right:1px solid #cfc9c9 ;
            /*margin-bottom:40px;*/
      }
      .propadding:last-child ,.propadding:nth-child(3) {
  border-right: none;
}
.propadding:nth-last-child(-n + 2) .product-card ,.propadding:nth-child(4) .product-card {
  border-bottom: none;
}



 .commitments-section {
     
    }

    .commhead {
      text-align: center;
      margin-bottom: 40px;
    }

    .commhead h2 {
      color: rgba(12, 34, 66, 1);
    }

    .commhead p {
      color: #000;
    }

    
    .cards-container {
      display: grid;
      gap: 20px;
      grid-template-columns:repeat(2,1fr);
    }

    
    .card {
      flex: 1;
      border-radius: 8px;
      overflow: hidden;
      position: relative;
      display: flex;
       height:100%; 
      justify-content:end;
      background-size: cover;
      background-position: center;
      transition: transform 0.3s ease; 
    }

    
    .card-sustainability {
      background-image: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0) 70%), url('https://images.unsplash.com/photo-1542044896530-05d85be9b11a?auto=format&fit=crop&q=80&w=800');
      
      
    }

    .card-social {
      background-image: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0) 70%), url('https://images.unsplash.com/photo-1542044896530-05d85be9b11a?auto=format&fit=crop&q=80&w=800');
      
      
    }

    /* Card Content Positioning */
   .commitments-section .card-content {
      padding: 30px;
      color: #ffffff;
      width: 100%;
      transition: transform 0.3s ease;    
      transform: translateY(70px); 
    }

    .card-content h3 {
      font-weight: 700;
    }
    .card-content p {
      max-width: 90%;
    }
    .btna {
      opacity: 0
      visibility: hidden;
      transform: translateY(15px); 
      transition: all 0.3s ease-in-out;
    }
    .card:hover .card-content {
      transform: translateY(0);
    }
    .card:hover .btna {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
    .technology_head h2 , .technology_slider h2{
    color: rgba(12, 34, 66, 1);
    margin-bottom: 40px;
}

.vid_grid {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:40px;
}

.video_cont iframe{
    width:100%;
    height:450px;
}
     .custom-diflex-slider-wrapper {
            position: relative;
            margin: 40px auto;
            font-family: Arial, sans-serif;
            box-sizing: border-box;
        }

        .custom-diflex-slider-wrapper * {
            box-sizing: inherit;
        }

        /* Slide Container */
        .custom-diflex-slider-wrapper .slide-item {
            position: relative;
            outline: none;
        }

        .custom-diflex-slider-wrapper .slide-item img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
            min-height: 400px; /* Fallback height */
        }

        /* White Text Box (Overlay) */
        .custom-diflex-slider-wrapper .text-box {
            position: absolute;
            top: 15%;
            left: 10%;
            background-color: rgba(245, 245, 245, 0.95);
            padding: 30px 40px;
            max-width: 500px;
        }

        .custom-diflex-slider-wrapper .text-box h2 {
            font-size: 28px;
            color: #1a1a1a;
            margin: 0 0 15px 0;
            font-weight: bold;
            line-height: 1.2;
        }

        .custom-diflex-slider-wrapper .text-box h3 {
            font-size: 26px;
            color: #1a1a1a;
            margin: 0;
            font-weight: bold;
        }

        /* Custom Thin Arrows */
        .custom-diflex-slider-wrapper .slick-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
            background: transparent;
            border: none;
            cursor: pointer;
            padding: 10px;
            outline: none;
        }

        .custom-diflex-slider-wrapper .slick-prev {
            left: 20px;
        }

        .custom-diflex-slider-wrapper .slick-next {
            right: 20px;
        }

        .custom-diflex-slider-wrapper .slick-arrow svg {
            width: 35px;
            height: 35px;
            fill: none;
            stroke: #ffffff;
            stroke-width: 1.5;
            transition: stroke 0.3s ease;
        }

        .custom-diflex-slider-wrapper .slick-arrow:hover svg {
            stroke: var(--primary-color); /* Hover effect (Optional) */
        }

        /* Custom Dots (Bottom Center) */
        .custom-diflex-slider-wrapper .slick-dots {
            position: absolute;
            bottom: 25px;
            width: 100%;
            display: flex !important;
            justify-content: center;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .custom-diflex-slider-wrapper .slick-dots li {
            margin: 0 6px;
        }

        .custom-diflex-slider-wrapper .slick-dots button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 10px;
            height: 10px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: var(--primary-color);
            border-radius: 50%;
            transition: background 0.3s ease;
        }

        /* Active Dot Color (Yellow/Orange as in image) */
        .custom-diflex-slider-wrapper .slick-dots li.slick-active button {
            background: var(--primary-color); 
            width: 12px;
            height: 12px;
        }
        
        
        
         .header-title {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 30px;
        }

        /* Article Item Styles */
        .article-item {
            display: flex;
            gap: 40px;
            padding: 30px 0;
            border-bottom: 1px solid #e0e0e0;
            align-items: flex-start;
        }

        /* Remove border from the last item */
        .article-item:last-child {
            border-bottom: none;
        }

        /* Image Styles */
        .article-image {
            flex-shrink: 0;
            width: 320px;
            height: 200px;
            overflow: hidden;
            border-radius: 8px;
        }

        .article-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* Content Styles */
        .article-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding-top: 10px; /* Aligns slightly better with the image */
        }

        .article-title {
            font-size: 1.2rem;
            font-weight: 700;
            line-height: 1.4;
            margin: 0 0 25px 0;
            color: #000;
        }

        .article-meta {
            font-size: 0.75rem;
            font-weight: 600;
            color: #a0a0a0;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 10px;
        }

        .article-date {
            font-size: 0.9rem;
            font-weight: 700;
            color: #000;
            margin: 0;
        }

        /* Responsive Design for Mobile */
        @media (max-width: 600px) {
            .article-item {
                flex-direction: column;
                gap: 20px;
            }

            .article-image {
                width: 100%;
                height: auto;
                aspect-ratio: 16/9;
            }
        }
        
        .single_prodetail{
            display :grid;
            grid-template-columns:repeat(2,1fr);
            gap:60px;
        }
        .single_pro h3 ,.single_pro p ,.csr_2ndsec p{
            color:#000;
        }
.csr_2ndsec h3{
	color:#fff;
	margin-bottom:unset
}
        
        .csr_2ndsec h2{
           color: rgba(12, 34, 66, 1);
           margin-bottom:20px;
        }
        
        .ist_sec{
            display :grid;
            grid-template-columns:repeat(2,1fr);
            gap:60px;
			align-items:center;
        }
        .ist_cont{
            padding-top:0px;
        }
        
        
        .csr_3rdsec h2 {
            text-align: center;
        }

        /* --- Top Row: News Cards Grid --- */
        .csr_3rdsec .news-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-bottom: 40px;
        }

        .csr_3rdsec .news-card {
            background-color: #f4f6f8; /* Light gray */
            padding: 30px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 220px;
        }

        .csr_3rdsec .news-card h3 {
            font-size: 16px;
            margin-top: 0;
            line-height:26px;
            margin-bottom: 20px;
            color: #000;
        }
.client_logo img {
    padding: 20px;
}
        .csr_3rdsec .card-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: auto; /* Pushes footer to the bottom */
        }

        .csr_3rdsec .read-more {
            text-decoration: none;
            color: #002244;
            font-weight: 700;
            font-size: 14px;
        }

        .csr_3rdsec .arrow-icon {
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: var(--primary-color); /* Cyan/Teal */
            color: #ffffff;
            width: 32px;
            height: 32px;
            border-radius: 50%;
        }

        .csr_3rdsec .arrow-icon svg {
            width: 16px;
            height: 16px;
        }

        /* --- Bottom Row: Feature Blocks Grid --- */
        .csr_3rdsec .feature-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }

        .csr_3rdsec .feature-block {
            display: flex;
            flex-direction: column;
        }

        .csr_3rdsec .feature-block img {
            width: 100%;
            height: 350px;
            object-fit: cover;
            display: block;
        }

        .csr_3rdsec .feature-content {
            background-color: #f4f6f8;
            padding: 25px 30px;
        }

        .csr_3rdsec .feature-content p {
            font-size: 18px;
            font-weight: 600;
            color: #002244;
            margin: 0;
        }

.esg-credentials-section{
background-color:rgba(243, 243, 243, 1);
}
        .esg-credentials-section .esg-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            /*max-width: 1200px;*/
            margin: 0 auto;
        }
        .esg-credentials-section h2{
            margin-bottom:20px;
        }
        .esg_center{
            display:flex;
            align-items:center;
            justify-content:center;
        }
         .esg-credentials-section p{
            color:#000;
             max-width: 900px;
             margin-bottom:40px;
             text-align:center;
        }

        .esg-credentials-section .esg-item {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .esg-credentials-section .esg-logo {
            /*height: 70px;*/
            width: auto;
            max-width: 100%;
            object-fit: contain;
            margin-bottom: 25px;
            background-color: #fff;
            /*padding: 5px;*/
            border-radius: 4px;
        }
        .esg-credentials-section .esg-description {
            color: #5a6b7c;
            font-size: 15px;
            line-height: 1.6;
            margin: 0;
        }
.icon-scope img {
    height: 50px;
    width: 50px;

    filter: brightness(0) saturate(100%) 
            invert(32%) sepia(98%) 
            saturate(1350%) hue-rotate(200deg) 
            brightness(95%) contrast(105%);
}
.product-card h3.product-title {
    font-size: 24px;
}
       
       .commitments-section .card {
    height: 400px;
}



 .ag-map-wrapper {
            background-color: #fff;
            /* Base font size set to 18px */
            font-size: 18px; 
        }

        .ag-map-wrapper * {
            box-sizing: border-box;
        }

        /* Left Side: Map Styling */
        .ag-map-wrapper .map-wrapper {
            position: relative;
            background: #f9f9f9;
            border-radius: 15px;
            padding: 20px;
        }

        .ag-map-wrapper .map-svg {
            width: 100%;
            height: auto;
            display: block;
        }

        /* ==========================================
           NEW RADAR / RIPPLE RADIATION EFFECT
           ========================================== */
        
        /* Main solid dot */
        .ag-map-wrapper .pin-core {
            fill: var(--primary-color);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .ag-map-wrapper .pin-core:hover {
            fill: #003d80;
            r: 6; /* Hover par thoda bada hoga */
        }

        /* The radiating outer ring */
        .ag-map-wrapper .pin-ripple {
            fill: transparent;
            stroke: var(--primary-color);
            stroke-width: 1.5;
            cursor: pointer;
            /* Animation set ki hai jisme ye scale hoga aur fade out hoga */
            animation: radarRadiation 2s infinite ease-out;
            transform-origin: center;
            /* Ye zaroori hai taaki center se scale ho SVG ke andar */
            transform-box: fill-box; 
        }

        @keyframes radarRadiation {
            0% {
                transform: scale(1);
                opacity: 0.8;
                stroke-width: 1.5;
            }
            100% {
                transform: scale(5); /* Kitna door tak radiation jayega */
                opacity: 0;
                stroke-width: 0.5;
            }
        }

        /* Text styling */
        .ag-map-wrapper .pin-text {
            font-size: 16px;
            font-weight: bold;
            fill: #222;
            pointer-events: none;
            text-shadow: 1px 1px 2px white, -1px -1px 2px white, 1px -1px 2px white, -1px 1px 2px white;
        }

        /* Right Side: Details Styling */
        .ag-map-wrapper .details-panel {
            padding: 10px 30px;
            border-left: 1px solid #e0e0e0;
            min-height: 500px;
        }

        .ag-map-wrapper #state-title {
            color: #00a0e3;
            font-size: 32px; 
            margin-top: 0;
            margin-bottom: 25px;
            font-weight: bold;
        }

        .ag-map-wrapper .location-group {
            border-bottom: 1px solid #eee;
            margin-bottom: 15px;
            padding-bottom: 15px;
        }

        .ag-map-wrapper .location-name {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 20px; 
            color: #444;
            cursor: pointer;
            font-weight: 600;
            transition: color 0.2s;
            user-select: none; 
            line-height: 1.4;
        }
        
        .ag-map-wrapper .location-name:hover {
            color: #00a0e3;
        }

        .ag-map-wrapper .icon-circle {
            width: 28px; 
            height: 28px;
            flex-shrink: 0;
            border: 1px solid #00a0e3;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #00a0e3;
            font-size: 18px;
            transition: all 0.3s ease;
            margin-left: 15px;
        }

        .ag-map-wrapper .facility-details {
            margin-top: 15px;
            padding-left: 5px;
            display: none; 
        }

        .ag-map-wrapper .info-row {
            margin-bottom: 15px; 
            border-bottom: 0.5px solid #f0f0f0;
            padding-bottom: 10px;
        }

        .ag-map-wrapper .info-row:last-child {
            border-bottom: none;
        }

        .ag-map-wrapper .info-label {
            display: block;
            font-size: 14px; 
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: #888;
            margin-bottom: 6px;
        }

        .ag-map-wrapper .info-value {
            display: block;
            font-size: 18px; 
            color: #333;
            font-weight: 400;
            line-height: 1.6;
        }

        .ag-map-wrapper .placeholder-text {
            color: #999;
            font-style: italic;
            font-size: 18px;
        }

        /* MOBILE RESPONSIVE CODE */
        @media (max-width: 991px) {
            .ag-map-wrapper { padding: 10px 0; }
            .ag-map-wrapper .map-wrapper { padding: 10px; }
            .ag-map-wrapper .details-panel { 
                padding: 20px 10px; 
                border-left: none; 
                border-top: 2px solid #e0e0e0; 
                min-height: auto; 
            }
            .ag-map-wrapper #state-title { font-size: 28px; margin-bottom: 20px; }
            .ag-map-wrapper .location-name { font-size: 18px; }
            .ag-map-wrapper .pin-text { font-size: 18px; }
            .ag-map-wrapper .info-value { font-size: 16px; } 
        }
.inner-product{
	background-color:rgba(243, 243, 243, 1);
}

/* Modal Container Background */
.modal {
    display: none; /* By default hidden */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Black background with opacity */
    backdrop-filter: blur(4px); /* Halka sa blur effect */
}

/* Modal Box */
.modal-content {
    background-color: #fff;
    margin: 5% auto; /* Upar se thoda margin aur center align */
    /*padding: 30px;*/
    width: 80%;
    max-width: 900px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    animation: fadeIn 0.3s ease-in-out;
}

/* Close Button */
.close-btn {
    color: #aaa;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.close-btn:hover { color: #000; }

/* Left and Right Layout */
.modal-body {
    display: flex;
    gap: 40px;
}
.job-details, .job-form {
    flex: 1; /* Dono ko barabar space milega */
}

/* Basic Styling for Details & Form */
.job-details p{
    color:black;
    font-size:16px;
}
.modal-content span{
    color:black;
}
.job-details span { color: var(--primary-color); font-weight: bold; font-size: 14px; }
.job-details h3 { margin: 10px 0; color:black; }
.job-form h3{
    color:black;
}
.job-details hr { border: none; border-top: 1px solid #ddd; margin: 20px 0; }
.job-form { background: #f9f9f9; padding: 20px; border-radius: 8px; }
.form-group { margin-bottom: 15px; }
.form-group label { display: block; margin-bottom: 5px; font-weight: bold; }
.form-group input { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 5px; }
.submit-btn { background: var(--primary-color); color: #fff; border: none; padding: 12px 20px; width: 100%; border-radius: 5px; cursor: pointer; font-size: 16px; }
.submit-btn:hover { background: #0056b3; }

/* Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive: Mobile view ke liye form ko niche shift karne ke liye */
@media (max-width: 768px) {
    .modal-body { flex-direction: column; }
}


input.mainbtn{
    background-color: var(--primary-color);
    font-family: DM Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 13px 32px;
    height: max-content;
    border: none;
    color: #fff;
    display: inline-block;
    width:max-content;
}
.contact_form textarea ,.contact_wrapper textarea{
    height:100px;
}
.service-card {
    position: relative;
    overflow: hidden;
}
.job-form .form-group label{
    color:#000;
    font-weight:400;
    font-size:16px;
}

.service-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
}
.tooling-division h2 ,.manufacturing-facilities h2{
    color:#2196f3;
}
.cad-cam-capability h3{
  
        color: #2196f3;
    text-align: center;
    margin-bottom: 70px;
}

 .ag-tooling-wrapper  .accordion-item{
     margin-bottom:20px;
     border:unset;
    
 }
  .ag-tooling-wrapper  .accordion-button{
    border-radius:12px !important;
     background-color:#2196f3;
     color:#fff;
 }
.ag-tooling-wrapper {
    background-color: #f8f9fa; 
}

.ag-tooling-wrapper .strength-card {
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
}

.ag-tooling-wrapper .strength-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
    /*border-color: #0d6efd; */
}
.strength-card p , .tooling-division p{
    color:black;
}
.ag-tooling-wrapper .icon-box {
    transition: transform 0.3s ease;
}



.ag-tooling-wrapper .slick-slide img {
    width: 100%;
    /*border-radius: 8px;*/
    object-fit: cover;
/*     height: 400px; */
    /*padding:20px;*/
}

.ag-tooling-wrapper .machine-slider {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
}

.ag-tooling-wrapper .slick-prev:before, 
.ag-tooling-wrapper .slick-next:before {
    color: #0d6efd; 
}
.manufacturing-facilities h3{
    color:#2196f3;
    margin-bottom:20px;
}
.accordion-item strong{
    font-size:22px;
}

@media (max-width: 991px) {
    .ag-tooling-wrapper .slick-slide img {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .ag-tooling-wrapper .slick-slide img {
        height: 220px;
    }
    
    .ag-tooling-wrapper .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    .ag-tooling-wrapper h2.text-uppercase {
        font-size: 1.5rem; 
    }
    .ag-tooling-wrapper h3 {
        font-size: 1.25rem; 
    }
    .ag-tooling-wrapper .lead {
        font-size: 1rem; 
    }

    .ag-tooling-wrapper .slick-prev {
        left: 10px;
        z-index: 10;
    }
    .ag-tooling-wrapper .slick-next {
        right: 10px;
        z-index: 10;
    }

    .ag-tooling-wrapper .strength-card {
        padding: 1.5rem !important;
    }
}

@media (max-width: 479px) {
    .ag-tooling-wrapper .table {
        font-size: 0.85rem;
    }
}


/* =========================================
   SLIDER FALLBACK & STRUCTURE FIX
========================================= */
/* Agar theme list style hide nahi kar rahi hai, toh hum khud karenge */
.ag-tooling-wrapper .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
}
.ag-tooling-wrapper .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.ag-tooling-wrapper .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex; /* Images ko ek line me lata hai */
    align-items: center;
}
.ag-tooling-wrapper .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.ag-tooling-wrapper .slick-initialized .slick-slide {
    display: block;
}
.p_50{
    padding-top:50px;
    padding-bottom:50px;
}

/* =========================================
   ARROWS (Previous/Next) FIX
========================================= */
.ag-tooling-wrapper .slick-prev, 
.ag-tooling-wrapper .slick-next {
    font-size: 0; /* Text hide karne ke liye */
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #0d6efd; /* Blue color */
    border-radius: 50%;
    z-index: 10;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.ag-tooling-wrapper .slick-prev { left: -15px; }
.ag-tooling-wrapper .slick-next { right: -15px; }

/* Arrows ke andar ka icon */
.ag-tooling-wrapper .slick-prev:before { content: '←'; color: white; font-size: 20px; font-weight: bold; }
.ag-tooling-wrapper .slick-next:before { content: '→'; color: white; font-size: 20px; font-weight: bold; }

/* =========================================
   DOTS (1, 2, 3) FIX
========================================= */
.ag-tooling-wrapper .slick-dots {
    position: absolute;
    bottom: -35px;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none !important; /* Bullet points hatane ke liye */
}
.ag-tooling-wrapper .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 6px;
    padding: 0;
    cursor: pointer;
}
.ag-tooling-wrapper .slick-dots li button {
    font-size: 0; /* Numbers (1,2,3) hide karne ke liye */
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #cccccc; /* Unselected dot color */
    border-radius: 50%;
    transition: all 0.3s ease;
}
.ag-tooling-wrapper .slick-dots li.slick-active button {
    background: #0d6efd; /* Selected dot ka blue color */
    width: 30px; /* Thoda lamba pill-shape banane ke liye */
    border-radius: 10px;
}






.mohan-production-wrapper .page-container {
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 40px; 
        }

        .mohan-production-wrapper .intro-section {
            text-align: center;
            padding: 0 10%; 
            line-height: 1.6;
            
        }
        .mohan-production-wrapper .intro-section p{
            color:#000;
        }

     .mohan-production-wrapper .hero-banner {
    width: 100%;
    height: 400px;
    border-radius: 16px;
    /*border: 1px solid;*/
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-image: url(https://agindus.com/wp-content/uploads/2026/05/infra-main-image.webp);
    background-size: cover;
    background-position: center;
}

/* Blur Layer */
.mohan-production-wrapper .hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    /*backdrop-filter: blur(4px);*/
    z-index: 1;
}
.strength-card img{
    height:50px;
    width:50px;
}
.accordion-button::after {
    filter: brightness(0) invert(1);
}

/* Text ko upar lane ke liye */
.mohan-production-wrapper .hero-banner * {
    position: relative;
    z-index: 2;
    color: #fff;
}

        .mohan-production-wrapper .hero-banner h2 {
            position: relative;
            z-index: 2;
            text-align: center;
            /*color:#2196F3;*/
        }

        .mohan-production-wrapper .features-section , .features-section{
            display: flex;
            gap: 40px; 
            /*border-top: 1px solid; */
            padding: 30px;
			background-color:#f8f9fa;
        }

        .mohan-production-wrapper .feature-column , .feature-column{
            flex: 1; 
            padding-left: 20px; /* Space for bullets */
            display: flex;
            flex-direction: column;
            gap: 20px; 
            text-align:left; 
}

        .mohan-production-wrapper .feature-column li ,  .feature-column li {
            line-height: 1.5;
            list-style-type: disc; /* Ensuring bullets show properly */
/*             margin-left: 20px; */
            font-family:DM Sans;
            font-size:18px;
        }

        /* Mobile Responsive Code */
        @media (max-width: 768px) {
            .mohan-production-wrapper .features-section , .features-section{
                flex-direction: column;
            }
            .mohan-production-wrapper .intro-section {
                padding: 0;
            }
        }
        
        
        
        
           .ag-production-wrapper {
            /*font-family: sans-serif;*/
            width: 100%;
            color: #333;
        }
        .ag-production-wrapper * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        .ag-production-wrapper .page-container {
            /*max-width: 1200px;*/
            margin: 0 auto;
            /*padding: 40px 20px;*/
            display: flex;
            flex-direction: column;
            gap: 60px; 
        }

        /* ========================================= */
        /* 2. Alternating Overlap Sections */
        /* ========================================= */
        .ag-production-wrapper .content-block { display: flex; flex-direction: column; margin-bottom: 40px; }
        .ag-production-wrapper .block-title { font-size: 28px; font-weight: bold; margin-bottom: 20px; text-align: center; color:#2196F3; }
        .ag-production-wrapper .image-text-container { position: relative; width: 100%; display: flex; align-items: flex-end; }
        .ag-production-wrapper .large-image { width: 75%; height: 400px; object-fit: cover; background-color: #eee; }
        .ag-production-wrapper .overlap-card { position: absolute; bottom: -60px; width: 50%; background: #ffffff;  padding: 40px; box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); line-height: 1.6; color: #555; }
.ag-production-wrapper .overlap-card p{
    color:#000;
}
        /* Left/Right Alignment */
        .ag-production-wrapper .layout-right-text .image-text-container { justify-content: flex-start; }
        .ag-production-wrapper .layout-right-text .overlap-card { right: 0; }
        .ag-production-wrapper .layout-right-text .btn-container { text-align: left; padding-top: 50px; }

        .ag-production-wrapper .layout-left-text .image-text-container { justify-content: flex-end; }
        .ag-production-wrapper .layout-left-text .overlap-card { left: 0; }
        .ag-production-wrapper .layout-left-text .btn-container { text-align: right; padding-top: 50px; }

        .ag-production-wrapper .btn-orange { background-color: #2196F3; color: #ffffff; border: none; padding: 12px 30px; font-size: 16px; font-weight: bold; border-radius: 4px; cursor: pointer; transition: background 0.3s; }
        .ag-production-wrapper .btn-orange:hover { background-color: #2196F3; }

        /* ========================================= */
        /* 3. Modal & Slick Slider Styling */
        /* ========================================= */
        .ag-production-wrapper .modal-overlay {
            display: none; 
            position: fixed;
            top: 0; left: 0; width: 100%; height: 100%;
            background: rgba(0, 0, 0, 0.9);
            z-index: 1000;
            justify-content: center;
            align-items: center;
        }

        .ag-production-wrapper .modal-content {
            position: relative;
            width: 80%;
            max-width: 800px;
            background: transparent;
            padding: 40px 30px 20px 30px; /* Extra padding for slider arrows/dots */
            border-radius: 8px;
        }

        .ag-production-wrapper .close-btn {
            position: absolute;
            top: 25px;
            right: 32px;
            font-size: 35px;
            font-weight: bold;
            cursor: pointer;
            color: #fff;
            border-radius:5px;
            z-index: 10;
            padding:5px;
            background-color:#2196F3
;
        }

        /* Slick Default Arrow Colors Overrides */
        .ag-production-wrapper .slick-prev:before, 
        .ag-production-wrapper .slick-next:before {
            color: #000; /* Orange arrows */
            font-size: 24px;
        }

        .ag-production-wrapper .slick-slide {
            height: 350px;
            background: #eee;
            display: flex !important; 
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: bold;
            color: #555;
            border-radius: 8px;
            margin: 0 10px; 
        }

        /* Mobile */
        @media (max-width: 768px) {
            .ag-production-wrapper .large-image { width: 100%; height: 250px; }
            .ag-production-wrapper .overlap-card { position: relative; padding: 20px; }
            
        }
        
        
        
        /* ========================================= */
/* SLICK ARROWS & DOTS FIX */
/* ========================================= */

/* 1. Modal ki bottom padding thodi badhai taaki dots overlap na karein */
.ag-production-wrapper .modal-content {
    padding: 40px 40px 50px 40px; 
}

/* 2. "Previous" / "Next" text hide kiya */
.ag-production-wrapper .slick-prev,
.ag-production-wrapper .slick-next {
    font-size: 0; 
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent; 
    border: none;
    outline: none;
    background: transparent;
    z-index: 10;
}

.ag-production-wrapper .slick-prev { left: -50px; }
.ag-production-wrapper .slick-next { right: -50px; }


.ag-production-wrapper .slick-prev:before,
.ag-production-wrapper .slick-next:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 4px solid #fff; 
    border-right: 4px solid #fff;
    opacity: 1;
}

.ag-production-wrapper .slick-prev:before { transform: rotate(-135deg); }
.ag-production-wrapper .slick-next:before { transform: rotate(45deg); }


.ag-production-wrapper .slick-dots {
    position: absolute;
    bottom: -35px; 
    display: flex !important;
    justify-content: center;
    width: 100%;
    list-style: none; 
}

.ag-production-wrapper .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.client_grid h2{
    color:#2196F3;
    margin:40px 0px 10px 0px;
	display:flex;
	align-items:center;
}
.clients_logo .client_grid h2::after {
    content: "";
    flex-grow: 1; /* Ye bachi hui poori width ko cover kar lega */
    height: 4px; /* Line ki motai (thickness) */
   background-color:#2196F3; /* Line ka color */
    margin-left: 20px; /* Text aur line ke beech ka gap */
}
.client_grid h2:first-child {
    margin-top: 0;
}
.esg-item h3{
    color:black;
}

.ag-production-wrapper .slick-dots li button {
    font-size: 0; 
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent; 
    border: 0;
    outline: none;
    background: #ccc; 
    border-radius: 50%; 
}


.ag-production-wrapper .slick-dots li.slick-active button {
    background: #2196F3; 
}


   .teamContainer{
        display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    }

.teamContainer .card-body{
    padding-bottom: unset;
    min-height:auto;
}
.teamContainer .card-footer{
    display: flex;
    justify-content: space-between;
    background-color: unset;
    border-top: unset;
    padding-bottom: 20px;
}
.teamContainer h3{
    margin-bottom: unset;
}
.teamContainer .position {
    font-size: 20px;
    line-height: 30px;
    opacity: 0.9;
    margin-top: unset;
    margin-bottom: 20px;
}
.teamContainer button.card-link {
    background: transparent;
    border: none;
    padding: unset;
    cursor: pointer;
}
.teamContainer .card-link svg path {
    fill: #2196F3;
}
.teamContainer .card-link svg {
    width: 32px;
    height: 32px;
}
.profileContainer {
    display: grid;
    grid-template-columns: 4fr 8fr;
    gap: 32px;
    padding: 24px;
}

.leaderProfile img {
    border-radius: 12px;
}

.leaderProfile .card-body {
    padding: 0px 20px;
}
.profileContainer .leaderDesc {
    /*padding: 50px;*/
}
.leaderDesc h3 {
    margin-bottom: 10px;
}
.leadershipModal {
    position: relative;
}
.leadershipModal button.btn-close {
    position: absolute;
    right: -4.2%;
    top: -10%;
    border-radius: 50%;
    background-color: #2196F3;
    padding: 10px;
    color: #fff !important;
    opacity: 0.9;
}
.leadershipModal button.btn-close svg{
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    color: #2196F3;
    opacity: 1;
    transform: rotate(45deg);
}
.leadershipModal button.btn-close svg path{
    stroke: #fff;
}

#jobModal .close-btn {
    color: #000;
    position: absolute;
    top: -4px;
    right: 5px;
    font-size: 38px;
    font-weight: bold;
    cursor: pointer;
    z-index:999;
}
.main_pdf {
    display :grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}



.main_pdf .pdf_card {
    /*width: 420px;*/
    background: rgba(243, 243, 243, 1);
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
}

.main_pdf .pdf_top {
    display: flex;
    /*align-items: center;*/
    gap: 30px;
}

.main_pdf .pdf_top img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
}
.main_pdf .pdf_content{
display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.main_pdf .pdf_content h3 {
    font-size: 18px;
    line-height:26px;
    margin: 0 0 5px;
    color: #000;
    font-weight: 500;
}

.main_pdf .pdf_content span {
    font-size: 13px;
    /*color: #777;*/
}

.main_pdf .download_btn {
    display: block;
    margin-top: 20px;
    text-align: center;
    background: #2196F3;
    color: #fff;
    padding: 14px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.main_pdf .download_btn:hover {
    background: #2196F3;
}

/* CSR dropdown alignment fix */
/* CSR dropdown alignment fix */
.nav-item.dropdown {
    display: flex;
    align-items: center;
}

/* CSR text spacing */
.nav-item.dropdown .nav-link {
    padding: 8px 6px;
}

/* Arrow styling */
.navbar .dropdown-toggle-split::after {
    margin-left: 4px;
    font-size: 12px;
}

/* Fix arrow click area */
.navbar .dropdown-toggle-split {
    padding-left: 4px;
    padding-right: 6px;
}

/* Dropdown design */
.navbar .dropdown-menu {
    border-radius: 10px;
    padding: 10px 0;
    border: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    margin-top: 10px;
    display: none; /* important */
}

/* Bootstrap will handle show */
.navbar .dropdown-menu.show {
    display: block;
}

/* Dropdown items */
.navbar .dropdown-item {
    padding: 8px 20px;
    font-size: 14px;
    transition: 0.3s;
}

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

/* Remove default bootstrap arrow */
.dropdown-toggle::after {
    display: none !important;
}

.custom-dropdown-icon {
    display: flex;
    align-items: center;
    padding-left: 4px;
}

.custom-dropdown-icon i {
    font-size: 14px;
    transition: 0.3s;
}

.custom-dropdown-icon i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.dropdown.show .custom-dropdown-icon i,
.custom-dropdown-icon[aria-expanded="true"] i {
    transform: rotate(180deg);
}
/* Mobile fix */
@media (max-width: 991px) {
    .nav-item.dropdown {
        display: block;
    }
    .navbar .dropdown-toggle-split {
        float: right;
    }
}
p {
    font-family: DM Sans;
    font-weight: 400;
    color: #fff;
   
}

.breadBrumb .breadcrumb{
	display:none;
}

.logo-item:hover img {
    transform: scale(0.9);
}
.logo-item img {
    transition: transform 0.4s ease;
}
.breadBrumb{
	margin-top:70px;
}
.feature-column-wrapper h4{
	margin-bottom:20px;
}
.feature-column-wrapper{
	padding:40px 0px 0px 0px;
}
.industries_grid .mainbtn{
	padding:8px 22px;
}

.ist_cont .accordion-button {
    border-radius: 12px !important;
    background-color: #2196f3;
    color: #fff;
}

.ist_cont .accordion-item{
	border:unset;
	margin-bottom:20px;
}


/* Har section ko thodi padding dete hain taaki text aur logos background ke edges se na chipkein */
.client_wrap {
    padding: 40px 40px; 
    margin-bottom: 20px; /* Sections ke beech mein thoda gap */
    border-radius: 8px;  /* Optional: Agar aapko corners thode gol chahiye */
}

/* Odd items (Pehla, Teesra, Panchwa...) ke liye Grey background */
.client_grid .client_wrap:nth-child(odd) {
    background-color: #f8f9fa; /* Ye ek light grey color hai, apne hisab se adjust kar lena */
}

/* Even items (Dusra, Chautha, Chhatha...) ke liye White background */
.client_grid .client_wrap:nth-child(even) {
    background-color: #ffffff; /* Pure white */
}
/* .clients_logo .container-fluid{
	width:80%;
} */
.industries_grid1  .card-content{
	padding:30px;
}
.feature-column-wrapper h4{
color:#2196F3;
	text-align:left;
}
.features-section1{
	position:relative;
}
.features-section1::after {
    content: "";
    position: absolute;
    left: 50%; /* Bilkul center mein */
	top:0;
	bottom:0;
    width: 1px;
    background-color: #ccc; /* Line ka color */
    transform: translateX(-50%);
}
.inner_product {
	background-color:#2196F3;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:70px;
	
	
}
.inner_product h1{
	color:white;
	font-size:40px;
	line-height:50px;
	margin-bottom:0px;
	text-align:center;
	
}
.client_main{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:20px;
}

  .manufacture {
/*       width: 90%; */
      margin: 0 auto;
  }

  .manufacture .slide-item {
      margin: 0 10px; /* 10px left aur right margin (total 20px gap) */
  }
.manufacturing-facilities thead{
	background-color:var(--primary-color);
}
.manufacturing-facilities thead th{
	color:#fff;
}
  .manufacture .slick-list {
      margin: 0 -10px;
  }
.feature-column strong{
	color:var(--primary-color);
}
.career_sec1 .ab_num p , .career_sec1 .ab_num span {
	color:var(--primary-color);
}


