.elementor-kit-11{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-801efc0:#151515;--e-global-color-a146ff4:#324054;--e-global-color-07d9744:#F5F5F7;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.faq-breadcrumb a {
	color: #151515;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

.faq-breadcrumb span {
	color: #808080;
}

.terms-page-content h2 {
	font-size: 22px;
}

.terms-page-content h2 span {
	font-weight: 600 !important;
}

.blog-listing-wrap {
	display: flex;
	flex-direction: column;
	gap: 24px;
	font-family: "Inter", Sans-serif !important;
}

.blog-card {
	width: 100%;
	display: flex;
	align-items: stretch;
	gap: 32px;
	border-radius: 16px;
	background: #FFF;
	padding: 16px;
	transition: transform .3s;
}

.blog-card:hover {
	transform: translateY(-3px);
}

.blog-content {
	width: calc(100% - 332px);
	display: flex;
	flex-direction: column;
}

.blog-content span {
	color: #808080;
	font-size: 14px;
	font-weight: 300;
	display: block;
}

.blog-content .time {
	margin-bottom: 13px;
}

.blog-content h4 {
	color: #151515;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	margin: 0 0 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.blog-content h4 a {
	color: #151515;
	text-decoration: none;
}

.blog-content h4 a:hover {
	color: #0066cc;
}

.blog-content p {
	color: #324054;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.blog-person-detail {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
}

.blog-person {
	display: flex;
	align-items: center;
	gap: 8px;
}

.blog-person div {
	display: flex;
	align-items: center;
	gap: 8px;
}

.blog-person span {
	color: #757575;
	font-size: 13px;
	font-weight: 300;
}

.img-box {
	width: 300px;
	min-height: 218px;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
}

.blog-img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.blog-pagination {
	display: flex;
	justify-content: center;
	margin: 80px 0 0;
}

.blog-pagination ul {
	display: flex;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.blog-pagination a,
.blog-pagination span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 8px 12px;
	border-radius: 8px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: #888;
	background: transparent;
	text-decoration: none !important;
}

.blog-pagination a:hover {
	background: #fff;
	color: #002F86;
}

.blog-pagination .current {
	background: #ECF2FF;
	color: #002F86;
}

.blog-load-more-wrap {
	text-align: center;
	margin: 80px 16px 0px;
}

.load-more-btn {
	background: #151515;
	color: #fff;
	border: none;
	padding: 12px 20px;
	border-radius: 6px;
	cursor: pointer;
	transition: .25s;
	font-family: "Inter", Sans-serif !important;
}

.load-more-btn:hover {
	background: #005c87;
}

.load-more-btn.is-disabled {
	opacity: .6;
	cursor: not-allowed;
}

@media (max-width:680px) {
	.blog-card {
		flex-wrap: wrap;
		flex-direction: column;
		gap: 8px;
	}

	.img-box {
		order: 1;
		width: 100%;
		min-height: auto;
	}

	.blog-content {
		width: 100%;
		order: 2;
	}

	.blog-content h4 {
		font-size: 18px;
		line-height: 28px;
		margin: 0px 0 8px;
	}

	.blog-content p {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 12px;
		font-weight: 300;
		line-height: 16px;
	}

	.blog-content .time {
		margin-bottom: 24px;
	}

	.blog-person-detail {
		margin-top: 8px;
	}
}

.trending-articles-wrap {
	display: flex;
	flex-direction: column;
	gap: 24px;
	font-family: "Inter", Sans-serif !important;
}

.trending-articles {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.trending-articles .author-box {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #292929;
}

.trending-articles .author-box img {
	width: 24px;
	height: 24px;
	border-radius: 50px;
}

.trending-articles .title-text {
	color: #151515;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0;
}

.trending-articles .title-text a {
	color: #151515;
	text-decoration: none;
}

.trending-articles .title-text a:hover {
	color: #0066cc;
}

.trending-articles .date {
	color: #757575;
	font-size: 14px;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 0;
}

.faq-card-list {
      display: flex;
      flex-direction: column;
      gap: 16px;
      font-family: "Inter", Sans-serif !important;
    }

    .faq-card {
      display: flex;
      flex-direction: column;
      gap: 16px;
      padding: 24px;
      border-radius: 6px;
      background: #FFF;
      box-shadow: 0 2px 4px 0 rgba(7, 4, 146, 0.10), 0 24px 60px 0 rgba(6, 47, 125, 0.05), 0 12px 24px 0 rgba(27, 59, 119, 0.05);
    }

    .faq-card .faq-header {
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap;
      gap: 24px;
    }
    
    .faq-card .close-icon.active {
        transform: rotate(45deg);
    }
    
    .faq-card .close-icon {
        transition: all 0.3s ease;
    }

    .faq-card .faq-header .question-title {
      color: #151515;
      font-size: 22px;
      font-weight: 600;
      line-height: 136%;
      margin-bottom: 0px;
    }

    .faq-card .answer-box {
      color: #657790;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 156%;
      letter-spacing: -0.374px;
    }/* End custom CSS */