body {
    overflow-x: hidden; /* Prevent horizontal overflow */
}
.social-icons{
    position: fixed;
        bottom: 19%;
        right: -34% !important;
        z-index: 999 !important;
        
    }
    .telegram{
        bottom: 3%;
        }
        .whatsapp{
        bottom: 10%;
        }
        
    @media only screen and (max-width: 992px)  {
        .social-icons{
        bottom: 2%;
        right: -42% !important;
        z-index: 999 !important;
    
        }
    }
    @media only screen and (min-width:1900px){
        .social-icons {
            right: -21% !important;
        }
    }
    
    .caution-btn {
        /* background: transparent linear-gradient(180deg, #fcc207 0%, #ff9200 100%) 0% 0% no-repeat padding-box; */
        box-shadow: 0px 5px 8px #00000029;
        border: 3px solid #ffffff;
        border-radius: 0px 7px 7px 0px;
        padding: 5px 10px;
        float: right;
        margin-bottom: 2.1rem;
        background: #c52f33;
    }
    .caution-btn {
        position: fixed !important;
        top: 28rem;
        right: 0% !important;
        z-index: 100 !important;
        padding: 0.5rem 1.5rem !important;
    }
    .cursor {
        cursor: pointer !important;
    }
    .nirf-container {
        background: #fff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        max-width: 400px;
        width: 100%;
        text-align: center;
    }
    
    .nirf-container h1 {
        margin-bottom: 10px;
        font-size: 24px;
    }
    
    .nirf-container p {
        margin-bottom: 20px;
        font-size: 14px;
        color: #666;
    }
    
    .nirf-form {
        display: flex;
        flex-direction: column;
        align-items: center; /* Center align all children including the button */

        justify-content: center;
    }
    
    .nirf-form label {
        margin-bottom: 5px;
        font-weight: bold;
        text-align: left;
        width: 100%; /* Ensure labels take full width */
    }
    
    .nirf-form input {
        margin-bottom: 15px;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 14px;
        width: 100%; /* Ensure inputs take full width */
    }
    
    .nirf-form button {
        padding: 5px;
        background-color: #d9534f;
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 12px; /* Decreased font size */
        width: 100px; /* Adjust the width as per your requirement */
        text-align: center; /* Center align text inside button */
    }
    
    .nirf-form button:hover {
        background-color: #c9302c;
    }
    
    @media (max-width: 600px) {
        .nirf-container {
            padding: 15px;
        }
    
        .nirf-form input, .nirf-form button {
            font-size: 12px;
        }
    }



    