* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lexend", sans-serif;
    letter-spacing: 0.5px;
    transition: 0.5s ease-in-out;
    color: #007074;
}

body,
html {
    overflow-x: hidden;
    background-color: #f7f7f7;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600 !important;
}

.news_section {
    padding: 0px 10px 30px 10px;
}


.text_container h3 {
    font-size: 32px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    line-height: 44px;
}


.text_container p {
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0px;
}


.text_container h5 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
}


.trespassing h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 20px;
    color: #000;
}

.image_container img {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
}

.image_container {
    text-align: center;
}


.header_container h3 {
    font-size: 26px;
    font-weight: 600 !important;
    line-height: 44px;
    /* color: #000; */
    margin-bottom: 10px;
}


.text_right_cont p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 5px;
    /* color: #000; */
}

.image_container_right img {
    border-radius: 8px;
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: top;
}

.divider_seprator {
    border-bottom: 2px solid #efefef;
    margin: 20px 0px;
}

.load_more {
    text-align: center;
}

.load_more button {
    background-color: transparent;
    border: 2px solid #007074;
    color: #1c1c1c;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
}

/* .television-container>.container {
    padding: 0;
} */


.news_section>.row>div:last-child {
    padding: 0px 0px 0px 40px;
}

@media screen and (max-width: 992px) {
    .news_section>.row>div:last-child {
        padding: 0px 0px 0px 0px;

    }
}

.comments-section {
    margin: 30px 0px;
    /* padding-top: 20px; */
    /* border-top: 2px solid #ddd; */
    /* font-family: Arial, sans-serif; */
    max-width: 700px;
}

.comments-section h3 {
    font-size: 1.6rem;
    font-weight: 700 !important;
    margin-bottom: 20px;
    /* color: #222; */
    /* border-bottom: 2px solid #007BFF; */
    display: inline-block;
    padding-bottom: 5px;
}

.comments-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    height: 300px;
    overflow-y: auto;
    margin-bottom: 3rem;
}

.comment-item {
    background: #f9f9f9;
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 18px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: background-color 0.3s ease;
}

.comment-item:hover {
    background: #f1faff;
}

.comment-item p {
    margin: 5px 0;
    line-height: 1.4;
    /* color: #333; */
}

.comment-item p:first-child {
    font-weight: 600;
    color: #007BFF;
}

.comment-item p:first-child em {
    font-weight: 400;
    font-style: normal;
    color: #666;
    margin-left: 8px;
    font-size: 0.9rem;
}

.comment-form {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

#comment-input {
    flex-grow: 1;
    resize: vertical;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 1rem;
    font-family: inherit;
    min-height: 60px;
    max-height: 150px;
    transition: border-color 0.3s ease;
}

#comment-input:focus {
    outline: none;
    border-color: #007BFF;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

#emoji-btn {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0 12px;
    font-size: 1.4rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    user-select: none;
}

#emoji-btn:hover {
    background-color: #ddd;
}

.comment-form button[type="submit"] {
    background-color: #ffae1a;
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.comment-form button[type="submit"]:hover {
    background-color: #0056b3;
}

.comment-error {
    font-size: 0.9rem;
}

iframe {
    border-radius: 8px;
}