/* Container Styles */
.subscription-container {   
    margin-left: 50px;
    margin-top: 100px;
    text-align: left;
    border-radius: 12px;
    max-width: 500px;
    display:flex;
    flex-direction: column;
    margin-bottom: 100px;
    
}

@media (max-width: 768px) {
    .subscription-container {
        margin-top: 0px;
        margin-left: 0px;
    }
}

/* Heading */

.bold-text{
    font-family: 'Gotham Bold', sans-serif;
    font-size: 65px;
    font-weight: bold;
    color: #eb5524; 
    margin-bottom: 10px;
}

.forupdate-text{
    font-family: 'Gotham Book', sans-serif;
    font-size: 65px;
    font-weight: 100;
    color: #eb5524;
    margin-bottom: 10px;

}

/* Description */
.subscription-text {
    font-size: 18px;
    color: #555;
    padding-bottom: 5px;
    font-family: sans-serif;
    font-weight: 200;
    margin-top: 5px;
}

.subscription-text2 {
    font-size: 32px;
    color: #555;
    padding-bottom: 3px;
    font-family: 'Gotham light', sans-serif;
}

.subscription-form {
    
    background: white;
    border: 1px solid #f79322; /* Border color similar to the button */
    border-radius: 15px;
    overflow: hidden;
    max-width: 400px;
    padding: 5px;
    font-family: 'Helvetica Neue';

}

/* Email Input */
.email-input {
    flex: 1;
    padding: 10px 15px;
    font-size: 14px;
    border: none;
    outline: none;
    background: transparent;
}

/* Subscribe Button */
.subscribe-btn {
    background-color: #f79322; /* Orange color */
    color: white;
    padding: 10px 50px;
    font-size: 18px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.subscribe-btn:hover {
    background-color: #36b9cb; /* Darker orange on hover */
}

/* Responsive */
@media (max-width: 768px) {
    .subscription-container {
        text-align: center;
        align-items: center;
        order:2;
        padding: 30px 15px 50px 25px;
        margin-bottom: -10px ;

    }
    .newsletterbanner{
        flex-direction: column !important;
    }
    .newsletterbanner img{
        width: 100% !important;
    }
    

    .email-input {
        width: 100%;
    }

}

.news_event{
    padding:0 60px;
}

@media (max-width: 768px) {
    .news_event{
        padding:0 50px;
    }
}

@media (max-width: 546px) {
    .news_event{
        padding:0 30px;
    }
}

.news_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Helvetica Neue';
    
}
@media (max-width: 576px) {
    .news_ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 576px) {
    .news_desc {
        width: 100% !important;
    }
}


.news_image_li{
    width: 100%;
    height: 70%;
    overflow: hidden;
    position: relative;
    background-color:#ccc;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.news_image_li img{
    width: 100%;
    height: 330px;
    object-fit: contain;
    object-position: center;
}

.news_date{
    color:white;
    background: #f6a81d;
    padding: 5px 12px ;
    position: absolute;
    top: 4%;
    left: 5%;
    border-radius: 17px;
}

.news_details{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    justify-content: space-between;
    height: 100%;
}
.news_details_li{
    background-color: aliceblue;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 30%;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}


.news_title,.news_title a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Limits to 2 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word; /* Ensures words break correctly */
    max-width: 100%; /* Ensures proper width */
}

.news_title2{
    display: block;
    color:#eb5524;
    font-family: 'Helvetica Neue Medium';
    margin-bottom: 5px;
    line-height: normal;
}
.news_title2:hover{
    display: block;
    color:#4e438F;
    font-family: 'Helvetica Neue Medium';
    margin-bottom:5px;
}



.news_title a:hover{
    color: #f6a81d;
    text-decoration: underline;
}

.news_btn{
    background: #f6a81d;
    color: white;
    padding: 10px 20px;
    border-radius: 17px;
    margin-top: 10px;
    /* margin: 10px 0;
    display: inline-block;
    text-decoration: none; */
}
.news_btn:hover{
    background: #36b9cb;
    color: white;
    padding: 10px 20px;
    border-radius: 17px;
    /* margin: 10px 0;
    display: inline-block;
    text-decoration: none; */
}

.hidden-item {
    display: none;
    flex-direction: column;
}

.show-more-container {
    text-align: center;
    margin-top: 20px;
}
/* .show-more-container:hover {
    text-align: center;
    margin-top: 20px;
} */

#showMoreBtn,.back-button {
    background-color: #eb5524;
    color: #fff;
    padding: 10px 40px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    font-size: 16px;
}

.back-button{
    background-color: #eb5524;
    color: #fff;
    padding: 6px 60px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    font-size: 16px;
    margin-bottom: 50px;
}

#showMoreBtn:hover {
    background-color: #4e438f;
}

.news_description{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.readmore-btn {
    display: none;
    background-color: #fff;
    padding: 10px 5px;
    font-family: sans-serif;
    border-radius: 20px;
    width: 130px;
    font-size: 13px;
    text-align: center;
}

@media (max-width: 576px) {
    .items-three-columns {
        width: 100% !important;
        padding: 0 10px !important;
    }
}

@media (max-width: 380px){
    .bold-text{
        font-size: 25px o !important;
    }

    .forupdate-text{
        font-size: 25px !important;
    }

    .readmore-btn{
        font-size: 10px;
        width: 100px;
    }
}

@media (max-width: 480px){
    .bold-text {
        font-size: 30px !important;
    }

    .forupdate-text{
        font-size: 30px !important;
    }

    .readmore-btn{
        font-size: 12px;
        width: 110px;
    }
}

@media (max-width: 767px) {
    .items-three-columns {
        width: 100% !important;
        padding: 0 10px !important;
    }

    .subscription-text2{
        margin: 0;
    }

    .lastest-news {
        position: absolute;
        top: 120px;
        left: 30px;
    }

    .bold-text{
        font-size: 35px !important;
        margin-left: 5px;
    }

    .subcscription-bold-text {
        font-family: 'Gotham Bold', sans-serif;
        font-size: 35px;
        font-weight: bold;
        color: #eb5524; 
        margin-bottom: 10px;
    }

    .subscription-subtext {
        color: #eb5524;
        font-family: 'Gotham Book', sans-serif;
        font-weight: 100;
        font-size: 35px;
        line-height: normal;
    }

    .forupdate-text{
        font-size: 35px !important;
    }

    .readmore-btn{
        display: block;
    }
}