/*Home page banner */

@media (max-width:425px) {
  .banner-btn {
    font-size: 10px;
    padding: 2px 4px;
    margin-top: 4px;
    margin-bottom: 30px;
  }
}

@media (max-width:1024px) {
  .banner-content {
    top: 60%;

  }

  .banner-text {
    font-size: 35px;
  }
 
}

/* @media (max-width:992px) {
  .banner-content {
    left: 18%;
  }
} */

@media (max-width:768px) {

  .banner-text , .product-text {
    font-size: 28px;
  }

  .banner-btn {
    padding: 7px 13px;
  }

  .product-content {
    padding-top: 30px;
}
}

@media(max-width:576px) {
  .banner-content {
    padding-left: 50px;
    padding-top: 80px;
  }

  /* .banner-section {
    height: 300px;
  } */


}

@media(max-width:768px) {
  .banner-extra-img {
    display: none;

  }

  .Home-banner {

    height: 300px;
    object-fit: cover;
  }
}


@media(max-width:992px) {
  .inner-images {
    display: none;
  }

  .inner-sub-images {
    display: none;
  }
}

/* Home about us */


@media (max-width: 992px) {
  .aboutus-bg-img {
    display: none;
  }
}

@media (max-width: 576px) {
  .about-banner-overlay {
    background: rgba(0, 0, 0, 0.6);
    /* black with 50% opacity */
  }
  .product-banner-overlay{
    background: rgba(0, 0, 0, 0.6);
  }
}

/* @media (min-width: 1500px) {
  .aboutus-bg-img {
    display: none;
  }
} */

/* Home Transportation */

@media (max-width: 992px) {
  .transportation {
    background-image: none;
  }
}

/* @media (min-width: 1500px) {
  .transportation {
    background-image: none;
  }
} */


