/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.logo-default {
	padding: 10px 0;
}

#header-wrap #logo img {
	height: 80px;
}

.is-expanded-menu.stretched .full-header #header-wrap > .container {
	padding: 0 10px;
}

.slider-caption h2 {
	font-size: 4rem;
}

#header-wrap {
	background-color: #ffffff30;
}

.swiper_wrapper {
	top: -100px;
}

.button {
	--cnvs-btn-color: #165d94;
}

h1 > span:not(.nocolor):not(.badge), .h1 > span:not(.nocolor):not(.badge), 
h2 > span:not(.nocolor):not(.badge), .h2 > span:not(.nocolor):not(.badge), 
h3 > span:not(.nocolor):not(.badge), .h3 > span:not(.nocolor):not(.badge), 
h4 > span:not(.nocolor):not(.badge), .h4 > span:not(.nocolor):not(.badge), 
h5 > span:not(.nocolor):not(.badge), .h5 > span:not(.nocolor):not(.badge), 
h6 > span:not(.nocolor):not(.badge), .h6 > span:not(.nocolor):not(.badge) {
	color: #377aae;
}

/* .menu-link:hover, .menu-link:active, 
.menu-item > .active, .menu-item:hover{
	color: #00824a;
} */

.menu-item.current > .menu-link {
	color: #377aae;
}

@media (max-width: 1050px) {
    .menu-link {
        font-size: 10px;
    }
}

@media (max-width: 990px) {
	.menu-link {
        font-size: var(--cnvs-primary-menu-font-size);
    }
}

.page-title-content h1 {
	font-size: 25px !important;
}

#page-title, .page-title {
	background: linear-gradient(120deg, #174f7b 0%, #245f8e 42%, #3a89c2 100%);
	padding: 10px 0;
}

.page-title-content h1, .page-title-content .h1,
.page-title .breadcrumb a,
.page-title .breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item,
.page-title .breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
}

.accordion-content p {
	margin-bottom: 0px !important;
}

.accordion-content a {
	margin-top: 10px !important;
	margin-left: 0px !important;
}

.team-image img {
	height: 300px;        /* tinggi pasti */
	object-fit: cover;    /* menyesuaikan tanpa distorsi */
	object-position: center; /* pusatkan gambar */
	border-radius: 8px;
	cursor: pointer;
}

.team-image img:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); /* bayangan saat hover */
  	transform: scale(1.02); /* opsional: efek zoom ringan */
}

.team-title h4, .team-title .h4 {
	text-transform: unset;
	cursor: pointer;
}

.team-title h4:hover {
	color: #3479ae;
}

.team-title span {
	margin-top: 0px;;
}

.news-list {
	border-bottom: 2px dotted #cbc8c8;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 40px;	
}

@media (min-width: 992px) {
    .post-timeline .entry-timeline {
		width: 83px;
        height: 83px;
	}

	.postcontent .post-timeline .entry-timeline {
		left: calc(-1 * (var(--cnvs-post-timeline-date-size) + 44px));
	}

	.postcontent .post-timeline .entry-timeline div.timeline-divider {
		left: 78px;
	}
}

@media (max-width: 991px) {
	.swiper_wrapper {
		top: 0px;
	}
}

.entry-image img {
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform-style: preserve-3d;
}

.slider-caption h2, .slider-caption .h2, .slider-caption p {
	color: #fff;
}

.text-justify {
	text-align: justify;
}

.performance-icon {
	font-size: 40px;
}

.performance-value {
	font-size: 25px;
	font-weight: 600;
}

.bootstrap-select>.dropdown-toggle {
	background: #fff;
	border-color: #dee2e6;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	color: #585c5e;
}

#footer {
	background: #3479ae;
}

#footer .footer-contact-card {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 14px;
	padding: 18px 20px;
	backdrop-filter: blur(2px);
}

#footer .footer-contact-kicker {
	display: inline-block;
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
	border-radius: 999px;
	padding: 5px 12px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}

#footer .footer-contact-org {
	color: #fff;
	line-height: 1.35;
	font-size: 28px;
}

#footer .footer-contact-list {
	list-style: none;
	padding: 0;
}

#footer .footer-contact-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.95);
	line-height: 1.5;
	font-size: 17px;
}

#footer .footer-contact-list li:last-child {
	margin-bottom: 0;
}

#footer .footer-contact-list i {
	font-size: 16px;
	line-height: 1.5;
	width: 18px;
	color: #fff;
}

