.product-banner-section {
    position: relative;
    width: 100%;
    height: 300px;
    color: white;
}

.product-banner-swiper .swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    align-items: center;
}

/* Different background for each slide */
.product-banner-swiper .swiper-slide:nth-child(1) {
    background-image: url('../fecility-imgs/fecility-banner-2.png');
}
.product-banner-swiper .swiper-slide:nth-child(2) {
    background-image: url('../fecility-imgs/fecility-banner-3.png');
}

.product-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4); /* Dark overlay */
    z-index: 1;
}

.product-banner-inner-section {
    position: relative;
    z-index: 2;
}

.product-banner-content {
    text-align: left;
    padding-left: 65px;
    padding-top: 60px;
}

.product-text {
    font-size: 42px;
    margin-bottom: 10px;
}

.product-inner-para {
    color: white;
}

.product-inner-para a {
    color: white;
    text-decoration: none;
}

.product-inner-para a:hover {
    color: white;
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    background: #FF0000 !important;
    opacity: 1;
}


.fecility-content {
    font-family: 'Be Vietnam Pro', sans-serif;
    text-align: center;
    padding-top: 50px;

}

.fecility-title {
    color: #A90605;
    font-size: 28px;
    padding-bottom: 10px;
}


.fecility-para {
    font-size: 15px;
    color: #323232;

}

/* Spectrograph Laboratory */

.Spectrograph {
    background-color: #FFF8F8;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;

}

.Spectrograph-inner-content {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}



.Spectrograph-content-text {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.machine-content {
    color: #323232;
    text-align: center;
    padding: 20px 0px 20px 0px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 15px;


}

.Fecility-btn {
    border-radius: 20px;
    color: #A90605;
    border: 1px solid #A90605;
    padding: 4px 20px;
    font-weight: 500;
    cursor: pointer;
    background-color: transparent;
}


.Laboratory-title {
    color: #A90605;
}

.Laboratory-text {
    color: #323232;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 15px;

}

/* In-House Machining */

.In-House {
    padding-top: 50px;
    /* padding-bottom: 50px; */
}

.house-text {
    color: #323232;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 15px;
    max-width: 850px;
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
}

.customization-text {
    color: #323232;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 15px;
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

/* Heat Treatment Facility */

.heat-treatment-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;

}

.heat-treatment-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.heat-bg-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.heat-treatment-content {
    position: absolute;
    bottom: 100px;
    right: 5%;

    background-color: #FFFFFF;
    width: 35%;
    border-top-left-radius: 80px;
    padding: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.heat-treatment-text {
    color: #323232;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 15px;
    max-width: 100%;
    text-align: justify;
    padding-top: 20px;
}

.fecility-customization {
    margin-top: 50px;
    /* margin-bottom: 50px; */
}


/* cmm inspection */
 
.cmm-banner-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cmm-banner-img img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.cmm-content-overlay {
    position: absolute;

    bottom: 50%;
  
    transform: translateY(-40%);

}

@media(min-width:1500px){
    .cmm-banner-img{
        height: 600px;
    }
}

.cmm-right-img{
    height: 50px;
    width: 50px;
}

.cmm-inspection {
    position: relative;
    background: #fff;
    /* main white background */
    /* padding: 40px 0; */
    overflow: hidden;
}

.cmm-banner-bg {
    position: absolute;
    /* top: 50%; */
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* height: auto; */
    z-index: 1;
}

.cmm-content {
    position: relative;
    z-index: 2;
    color: #000;
    /* black text */
}

.cmm-right-img {
    position: relative;
    z-index: 2;
    top: -64px;
    right: -55px;
    width: 80%;
    /* width: 80%; */
    /* max-width: 500px; */
    /* height: auto; */
    object-fit: contain;
}


.cmm-text {
    color: #323232;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 15px;
    text-align: justify;
    max-width: 500px;
}

/* applications  */

.applications-content {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.app-text {
    color: #616161;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 15px;
}