
.plate-heat-exchangers-content-wrapper {
    display: flex;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid #e0e0e0;
    margin: auto;
    align-items: center;
    gap: 20px;
    margin-top: 9%; /* 14%*/
}

.text-section {
    flex: 1;
    padding: 20px;
}

.image-section {
    flex: 1;
    text-align: right;
}

.plate-heat-exchangers-image-section img {
    /* height: auto; */
    width: 570px;
    /* max-width: 400px; */
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.plate-heat-exchangers-card {
    flex-basis: 100%;
    background: linear-gradient(135deg, #0056b3, #007bff);
    color: #fff;
    padding: 20px 25px 5px 25px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    text-align: center;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.bottom-section {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.plate-heat-exchangers-extra-section {
display: flex;
background: #f9f9f9;
padding: 20px;
border-radius: 15px;
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
border: 2px solid #e0e0e0;
/* margin: auto; */
align-items: center;
gap: 20px;
margin-top: 2%;
}
.extruded-wrapper {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid #e0e0e0;
    margin: auto;
    gap: 20px;
    align-items: center;
    /* margin-left: 4%; */
    margin-top: 9%; /*9%  12% 14%*/
}

.extruded-text-card  {
    height: auto;
    flex: 1;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.aseptic-tanks-image-card {
    flex: none; /* 1*/
    text-align: right;
}

.aseptic-tanks-image-card img {  
    /* height: 470px; */
    width: 100%;
    max-width: 400px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.aseptic-tanks-details-card {
    flex-basis: 100%;
    background: linear-gradient(135deg, #0056b3, #007bff);
    color: #fff;
    padding: 15px 25px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    /* text-align: center; */
    margin-top: 10px;
}
.header {  /* common for all */
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    color: #007bff; 
    
}
h3{
    color: #195280;
}
.extra-text-card{
    height: auto;
    /* flex: 1; */
    padding: 20px;
    background: #f9f9f9;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.aseptic-tanks-details-card {
    flex-basis: 100%;
    background: linear-gradient(135deg, #0056b3, #007bff);
    color: #fff;
    padding: 15px 25px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    /* text-align: center; */
    margin-top: 10px;
}


.pdf-card a {
    display: block;
    padding: 10px;
    /* background-color: #007bff; commented by Ashish on 10Jun2025 */
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

/* commented by Ashish on 10Jun2025
 .pdf-card a:hover {
    background-color: #0056b3;
} 

*/

.pdf-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #007bff;
}
.pdf-card {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    margin-bottom: 2%;
}

.pdf-card h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.download-btn {
    background-color: #28a745;
}

.download-btn:hover {
    background-color: #218838;
}
.pdf-card h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}


@media (max-width: 768px) {
    .plate-heat-exchangers-content-wrapper  {
        flex-direction: column;
        text-align: left;
        margin-top: 25%; /*33%*/
    }

    .text-section, .plate-heat-exchangers-image-section {
        flex-basis: 100%;
    }

    .plate-heat-exchangers-image-section  img{
        height: auto;
        width: 300px;
        /* margin-top: 36%; */
    }
    /* Commented by Ashish on 22.04.2025
    .menu-toggle{
        width: 106% !important ; 
    } */
    .extruded-wrapper {
        margin-top: 25%; /*33%*/
    }
    
}
