/* 18-03-2026 */
.top-categories-panel  .elementor-heading-title,.recent-blog-panel  .elementor-heading-title,.capabilities-info .elementor-heading-title {
    position: relative;
    display: inline-block; 
    border-bottom: 2px solid #184CA1;
    width: auto;
    padding: 0 25px 10px 0;
}
.capabilities-info li.elementor-icon-list-item {
    margin-top: 12px;
    padding: 0;
}
.capabilities-info li.elementor-icon-list-item a {
    display: flex;
    align-items: center;
    margin: 0;
    background: #F9FAFB;
    border: 1px solid #D0D5DD;
    border-radius: 16px;
    padding: 20px 24px;
}
.capabilities-info li.elementor-icon-list-item a:hover {
	background:#184CA1;
	color:#ffffff;
}
.capabilities-info li.elementor-icon-list-item a:hover svg {
    filter: brightness(0) invert(100);
}
.recent-blog-panel .reseentItem {
    display: flex;
    align-items: center;
    gap: 16px;    
    position: relative;
}
.recent-blog-panel .reseentItem:first-child {margin-top: 12px;}
.recent-blog-panel .reseentItem .image-sec {
    position: absolute;
    left: 14px;
    top: 14px;
}
.recent-blog-panel .reseentItem .image-sec img {
    width: 68px;
    height: 68px;
    object-fit: cover;
    min-width: 68px;
    object-position: left center;
    border-radius: 8px;
}
.recent-blog-panel .reseentItem h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.recent-blog-panel .reseentItem h3 a {
    color: currentColor;
    padding: 14px 14px 14px 98px;
    min-height: 96px;
    display: flex;
    align-items: center;
    border-radius: 8px;
}
.recent-blog-panel .reseentItem h3 a:hover {
    background: rgb(255 255 255 / 11%);
}
.top-categories-panel li.elementor-icon-list-item {
    margin-top: 12px;
}
.blog-right-panel-form h3 {
    color: #ffffff;
    font-weight: bold;
}
.blog-right-panel-form label span {
    color: #1D2939 !important;
}
.type-post .rb-heading.elementor-widget-heading .elementor-widget-container h2.elementor-heading-title {
    font-size: 40px !important;
}
 
.author-area-blog .author-box {
    display: flex;
    gap: 23px;
    align-items: start;
    padding: 35px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
	
}
.author_linkedin {
    background: url(https://intglobal.com/wp-content/uploads/2026/03/linkedin-logo.svg) no-repeat center / contain;
    width: 41px;
    border: 6px solid #fff;
    height: 41px;
    border-radius: 100%;
    display: block;
    position: absolute;
    right: -10px;
    bottom: -10px;
    text-indent: -100px;
    overflow: hidden;
}
.author-area-blog .author-box .author-image {
    width: 142px;
    min-width: 142px;
	position:relative;
}

.author-area-blog .author-box .author-image img {
    width: 100%;
}

.author-area-blog .author-box h4 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    color: #000;
}

.author-area-blog .author-box h4 span {
    font-size: 65%;
}

.author-area-blog .author-box p:last-child {
    margin: 0;
}

.author-area-blog .author-box p {
    font-size: 12px;
}
li.elementor-.elementor-widget-table-of-contents .toc__list-item svg {}

.elementor-widget-table-of-contents .elementor-toc__list-item-text-wrapper {
    align-items: start;
}

.elementor-widget-table-of-contents .elementor-toc__list-item-text-wrapper svg {
    margin-top: 8px;
}
.elementor-widget-table-of-contents .elementor-toc__header {
    border: 0 none;
    padding-bottom: 0;
}
.author-date-info li.wpr-post-info-date {
    display: inline-flex;
    align-items: center;
}

.author-date-info ul.wpr-post-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-details-content h2 {
    font-size: 24px;
}

.blog-details-content h3 {
    font-size: 20px;
}

.blog-details-content h4 {
    font-size: 18px;
}
.blog-details-content  img {
    border-radius: 16px;
}
.blog-details-content ul {
    padding-left: 18px;
    margin-bottom: 10px;
}
@media (max-width:575px) {
	.blog-details-wrap .elementor-widget-heading h1.elementor-heading-title {
    font-size: 24px;
    line-height: normal;
}
	.blog-details-content h2 {
    font-size: 20px;
}
		.blog-details-content h3 {
    font-size: 18px;
}
		.blog-details-content h4 {
    font-size: 16px;
}
}