#footer .footer-contact-list a {
	color: #fff;
	text-decoration: none;
}

#footer .footer-contact-list a:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	#footer .footer-contact-org {
		font-size: 22px;
	}

	#footer .footer-contact-list li {
		font-size: 15px;
	}
}

.simulation .form-control {
	border: 1px solid #3479ae;
}

#desc-rmp {
	margin-top: 10px;
	border: 2px solid #00824a;
    border-radius: 10px;
    padding: 10px;
}

#desc-simulation {
	border: 2px solid #00824a;
    border-radius: 10px;
    padding: 20px 30px;
}

#desc-simulation li {
	margin-bottom: 5px;
}

/* People page */
.people-page {
	--people-primary: #174f7b;
	--people-secondary: #3a89c2;
	--people-accent: #eef7ff;
	--people-border: #d8e8f3;
	--people-text-muted: #5b6f81;
}

.people-page .people-hero {
	position: relative;
	overflow: hidden;
	border-radius: 24px;
	padding: 34px 28px;
	margin-top: 20px;
	margin-bottom: 28px;
	background:
		radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.22) 0 12%, transparent 13% 100%),
		radial-gradient(circle at 12% 84%, rgba(255, 255, 255, 0.16) 0 10%, transparent 11% 100%),
		linear-gradient(140deg, var(--people-primary) 0%, #296d9f 45%, var(--people-secondary) 100%);
}

.people-page .people-hero::before {
	content: "";
	position: absolute;
	width: 220px;
	height: 220px;
	border-radius: 999px;
	right: -80px;
	bottom: -90px;
	background: rgba(255, 255, 255, 0.12);
}

.people-page .people-hero-title {
	color: #fff;
	margin-bottom: 8px;
	line-height: 1.25;
}

.people-page .people-hero-subtitle {
	color: rgba(255, 255, 255, 0.92);
	margin-bottom: 0;
	max-width: 680px;
	line-height: 1.7;
}

.people-page .people-count {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	background: rgba(255, 255, 255, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	padding: 8px 14px;
	font-size: 12px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-weight: 700;
}

.people-page .people-summary-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 18px;
}

.people-page .people-summary-card {
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.17);
	backdrop-filter: blur(2px);
	padding: 10px 12px;
	color: #fff;
}

.people-page .people-summary-value {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
}

.people-page .people-summary-label {
	font-size: 12px;
	opacity: .92;
}

.people-page .people-toolbar {
	margin-bottom: 24px;
	border: 1px solid #dce8f2;
	border-radius: 14px;
	background: #fff;
	padding: 12px;
}

.people-page .people-toolbar-compact {
	max-width: 760px;
}

.people-page .people-toolbar-inner {
	display: flex;
	align-items: stretch;
	gap: 10px;
	flex-wrap: wrap;
}

.people-page .people-search-wrap {
	position: relative;
	flex: 1 1 320px;
}

.people-page .people-search-icon {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: #6b8092;
	font-size: 13px;
	pointer-events: none;
}

.people-page .people-search-input,
.people-page .people-role-select {
	height: 44px;
	border: 1px solid #d7e5f0;
	border-radius: 10px;
	box-shadow: none;
	background-color: #fff;
	color: #24425d;
}

.people-page .people-search-input {
	padding-left: 38px;
}

.people-page .people-search-input:focus,
.people-page .people-role-select:focus {
	border-color: #97b9d4;
}

.people-page .people-filter-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 0 1 300px;
}

.people-page .people-role-select {
	flex: 1 1 auto;
	min-width: 150px;
}

.people-page .people-reset-btn {
	height: 44px;
	padding: 0 14px;
	border-radius: 10px;
	border-color: #d3e1ec;
	color: #40627f;
	background: #f8fbfe;
}

.people-page .people-reset-btn:hover {
	background: #edf4fa;
	border-color: #bfd4e4;
}

.people-page .people-filter-meta {
	margin-top: 8px;
	font-size: 13px;
	color: #5a7288;
	white-space: normal;
}

.people-page .people-filter-meta span {
	font-weight: 700;
	color: #1b4f77;
}

.people-page .people-grid > [class*="col-"] {
	display: flex;
}

.people-page .people-item .people-card {
	opacity: 0;
	transform: translateY(20px);
}

.people-page .people-item.is-visible .people-card {
	animation: peopleCardIn .55s ease forwards;
	animation-delay: var(--people-delay, 0s);
}

