.news-details{
    position: relative;
}
.breadcrumb{
    padding-top: 40px;
    align-items: center;
    margin-bottom: 0px;
}
.breadcrumb li{
    margin-right: 16px;
}
.breadcrumb a{
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
}
.breadcrumb span{
    display: inline;
    margin: 0 16px 0px 0;
}
.news-details::after{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: transparent linear-gradient(0deg, #FFEBCC00 0%, #FFF6E8 100%) 0% 0% no-repeat padding-box;
    height: 801px;
}
.news-details .main-sec h2, .news-details .main-sec h1{
    font-size: 36px;
    line-height: 45px;
    color: #000000;
    text-align: right;
    margin-bottom: 24px;
    font-weight: 600;
}
.news-details .main-sec h3{
    font-size: 25px;
    line-height: 28px;
    color: #000000;
    text-align: right;
    margin-bottom: 29px;
    font-weight: 600;
    margin-top: 74px;
}
.news-details .main-sec p{
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    text-align: right;
}
.news-details .main-sec img{
    border-radius: 16px;
}
.transparent-button {
    margin: 0px 0px;
    padding: 13px 63px;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 23px;
    letter-spacing: 1px;
    font-weight: 600;
}
.transparent-button:hover {
    background: #FFCF2E;
    color: #000;
    border-color: #FFCF2E;
}
.blogs-sec{
    margin-top: 114px;
    display: flex;
    flex-direction: column;
}
.blogs-sec h4{
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 39px;
}

.blogs-sec .card{
    padding: 15px 18px 36px;
    border: 1px solid #DEDEDE;
    border-radius: 16px;
}
.blogs-sec .card .card-body{
    padding: 0;
}

.blogs-sec .card span{
    background: #FFEDB1 0% 0% no-repeat padding-box;
    border-radius: 24px;
    font-size: 12px;
    line-height: 14px;
    padding: 7px 15px;
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 33px;
}
.blogs-sec .card h4{
    font-weight: 500;
    font-size: 22px;
    text-align: right;
    height: 56px;
    line-height: 28px;
color: #000000;
text-transform: uppercase;
margin-bottom: 22px;
}
.blogs-sec .card p{
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    height: 88px;
color: #000000;
margin-bottom: 31px;
}
.blogs-sec .card img{
    border-radius: 16px;
}
.blogs-sec .read-more{
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
color: #000000;
border-bottom: 1px solid #000;
letter-spacing: 2.4px;
text-transform: uppercase;
margin-bottom: 22px;
text-decoration: none;
}

.blogs-sec .read-more:hover{
color: #c0ab7d;

}
.blogs-sec .cards-sec{
    margin-bottom: 71px;
}
.blogs-sec .news-btn{ 
    padding: 15px 59px !important;
    max-width: 189px;
    margin: auto;
    margin-bottom: 66px;
}
.news-details .mobile-view{
    display: none;
}

.main-sec ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    padding-left: 20px;
    padding-top: 0px;
    margin-bottom: 40px;
}
.main-sec ul li{
margin-right: 0px;
font-size: 16px;
line-height: 25px;
color: #000000;
text-align: left;
}
.main-sec ul li span{
    color: #000;
}
.main-sec .publish-date{
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    padding-right: 0;
    gap: 0px;
    padding-top: 43px;
    margin-bottom: 16px;
}
.main-sec .publish-date li{
    color: #656C74;
    margin-right: 16px;
    font-size: 12px;
    line-height: 14px;
}
.publish-date svg:hover{
    transform: scale(1.1);
    transition: all ease 0.3s;
}
.blogs-sec .card .card-image{
    overflow: hidden;
    border-radius: 16px;
}
.blogs-sec .card .card-image img:hover{
    transform: scale(1.1);
    transition: all ease-in-out 0.3s;
}
 @media (max-width: 600px) {
   .news-details .mobile-view{
    display: flex;
    } 
    .news-details .desktop-view{
        display: none;
    } 
    .main-sec ul {
        padding-top: 60px;
        margin-bottom: 21px;
    }   
    .news-details .main-sec h2, .news-details .main-sec h1{
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 23px;
    }
    .news-details .main-sec h3{
        font-size: 22px;
        line-height: 31px;
        margin-bottom: 30px;
        font-weight: 600;
        margin-top: 50px;
    }
    .news-details .main-sec p{
        margin-bottom: 30px;
    }
    .blogs-sec{
        margin-top: 110px;
    }
    .blogs-sec h4{
        font-size: 22px;
        line-height: 27px;
    margin-bottom: 28px;
    text-align: center;
    }
    
    .blogs-sec .card{
        padding: 13px 15px 34px;
        border-radius: 13px;
    }
    .blogs-sec .card .card-image{
        border-radius: 13px;
    }
    .blogs-sec .card img{
        border-radius: 13px;
    }
    .blogs-sec .card {
        margin-bottom: 30px;
    }
    .blogs-sec .cards-sec {
        margin-bottom: 40px;
    }
 }

 @media (max-width: 370px) {
    .news-details .main-sec h2, .news-details .main-sec h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .news-details .main-sec h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .blogs-sec .card h4 {
        font-weight: 500;
        font-size: 18px;
        text-align: right;
        line-height: 26px;
    }
}

/* 16-12-2024 */

.cardm {
    text-decoration: none;
    color: #000;
}
.cardm:hover {
    color: #000;
}

    @media(max-width: 1200px){
    .blogs-sec .card p {height: 110px;}
    .blogs-sec .card h4 {height: 80px;}
    }
    
    @media(max-width: 991px){
    .blogs-sec .card h4 {height: 88px;font-size: 17px;}
    .blogs-sec .card p {height: 150px;font-size: 14px;}
    }
    @media (max-width: 600px) {
        .blogs-sec .card h4 {
            height: 55px;
            font-size: 22px;
        }
    .blogs-sec .card p {
            height: 88px;
            font-size: 16px;
        }
        .news-details::after {
            height: 508px;
        }
    }
    @media (max-width: 380px) {
        .blogs-sec .card h4 {
            height: 50px;
            font-size: 16px;
        }
        .blogs-sec .card p {
            font-size: 14px;
        }
    }
/* end */
    