
    .float-container {
    position: fixed;
    top: 33%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.float-container a {
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 50px;
    margin-right: 0; /* Adjust margin as needed */
    margin-bottom: 10px;
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    border-color: #46b8da;
    border-radius: 5px 0 0 5px;
    background-color: #ff0000;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: sans-serif;
}

.float-container a:hover {
    margin-right: 0; /* Keep the margin adjustment for hover effect */
    background-color: #ff0000;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
}


/* Icon settings - remove if not needed*/
.float-container .icon:before {
    font-family: "Font Awesome 5 Free";
    margin-right: 25px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}


.float-container1 {
    position: fixed;
    top: 42%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.float-container1 a {
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 80px;
    margin-right: 0; /* Adjust margin as needed */
    margin-bottom: 10px;
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    border-color: #46b8da;
    border-radius: 5px 0 0 5px;
    background-color: #009dff;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: sans-serif;
}
.float-container1 a {
    display: inline-block; /* Keeps it contained */
    width: 200px; /* Adjust width as needed */
    text-align: center; /* Centers the text */
    font-size: 16px; /* Adjust font size */
    color: white; /* Ensures text is visible */
    font-weight: normal; /* Reset for non-bold text */
    line-height: 1.4; /* Adds spacing between lines */
}
.float-container1 a:hover {
    margin-right: 0; /* Keep the margin adjustment for hover effect */
    background-color: #07ba07;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
}
.float-container1 a b {
    font-weight: bold; /* Makes only the first part bold */
}

/* Icon settings - remove if not needed*/
.float-container1 .icon:before {
    font-family: "Font Awesome 5 Free";
    margin-right: 25px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.icon.one:before {
    content: "\1F4C4"; /* Unicode character for a file or document icon */
    margin-right: 5px; /* Adjust as needed */
    font-size: 18px; /* Adjust the font size as needed */
}

.icon.two:before {
    content: "\f086";
}

.icon.three:before {
    content: "\f1d8";
}
.modal-dialog {
    max-width: 874px!important;}
/* Media queries */
@media screen and (max-width:340px)
{
    .float-container .icon:last-child {
        display: none;
    }
    .float-container
    {
        position: fixed;
        top: auto;
        bottom: 0;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            -ms-flex-direction: row;
                flex-direction: row;

        width: 100%;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: auto;
        -webkit-box-align: auto;
        -ms-flex-align: auto;
        align-items: auto;
    }
        .float-container a.icon
    {
        right: 0;
        bottom: 0;

        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        padding: 5px;

        border-radius: 0;
        -webkit-box-shadow: 0 0 0 #7d7d7d;
                box-shadow: 0 0 0 #7d7d7d;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-left: 1px solid darkorange;
        border-right: 1px solid darkorange;
    }




    .float-container1 .icon:last-child {
        display: none;
    }
    .float-container1
    {
        position: fixed;
        top: auto;
        bottom: 0;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            -ms-flex-direction: row;
                flex-direction: row;

        width: 100%;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: auto;
        -webkit-box-align: auto;
        -ms-flex-align: auto;
        align-items: auto;
    }
        .float-container1 a.icon
    {
        right: 0;
        bottom: 0;

        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        padding: 5px;

        border-radius: 0;
        -webkit-box-shadow: 0 0 0 #7d7d7d;
                box-shadow: 0 0 0 #7d7d7d;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-left: 1px solid darkorange;
        border-right: 1px solid darkorange;
    }




}

.tooltip {
    display: none;
}


   

    @media only screen and (max-width: 600px) {
        .tooltip {
            display: inline-block;
            position: absolute;
            background-color: #000;
            color: #fff;
            padding: 5px;
            border-radius: 5px;
            z-index: 1;
        }

        #aoe:focus + .tooltip {
            display: inline-block;
        }
    }
/* Ensure the row uses flex display to align the items properly */
.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* CSS to style the news-card */

/* CSS to style the news-card */
.news-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    min-height: 350px; /* Set a minimum height */
    max-height: 500px; /* Set a maximum height */
    background: #fff;
}

/* Image container styling to ensure images fit well */
.news-card .image-container {
    flex-shrink: 0;
    height: 200px; /* Increased height for images */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-card .image-container img {
    width: 100%;
    height: 100%;
    object-fit: fill; /* Ensure the image covers the area without stretching */
}

/* Card body should take up remaining space */
.news-card .card-body {
    /* display: flex; */
    flex-direction: column;
    justify-content: flex-start;
    padding: 15px;
    flex-grow: 1; /* Make sure the body grows to fill available space */
    overflow: hidden; /* Hide overflow text */
}

/* Title and text styling */
.news-card .card-title {
    font-size: 1.1em;
    margin-bottom: 10px;
    text-align: left;
    font-family: "Noto Sans Malayalam", sans-serif;
    line-height: 24px;font-weight: 500; /* Align the title to the left */
}

/* Card text styling to avoid extra spaces between words */
.news-card .card-text {
    flex-grow: 1;
    margin-bottom: 5px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-word;
    font-size: 13px;
}

/* Style for the news source */
.news-source {
    font-size: 0.875em; /* Smaller font size */
    color: #555; /* Gray color for the source text */
    margin-top: 10px;
    text-align: left; /* Align to the left */
}

/* Ensure the Read More button is positioned correctly */
.read-more-btn-container {
    text-align: center;
    margin-top: auto;
    padding-top: 15px; /* Add padding to separate the button from the text */
}

.read-more-btn {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
}