@media(max-width:992px) {
  .about-us-content {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

/* quality assurance css  */

@media (min-width:1024px) {
  .quality-title {
    padding-left: 20px;
  }
}

/* products */



@media (max-width:768px) {
  .product-card {
    height: 90%;
  }

  .Transportation {
    padding: 0px;
    margin-top: 20px;
  }

  .product-inner-text {
    padding-bottom: 0px;
  }

  .motor-card {
    margin-top: 0px;
  }

  .Spectrograph {
    margin-top: 0px;
  }

  .quality-section-heading {
    padding-top: 30px;
    padding-bottom: 30px;
  }

}



@media(max-width:992px) {
  .trans-content {
    padding-top: 0px;
  }
}




@media(max-width:992px) {
  .quality-text {
    font-size: 17px;
  }
}

@media(min-width:1025px) {
  .quality-text {
    font-size: 17px;
  }
}

/* aboutus page  */


/* Mission nd vision  */

@media (max-width: 992px) {
  .mission-vision {
    background-image: none;
    padding: 0px;

  }

  .vision-para {
    padding-right: 0px;
  }

  .mission-para {
    padding-right: 0px
  }

  .vision-content {
    color: #000;
    padding-left: 2px;

  }

  .mission-heading::before {
    display: none;
  }

  .content-text {
    padding-left: 0px;
    padding-right: 0px;
    text-align: justify;
  }

  .mission-heading {
    margin-top: 70px;
  }
}


@media (max-width:768px) {
  .mission-section {
    margin-top: -165px;

  }

  .vision-content {
    padding-top: 0px;
  }

  .mission-vision {
    margin-top: 0px;
  }

  .In-House {
    padding-bottom: 0px;
  }
}

@media (max-width:992px) {
  .mission-section {
    margin-top: -165px;

  }


}


/* products-page */


@media (max-width:992px) {
  .product-para {
    padding-left: 0px;
    padding-right: 0px;
  }

  .product-inner-text {

    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 50px;
  }
}

@media(max-width:576px) {
  .product-title {
    font-size: 25px;
  }

  .compressor-title {
    font-size: 25px;
  }
}

/* compressor page */

@media (max-width: 576px) {
  /* Hide the 'Home /' link only on small screens */
  .about-banner-content .banner-para a:first-child {
    display: none;
  }
}



/* fecility page css  */

@media (max-width:576px) {
  .Spectrograph-img {
    width: 100%;
  }
}

@media(max-width:768px){
  .Spectrograph-img{
    padding-bottom: 30px;
  }
}


/* Heat Treatment Facility */

@media (min-width:768px) and (max-width:1024px) {
  .heat-treatment-content {
    width: 60%;
    transform: translate(10px, -54px);
  }
}

@media (max-width: 768px) {
  .heat-treatment-content {
    /* top: 50%; */
    left: 50%;
    right: auto;
    transform: translate(-50%, -33%);
    width: 90%;
    padding: 30px;
    border-top-left-radius: 40px;
    border-radius: 20px;
  }

  .info-section {
    margin: 0px;
  }
}

@media (max-width: 576px) {
  .heat-treatment-content {
    /* top: 50%; */
    left: 50%;
    right: auto;
    transform: translate(-50%, 5%);
    width: 90%;
    padding: 30px;
    border-top-left-radius: 40px;
    border-radius: 20px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .heat-treatment-content {
    width: 50%;
  }
}



@media (max-width:576px) {
  .heat-treatment-wrapper {
    height: 500px;
  }
}


@media (min-width:577px) and (max-width:767px) {
  .heat-treatment-wrapper {
    height: 400px;
  }
}


@media (min-width:768px) and (max-width:992px) {
  .heat-treatment-wrapper {
    height: 400px;
  }
}

/* cmm inspection */

/* ------------------------- */
/* 1️⃣ Extra large desktops (1500px+) */
/* ------------------------- */
@media (min-width:1500px) {
  .cmm-content-overlay {
    position: absolute;
    bottom: 50%;
    left: 10%;
    transform: translateY(-50%);
  }
}


/* ------------------------- */
/* 2️⃣ Large desktops (993px–1199px) */
/* ------------------------- */
@media (min-width:993px) and (max-width:1199px) {
  .cmm-content-overlay {
    position: absolute;
    bottom: 50%;
    transform: translateY(-9%);
  }
}

/* ------------------------- */
/* 3️⃣ Tablets / Medium devices (768px–992px) */
/* ------------------------- */
@media (min-width:768px) and (max-width:992px) {
  .cmm-content-overlay {
    position: absolute;
    bottom: 50%;
    transform: translateY(22%);
  }

  .cmm-banner-img {
    min-height: 300px;
  }

  .cmm-text {
    max-width: 45%;
  }
}

/* ------------------------- */
/* 4️⃣ Mobile & smaller screens (max-width:992px) */
/* ------------------------- */
@media (max-width:992px) {
  .cmm-banner-img img {
    display: none;
  }

  .cmm-banner-img {
    background-color: #f0f0f0;
    min-height: 264px;
    position: relative;
    /* top: -79px; */
  }

  .cmm-content-overlay {
    position: absolute;
    top: 50%;
    text-align: center;
    margin-top: 40px;
  }

  .cmm-text {
    text-align: justify;
    margin: 0 auto;
  }
}


@media(max-width:768px){
  /* .fecility-customization {
    margin-top: 0px;
} */
.cmm-banner-img img {
    display: none;
  }
  
   .cmm-inspection .Laboratory-title {
    padding-top: 20px;
   }

  .cmm-banner-img {
    background-color: #f0f0f0;
    min-height: 264px;
    position: relative;
    /* top: -79px; */
  }

  .cmm-content-overlay {
    position: absolute;
    top: 50%;
    text-align: center;
    margin-top: 40px;
  }

  .cmm-text {
    text-align: justify;
    margin: 0 auto;
  }


}
/* ------------------------- */
/* 5️⃣ Small mobiles (max-width:576px) */
/* ------------------------- */
@media (max-width:576px) {
  .cmm-banner-img img {
    display: none;
  }
  .Spectrograph {
   
    padding-bottom: 0px;
  }

  .cmm-banner-img {
    background-color: #f0f0f0;
    min-height: 340px;
    position: relative;
  }

  .cmm-content-overlay {
    position: absolute;
    top: 50%;
    text-align: center;
    margin-top: 40px;
  }

  .cmm-text {
    text-align: justify;
    margin: 0 auto;
  }
}

/* contact form  */

@media (min-width:992px) {
  .contact-form {
    position: absolute;
    z-index: 99;
  }

  .contact-map {
    position: relative;
  }
}


/* careers pages css  */


@media(max-width:767px) {
  .build-title {
    padding-top: 30px;
  }

  .build-inner-title {

    padding-top: 20px;
    padding-bottom: 0px;
  }

  .info-para {
    margin-top: 0px;
    /* margin-bottom: 0px; */

  }

}

@media (max-width: 768px) {
  .info-section.col-lg-4.col-12 {
    margin-top: 0 !important;

  }
}


@media(min-width:768px) {
  .build-castfab .col-md-6 {
    margin: 0px;
  }
}

@media(max-width:767px) {
  .build-castfab .col-md-6 {
    margin: 0px;
  }
}


/* overall css  */

@media(max-width:576px) {

  .quality-inner-text,
  .Transportation-para,
  .fecility-para,
  .aboutus-text,
  .customization-text {
    text-align: justify;
  }

  .product-para,
  .product-inner-text,
  .compressor-para,
  .house-text {
    text-align: justify;
  }

  .quality-inner-content {
    padding-top: 10px;
  }
}

/* Hide dots on small screens */
@media (max-width: 576px) {
  .owl-theme .owl-dots {
    display: none !important;
  }

  .valied-customer {
    margin-bottom: 35px;
  }
}


@media (max-width: 768px) {
  .transportation .trans-content {
    margin-top: 0 !important;
  }

  .trans-btn {
    margin-top: 0px;
  }

  /* .quality-section .col-lg-5.col-12 {
    margin-top: 0 !important;
  
  } */
}


@media (max-width: 768px) {
  .quality-assurance .col-lg-5.col-12 {
    margin: 0 !important;
    /* ensures no outer margin */
  }

}

@media (max-width: 768px) {
  .enginee-parts .col-lg-4.col-md-6.col-12 {
    margin-top: 0 !important;
    /* remove any outer margin */

  }
  .industrial-parts .col-lg-3.col-md-6.col-12{
     margin-top: 0 !important;
  }

  .industrial-parts .col-lg-6.col-md-6.col-12{
     margin-top: 0 !important;
  }

  .compressor-parts .col-lg-3.col-md-6.col-12 {
    margin: 0 !important;

  }

  .enginee-parts .col-lg-3.col-md-6.col-12 {
    margin: 0 !important;

  }

  .Hydraulic-parts .col-lg-3.col-md-6.col-12 {
    margin: 0 !important;

  }

  .blower-parts .col-lg-6.col-md-6.col-12 {
    margin: 0 !important;

  }

}


@media (max-width: 768px) {
  .house-text {
    padding-bottom: 15px;
  }

  /* Remove padding and margin from columns */
  .In-House .col-lg-3,
  .In-House .col-md-6,
  .In-House .col-sm-12 {

    margin: 0 !important;
    /* just in case */
  }
}

/* @media (max-width: 768px) {

 
  section .col-lg-3,
  section .col-md-6,
  section .col-12 {

    margin: 0 !important;
    
  }
} */

/* products page  */

@media (max-width: 1024px) {
  .image-popup-overlay img {
    width: 550px;
    height: 360px;
  }
}

/* 992px and below (Tablets Landscape) */
@media (max-width: 992px) {
  .image-popup-overlay img {
    width: 500px;
    height: 330px;
  }
}

/* 768px and below (Tablets Portrait) */
@media (max-width: 768px) {
  .image-popup-overlay img {
    width: 400px;
    height: 260px;
  }

  .compressor-para {
    margin-bottom: 30px;
  }
}

/* 576px and below (Mobiles) */
@media (max-width: 576px) {
  .image-popup-overlay img {
    width: 300px;
    height: 200px;
  }

  .logo{
    width: 200px;
  }
}

