.product {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 107px;
    background: #FFF;
    /* height: 500px; */
    justify-content: center;
    background: url('assets/images/talcmain.png') no-repeat center center;
    background-size: cover;
}
.section-product{
    position: relative;
}
.product-heading {
    position: absolute;
    top:53%; 
    left: 42%;
    transform: translate(-35%, -50%); 
    
}

.product-heading h1 {
    color: #FFF;
   
    font-size: 4rem;
    font-weight: 400;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); 
}

.product-images{
    position:absolute;
    bottom: -17%;
    display: flex;
justify-content: center;
align-items: center;
gap: 79px;
}

.product-images .item-1 {
    /* width: 250px; */
    width: 300px;
    /* height: 175px; */
    height: 300px;
    background-size: cover;
    background-position: center;
    border: 1px solid #ddd;
    border-radius: 10px;

}

.wiki{
    display: flex;
flex-direction: column;
align-items: flex-start;
gap: 48px;
align-self: stretch;
margin-top: 10rem;
}

.wiki-product{
    display: flex;
padding: 0px 4%;
flex-direction: column;
align-items: flex-start;
gap: 48px;
align-self: stretch;
}
.product-detail{
    display: flex;
flex-direction: column;
align-items: flex-start;
gap: 22px;
align-self: stretch;
}

.product-names{
    display: flex;
flex-direction: column;
align-items: flex-start;
align-self: stretch;
}
.product-names h1{
    color: #000;
/* Desktop/H1 */
font-size: 2.5em;
font-weight: 600;
}
.product-names h4{
    color: #000;
/* Desktop/H4 */

font-size: 28px;
font-weight: 400;
}
.product-detail h4{
    color: #000;

/* Desktop/H4 */

font-size: 1.6rem;
font-weight: 600;
}

.product-detail p{
    color: #000;
text-align: justify;

/* Desktop/Para */

font-size: 24px;
font-weight: 400;
}
.product-detail h2{
    color: #000;

/* Desktop/H2 */

font-size: 2.5rem;
font-weight: 600;
width: 100%;
}



.title {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    /* border-bottom: 2px solid #007bff; */
    display: inline-block;
    padding-bottom: 10px;
}

.image-box img {
    border: 3px solid #ff69b4; /* Pink border as seen in your design */
    padding: 3px; /* Adds spacing inside the border */
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.process-steps {
    font-size: 24px;

}

.process-steps li {
    margin-bottom: 15px;
    text-align: justify;
}

/* .process-steps li strong {
    color: #007bff;
} */

.list-unstyled {
    padding-left: 2% !important;
    list-style: disc !important;
}
.img-fluid{
    height: 48% !important;
    border-radius: 10px;
    object-fit: cover;
}

.mobile2{
    display: none;
}

.desktop2{
    display: block;
}
.section h5{
    font-weight: 400;
    color: #000;
   
}

@media (max-width: 1800px) {
    .product-images .item-1 {
        width: 250px;
        height: 175px;
    }


}
@media  (max-width: 1660px){
    .process-stepss li {
        margin-bottom: 10px;
}
}   
    

@media only screen and (min-width: 1216px) and (max-width: 1390px) {
    .product-heading h1{
        font-size: 3.5rem !important;
    }
    .process-steps li {
        margin-bottom: 0px !important;
    }
    
}

@media only screen and (min-width: 1200px) and (max-width: 1216px){
.product-heading h1{
    font-size: 3rem !important;
}
.img-fluid{
    height: 49% !important;
}
.process-steps li {
    margin-bottom: 0px !important;
}
}



@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .product-heading h1{
        font-size: 2.9rem !important;
    }
    .product-images .item-1{
        width: 200px !important;
        height: 125px !important;
    }

    .product-names h4{
        font-size: 2rem;
    }
    .product-detail p{
        font-size: 1.5rem;
    }
    .product-detail h2{
        font-size: 2.5rem;
    }
    .img-fluid{
        height: 49% !important;
}
.process-steps li{
    font-size: 1.3rem !important;
}
.product-detail p{
    font-size: 1.3rem;
}
.product-detail h2{
    font-size: 2rem;
}
.contact1 .col-md-4{
    width: 40.333333%;
}
.social{
    padding-left: 0%;
}
}

@media only screen and (max-width: 1025px){
    .product-heading h1{
        font-size: 2.8rem !important;
    }
    .product-images .item-1{
        width: 150px !important;
        height: 125px !important;
    }
    .img-fluid{
        height: 49% !important;
}
.process-steps li{
    font-size: 1.3rem !important;
    color: #000;
}
.product-detail p{
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}
.product-detail h2{
    font-size: 2rem;
}
.process-steps li {
    margin-bottom: 10px;

}
.contact1 .col-md-4{
    width: 44.333333%;
}
.talcp img{
    height:500px !important;
}
}

@media only screen and (max-width: 991px) {
    .product-heading h1 {
        font-size: 2.2rem !important;

    }
    .product-images{
        bottom: -26%;
    }
    .product img{
        height: 300px;
}
.product-names h1{
    font-size: 2rem;
}
.contact1 .col-md-4{
    width: 45.333333% !important;
}


}
@media only screen and (max-width: 835px) {
.contact1 .col-md-4{
    width: 100% !important;
}
.map iframe{
    width: 100% !important;
}
.product-images .item-1 {
    width: 165px !important ;
    height: 150px !important;
}
    .product-detail p {
        padding-top: 2%;
    }
}
@media only screen and (max-width: 700px) {
    .mapps{
        flex-direction: column;
    }
}
@media only screen and (max-width: 430px) {

    .product-images{
        bottom:-12%;
        gap: 35px;
    }
    .product-images .item-1{
        width: 92px !important;
        height: 92px !important;
    }
    .product-heading {
        /* width: 100%; */
        top:45%;
        left: 47%;
        transform: translate(-32%,-50%);
    }
    .product-heading h1 {
        font-size: 1.8rem !important;
}
.product img {
    height: 400px;
}
.mobile2{
    display: block;
}

.desktop2{
    display: none;
}
.product-names h1 {
    font-size: 2rem;

}    
.product-detail h4{
    font-size: 1.5rem;
}
.product-detail p{
    font-size: 1rem;
}
.wiki-product{
    gap:10%
}
.img-fluid {
    height: 100% !important;
}
/* .product-detail h2{
    margin-top: 5% ;
} */
.list-unstyled{
    /* padding-top: 5%; */
    padding-left: 6% !important;
}
.product-detail p{
    font-size: 1rem;
}
.product-detail h2{
    font-size: 1.8rem;
}
.process-steps li{
    font-size: 1rem !important;
}
.resimg img{
    height: 380px ;
    object-fit: fill ;
    width: 100% !important;
}
.contact{
    padding-top: 5%;
}
.section p{
    font-size: 1rem;
}
.wiki{
    margin-top: 5rem;
}
.product-names{
    padding-top: 0rem !important;
}
.title{
    text-align: start !important;
}
.padd{
    gap:5px;
}
.section h5{
    font-size: 1rem;
}
.mapps{
    flex-direction: column;
}
.social-icons a {
    width: 30px;
    height: 30px;
}
.product-detail{
gap: 10px;
}


}
@media only screen and (max-width: 320px) {

    .product-images .item-1 {
        width: 70px !important;
        height: 92px !important;
    }

}