.blog-post-item-two.blog-details-wrap{
	padding:0px 20px!important;
}

@media (max-width: 767.98px) {
    .blog-details-thumb img {
       
        min-height: 193px!important;
        
    }
	.blog-post-item-two.blog-details-wrap{
		padding:0px!important;
	}
}

.counter-item-two p{
	color:#263480!important;
}
.blog-post-content .link-btn{
	    color: var(--tg-primary-color);
	font-size:14px!important;
	font-weight: 700;
}

.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field{
	padding:0px!important;
}

.blog-post-content-two .title, .blog-post-content .title {
    font-size: 16px!important;
}

.services-content .content-top .title {
font-size:22px!important;
}

p,ul{
	font-family: "Inter", Sans-serif;
    font-size: 15px!important;
    font-weight: 500;
    line-height: 1.7em!important;
    color: var(--e-global-color-text)!important;
}

div{
	font-family: "Inter", Sans-serif;
}

.blog-details-content table, .blog-details-content th, .blog-details-content td {
    border: 1px solid #000 !important;

}

.widget_block ul li a, .widget.widget_pages ul li a, .widget.widget_nav_menu ul li a, .widget.widget_meta ul li a, .widget.widget_categories ul li a, .widget.widget_archive ul li a, .sidebar-search form input{
	color: var(--e-global-color-text)!important;
}

.wp-post-image {
  aspect-ratio: 1200 / 630!important;
}
.left th{
    width: 152px!important;
}

.team-content .title{
	font-size:20px!important;
}

@font-face {
  font-display: swap !important;
}

.single-factsheets .sidebar,
.single-factsheets #secondary,
.single-factsheets aside {
    display: none !important;
}

.single-factsheets .content-area,
.single-factsheets .site-main,
.single-factsheets .primary {
    width: 100% !important;
    max-width: 100% !important;
}

.single-factsheets .inner-blog-wrap .row .col-29{
	width:0%!important;
}

.single-factsheets .inner-blog-wrap .row .col-71{
	width:100%!important;
}

.factsheets-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.factsheet-item {
    padding: 15px;
    background: #424EA5;
    color: #fff;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.factsheet-item h3 {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.factsheet-item a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

/* Arrow ALWAYS visible */
.factsheet-item a::after {
    content: "→";
    margin-left: 8px;
    opacity: 1;
    transform: translateX(0);
    transition: all 0.3s ease;
}

/* Hover effect */
.factsheet-item:hover {
    background: #2f3aa0;
    transform: translateY(-5px);
}

/* Arrow moves on hover */
.factsheet-item:hover a::after {
    transform: translateX(6px);
}

