/* Page-specific styles */

/* Venue page */
.venue-highlights-title {
	font-size: 24px;
	background-color: #1651a9;
	color: #fff;
}

.venue-image {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}

.place-info {
	padding: 20px;
}

.place-info h1 {
	font-size: 24px;
}

.place-info p {
	font-size: 16px;
}

.place-image {
	padding: 20px;
}

.website {
	color: #1651a9;
	font-weight: 600;
	font-size: 14px;
}

.website a {
	font-size: 14px !important;
}

/* Committees page */
.ml-5 {
	margin-left: 10px;
}

/* Sponsors page */
.sponsor-card {
	margin: 1rem 0;
}

.sponsor-link {
	color: #005388;
}

.sponsor-link:hover {
	color: #207cca;
}

/* Publication page */
.journal-logo {
	margin-top: 0.75rem;
}

.publication-journal-logo {
	max-width: 220px;
	width: 100%;
	height: auto;
}

.special-journal-highlight {
	padding: 1rem;
	border: 2px solid #f0b429;
	border-radius: 16px;
	background: linear-gradient(135deg, #fff8e1 0%, #fff1c1 100%);
	box-shadow: 0 10px 24px rgba(240, 180, 41, 0.25);
	position: relative;
	overflow: hidden;
}

.special-journal-highlight::after {
	content: "";
	position: absolute;
	top: -40%;
	left: -30%;
	width: 60%;
	height: 200%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 70%);
	transform: rotate(15deg);
}

.card-title {
	font-weight: 600;
}

.committees>.member>h5,
.accordion-item>h5 {
	padding: 10px;
	background-color: #207cca;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
}

.committee-img {
	width: 120px;
	height: 160px;
	object-fit: cover;
	border-radius: 8px;
}

.committee-name {
	color: #005388;
	font-weight: 600;
	text-decoration: none;
	font-size: 1.1rem;
}

.committee-name:hover {
	color: #207cca;
	text-decoration: underline;
}

.committee-desc {
	font-size: 0.9rem;
	color: #666;
	margin: 0;
}

.committees>h3:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #207cca;
	margin-top: 10px;
}

.accordion-button[aria-expanded="true"] {
	font-weight: bold;
}

.accordion-body {
	padding: 2rem 0;
}

/* Home page */
.home-page .about h3 {
	color: #207cca;
	font-weight: bold;
	font-size: 28px;
}

.home-page .about .description-one {
	margin-bottom: 20px;
}

.home-page .about h3:after {
	content: "";
	height: 3px;
	background: #207cca;
	display: block;
	margin-top: 10px;
}

.home-page .alternate {
	color: #207cca;
	font-style: italic;
	font-weight: 400;
}

.home-page .three-content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.home-page .align-items-stretch {
	display: flex;
	flex-wrap: wrap;
}

.home-page .align-items-stretch > [class^="col-"] {
	display: flex;
	flex-direction: column;
}

.home-page #carouselExample .carousel-item {
	height: 500px;
}

.home-page #carouselExample .carousel-item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* Contact us page */
.contact-us-page .required {
	color: red;
}

/* Call for papers page */
.call-for-papers-page h1,
.call-for-papers-page h5 {
	font-size: 24px !important;
}

.call-for-papers-page p {
	font-size: 16px !important;
}

.call-for-papers-page h3 {
	font-size: 24px !important;
	color: #1951a9;
}

.call-for-papers-page .accordion-header .accordion-button {
	color: #fff !important;
	background-color: #1951a9 !important;
}

.call-for-papers-page .accordion-item {
	border: 0 !important;
}

/* Paper submission page */
.paper-submission-page .submission-details {
	padding: 0;
	margin: 20px 0 10px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1.4;
	color: #333;
	font-size: 18px;
	text-align: justify;
}

.paper-submission-page .submission-link a {
	color: #ce0000;
	font-family: 'Times New Roman', Times, serif;
	font-size: 16px;
}

.paper-submission-page .authors-duties,
.paper-submission-page .review-process,
.paper-submission-page .editors-responsibilities,
.paper-submission-page .reviewers-responsibilities,
.paper-submission-page .publication-opportunity {
	padding: 0;
	margin: 25px 0 0;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	color: #262626;
	text-align: justify;
	line-height: 24px;
}

.paper-submission-page .authors-duties h4 strong,
.paper-submission-page .review-process h4 strong,
.paper-submission-page .editors-responsibilities h4 strong,
.paper-submission-page .reviewers-responsibilities h4 strong,
.paper-submission-page .publication-opportunity h4 strong {
	font-size: 16px;
	font-family: 'Times New Roman', Times, serif;
	color: #c0392b;
	display: inline-block;
	margin-bottom: 8px;
}

/* Publication page (tag chips) */
.publication-page .tag-list {
	display: block;
	margin-top: 0.5rem;
}

.publication-page .tag-chip {
	display: block;
	align-items: center;
	padding: 0.5rem 0.75rem;
	border-radius: 999px;
	background: linear-gradient(180deg, #f8f9fa, #eef1f4);
	border: 1px solid #dee2e6;
	color: #212529;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	font-weight: 500;
	line-height: 1;
	margin-bottom: 0.5rem;
}

.publication-page .tag-chip .meta {
	font-size: 0.8rem;
	color: #6c757d;
	margin-left: 0.35rem;
}

/* Important dates page */
.important-dates-page th {
	width: 50% !important;
}

/* Video message page */
.video-message-page .container-date {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	width: 90%;
	margin: auto;
	max-width: 1200px;
}

.video-message-page .video-section {
	flex: 1 1 calc(50% - 20px);
	box-sizing: border-box;
	max-width: 600px;
}

.video-message-page .video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
}

.video-message-page .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-message-page h1,
.video-message-page h2 {
	text-align: center;
}

@media (max-width: 768px) {
	.video-message-page .container-date {
		width: 95%;
	}

	.video-message-page .video-section {
		flex: 1 1 100%;
	}

	.video-message-page h1 {
		font-size: 1.8rem;
	}

	.video-message-page h2 {
		font-size: 1.2rem;
	}
}

@media (max-width: 480px) {
	.video-message-page h1 {
		font-size: 1.5rem;
	}

	.video-message-page h2 {
		font-size: 1rem;
	}
}

/* Sidebar-right component */
.sidebar-right .red-text {
	font-weight: 500;
	color: red;
	font-size: 14px;
}

.blinking-text {
	animation: blinkingText 1.5s infinite;
}

@keyframes blinkingText {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.three-innar .scrolling-text {
	max-height: 300px;
	overflow-y: auto;
}

.special-issue-callout {
	position: sticky;
	top: 0;
	z-index: 10;
	background: linear-gradient(135deg, #fffbe6 0%, #ffe8e8 100%);
	border: 2px solid #ff5252;
	box-shadow: 0 6px 18px rgba(206, 0, 0, 0.15);
	border-radius: 12px;
	padding: 14px;
	margin-bottom: 12px;
	animation: pulseGlow 2.5s ease-in-out infinite;
}

.special-issue-callout h2 {
	font-size: 18px;
}

.callout-icon {
	font-size: 22px;
	line-height: 1;
}

.special-issue-callout .important-dates {
	background: transparent;
	padding: 8px 0 0 0;
}

.special-issue-callout .callout-image img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

@keyframes pulseGlow {
	0% {
		box-shadow: 0 0 0 rgba(206, 0, 0, 0);
	}

	50% {
		box-shadow: 0 0 0 6px rgba(206, 0, 0, 0.12);
	}

	100% {
		box-shadow: 0 0 0 rgba(206, 0, 0, 0);
	}
}