@keyframes peopleCardIn {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.people-page .people-card {
	width: 100%;
	border-radius: 16px;
	border: 1px solid var(--people-border);
	background: #fff;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 12px 28px rgba(17, 53, 81, 0.08);
	transition: transform .24s ease, box-shadow .24s ease;
}

.people-page .people-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 34px rgba(17, 53, 81, 0.16);
}

.people-page .people-card-thumb {
	position: relative;
}

.people-page .people-card-thumb::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(6, 26, 43, 0.22), transparent 45%);
	pointer-events: none;
}

.people-page .people-card-img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	object-position: center;
	cursor: pointer;
}

.people-page .people-card-body {
	padding: 16px;
	display: flex;
	flex: 1;
	flex-direction: column;
}

.people-page .people-card-name {
	font-size: 1.12rem;
	margin-bottom: 6px;
	line-height: 1.35;
}

.people-page .people-card-role {
	margin-bottom: 10px;
	color: var(--people-text-muted);
	font-size: 14px;
	line-height: 1.5;
}

.people-page .people-card-desc {
	font-size: 13px;
	color: #6e8091;
	margin-bottom: 16px;
}

.people-page .people-card-action {
	margin-top: auto;
	border-radius: 999px;
	padding: 7px 14px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .2px;
}

.people-page .people-empty {
	border-radius: 16px;
	border: 1px dashed #c6d8e7;
	background: linear-gradient(180deg, #f8fcff 0%, #f2f8fd 100%);
	padding: 42px 22px;
	text-align: center;
}

.people-page .people-empty-icon {
	width: 68px;
	height: 68px;
	margin: 0 auto 14px;
	border-radius: 50%;
	background: var(--people-accent);
	color: var(--people-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}

.people-page .people-no-result {
	border-radius: 16px;
	border: 1px dashed #d0dcea;
	background: #f9fcff;
	padding: 34px 20px;
	text-align: center;
}

.people-page .people-modal .modal-dialog {
	max-width: 860px;
}

.people-page .people-modal .modal-content {
	border: 1px solid #d8e5ef;
	border-radius: 14px;
	box-shadow: 0 18px 36px rgba(17, 53, 81, 0.2);
	overflow: hidden;
	background: #fff;
}

.people-page .people-modal .modal-header {
	padding: 14px 18px;
	border-bottom: 1px solid #e7eef5;
	background: #fff;
}

.people-page .people-modal .modal-body {
	padding: 0;
}

.people-page .people-modal-layout {
	align-items: stretch;
}

.people-page .people-modal-media {
	background: #f2f7fc;
	padding: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.people-page .people-modal-main {
	padding: 18px 20px;
}

.people-page .people-modal-name {
	color: #133f63;
	line-height: 1.3;
	font-size: 1.2rem;
}

.people-page .people-modal-avatar {
	width: 100%;
	max-height: 430px;
	border-radius: 12px;
	object-fit: cover;
	object-position: center;
}

.people-page .people-modal-role {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color: var(--people-primary);
	background: #edf5fc;
	border-radius: 999px;
	padding: 6px 12px;
	margin-bottom: 12px;
}

.people-page .people-modal-bio {
	color: #34495c;
	line-height: 1.75;
	font-size: 15px;
	max-height: 58vh;
	overflow-y: auto;
	padding-right: 6px;
}

.people-page .people-modal-bio p {
	margin-bottom: 0.8rem;
}

.people-page .people-modal-bio p:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.people-page .people-hero {
		padding: 26px 20px;
	}

	.people-page .people-summary-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.people-page .people-toolbar-compact {
		max-width: 100%;
	}

	.people-page .people-toolbar-inner {
		align-items: stretch;
	}

	.people-page .people-filter-wrap {
		flex: 1 1 100%;
	}

	.people-page .people-role-select {
		flex: 1 1 auto;
	}

	.people-page .people-filter-meta {
		margin-top: 6px;
	}

	.people-page .people-card-img {
		height: 290px;
	}

	.people-page .people-modal-media {
		padding: 16px 16px 0;
		background: #fff;
	}

	.people-page .people-modal-main {
		padding: 16px;
	}

	.people-page .people-modal-avatar {
		max-height: 300px;
	}

	.people-page .people-modal-bio {
		max-height: none;
		overflow: visible;
		padding-right: 0;
	}
}

@media (max-width: 575px) {
	.people-page .people-summary-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.people-page .people-card-img {
		height: 260px;
	}
}

/* Our Work page */
.our-work-content-wrap {
	padding-top: 30px;
}

.our-work-hero {
	position: relative;
	border-radius: 18px;
	padding: 36px 30px;
	background:
		radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.22) 0 12%, transparent 13% 100%),
		radial-gradient(circle at 12% 84%, rgba(255, 255, 255, 0.16) 0 10%, transparent 11% 100%),
		linear-gradient(140deg, #174f7b 0%, #296d9f 45%, #3a89c2 100%);
	color: #fff;
	overflow: hidden;
}

.our-work-hero::after {
	content: "";
	position: absolute;
	right: -55px;
	top: -55px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
}

.our-work-hero h2 {
	color: #fff;
	margin-bottom: 8px;
}

.our-work-stat {
	text-align: center;
	background: #fff;
	border: 1px solid #d9e7f2;
	border-radius: 14px;
	padding: 18px 14px;
	box-shadow: 0 10px 24px rgba(25, 56, 80, 0.08);
}

.our-work-stat .value {
	color: #2f709f;
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
}

.our-work-stat .label {
	margin-top: 8px;
	color: #4e6375;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}

.our-work-section-title {
	margin-bottom: 12px;
}

.our-work-muted {
	color: #5c7182;
}

.our-work-services {
	border-radius: 18px;
	border: 1px solid #dbe8f2;
	background: linear-gradient(180deg, #f7fbff 0%, #f2f6fa 100%);
	padding: 28px 22px;
}

.our-work-services-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.our-work-service-card {
	text-align: center;
}

.our-work-service-number {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: #1188b5;
	color: #fff;
	margin: 0 auto 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 46px;
	font-weight: 700;
	line-height: 1;
}

.our-work-service-card h4 {
	color: #1383af;
	font-size: 17px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	margin-bottom: 10px;
	min-height: 44px;
}

.our-work-service-card p {
	margin-bottom: 0;
	color: #3f4d58;
	font-size: 16px;
	line-height: 1.55;
}

.our-work-card {
	height: 100%;
	border-radius: 14px;
	border: 1px solid #e1ecf4;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 8px 24px rgba(18, 44, 66, 0.06);
}

.our-work-card .cover {
	width: 100%;
	height: 170px;
	object-fit: cover;
}

.our-work-card .body {
	padding: 16px 16px 14px;
}

.our-work-card h4 {
	margin-bottom: 8px;
	font-size: 18px;
}

.our-work-card p {
	color: #5f7384;
	margin-bottom: 0;
}

.our-work-research-item {
	border-radius: 12px;
	border: 1px solid #e4edf4;
	background: #fff;
	padding: 14px 16px;
}

.our-work-research-item .meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 6px;
	font-size: 12px;
}

.our-work-badge {
	background: #eef5fb;
	color: #2f709f;
	border-radius: 999px;
	padding: 3px 10px;
	font-weight: 600;
}

.our-work-logo-wrap {
	height: 112px;
	border-radius: 12px;
	border: 1px solid #e1ebf3;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px;
}

.our-work-logo-wrap img {
	max-height: 82px;
	width: auto;
	object-fit: contain;
}

.our-work-library {
	border-radius: 12px;
	border: 1px solid #e2edf5;
	background: #fff;
	overflow: hidden;
}

.our-work-library img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.our-work-library .title {
	padding: 10px 12px;
	font-weight: 600;
}

@media (max-width: 1399px) {
	.our-work-services-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.our-work-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.our-work-hero {
		padding: 28px 22px;
	}
}

@media (max-width: 575px) {
	.our-work-services-grid {
		grid-template-columns: 1fr;
	}

	.our-work-service-card h4 {
		min-height: 0;
	}
}

/* Publication page */
.pub-hero {
	border-radius: 14px;
	border: 1px solid #dce8f3;
	background: linear-gradient(140deg, #f7fbff 0%, #ecf5fc 100%);
	padding: 20px;
}

.pub-card {
	border: 1px solid #dce7f2;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 8px 22px rgba(20, 51, 73, 0.08);
	height: 100%;
}

.pub-card img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.pub-card .body {
	padding: 16px;
}

.pub-meta {
	font-size: 13px;
	color: #5f7384;
	margin-bottom: 8px;
}

/* Ongoing research page */
.rp-heading {
	border: 1px solid #dce9f3;
	border-radius: 14px;
	padding: 18px 20px;
	background: linear-gradient(145deg, #f7fbff 0%, #eef6fd 100%);
}

.rp-item {
	border: 1px solid #dde9f3;
	border-radius: 14px;
	padding: 18px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(22, 67, 101, 0.08);
}

.rp-item .meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
}

.rp-badge {
	display: inline-block;
	background: #edf5fb;
	color: #2c6896;
	border-radius: 999px;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 600;
}

/* Publication detail page */
.pub-detail-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.pub-detail-meta span {
	background: #eef5fb;
	color: #2b6796;
	border-radius: 999px;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 600;
}

.pub-related-item {
	display: flex;
	align-items: center;
	gap: 12px;
	border: 1px solid #dfe9f3;
	border-radius: 12px;
	padding: 10px;
	margin-bottom: 10px;
	background: #fff;
}

.pub-related-item img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 8px;
}

/* Ongoing research detail page */
.rp-article-head {
	border: 1px solid #dce8f3;
	border-radius: 14px;
	padding: 20px;
	background: #f7fbff;
	margin-bottom: 20px;
}

.rp-article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
}

.rp-article-meta span {
	background: #eaf4fb;
	color: #296795;
	border-radius: 999px;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 600;
}

.rp-related {
	border: 1px solid #dfeaf3;
	border-radius: 12px;
	padding: 14px 16px;
	margin-bottom: 10px;
	background: #fff;
}

/* Information page */
.info-feed-head {
	border: 1px solid #dce8f3;
	border-radius: 14px;
	padding: 18px 20px;
	background: linear-gradient(145deg, #f7fbff 0%, #eef6fd 100%);
}

.info-feed-kicker {
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.45px;
	text-transform: uppercase;
	color: #2c6896;
	margin-bottom: 6px;
}

.info-feed-head p {
	color: #5f7384;
}

.info-feed-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.info-feed-item {
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 16px;
	border: 1px solid #dfe9f3;
	border-radius: 14px;
	padding: 12px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(20, 51, 73, 0.07);
}

.info-feed-thumb img {
	width: 100%;
	height: 190px;
	object-fit: cover;
	border-radius: 10px;
}

.info-feed-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 8px;
	font-size: 13px;
	color: #5b7183;
}

.info-feed-meta span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.info-feed-body p {
	color: #4f6272;
}

.info-article-kicker {
	display: inline-flex;
	background: #edf5fb;
	color: #2c6795;
	border-radius: 999px;
	padding: 5px 12px;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
}

.info-article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 13px;
	color: #607486;
}

