/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://example.com/
Description: Child theme for Twenty Twenty-Five
Author: Manpreet Kaur
Author URI: https://example.com
Template: twentytwentyfive
Version: 1.0
*/
#subscribeForm .form-control {
    height: 35px;
    font-size: 16px;
}

#subscribeForm .btn {
    margin-top: 20px;
}

#subscribe-msg {
    font-size: 14px;
}
.cf7-full p {
    width: 100%;
    margin-bottom: 15px;
}

.cf7-full label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.cf7-full input,
.cf7-full textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.cf7-full textarea {
    height: 120px;
}

.cf7-full .btn-submit {
    width: 100%;
    background: #0073aa;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.cf7-full .btn-submit:hover {
    background: #005177;
}
.cf7-full {
    border: 1px solid #80808040;
    padding: 20px 50px;
    border-radius: 50px;
}
.recent-postt li{
    border-bottom: 1px solid gray;
}
.bg-yellow1{
    background: #fecb45;
}.footer-middle-wrap .footer-columns  .latest-news-footer .news-thumb {
    width: 10rem;
    min-width: 10rem;
}.footer-middle-wrap .footer-columns  .latest-news-footer .news-content .news-title a {
    color: black;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 1.6rem;
}.footer-middle-wrap .footer-columns  .latest-news-footer .news-content .news-excerpt {
    font-size: 1.4rem;
    line-height: 2rem;
}
.news-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 2.8em;
}