/* BLOG CARD*/
.blog-home-container {
    background: linear-gradient(180deg, #FFF 3.15%, #F1F6FB 22.52%, #E3EDF9 100%);
	overflow-x: hidden;
}
.box-container-bg {
	max-width:1920px;
	margin: 0 auto;
}
.blog-home-container{
    position: relative;
}

.box-container-bg:after {
    content: url(/wp-content/uploads/2026/01/img_bg_blog.png);
    position: absolute;
    top: 0;
    right: 0px;
}
.blog-post-ld:after {
    content: url(/wp-content/uploads/2026/01/circle.svg);
    position: absolute;
    top: 0;
    right: 0px;
}
.blog-post-ld {
    position: relative;
}
.articles-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 48px;
    max-width: 1464px;
    margin: 0 auto 5.75rem;
}
/* EVENTS */
.blog-home-container.events {
    background: linear-gradient(180deg, #F3F7FB 26.19%, #DAE8F8 100%), linear-gradient(71deg, #EDF6FE -3.7%, #FFF 49.99%), linear-gradient(134deg, #E4F1FE 0%, #FFF 29.62%);
    background-repeat: no-repeat;
    background-position: top right;
}
.blog-home-container.events {
    position: relative;
}

.blog-home-container.events:after {
    content: url(/wp-content/uploads/2026/02/bg_pic_events_1920-1.png);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.post-article-card.type-events .card-thumbnail {
    height: 244px;
}
.post-article-card.type-events .entry-subtitle {
    color: #6C798B;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 8px;
}
.post-article-card.type-events  .entry-header {
    min-height: 136px;
}
	
.post-article-card.type-events .entry-badge {
    font-size: 16px;
    font-weight: 550;
    line-height: 24px;
    border-radius: 4px;
    width: fit-content;
    padding: 4px 8px;
}	
	
.post-article-card.type-events .entry-badge.summits {
    background: #E8FDF3;
    color: #039857;
}
.post-article-card.type-events .post-card-link:hover .card-thumbnail img {
    transform: scale(1.06);
}

.post-article-card.type-events	.entry-badge.webinars {
    color: #8546D7;
	background: #F1EAFD;
}
.post-article-card.type-events	.entry-date {
    color: #94A3B8;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: fit-content;
}	
.post-article-card.type-events	.entry-status {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 12px;
}	
	
.card-events-upcoming {
    position: absolute;
    right: -1px;
    bottom: -7px;
}

.post-article-card.type-events .post-card-link:hover .card-events-upcoming img {
    transform: scale(1);
}

.post-article-card.type-events .post-card-link .card-events-upcoming img {
    border-radius: 8px 0 0 0 !important;
    transform: inherit;
    transition: inherit;
    will-change: inherit;
    object-fit: inherit;
}	
	
	
	
	
	
	
	
@media screen and (max-width: 1650px) {
	.blog-home-container.events {
		background: linear-gradient(180deg, #F3F7FB 26.19%, #DAE8F8 100%), linear-gradient(71deg, #EDF6FE -3.7%, #FFF 49.99%), linear-gradient(134deg, #E4F1FE 0%, #FFF 29.62%);
		background-repeat: no-repeat;
		background-position: top right;
		background-size: inherit;
	}
	.post-article-card.type-events .card-thumbnail {
		max-height: 192px;
	}
	.blog-home-container.events:after {
		content: url(/wp-content/uploads/2026/02/bg_pic_events_1441.png);
		right: 0;
		top: 0;
	}
}
	
@media screen and (max-width: 1264px) {
	.post-article-card.type-events .card-thumbnail {
		height: 244px;
	}
	.blog-home-container.events:after {
		content: url(/wp-content/uploads/2026/02/events.png);
		right: 0px;
		top: 0;
	}
	.blog-home-container.events {
		background: linear-gradient(180deg, #F3F7FB 26.19%, #DAE8F8 100%), linear-gradient(71deg, #EDF6FE -3.7%, #FFF 49.99%), linear-gradient(134deg, #E4F1FE 0%, #FFF 29.62%);
		background-repeat: no-repeat;
	}
}	

@media screen and (max-width: 958px) {
	.blog-home-container.events {
		background: linear-gradient(180deg, #F4F8FC 1.85%, #DAE8F8 88.01%);
	}
	.blog-home-container.events:after {
		display:none;
	}
	.post-article-card.type-events .card-thumbnail {
		max-height: 355px;
		height: 100%;
	}

	.card-events-upcoming {
		position: absolute;
		right: -1px;
		bottom: 0px;
	}
}


@media screen and (max-width: 756px) {
	.post-article-card.type-events .entry-header {
		min-height: inherit;
	}
}


/*  */

.related-p-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 48px;
}

/* CARD*/
.post-article-card {
    margin-bottom: 0px;
}
.entry-header{
	margin-bottom: 1.5rem;
}
.entry-title {
    color: #232C39;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}
.entry-title.event-card-p {
    font-size: 24px;
    font-weight: 550;
    line-height: 36px;
}

.post-card-link {
	border-radius: 32px;
	border: 4px solid #FFF;
	background: #FFF;
	box-shadow: 0 0 0 0 #FFF, 5px 20px 8px 0 rgba(140, 160, 199, 0.01), 3px 11px 7px 0 rgba(140, 160, 199, 0.05), 1px 5px 5px 0 rgba(140, 160, 199, 0.09), 0 1px 5px 0 rgba(140, 160, 199, 0.15);
	transition: box-shadow 0.35s ease, background 0.35s ease;
}

.post-card-link:hover {
	box-shadow: 0 0 0 6px #FFF, 5px 20px 8px 0 rgba(140, 160, 199, 0.01), 3px 11px 12px 0 rgba(140, 160, 199, 0.20), 1px 5px 5px 0 rgba(140, 160, 199, 0.09), 0 1px 5px 0 rgba(140, 160, 199, 0.15);
}

.post-card-link .card-thumbnail img {
    transform: scale(1);
    transition: transform 0.35s ease;
    will-change: transform;
    border-radius: 28px 28px 0px 0px;
}
.post-card-link:hover .card-thumbnail img {
    transform: scale(1.1);
}

.card-thumbnail {
    width: 100%;
    height: 140px;
    overflow: hidden;
    position: relative;
    border-radius: 28px 28px 0px 0px;
}
.card-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}
.card-text {
    margin: 1.334rem 1.334rem 1.778rem;
}
	
.card-hover-arrow .modified-counter {
    color: #94A3B8;
    font-size: 0.78rem;
    font-weight: 400;
    line-height: 18px;
}	
.entry-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
	width: 100%;
}

.card-hover-arrow .arrow-box {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    gap: 8px;
}

.card-hover-arrow .arrow, .card-hover-arrow .text {
    transition: transform 0.35s ease;
    display: inline-block;
}

.card-hover-arrow .arrow {
    height: 24px;
    width: 24px;
	transform: translateX(-360%);
}
.card-hover-arrow .text {
    transform: translateX(-100%);
    white-space: nowrap;
	color: #2D3745;
}

.card-hover-arrow:hover .arrow,
.card-hover-arrow:hover .text {
    transform: translateX(0px);
}	


@media screen and (max-width: 1650px) {
	.card-thumbnail {
		height: 120px;
	}
}
/* FILTER */


.category-filter-form {
	display: flex;
	align-items: center;
}
.custom-select.open .options-list li[data-placeholder="true"] {
	display: none;
}
.custom-select {
	position: relative;
	display: inline-block;
	min-width: 340px;
}
.custom-select svg {
	transition: all 0.3s ease;
}
.custom-select.open svg {
	transform: rotate(180deg);
	transition: all 0.3s ease;
}
.custom-select.open .select-button {
    border-radius: 24px;
    border: 1px solid #4A84FB;
    background: #FFF;
    box-shadow: 0 0 0 3px rgba(171, 205, 252, 0.40);
}
.reset-button {
	position: absolute;
	top: 13px;
	right: 21px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border: none;
	cursor: pointer;
	color: #232C39;
	padding: 0;
	z-index: 10;
	border-radius: 0 24px 24px 0;
	transition: color 0.3s ease;
}

.reset-button:hover {
	border-radius: 4px;
	background: #f0f7ff;
}
.custom-select .reset-button {
    display: none;
}
.custom-select.active .reset-button {
    display: flex;
}


.custom-option {
	padding: 12px 20px;
	cursor: pointer;
	color: #6C798B;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	transition: background 0.3s ease, color 0.3s ease;
	position: relative;
}
.options-list .option.selected .custom-option:after {
	content: url(/wp-content/uploads/2025/11/check-box.svg);
	position: absolute;
	right: 20px;
	width: 24px;
	height: 24px;
}
.options-list .option.selected .custom-option {
	background: #F1F5F9;
	color: #232C39;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.custom-option:hover {
	background: #F1F5F9;
	color: #232C39;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.select-button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 24px;
    border: 1px solid #E2E8F0;
    background: #FFF;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 12px 20px;
    color: #94A3B8;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.select-button:focus {
	border: 1px solid #E2E8F0;
}    
.select-button:hover {
	border-radius: 24px;
	border: 1px solid #4A84FB;
	background: #FFF;
	box-shadow: 0 0 0 3px rgba(171, 205, 252, 0.40);
}
.options-list {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	margin: 0;
	padding: 0;
	transition: max-height 0.3s ease, opacity 0.3s ease;
	border-radius: 8px;
	border: 1px solid #E2E8F0;
	background: #FFF;
	box-shadow: 5px 20px 8px 0 rgba(140, 160, 199, 0.01), 3px 11px 7px 0 rgba(140, 160, 199, 0.05), 1px 5px 5px 0 rgba(140, 160, 199, 0.09), 0 1px 5px 0 rgba(140, 160, 199, 0.15);
}
.custom-select.open .options-list {
	max-height: 250px;
	opacity: 1;
	overflow-y: auto;
	border-radius: 8px;
	border-right: 4px solid #ffffff;
}
.options-list {
	max-height: 0;
	overflow-y: hidden; 
}

.custom-select.open .options-list {
	max-height: 300px; 
	overflow-y: auto;
	opacity: 1;
}

.options-list {
	scrollbar-color: #E2E8F0 #fff; 
	border-radius: 8px;
}
.options-list::-webkit-scrollbar {
	width: 12px; 
}
.options-list::-webkit-scrollbar-track {
	background: #fff; 
	border-radius: 8px;
}
.options-list::-webkit-scrollbar-thumb {
	background: #E2E8F0; 
	border-radius: 8px;
}
.options-list::-webkit-scrollbar-thumb:hover {
	background: #E2E8F0;
}

/* FILTER CASES */
.articles-case-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 48px;
    max-width: 1464px;
    margin: 0 auto 5.75rem;
}

.cases-filter-form.ds-flex {
    display: flex;
    gap: 24px;
}

@media screen and (max-width: 1650px) {
    .box-wrapper.cases-archive-pages {
        padding: 0 16px 92px;
    }
}

@media screen and (max-width: 1264px) {

	.cases-filter-form .select-button {
		margin-bottom: 0;
	}
/* 	 */
	.articles-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	.box-container-bg:after {
		top: -45px;
	}
	.blog-post-ld:after {
		top: -160px;
		right: 150px;
	}
}
@media screen and (max-width: 958px) {
	.cases-filter-form.ds-flex {
		flex-direction: column;
		max-width: 400px;
		margin: 0 auto 60px;
	}
	.articles-case-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
	.box-wrapper.cases-archive-pages .post-article-card {
		margin-bottom: 0px;
		display: flex;
		justify-content: center;
	}
	.box-wrapper.cases-archive-pages .article-card-case {
        width: 100%;
    }
	/* 	 */
	.box-container-bg:after {
        top: -78px;
        right: -168px;
    }
	.blog-post-ld:after {
        top: -160px;
        right: -150px;
    }
}
@media screen and (max-width: 768px) {
	.articles-wrapper {
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 32px;
	}
	.custom-select {
		min-width: inherit;
		width: 100%;
	}
	.box-container-bg:after {
        display:none;
    }

}

@media screen and (max-width: 650px) {
    .box-wrapper.cases-archive-pages {
        padding: 0 16px 60px;
    }
	.articles-case-wrapper {
        grid-row-gap: 32px;
        margin-bottom: 60px;
    }
	.box-wrapper.cases-archive-pages .custom-select {
		min-width: inherit;
	}
}

/* PAGINATION */
.custom-pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 92px;
    border-top: 1px solid #CAD5E2;
}

.text-o-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: background 0.2s;
    border-radius: 20px;
    border: 1px solid rgba(162, 184, 211, 0.30);
    padding: 8px 16px;
    background: none;
    color: #2D3745;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.text-o-btn:visited {
    color: #2D3745;
}
.text-o-btn:hover {
    color: #1E55FB;
    border: 1px solid rgba(162, 184, 211, 0.30);
    background: rgba(162, 184, 211, 0.15);
}

