/* Page-specific styles for kaleam-products.html — base/navbar/footer/popup inherited from style.css */

.products {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
    background: #F0F7FB;
    z-index: 1;

}
.row{
    max-width: 1050px;
    margin: auto;
}
/* Watermark images */
.watermark-right {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    width: 755px;
    height: auto;
}

.main-title {
    margin-bottom: 20px;
    width: fit-content;
}

.main-title h2 {
    font-size: 34px;
    font-weight: 800;
    color: #232b40;
    margin-bottom: 10px;
    display: inline-block;
}
.desc{
    color: #212B40;
    font-size: 17px;
    line-height: 1.7;
    max-width: 850px;
    margin-bottom: 30px;
}
 .warn-text{
    color: #C78329;
    font-weight: 800;
    font-size: 17px;
    line-height: 1.7;
    max-width: 950px;
}



.products-banners{
    padding-block: 50px;

}
.cta-btn{
    color: #2F4C88;
    font-weight: 800;
    font-size: 17px;
    background-color: transparent;
    border: 1.7px solid #2F4C88;
    padding: 15px 20px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 300ms ease-in-out;
}
.cta-btn:hover{
    color: #fff;
    background-color: #2F4C88;
}
.banner-box{
    max-width: 1050px;
    overflow: hidden;
    margin-bottom: 20px;
    display: block;
}
@media (max-width: 991px) {
    .main-title h2 {
        font-size: 20px;
    }

    .desc,
    .warn-text {
        font-size: 12px;
    }

    .watermark-right{
        width: 300px;
    }
    .cta-btn{
        font-size: 12px;
        padding: 10px;
    }
}