.info-article-meta span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.info-article-content {
	color: #374b5d;
	line-height: 1.8;
}

.info-related-card {
	border: 1px solid #dfe9f3;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}

.info-related-card img {
	width: 100%;
	height: 130px;
	object-fit: cover;
}

.info-related-card .body {
	padding: 12px;
}

@media (max-width: 991px) {
	.info-feed-item {
		grid-template-columns: 1fr;
	}

	.info-feed-thumb img {
		height: 220px;
	}
}

/* Programs page */
.programs-page-wrap {
	padding-top: 20px;
}

.programs-head {
	border: 1px solid #dce8f3;
	border-radius: 14px;
	background: linear-gradient(145deg, #f7fbff 0%, #eef6fd 100%);
	padding: 18px 20px;
}

.programs-head p {
	color: #5e7384;
}

.program-grid-card {
	height: 100%;
	border: 1px solid #dce8f3;
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(20, 51, 73, 0.08);
}

.program-grid-thumb img {
	width: 100%;
	height: 210px;
	object-fit: cover;
}

.program-grid-body {
	padding: 14px 15px 15px;
}

.program-grid-body h4 {
	margin-bottom: 8px;
	font-size: 19px;
}

.program-grid-body p {
	color: #506578;
	margin-bottom: 10px;
}

.program-grid-date {
	color: #70879a;
	font-size: 12px;
}

/* Home page */
.home-content-wrap {
	padding-top: 24px;
}

.home-page .home-slider .slider-caption {
	max-width: 740px;
}

.home-page .home-slider-kicker {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.home-page .home-slider-caption h2 {
	line-height: 1.2;
}

.home-page .home-slider-caption p {
	max-width: 680px;
	color: rgba(255, 255, 255, 0.94);
}

.home-page .home-section {
	margin-bottom: 50px;
}

.home-page .home-section-last {
	margin-bottom: 12px;
}

.home-page .home-section-head {
	margin-bottom: 22px;
}

.home-page .home-kicker {
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #2a6f9f;
	margin-bottom: 6px;
}

.home-page .home-section-head h2,
.home-page .home-section-head h3 {
	margin-bottom: 7px;
}

.home-page .home-section-head p {
	margin-bottom: 0;
	color: #5d7284;
}

.home-page .home-feature-card {
	height: 100%;
	border: 1px solid #dce8f3;
	border-radius: 14px;
	background: #fff;
	padding: 16px 15px 14px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 8px 22px rgba(20, 51, 73, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-page .home-feature-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 28px rgba(20, 51, 73, 0.14);
}

.home-page .home-feature-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(140deg, #e8f4ff 0%, #f2f9ff 100%);
	color: #276a98;
	font-size: 21px;
	margin-bottom: 12px;
}

.home-page .home-feature-body h4 {
	margin-bottom: 8px;
	font-size: 18px;
}

.home-page .home-feature-body p {
	color: #5b7284;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.58;
}

.home-page .home-feature-action {
	margin-top: auto;
	color: #2a6f9f;
	font-size: 13px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.home-page .home-program-card {
	height: 100%;
	border: 1px solid #dce8f3;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 8px 20px rgba(20, 51, 73, 0.08);
}

.home-page .home-program-thumb img {
	width: 100%;
	height: 210px;
	object-fit: cover;
}

.home-page .home-program-body {
	padding: 14px 15px 16px;
}

.home-page .home-program-body h4 {
	font-size: 18px;
	margin-bottom: 8px;
}

.home-page .home-program-body p {
	margin-bottom: 0;
	color: #5a7082;
}

.home-page .home-partner-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.home-page .home-partner-item {
	border: 1px solid #e0eaf3;
	border-radius: 12px;
	background: #fff;
	height: 110px;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 18px rgba(20, 51, 73, 0.05);
}

.home-page .home-partner-item img {
	max-height: 74px;
	max-width: 100%;
	object-fit: contain;
}

.home-page .home-snapshot {
	border: 1px solid #dce8f3;
	border-radius: 16px;
	background: linear-gradient(145deg, #f7fbff 0%, #eef6fd 100%);
	padding: 20px 18px;
	height: 100%;
}

.home-page .home-snapshot-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.home-page .home-snapshot-item {
	border: 1px solid #d7e5f0;
	border-radius: 12px;
	background: #fff;
	padding: 10px 11px;
}

.home-page .home-snapshot-item strong {
	font-size: 22px;
	line-height: 1.1;
	display: block;
	color: #255f8a;
}

.home-page .home-snapshot-item span {
	font-size: 12px;
	font-weight: 600;
	color: #5f7485;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

.home-page .home-highlight-wrap {
	height: 100%;
}

.home-page .home-highlight-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.home-page .home-highlight-item {
	display: grid;
	grid-template-columns: 170px 1fr;
	gap: 12px;
	border: 1px solid #dce8f3;
	border-radius: 14px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(20, 51, 73, 0.06);
}

.home-page .home-highlight-thumb img {
	width: 100%;
	height: 122px;
	border-radius: 10px;
	object-fit: cover;
}

.home-page .home-highlight-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-bottom: 6px;
}

.home-page .home-highlight-meta span {
	background: #edf5fb;
	color: #2b6796;
	font-size: 11px;
	font-weight: 700;
	padding: 3px 8px;
	border-radius: 999px;
	text-transform: uppercase;
}

.home-page .home-highlight-meta small {
	color: #688092;
	font-size: 12px;
}

.home-page .home-highlight-body h4 {
	font-size: 17px;
	line-height: 1.35;
	margin-bottom: 6px;
}

.home-page .home-highlight-body p {
	margin-bottom: 0;
	color: #556c7f;
	font-size: 14px;
}

@media (max-width: 1399px) {
	.home-page .home-partner-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

@media (max-width: 1199px) {
	.home-page .home-partner-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.home-page .home-highlight-item {
		grid-template-columns: 1fr;
	}

	.home-page .home-highlight-thumb img {
		height: 200px;
	}

	.home-page .home-partner-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.home-page .home-snapshot-grid {
		grid-template-columns: 1fr;
	}

	.home-page .home-partner-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-page .home-partner-item {
		height: 94px;
	}
}
