
.blog-section{
    background:#fff;
}
.section-titles {
    font-size:25px;
}
.news-card{
    margin:auto;
    border-bottom:2px solid #e6e6e6;
    padding-bottom:30px;
}
.news-image{
    overflow:hidden;
    border-radius:10px;
}
.news-image img{
    width:100%;
    height:560px;
    object-fit:cover;
    transition:.5s;
}
.news-card:hover img{
    transform:scale(1.03);
}
.news-content{
    padding-top:30px;
}
.news-content h2{
    font-size: 25px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
    line-height:1.2;
}
.news-content p{
    font-size: 20px;
    color:#626262;
    line-height:1.6;
    margin-bottom: 20px;
}
.news-meta{
    display:flex;
    align-items:center;
    gap:35px;
    color:#8b8b8b;
    font-size: 15px;
}
.news-meta span{
    position:relative;
}
.news-meta span:first-child::after{
    content:"";
    position:absolute;
    right:-18px;
    top:50%;
    transform:translateY(-50%);
    width:2px;
    height:18px;
    background:#d4d4d4;
}

@media(max-width:992px){
.news-image img{
    height:420px;
}
.news-content h2{
    font-size:42px;
}
.news-content p{
    font-size:22px;
}
.news-meta{
    font-size:18px;
}
}

@media(max-width:768px){

.news-image img{
    height:260px;
}
.news-content h2{
    font-size:30px;
}
.news-content p{
    font-size:17px;
}
.news-meta{
    gap:20px;
    font-size:15px;
}
}
.category-section{
    padding:70px 0;
}
.category-card{
    display:block;
    text-align:center;
    transition:.3s;
}
.category-image{
    width:210px;
    height:210px;
    margin:auto;
    background:#f4f2ef;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    border:3px solid #efefef;
    overflow:hidden;
    transition:.3s;
}
.category-image img{
    width:72%;
    height:72%;
    object-fit:contain;
    transition:.4s;
}
.category-card h5{
margin-top: 20px;
font-size: 20px;
font-weight:600;
color:#2d2d2d;
}

.category-card:hover .category-image{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.category-card:hover img{
    transform:scale(1.08);
}
.category-card:hover h5{
color: #e4002b;
}
@media(max-width:991px){
.category-image{
    width:170px;
    height:170px;
}
.category-card h5{
    font-size:20px;
}
}

@media(max-width:576px){
.category-image{
    width:140px;
    height:140px;
}
.category-card h5{
    font-size:18px;
}
}
.home-inspiration{
    padding:70px 0;
}
.view-more{
font-size: 17px;
font-weight: 500;
color: #ffffff;
text-decoration:none;
background: #e4002b;
padding: 5px 15px;
border-radius: 5px;
}
.view-more:hover{
    color: #fdfdfd;
    background: #002169;
}
.blog-card{
    display:flex;
    flex-direction:column;
    height:100%;
}
.blog-image{
    overflow:hidden;
    border-radius:10px;
    display:block;
}
.blog-image img{
    width:100%;
    height:270px;
    object-fit:cover;
    transition:.5s;
}
.blog-card:hover img{
    transform:scale(1.08);
}
.blog-card h3{
margin: 15px 0 15px;
font-size: 20px;
line-height:1.35;
font-weight: 500;
}
.blog-card h3 a{
    text-decoration:none;
    color:#2e2e2e;
    transition:.3s;
}
.blog-card:hover h3 a{
color: #e4002b;
}
.read-time{
margin-top:auto;
font-size: 15px;
color:#8d8d8d;
padding-bottom:18px;
border-bottom:1px solid #e3e3e3;
}
@media(max-width:1200px){
.blog-card h3{
    font-size:28px;
}
}
@media(max-width:992px){
.blog-image img{
    height:240px;
}
.blog-card h3{
    font-size:24px;
}
}

@media(max-width:768px){
.view-more{
    font-size:15px;
}
.blog-image img{
    height:220px;
}
.blog-card h3{
    margin:18px 0 35px;
    font-size:22px;
}
.read-time{
    font-size:16px;
}
}

@media(max-width:576px){

.blog-image img{
    height:200px;
}
.blog-card h3{
    font-size:20px;
}
}
.trending-section{
    padding:70px 0;
}
.trend-item{
    display:flex;
    gap:22px;
    padding-bottom:22px;
    margin-bottom:22px;
    border-bottom:1px solid #e7e7e7;
}
.trend-img{
width: 200px;
min-width: 200px;
height:150px;
position:relative;
border-radius:8px;
overflow:hidden;
border: 1px solid #bebebe;
}
.trend-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}
.trend-item:hover img{
    transform:scale(1.08);
}
.number{
position:absolute;
left:12px;
top: 5%;
font-size: 25px;
width: 30px;
height: 30px;
background: #e4002b;
font-weight:700;
color:#fff;
line-height: 1.1;
text-align: center;
border-radius: 100%;
}
.trend-content{
    flex:1;
}
.trend-content h4{
font-size: 16px;
line-height:1.35;
font-weight:600;
margin-bottom:22px;
}
.trend-content h4 a{
    text-decoration:none;
    color:#2d2d2d;
}
.trend-content h4 a:hover{
    color:#1d8f3d;
}

