/* ===== Random Blog Section ===== */

.random-blog-section {
    padding: 70px 20px;
    background: #f9fafc;
}

.random-blog-section .container {
    max-width: 1200px;
    margin: auto;
}

.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 40px;
}

/* Grid Layout */

.random-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

/* Card Design */

.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
}

/* Image */

.blog-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

/* Content */

.blog-content {
    padding: 22px;
}

.blog-date {
    font-size: 13px;
    color: #999;
}

.blog-title {
    font-size: 20px;
    margin: 10px 0;
    line-height: 1.4;
}

.blog-title a {
    color: #222;
    text-decoration: none;
}

.blog-title a:hover {
    color: #0073aa;
}

.blog-excerpt {
    font-size: 15px;
    color: #555;
    margin-bottom: 15px;
}

/* Button */

.read-more {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #0073aa;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: 0.3s;
}

.read-more:hover {
    border-color: #0073aa;
}
 
/* End Random Blog Section */

/* Start Bio Section */
  
  .ctaonsingle {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .custom-author-bio {
    border: 1px solid #ddd;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    text-align: center;
		margin: 40px 0px;
  }
.custom-author-bio h3{
	font-size: 26px;
	color:#000;
	margin:10px 0;
	}

  
  .author-avatar img {
    border-radius: 50%;
  }
  
  .author-social-links {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .author-social-links li {
    background: #333;
    padding: 7px 20px;
    border-radius: 4px;
  }
  
  .author-social-links a {
    color: #fff;
    text-decoration: none;
  }
  
  .author-social-links a:hover {
    text-decoration: underline;
  }
  
  .social-share {
    text-align: center;
    margin-top: 30px;
		margin-bottom: 30px;
  }
  
  .social-share a {
    margin: 0 10px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
  }
  
  .social-share i {
    margin-right: 5px;
  }
  
  /* Optional Font Awesome Icon Colors */
  .social-share a .fa-facebook { color:#3b5998; }
  .social-share a .fa-twitter { color:#1DA1F2; }
  .social-share a .fa-linkedin { color:#0077b5; }
  .social-share a .fa-pinterest { color:#bd081c; }
  
  .social-share a:hover {
    text-decoration: underline;
  }
  /* End Bio Section */


.single-post-content h1, .single-post-content h2, .single-post-content h3, .single-post-content h4 {
	text-align: left!important;
}
.page-id-421 figure{
	    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    border-style: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    margin: 10px;
}
.page-id-421 figure img{
	    object-fit: contain !important;
    height: 500px;
}
.page-id-421 h2.wp-block-heading{
	font-size: 20px;
    font-weight: 700;
    text-transform: none;
    line-height: 30px;
    color: #292929;
	text-align: left;
	padding-bottom:10px;
}
.page-id-421 h3.wp-block-heading{
    font-size: 45px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 55px;
    color: #292929;
	  text-align: left;
	  padding-bottom:10px;
}
.page-id-421 p{
	padding-bottom:20px;
}