.blogcontent img{
	width:100%;
	height: auto;
	border: 1px solid #f3f3f3;
}
.zodiacclass img{
	width:20px;
}

.relationship {
    margin-top: 20px;
}

.relation-card {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 18px;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.relation-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border-color: #0258a9;
}

.relation-icon {
    width: 50px;
    height: 50px;
    background: rgba(32,107,196,0.1);
    color: #0258a9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.relation-content h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
}

.relation-content span {
    display: inline-block;
    margin-top: 4px;
    padding: 4px 10px;
    background: #f1f5f9;
    color: #64748b;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}






















.recent-posts-widget {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}


.recent-biography {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: #fafafa;
}

.recent-biography:hover {
    background: #f5f7ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.recent-biography img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}

.recent-biography-content {
    flex: 1;
}

.recent-biography-content a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    line-height: 1.4;
    margin-bottom: 4px;
}

.recent-biography-content a:hover {
    color: #0455a4;
}

.recent-biography-content small {
    color: #777;
    font-size: 13px;
    line-height: 1.5;
}

@media (max-width: 576px) {
    .recent-biography img {
        width: 70px;
        height: 70px;
    }
}
.featuredimage{
	width: 100%;
	margin-bottom: 10px;
}
.tableclass table{
	width: 100%;
	margin-top: 10px;
}

.accordion-button:not(.collapsed) {
	color: #fff !important;
	background-color: #0258a9 !important;
	
}










.gallery-title h4{
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    border-left: 4px solid #0d6efd;
    padding-left: 12px;
}

.gallery-card{
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all .3s ease;
}

.gallery-card img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform .4s ease;
}

.gallery-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.gallery-card:hover img{
    transform: scale(1.08);
}

/* Mobile */
@media(max-width:768px){
    .gallery-card img{
        height: 180px;
    }
}






.wu-blog-banner {
    background: linear-gradient(135deg, #1e3a8a, #0256a8);
    padding: 70px 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.wu-blog-banner::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
}

.wu-blog-banner::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
}

.wu-blog-container {
	max-width: 1320px;
	margin: auto;
	position: relative;
	z-index: 2;
	padding: 0px 20px;
}

.wu-blog-breadcrumb {
    margin-bottom: 18px;
    font-size: 14px;
}

.wu-blog-breadcrumb a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    transition: all 0.3s ease;
}

.wu-blog-breadcrumb a:hover {
    color: #ffffff;
}

.wu-separator {
    margin: 0 10px;
    color: rgba(255,255,255,0.5);
}

.wu-current-page {
    color: #ffffff;
    font-weight: 600;
}

.wu-blog-heading h1 {
    color: #ffffff;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}

.wu-blog-heading p {
    color: rgba(255,255,255,0.85);
    font-size: 17px;
    margin: 0;
    line-height: 1.7;
}

@media (max-width: 768px) {

    .wu-blog-banner {
        padding: 50px 20px;
    }

    .wu-blog-heading h1 {
        font-size: 34px;
    }

    .wu-blog-heading p {
        font-size: 15px;
    }

}







 .pagination {
    justify-content: center;
    gap: 8px;
}
.page-item:first-child .page-link{
	border-top-left-radius:none !important;
	border-bottom-left-radius:none !important;
}
 .page-link {
    min-width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-weight: 600;
    transition: all 0.3s ease;
}

 .page-link:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

 .page-item.active .page-link {
    background: #0455a9;
    border-color: #0455a9;
    color: #fff;
}

 .page-link svg {
    width: 18px;
    height: 18px;
}

 .page-item:first-child .page-link,
 .page-item:last-child .page-link {
    padding: 0 16px;
}

@media (max-width: 576px) {
     .pagination {
        gap: 5px;
    }

     .page-link {
        min-width: 36px;
        height: 36px;
        font-size: 14px;
    }
}
.bg-grayclass{
	background-color: #f3f3f3;
  padding: 10px;
  border-radius: 9px;
}
pre {
	padding: 0px !important;
	background: transparent !important;
	color: #000 !important;
	border-radius: 0px !important;
	font-size: inherit !important;
	font-family: inherit !important;
	margin-bottom: 0px !important;
}

.sidebarcategories a.active, .sidebarcategories ul li a.active {
    color: #fff;
    background: #0a4e9f;
    font-weight: 600;
    padding: 5px 10px;
}

.inlinewidget a {
  background-color: #4d4d4d;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  padding: 5px 15px;
  margin: 0 6px 8px 0;
  display: inline-block;
  transition: 0.3s;
  cursor: pointer;
}
.inlinewidget a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}
.inspan {
  background-color: color-mix(in srgb, var(--default-color), transparent 94%);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  border-radius: 50px;
  font-size: 14px;
  padding: 5px 15px;
  margin: 0 6px 8px 0;
  display: inline-block;
  transition: 0.3s;
}

.fullwidthclassimage img {
    width: 100%;
    height: 230px;
}

.customsideclassforsepartepage{
    list-style:none;
    padding:0;
    margin:0;
}

.customsideclassforsepartepage li{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:14px 16px;
    margin-bottom:10px;
    background:#ffffff;
    border-radius:10px;
    border-left:4px solid #0b4d9f;
    box-shadow:0 3px 12px rgba(0,0,0,0.06);
    transition:all .3s ease;
}

.customsideclassforsepartepage li:hover{
    transform:translateX(5px);
    box-shadow:0 6px 18px rgba(0,0,0,0.10);
}

.customsideclassforsepartepage .wu-label{
    font-size:14px;
    color:#6c757d;
    font-weight:600;
}

.customsideclassforsepartepage .wu-value{
    font-size:15px;
    color:#212529;
    font-weight:700;
    text-align:right;
}

.sectionbadge {
    display: inline-block;
    background: #ebf2f8;
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 30px;
    margin: 3px;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(79, 70, 229, 0.2);
    transition: all 0.3s ease;
}

.sectionbadge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(79, 70, 229, 0.3);
}

.bggray{
    background-color:color-mix(in srgb, var(--accent-color), transparent 97%);
}