.tag{
display:inline-block;
padding: 5px 11px;
background:#efefef;
border-radius: 5px;
font-size: 11px;
color:#444;
}

@media(max-width:1200px){
.trend-content h4{
    font-size:22px;
}
.trend-img{
    width:180px;
    min-width:180px;
    height:125px;
}
.number{
    font-size:85px;
}
}

@media(max-width:991px){
.trend-item{
    margin-bottom:30px;
}
}

@media(max-width:576px){
.trend-item{
    flex-direction:column;
}
.trend-img{
    width:100%;
    min-width:100%;
    height:220px;
}
.number{
    font-size:95px;
}
.trend-content h4{
    font-size:22px;
}
.tag{

    font-size:15px;
}
}

.pet-guide-section{
    padding:70px 0;
}
.guide-item{
    display:flex;
    gap: 30px;
    margin-bottom: 10px;
}
.guide-image{
    width: 40%;
    overflow:hidden;
    border-radius:10px;
    border: 1px solid #ddd;
}
.guide-image img{
    width:100%;
    height: 250px;
    object-fit:cover;
    transition:.4s;
}
.guide-item:hover img{
    transform:scale(1.05);
}
.guide-content{
    width:52%;
    display:flex;
    flex-direction:column;
}
.guide-content h3{
    font-size: 20px;
    font-weight: 600;
    line-height:1.35;
    margin-bottom: 10px;
}
.guide-content h3 a{
    color:#2d2d2d;
    text-decoration:none;
}
.guide-content h3 a:hover{
    color: #e4002b;
}
.guide-content p{
    color:#666;
    font-size: 15px;
    line-height:1.6;
    margin-bottom:auto;
}
.meta{
    display:flex;
    gap:28px;
    font-size: 15px;
    color:#949494;
    border-bottom:1px solid #e7e7e7;
    padding-bottom:18px;
    margin-top: 10px;
}
.small-post{
    /* border-bottom:1px solid #e7e7e7; */
    padding-bottom: 4px;
    margin-bottom: 10px;
}
.small-post h4{
    font-size: 20px;
    line-height:1.4;
    margin-bottom: 3px;
}
.small-post h4 a{
    color:#2d2d2d;
    text-decoration:none;
}
.small-post h4 a:hover{
    color: #e4002b;
}

@media(max-width:992px){
.guide-item{
    flex-direction:column;
}
.guide-image,
.guide-content{
    width:100%;
}
.guide-image img{
    height:260px;
}
}
@media(max-width:576px){
.guide-content h3{
    font-size:24px;
}
.small-post h4{
    font-size:22px;
}
.meta{
    font-size:15px;
    gap:18px;
}
}