
/*blogs details css*/
/* Common Banner */
.common-banner {
    background: url('/wp-content/uploads/2023/11/kerala-vibe.webp') center center/cover no-repeat;
    padding: 120px 0;
    text-align: center;
    color: #fff;
    margin-top: 60px;
    position: relative;
}
.common-banner:before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.common-banner h1 {
    font-size: 60px;
    font-weight: 700;
    z-index: 1;
    position: relative;
}

/* Single Post Section */
.single-post-section {
    padding: 60px 0;
}

.post-featured img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 25px;
    max-height: 500px;
    object-fit: cover;
}

.post-info h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.post-info .meta {
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
}

.post-info .meta span {
    margin-right: 20px;
}

.post-content p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.post-content img{
    width: 100%;
    height: auto;
}
/* Sidebar Widgets */
.sidebar .widget {
    background: #f7f7f7;
    padding: 30px 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(153,186,208,.4);
}

.sidebar .widget h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 2px solid #4267b2;
    display: inline-block;
    padding-bottom: 5px;
}

/* Recent Posts Widget */
.recent-posts .recent-item {
    display: flex;
    margin-bottom: 15px;
}
.recent-posts .recent-item:last-child {
    margin-bottom: 0px;
}
.recent-posts img {
    width: 60px;
    height: 80px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 5px;
}
.recent-info{
    flex: 1;
}
.recent-info .date {
    font-size: 12px;
    color: #999;
}

.recent-info .title {
    font-size: 14px;
    font-weight: 600;
    color: #333;

}
  .recent-posts .recent-media {
    margin-right: 20px;
    width: 90px;
    overflow: hidden;
    border-radius: 6px;
  }
  .recent-posts img{
     border-radius: 6px;
      width: 100%;
      overflow: hidden;
      transition: transform 0.6s ease;
  }
  .recent-posts a{
    text-decoration: none;
  }
  .recent-posts a:hover{
    color: #014c82;

  }
  .recent-posts a:hover img{
     transform: scale(1.08);
  }
  .recent-posts .title {
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 0px 0;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

    line-height: 1.2;
    max-height: calc(1.2em * 2);
}

  .recent-info .date {
    margin-bottom: 5px;
      font-size: 14px;
      font-weight: 400;
      color: #333;

  }
  .recent-info .date i{
    margin-right: 5px;
      font-size: 14px;
  }


/* Categories */
.categories li {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.categories li a {
    color: #333;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    padding: 17px 18px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    width: 100%;
    background: #fff;
    border: 1px solid #064f9e;
    border-radius: 6px;
}
.categories li a:hover {
    color: #4267b2;
}
.single-post .post-content{

    strong{
        font-weight: 700;
    }
}
.single-post .post-tags{
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 20px 0;
}
.single-post .post-tags .label{
    font-weight: 700;
}
.single-post .post-tags a{
    color: #505050;
    background-color: #F7F7F7;
    font-weight: 500;
    display: inline-block;
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 12px 20.5px;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 6px;
    text-decoration: none;
}
.single-post .post-tags a:hover{
    background-color: #4267b2;
    color: #fff;
}
.single-post .post-summary{
    box-shadow: 0px 13px 48px 0px rgba(6, 79, 158, 0.12);
    padding: 40px 40px;
}

.single-post figcaption{
    text-align: center;
    color:#505050;
    line-height: 1.2;
}
.single-post .post-share{
    color: #333;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.single-post .post-share .label{
    font-weight: 700;
}
.single-post .post-share a svg{
    width: 20px;
    height: 20px;
    fill: #505050 !important;
}
.single-post .post-share a svg path{
    fill: #505050 !important;
}
.single-post .post-share a{
    margin: 0 5px;
}
.single-post .post-share a:hover svg, .single-post .post-share a:hover svg path{
    fill:#064f9e !important;
}
@media only screen and (max-width: 768px){
    .common-banner h1{
        font-size: 40px;
    }
    .post-info h2{
        font-size: 30px;
        line-height: 1.2;
    }
    .sidebar{
        margin-top:20px;
    }
    .single-post .post-summary{
        padding: 40px 20px;
    }
    .post-featured img {
        height: auto;
        max-height: 400px;
    }
    .single-post .post-tags a{
        padding: 8px 10px;
    }
}

/* Tag Cloud – Wanderers Style */
.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-cloud a {
    display: inline-block;
    padding: 6px 14px;
    color: #333;
    font-weight: 500;
    background: #f6f6f6;
    border: 1px solid #064f9e;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #fff;
}

.tag-cloud a:hover {
    background: #064f9e;
    border-color: #064f9e;
    color: #fff;
}
