/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://example.com/
Description: Child theme for Twenty Twenty-Five
Author: Your Name
Template: twentytwentyfive
Version: 1.0
*/

body {
    background-color: #f7f7f7;
    /* font-size:18px;
    font-family : fangsong; */
}
.container {
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
}

.is-layout-flex {
    flex-wrap: nowrap; 
    /* align-items: baseline; */
}

.sticky-sidebar {
    position: fixed;
    top: 180px;
    z-index: 10;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 500px;
    overflow-y: auto;
    background-color: #eaeeff;
    border-radius: 10px;
    height: 40rem;
    max-height: 50rem;
    padding: 15px 10px 10px;
}
header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #f5f5f5;
    /* padding: 10px 0; */
}
.wp-block-video video {
    max-width: 1200px;
}
.latest-page-content a {
    background: #c45aa2;
    color: white;
    display: inline-block;
    text-decoration: none;
    margin-bottom:5px;
    font-weight:600;
}
 
a.wptags, .wpterms {
    padding: 5px;
    border-radius: 10px;
    line-height: 3;
    padding: 0.35em;
    color: #fff;
    padding: 0.35em;
    font-size: 12px;
    text-decoration: none;
    border-radius: 8px;
    margin-bottom:5px;
}
.pagination li a {
    padding: 5px;
    border-radius:5px;
    font-size: 14px;
}
.site-header .container {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 150px;
}

.single-post-content {
    background: #ffffff;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.container .main-heading{
    margin-bottom: 40px;
    text-align:center;
}
.dashboards-page h2 {
      font-size: 18px;
      background: #005a87;
      color: white;
      padding: 10px;
      font-weight: 600;
    }




/* Wrapper */
.tg-terms-wrapper{
    max-width:1100px;
    margin:auto;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
}

/* TERM BLOCK */
.tg-term-block{
    margin-bottom:45px;
    padding:25px;
    background:#ffffff;
    border-radius:10px;
    box-shadow:0 3px 12px rgba(0,0,0,0.2);
    transition:0.3s ease;
}

.tg-term-block:hover{
    box-shadow:0 6px 20px rgba(0,0,0,0.10);
}

/* MAIN TERM TITLE */
.tg-term-title{
    font-size:22px;
    font-weight:700;
    color:#0b3d91;
    padding-left:12px;
    margin-bottom:20px;
    letter-spacing:0.3px;
    border-radius: 5px;
}

/* ITEMS GRID */
.tg-term-items{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(260px,1fr));
    gap:15px;
}

/* CHILD ITEM CARD */
.tg-item-card{
    display:block;
    text-decoration:none;
    background:#d8dce3;
    padding:14px 16px;
    border-radius:8px;
    border:1px solid #e5e9f2;
    transition:all 0.25s ease;
    position:relative;
}

/* TITLE */
.tg-item-title{
    font-size:15px;
    font-weight:500;
    color:#222;
}

/* HOVER EFFECT */
.tg-item-card:hover{
    background:#bd58a2;
    transform:translateY(-3px);
    box-shadow:0 6px 14px rgba(0,0,0,0.15);
}

.tg-item-card:hover .tg-item-title{
    color:#ffffff;
}

/* subtle arrow */
.tg-item-card::after{
    content:"→";
    position:absolute;
    right:15px;
    opacity:0;
    transition:0.25s;
}

.tg-item-card:hover::after{
    opacity:1;
    right:12px;
    color:white;
}


.tg-report-title {
      margin-bottom: 20px;
      padding: 12px 16px;
      font-weight: 500;
      color: #1f2937;          /* dark slate */
      background: #d8dce3;    /* very light gray */
      border-radius: 6px;
      transition: all 0.2s ease;
      text-decoration: none;
      font-size:15px;
    }

    /* HOVER EFFECT */
.tg-report-title:hover{
    background:#bd58a2;
    transform:translateY(-3px);
    box-shadow:0 6px 14px rgba(0,0,0,0.15);
    color: white;
}

.tg-report-card:hover {
    background:#bd58a2;
    transform:translateY(-3px);
    box-shadow:0 6px 14px rgba(0,0,0,0.15);
    color:white;
}

figure img {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}



