.sponsors-container {
    width: 100%;
    padding: 4vh 6vw;
    margin-bottom: 5vh;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgb(255, 255, 255);
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px; /* Reduced from 180px to work with 3 columns */
    margin-bottom: 5vh;

}

.column {
    flex: 1 1 calc(33.333% - 40px);
    padding: 2vh 2vw;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgb(255, 255, 255);
    text-align: center;
    box-sizing: border-box;
}

hr{
    width: 90%;
    height: 10px;
    color: #0c3e9b;
    background-color: #e5e7eb;
    margin: 20px auto;
}

.kalpa button{
    outline: none;
    border: none;
    padding: 10px 30px;
    font-size: 50px;
    background-color: #00225c;
    color: #fff;
}
.kalpa .klp_btn{
    background-color: #00225c;
    border-radius: 5px;
    font-size: 27px;
    transition: .4s;
}

.column img {
    max-width: 100%;
    height: auto;
    max-height: 150px;
    margin-top: 10px;
    object-fit: contain;
    text-align: center;
    column-width: auto;
}

.technical-partner {
    width: 100%;
    padding: 4vh 6vw;
    margin-bottom: 5vh;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgb(255, 255, 255);
    text-align: center;
}
.technical-partner h2 {
    font-size: 2.5rem;
    margin-bottom: 2vh;
    color: #0c3e9b;
    text-align: center;
}

.technical-row {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    gap: 40px;
    margin-bottom: 2vh;
}

.industrial-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 5vh;
}
.industrial-column {
    flex: 1 1 calc(33.333% - 40px);
    padding: 2vh 2vw;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgb(255, 255, 255);
    text-align: center;
    box-sizing: border-box;
}

.industrial-row img {
    max-width: 100%;
    height: auto;
    max-height: 150px;
    margin-top: 10px;
    object-fit: contain;
    text-align: center;
    column-width: auto;
}

.technical-row img {
    max-width: 40%;
    width: 100%;
    height: auto;
    max-height: 150px;
    border-radius: 5px;
    object-fit: contain;
}