.text-o-btn:hover svg path {
    fill: #1E55FB;
}

.text-o-btn.disabled {
    pointer-events: none;
    cursor: default;
    color: #A2B8D380;
    border: 1px solid #A2B8D34D;
}
.text-o-btn.disabled svg path {
    fill: #A2B8D34D;
}
.total-pages-text {
    color: #2D3745;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.pagination-input-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #2D3745;
}
.page-input {
    width: 54px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #2D3745 !important;
    appearance: textfield;
    border-radius: 4px !important;
    border: 1px solid #E2E8F0 !important;
    background: #FFF;
    padding: 6px 12px !important;
}
.page-input::-webkit-outer-spin-button,
.page-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.page-input:focus {
    outline: none;  
}
@media screen and (max-width: 650px) {
	.custom-pagination-container {
        gap: 24px;
        justify-content: space-between;
    }
	.pagination-btn span {
		display: none;
	}
}
/* POST */
.post-top {
	padding: 112px 120px 0px;
	background: url(/wp-content/uploads/2025/11/main-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.post-top-box {
	background: url(/wp-content/uploads/2025/11/pattern-light.svg);
	padding: 48px 80px 0 80px;
	border-radius: 8px 8px 0 0;
}
.post-top-box-container {
	max-width: 1200px;
	margin: 0 auto;
}
.post-content-wrapper {
	padding: 92px 120px;
	background: url(/wp-content/uploads/2025/11/pattern-light.svg);
}
.post-content {
    display: flex;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto 92px;
}

.post-thumbnail {
	margin-bottom: 40px;
}
.post-categories {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	width: fit-content;
}
.post-categories a {
	display: block;
	border-radius: 4px;
	border: 1px solid #CAD5E2;
	background: #FFF;
	padding: 4px 8px;
	text-decoration: none;
	color: #526074;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	transition: all 0.3s ease;
}
.post-categories a:hover {
	color: #1E55FB;
}
.date-post.img img {
	border-radius: 50%;
	background: #D1E5FD;
	width: 40px;
	height: 40px;
	transition: all 0.3s ease;
}
.date-post.img {
	border-radius: 22px;
	border: 1px solid #1E55FB;
	height: 44px;
	width: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.date-post.img a {
    display: flex;
}
.date-post.name a {
	color: #232C39;
	font-size: 1rem;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
	transition: all 0.3s ease;
    border-bottom: 1px dashed;
}
.date-post.name a:hover {
	border-bottom: none;
}
.date-post-author {
	color: #6C798B;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 20px;
}
.modified-text {
    color: #6C798B;
	font-size: 0.875rem;
    font-weight: 400;
    line-height: 18px;
}
.modified-counter {
	color: #232C39;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 18px;
}
.rating-box {
    display: flex;
    align-items: center;
    height: fit-content;
    gap: 4px;
}
.rating-box-star {
    height: 16px;
    width: 16px;
    display: flex;
}
.rating-box .rmp-results-widget__visual-rating {
    display: none;
}
/* entry text */
.post-top-box h1 {
    font-size: 3rem;
    line-height: 3.75rem;
    margin: 0.75rem 0 2.5rem 0;
    color: #232C39;
    font-weight: 550;
}
.post-content-box {
    max-width: 1200px;
    margin: 0 auto;
}
.post-botton-content {
    max-width: 896px;
    padding-left: 80px;
}
.entry-content {
	max-width: 736px;
	margin-top: 0px;
}
.entry-content-box {
    max-width: 816px;
    margin-top: 0px;
    padding-left: 80px;
}
.entry-content iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: 16px;
}
.entry-content > *:first-child {
	margin-top: 0;
}
.entry-content img {
    border-radius: 16px;
}
.entry-content	b,
.entry-content	strong {
    font-weight: 700;
    color: #2D3745;
}
.entry-content	h2 
{ 
	font-size: 2.25rem; 
	line-height: 3rem; 
	margin: 80px 0 20px 0;
	color: #232C39;
	font-weight: 600;
}       /* 36px */
.entry-content	h3 
{ 
	font-size: 1.75rem; 
	line-height: 2.5rem;
	margin: 60px 0 20px 0;
	color: #232C39;
	font-weight: 600;
}    /* 28px */
.entry-content	h4 
{ 
	font-size: 1.5rem;
	line-height: 2.25rem;
	margin: 40px 0 20px 0;
	color: #232C39;
	font-weight: 600;
}    /* 24px */
.entry-content	h5 
{ 
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin: 40px 0 20px 0;
	color: #232C39;
	font-weight: 600;
}    /* 20px */
.entry-content ul, .entry-content ol {
    margin: 0 0 0.75em 0;
    padding-left: 2em;
}
.entry-content ul li {
	color: #2D3745;
	font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75em;
	margin-bottom: 0.75rem;
    list-style: none;
    position: relative;
}
.entry-content ul li::before {
    content: "";
    position: absolute;
    left: -21px;
    top: 0.6em;
    width: 8px;
    height: 8px;
    background-color: #1E55FB;
    border-radius: 50%;
}

.entry-content ol{
	color: #2D3745;
	font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75em;
}

.entry-content ol li {
    counter-increment: num;
    font-size: 1.125rem;
    line-height: 1.75em;
    list-style: none;
    position: relative;
	margin-bottom: 0.75rem;
}


.entry-content ol li::before {
    content: counter(num) ".";
    position: absolute;
    left: -25px;
    top: 0;
}

.entry-content p {
	color: #2D3745;
	font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.555em;
	margin-bottom: 1.25rem;
}
.entry-content a {
	color: #2D3745;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-decoration: underline;
	transition: all 0.9s ease;
}
.entry-content a:hover {
    color: #1E55FB;
}
/* 	post info	 */
.entry-post-info {
    border-top: 1px solid #CAD5E2;
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
}
.entry-author {
	display: flex;
	align-items: center;
	gap: 16px;
	width: fit-content;
	margin-bottom: 24px;
}
.date-post.img:hover img {
    background: #1E55FB;
}

.blog-info-st{
	display: flex;
	gap: 6px;
}
.info-text-pst{
    display: flex;
    align-items: center;
    gap: 3px;
}

.entry-article-info {
	display: flex;
	gap: 32px;
}
.entry-content-img {
    margin-bottom: 80px;
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
    border-radius: 24px;
}
.entry-content-img img {
    object-fit: cover; 
    width: 100%;
    height: 100%;
    object-position: center; 
}
/* Table */
.styled-table {
    border-radius: 16px;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid #CAD5E2;
    background: #FFF;
	border-collapse: separate;
    border-spacing: 0;
}

.styled-table td {
    padding: 13px 12px;
    vertical-align: top;
    color: #3A4758;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.styled-table tr:first-child td {
    color: #2D3745;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
	border-bottom: 1px solid #e5e8ef;
}

.styled-table tr:last-child td {
    border-bottom: none;
}

.styled-table tr:nth-child(odd):not(:first-child) td {
    background: #f8fafc;
}
.styled-table td:first-child {
    font-weight: 500;
}

.styled-table tr:not(:first-child):hover td {
    background: #eef3ff;
    transition: background 0.25s ease;
}

/* .styled-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
} */

/* Faq */
.faq-content {
    margin-bottom: 92px;
}

/* Banner */
.banner-growth {
    border-radius: 24px;
    background: linear-gradient(317deg, #D2E9FF -7.56%, #7BAEFC 28.48%, #195ADC 65.28%, #172082 100.84%), linear-gradient(116deg, #F8FAFC 0.05%, #DBEDFE 49.94%, #97C3FF 114.32%), #FFF;
    box-shadow: 5px 20px 8px 0 rgba(140, 160, 199, 0.01), 3px 11px 7px 0 rgba(140, 160, 199, 0.05), 1px 5px 5px 0 rgba(140, 160, 199, 0.09), 0 1px 5px 0 rgba(140, 160, 199, 0.15);
    padding: 48px 80px;
    margin: 40px 0;
}
.title_banner {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 550;
    line-height: 36px;
    margin-bottom: 12px;
}
.description_banner {
    color: #ECF5FE;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
}
.btn.linkbtn {
    border-radius: 24px;
    background: #FFF;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    gap: 8px;
    color: #1E55FB;
    font-size: 16px;
    font-weight: 550;
    line-height: 24px;
    text-decoration: none;
	transition: all 0.3s ease;
}
.btn.linkbtn:visited{
    color: #1E55FB;
}
.btn.linkbtn:hover {
    background: #ECF5FE;
    color: #2249BD;
}
.btn.linkbtn:hover svg path{
    fill: #2249BD;
}
/* Rating */
.rating-box-review {
    border-radius: 24px;
    border: 1px solid #CAD5E2;
    background: #FFF;
    box-shadow: 5px 20px 8px 0 rgba(140, 160, 199, 0.01), 3px 11px 7px 0 rgba(140, 160, 199, 0.05), 1px 5px 5px 0 rgba(140, 160, 199, 0.09), 0 1px 5px 0 rgba(140, 160, 199, 0.15);
    padding: 24px;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 24px;
}
.rating-box-review-header {
    color: #2D3745;
    font-size: 1.33rem;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 4px;
}
.rating-box-review-subtext {
    color: #526074;
    font-size: 0.89rem;
    font-weight: 400;
    line-height: 24px;
}
.rating-box-review-star .kksr-legend {
    display: none;
}
.rating-box .kk-star-ratings .kksr-legend {
    margin-left: 0px;
    margin-right: 0px;
}
.rating-number {
    color: #2D3745;
    text-align: right;
    font-size: 1rem;
    font-weight: 600;
    line-height: 28px;
}
.vote-number {
    color: #94A3B8;
    text-align: right;
    font-size: 0.67rem;
    font-weight: 400;
    line-height: 18px;
}
.rating-box .kk-star-ratings.kksr-template {
    flex-direction: column;
    align-items: normal;
    gap: 8px;
    display: flex;
}

.rating-box .kk-star-ratings .kksr-stars {
    position: relative;
    pointer-events: none;
}
.avg_rating-blog {
    color: #232C39;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: block;
}
.vote_count-blog {
    color: #6C798B;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.blog-min-post-rating {
    display: flex;
    align-items: center;
    gap: 4px;
}


.rmp-rating-widget .rmp-icon--full-highlight {
    color: #ffe699;
}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__results {
    display: none;
}
.rmp-icon--full-highlight {
    color: #FAC150;
}
.rating-box-review ul li:before {
	display: none;
}
.rmp-icon--half-highlight {
    background: linear-gradient(90deg, #E2E8F0 50%, #E2E8F0 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.rmp-rating-widget .rmp-icon--half-highlight {
    background: linear-gradient(90deg, #E2E8F0 50%, #E2E8F0 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.rmp-social-widget .rmp-icon--social:hover {
  filter:contrast(140%);
  color:#fff;
  box-shadow:none;
  text-decoration:none;
  transition-property:none
}
@media (hover: hover) {
    .rmp-rating-widget .rmp-icon--hovered {
        color:#FAC150;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: initial;
        background: 0 0;
        transition: color .1s ease-in
    }
}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1200px) {
	.entry-content-box {
		padding-left: 0;
	}
	.post-content-wrapper {
		padding: 80px 65px;
	}
	.post-content-box {
		max-width: 894px;
	}
	.entry-content {
		max-width: 554px;
	}
	.post-botton-content {
		max-width: 554px;
		padding-left: 0;
	}
	.post-content {
		gap: 60px;
	}
	.post-top {
		padding: 112px 65px 0px;
	}
	.post-top-box h1 {
		font-size: 2.25rem;
	    line-height: 3rem;
	}
}

@media screen and (max-width: 1024px) {
	.post-top {
		padding: 112px 39px 0px;
	}
	.post-content-wrapper {
        padding: 80px 39px;
    }
	.post-content {
        gap: 56px;
		margin: 0 auto 60px;
    }
	.post-top-box {
		padding: 48px 39px 0px;
	}

	.entry-article-info {
		flex-wrap: wrap;
		gap: 16px;
	}
	.rating-box {
		width: 100%;
		justify-content: end;
	}
	.related-p-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 24px;
		grid-row-gap: 24px;
	}
}

@media screen and (max-width: 768px) {
	.entry-content {
        max-width: 422px;
    }
	 .post-botton-content {
        max-width: 422px;
    }
	.table-of-content-box {
		display: none;
	}	
	.entry-content-box {
        width: 100%;
    }
	.entry-content {
        max-width: inherit;
    }
	.post-top-box h1 {
        font-size: 2rem;
        line-height: 2.75rem;
    }
	.entry-content h2 {
		font-size: 1.75rem;
		line-height: 2.5rem;
		margin: 60px 0 20px 0;
	}
	.entry-content h3 {
		font-size: 1.5rem;
		line-height: 2.25rem;
	}
	.entry-content h4 {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.entry-content h5 {
        font-size: 1.125rem;
        line-height: 1.75rem;
	}
	.post-top-box {
        padding: 120px 16px 0px;
    }
	.post-top {
        padding: 0;
    }
	.post-content-wrapper {
        padding: 60px 12px;
    }
	.entry-post-info {
		flex-wrap: wrap;
		gap: 40px;
	}
	.rating-box {
        justify-content: start;
    }
	.entry-author {
		margin-bottom: 40px;
	}
	.blog-info-st {
		width: 100%;
	}
	.entry-content-img {
		margin-bottom: 60px;
	}
	.post-botton-content {
        max-width: inherit;
    }
	.entry-title.event-card-p {
		font-size: 20px;
		font-weight: 500;
		line-height: 28px;
	}
/* faq	 */
	.faq-content {
		margin-bottom: 60px;
	}
/* 	faq end */
/* banner	 */
	.banner-growth {
		padding: 48px 16px;
	}
	.title_banner {
		font-size: 20px;
		line-height: 28px;
	}
/* banner end	 */
	.related-p-wrapper {
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 28px;
	}
	.entry-minread.blog-info-st {
		width: fit-content;
	}
/* 	 */
	.rating-box-review {
		flex-wrap: wrap;
		justify-content: center;
		max-width: 244px;
		margin: 0 auto;
	}
	.rating-box-review-header {
		font-size: 1.5rem;
		line-height: 36px;
	}
	.rating-box-review-subtext {
		font-size: 1rem;
		line-height: 24px;
	}
	.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
		margin: 0;
	}
/* 	 */
}

@media screen and (max-width: 660px) {
	
}

@media screen and (max-width: 360px) {

}