:root {
	--regular-border: 1px solid #f1f1f1;
}

body {
	line-height: 1.33;
}

#content {
	min-height: 300px;
}

.tempHeader {
	background-color: #fff;
}

a {
	text-decoration: none;
}

::-webkit-scrollbar-thumb {
	border-radius: 50px;
	background: var(--secondary-color);
}

::-webkit-scrollbar-track {
	border-radius: 0;
	background: #f7f7f7;
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.form-control {
	border-radius: 50px;
	background-color: #ebebeb;
	border-color: transparent;
	padding: 10px 5px;
}

.form-control:focus {
	border-color: var(--secondary-color) !important;
	box-shadow: none;
}

.form-control::placeholder {
	font-size: 14px;
}

input[type="email"],
input[type="tel"] {
	direction: ltr;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=date]::-webkit-calendar-picker-indicator {
	filter: invert(1);
}

.form-group select {
	appearance: auto;
	min-height: 39px;
}

.form-group select option {
	color: black;
}

*[required]:empty,
*[ifInvalid]:not([type=checkbox]):not([type="file"]),
select[ifInvalid]+.select2-container .select2-selection,
label:has(+ input[ifInvalid][type="file"]),
input[ifInvalid]+canvas {
	background-image: url('data:image/svg+xml,\<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="-10 -6 16 16"> \ <line id="line" y1="-4" y2="4" stroke="%23ff3333" stroke-linecap="butt" transform="rotate(15)"></line> \ <line id="line" y1="-4" y2="4" stroke="%23ff3333" stroke-linecap="butt" transform="rotate(75)"></line> \ <line id="line" y1="-4" y2="4" stroke="%23ff3333" stroke-linecap="butt" transform="rotate(-45)"></line> \ </svg>') !important;
	background-size: 1em 1em !important;
	background-position: left top !important;
	background-repeat: no-repeat !important;
}

legend {
	display: none;
}

.essay-container img {
	max-width: 100%;
	height: auto;
}

.essay-container iframe {
	max-width: 100%;
	min-height: auto;
}

.qrBox {
	text-align: center;
}

.qrBox svg {
	height: 300px;
}

header .lang-btn svg {
	fill: white;
	width: 20px;
	height: 20px;
	-webkit-transition: var(--trans);
	transition: var(--trans);
	display: inline-block;
}

header .lang-btn:hover svg {
	fill: white;
}

@media print {
	.pagebreak {
		page-break-before: always;
	}
}

/* Management menu */
aside.sidebar_sec {
	max-width: 200px;
	width: 100%;
	background-color: var(--lighter);
	border-radius: 10px;
	padding: 10px;
	top: 155px;
	position: fixed;
	right: 0;
	z-index: 1100;
}

html[dir="ltr"] aside.sidebar_sec {
	left: 0;
	right: auto;
}

.sidebar_sec .btn-toggle-nav {
	background: var(--darker);
	border-radius: 10px;
	padding: 5px 0;
}

.sidebar_sec .btn-toggle-nav li a {
	padding: 6px 10px;
	color: #fff;
	opacity: var(--primary-blue);
	opacity: 0.8
}

.sidebar_sec .btn-toggle-nav li a:hover {
	color: #fff;
	opacity: 1
}

.sidebar_sec .btn-toggle {
	width: 100%;
	position: relative;
	border-bottom: 1px solid rgb(1 65 97 / 10%) !important;
	border-radius: 0 !important;
	color: var(--secondary-color);
	opacity: 0.8
}

.sidebar_sec .btn-toggle:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #0141613b;
	position: absolute;
	left: 0;
	top: 15px;
	-webkit-transition: var(--trans);
	transition: var(--trans);
	transform: rotate(0)
}

html[dir="ltr"] .sidebar_sec .btn-toggle:after {
	left: auto;
	right: 0;
	transform: rotate(180deg)
}

.sidebar_sec .btn-toggle[aria-expanded="true"]:after {
	transform: rotate(-90deg);
	border-right: 5px solid var(--secondary-color);
}

.sidebar_sec .btn-toggle[aria-expanded="true"],
.sidebar_sec .btn-toggle:hover {
	opacity: 1;
}

.sidebar_sec .btn-toggle[aria-expanded="true"] {
	border: 0 !important
}

aside.sidebar_sec>.h2 {
	font-size: 20px;
	color: var(--secondary-color);
	font-weight: bold;
	margin: 10px 0 10px;
	display: block;
}

aside.sidebar_sec a.btn-toggle:after {
	display: none;
}

.body-content {
	width: 80%;
}

/* inner-pages */

.secondaryHeader {
	margin-top: 1.5em;
	padding: 1.5em 0;
}

.secondaryHeader h2 {
	font-size: 1.5rem;
}

.openbtn {
	background: var(--primary-dark);
	width: 50px;
	height: 50px;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
}

.openbtn .openbtn-area {
	transition: all 0.4s;
	width: 50px;
	height: 50px;
}

.openbtn span {
	position: absolute;
	background: #fff;
	display: inline-block;
	border-radius: 3px;
	left: 12px;
	height: 3px;
	transition: all 0.4s;
	width: 50%;
}

.openbtn span:nth-of-type(1) {
	top: 16px;
}

.openbtn span:nth-of-type(2) {
	top: 24px;
}

.openbtn span:nth-of-type(3) {
	top: 32px;
}

.openbtn.active .openbtn-area {
	transform: rotate(360deg);
}

.openbtn.active span:nth-of-type(1) {
	width: 45%;
	top: 18px;
	left: 14px;
	transform: translateY(6px) rotate(-45deg);
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
	width: 45%;
	top: 30px;
	left: 14px;
	transform: translateY(-6px) rotate(45deg);
}

a.inner_toggle_btn {
	position: fixed;
	top: 100px;
	right: 3px;
	z-index: 1100;
}

html[dir="ltr"] a.inner_toggle_btn {
	left: 3px;
	right: auto;
}

/* hide arrows */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* modal/css */
.modal-backdrop.show {
	opacity: 1 !important;
	background: rgba(0 0 0 / 70%);
	backdrop-filter: blur(5px);
}

.modal .form-group {
	margin: 0 0 15px;
}

.modal .form-group .form-control {
	border-radius: 5px;
	background-color: #fff !important;
	border: 1px solid #f9f9f9;
}

.modal .form-group a {
	font-size: 12px;
	margin: 2px 0;
	display: inline-block;
	cursor: pointer;
}

.modal .form-group .control-label {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 3px;
	opacity: 0.7;
}

.modal-content {
	background-color: var(--primary-gray)
}

.modal-header {
	display: block;
	text-align: center;
	border: 0;
	position: relative;
}

.modal-header:after {
	width: 130px;
}

.modal-header .modal-title {
	font-size: 26px;
	color: var(--secondary-color);
}

.modal-header .btn-close {
	position: absolute;
	top: -35px;
	right: 15px;
	z-index: 10;
	background: none;
}

html[dir="rtl"] .modal-header .btn-close {
	left: 15px;
	right: auto;
	box-shadow: none;
}

.modal .btn.btn-primary {
	width: 100%;
}

.modal .form-control::placeholder {
	font-size: 12px;
	opacity: 0.5
}

.modal-header .btn-close {
	opacity: 1;
}

.eye {
	fill: white;
	height: 15px;
	width: 15px;
	float: left;
	margin-top: 5px;
	cursor: pointer;
}

.modal-body .eye {
	fill: var(--primary-color);
}

/* Tablets */
.tabletAds {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.tabletAds .tabletAd {
	padding: 10px;
	/*	border: var(--regular-border); since moving to iuiTable*/
}

.tabletAds .tabletAdTitle {
	font-size: 18px;
	font-weight: bold;
}

.tabletAds .tabletAdDate {
	font-size: 14px;
	color: var(--primary-dark);
}

.tabletAds .tabletAdButtons {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
}

/* Gallery */
#main-slider .splide__slide {
	text-align: center;
}

#main-slider .splide__slide div {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 30px;
	color: var(--primary-dark);
	background-color: var(--primary-gray);
	padding: 3px 6px;
}

.socialIcon {
	padding: 0px 15px;
}

.socialIcon a svg {
	fill: #fff;
	height: 25px;
	width: 25px;
}

.socialIcon a {
	height: 25px;
	width: 25px;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	margin: 0 5px;
}

footer .foot-info {
	padding: 15px 0;
	font-size: 14px;
	font-weight: 400;
	margin-top: 20px;
}

footer .footInfo svg {
	height: 16px;
	width: 16px;
}

footer .footInfo ul li p {
	margin: 0;
}

footer .footInfo ul li {
	position: relative;
	padding-left: 25px;
	margin: 0 0 10px;
}

footer .footInfo ul li svg {
	position: absolute;
	top: 3px;
	left: 0;
}

html[dir="rtl"] footer .footInfo ul li svg {
	right: 0;
	left: auto;
}

html[dir="rtl"] footer .footInfo li {
	padding-right: 25px;
	padding-left: 0;
}

.footNav {
	line-height: 20px;
}

.btn.btn-primary.back-to-top {
	position: fixed;
	right: 20px;
	bottom: 30px;
	transition: 0.5s;
	z-index: 99;
	height: 45px;
	width: 45px;
	padding: 0px !important;
}

.btn.btn-primary.back-to-top svg {
	height: 16px;
	fill: white;
}

/*** Button Start ***/
.btn {
	font-weight: 600;
	transition: .5s;
}

.btn-square {
	width: 32px;
	height: 32px;
}

.btn-sm-square {
	width: 34px;
	height: 34px;
}

.btn-md-square {
	width: 44px;
	height: 44px;
}

.btn-lg-square {
	width: 56px;
	height: 56px;
}

.btn-xl-square {
	width: 66px;
	height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
}

.btn.btn-primary {
	color: var(--bs-white);
	border: none;
	height: 45px;
	padding: 10px 25px;
}

.btn.btn-primary:hover {
	background: var(--bs-dark);
	/*color: var(--bs-primary);*/
}

.btn.btn-primary svg {
	fill: var(--bs-white);
}

.btn.btn-light {
	color: var(--primary-color);
	border: none;
}

.btn.btn-light:hover {
	color: var(--bs-white);
	background: var(--bs-primary);
}

.btn-whatsapp {
	background: #25d366;
	color: white;
	display: inline-flex;
	align-items: center;
}

.btn-whatsapp:hover {
	background: #128c7e;
	color: white;
	transform: translateY(-2px);
}

/* essay-page */
.essay-container {
	max-width: 1024px;
	margin: auto;
	padding-bottom: 60px;
}

.essay-container .essay-thumb {
	max-width: 90%;
	margin: 15px auto;
}

.essay-container .essay-thumb img {
	max-width: 100%;
	height: auto;
	/*400px;*/
	object-fit: cover;
	border-radius: 10px;
}

.essay-container .essay-thumb {
	position: relative;
	z-index: 3;
	text-align: center;
}

.essay-container .primary-card {
	max-width: 90%;
	margin: 15px auto;
}

.essay-date,
.essay-author {
	font-size: 18px;
	font-weight: normal;
}

.essay-date svg,
.essay-author svg,
.news-date svg {
	height: 14px;
	vertical-align: initial;
}

.essay-head .h1 {
	font-size: 24px;
	margin: 0;
}

.essay-head {
	display: flex;
	justify-content: space-between;
}

.event-container .primary-card {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	max-width: 100%;
}

.event-container .primary-card .event-head .btn {
	padding: 1px 6px;
	font-size: 14px;
}

.eventPriceTable {
	margin: 0px auto 15px;
}

.eventPriceTable h3 {}

.eventPriceTable h3 input {
	width: 18px;
	height: 18px;
}

.event-reg {
	background: var(--secondary-color);
	padding: 25px;
	border-radius: 10px;
	color: white;
	margin: 20px auto;

	svg {
		fill: white;
	}

	.eventPriceTable {
		max-width: 650px;
	}

	.form-head .h1 {
		color: white;
		margin: 0 0 10px;
	}

	.form-head p {
		font-size: 14px;
		margin: 0;
	}

	a {
		color: white;
		text-decoration: underline;
	}

	h2.formTitle {
		padding-bottom: 5px;
		border-bottom: 1px solid var(--primary-gray);
		margin-bottom: 20px;
		font-size: 18px;
	}

	.custom-form>.row .col-md-12:first-of-type h2.formTitle {
		margin-top: 0;
	}

	.custom-form>.row h2.formTitle {
		margin-top: 30px
	}
}

/* event-red */

.c-icon {
	position: static;
	background: var(--primary-color);
	padding: 5px;
	left: 15px;
	top: -35px;
	border-radius: 5px;
	margin-right: 10px;
	height: 35px;
	width: 35px;
	margin-top: 5px
}

html[dir="rtl"] .c-icon {
	margin-left: 10px;
	margin-right: 0;
}

.glyphicon-minus:before {
	content: '';
	background: url(../images/minus.svg) no-repeat;
	height: 12px;
	width: 12px;
	position: absolute;
	right: 5px;
	top: 36%;
}

.glyphicon-plus:before {
	content: '';
	background: url(../images/plus.svg) no-repeat;
	height: 12px;
	width: 12px;
	position: absolute;
	right: 5px;
	top: 36%;
}

.treeview {
	max-width: 320px;
	width: 100%;
}

.treeview span.icon {
	margin-right: 10px !important;
}

/* form like in contact us page */
.form-container {
	display: flex;
	/* align-items: stretch; */
	border: 1px solid #f1f1f1;
	border-radius: 10px;
	overflow: hidden;
}

.form-container .form-thumb {
	width: 50%;
}

.form-container .form-content {
	width: 50%;
}

.form-container .form-thumb img {
	height: 100%;
	object-fit: cover;
}

.primary-card {
	padding: 25px;
	border-radius: 10px;
	background-color: var(--primary-gray);
}

.primary-card h1 {
	font-size: 30px;
	color: var(--primary-color);
	font-weight: 600;
	margin: 0 0 10px;
}

.primary-card h2 {
	font-size: 20px;
	color: var(--primary-color);
	font-weight: 720;
	margin: 0 0 10px;
}

div#brochurePage {

	position: relative;

	.magazine-viewport .container {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 1102px;
		height: 720px;
		margin: auto;
	}

	.magazine-viewport .magazine {
		width: 1102px;
		height: 720px;
		left: -461px;
		top: -300px;
	}

	.magazine-viewport .page {
		width: 541px;
		height: 720px;
		background-color: white;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.magazine-viewport .zoomer .region {
		display: none;
	}

	.magazine .region {
		position: absolute;
		overflow: hidden;
		background: #0066FF;
		opacity: 0.2;
		border-radius: 10px;
		cursor: pointer;
		filter: alpha(opacity=20);
		display: none;
	}

	.magazine .region:hover {
		opacity: 0.5;
		filter: alpha(opacity=50);
	}

	.magazine .region.zoom {
		opacity: 0.01;
		filter: alpha(opacity=1);
	}

	.magazine .region.zoom:hover {
		opacity: 0.2;
		filter: alpha(opacity=20);
	}

	.magazine .page {
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	}

	.magazine-viewport .page img {
		user-select: none;
		margin: 0;
	}

	.magazine .even .gradient {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
	}

	.magazine .odd .gradient {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
	}

	.magazine-viewport .zoom-in .even .gradient,
	.magazine-viewport .zoom-in .odd .gradient {
		display: none;
	}

	.magazine-viewport .loader {
		background-image: url(../images/pdfFlip/loader.gif);
		width: 22px;
		height: 22px;
		position: absolute;
		top: 280px;
		left: 219px;
	}

	.magazine-viewport .shadow {
		box-shadow: 0 0 20px #ccc;
	}

	.magazine-viewport .next-button,
	.magazine-viewport .previous-button {
		width: 22px;
		height: 600px;
		position: absolute;
		top: 0;
	}

	.magazine-viewport .previous-button {
		right: -22px;
		border-radius: 15px 0 0 15px;
		transform: rotate(-180deg);
	}

	.magazine-viewport .next-button {
		left: -22px;
		border-radius: 0 15px 15px 0;
		transform: rotate(-180deg);
	}

	.magazine-viewport .previous-button-hover,
	.magazine-viewport .next-button-hover {
		background-color: rgba(0, 0, 0, 0.2);
	}

	.magazine-viewport .previous-button-hover,
	.magazine-viewport .previous-button-down {
		background-image: url(../images/pdfFlip/arrows.png);
		background-position: -4px 284px;
		background-repeat: no-repeat;
	}

	.magazine-viewport .previous-button-down,
	.magazine-viewport .next-button-down {
		background-color: rgba(0, 0, 0, 0.4);
	}

	.magazine-viewport .next-button-hover,
	.magazine-viewport .next-button-down {
		background-image: url(../images/pdfFlip/arrows.png);
		background-position: -38px 284px;
		background-repeat: no-repeat;
	}

	.magazine-viewport .zoom-in .next-button,
	.magazine-viewport .zoom-in .previous-button {
		display: none;
	}

	.animated {
		transition: margin-left 0.5s;
	}

	.thumbnails {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 140px;
		z-index: 1;
	}

	.thumbnails ul .d {
		display: flex;
	}

	.thumbnails li span {
		display: none;
	}


	.thumbnails .thumb-hover {
		transform: scale3d(1.3, 1.3, 1);
		box-shadow: 0 0 10px #666;
	}

	.thumbanils-touch .thumb-hover {
		transform: none;
	}

	.thumbnails .thumb-hover span {
		position: absolute;
		bottom: -30px;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 30px;
		font: bold 15px arial;
		line-height: 30px;
		color: #666;
		display: block;
		cursor: default;
	}

	.thumbnails img {
		float: left;
	}

	.exit-message {
		position: absolute;
		top: 10px;
		left: 0;
		width: 100%;
		height: 40px;
		z-index: 10000;
	}

	.exit-message>div {
		width: 140px;
		height: 30px;
		margin: auto;
		background: rgba(0, 0, 0, 0.5);
		text-align: center;
		font: 12px arial;
		line-height: 30px;
		color: white;
		border-radius: 10px;
	}

	.bottom {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}

	.action_group {
		background: #1b1b1b;
		border-radius: 5px;
		padding: 5px 10px;
		width: fit-content;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		left: 50%;
		translate: -50%;
		z-index: 9999;
		top: -30px;
		border-top: 2px solid rgba(255 255 255 / 10%);
		gap: 10px;
	}

	.action_group>* {
		width: 25px;
		height: 25px;
		cursor: pointer;

		&:hover {
			opacity: 1 !important
		}
	}

	button#initCarousel {
		background: url('../images/pdfFlip/carousel-ico.svg') no-repeat;
		background-size: contain;
		height: 25px;
		width: 25px;
		background-color: transparent;
		border: 0;
		text-indent: -9999px;
		opacity: 0.5;

		&.is-active {
			opacity: 1;
		}
	}

	.zoom-icon {
		background: url('../images/pdfFlip/zoom-ico.svg') no-repeat;
		background-size: contain;
		height: 25px;
		width: 25px;
		background-color: transparent;
		border: 0;
		opacity: 0.5;

		@media (max-width:1024px) {
			display: none;
		}

	}

	.zoom-icon.zoom-icon-out {
		background: url('../images/pdfFlip/zoom-out-ico.svg') no-repeat;
	}

	.thumbnails {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 124px !important;
		z-index: 1000;
		background: #1b1b1b;
		-webkit-transform: translate3d(0px, 500px, 0px);
		-webkit-transition: -webkit-transform 0.2s ease-in-out;
		padding: 10px 50px;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
		border-top: 2px solid rgba(255 255 255 / 10%);
		/* opacity:0.9 */
	}

	.thumbnails.slick-initialized {

		display: block;
		-webkit-transform: translate3d(0px, 00px, 0px);
	}

	.thumbnails ul {
		padding: 0;
	}

	.thumbnails ul .slick-track ul {
		display: none !important;
	}

	.thumbnails>div,
	.thumbnails.slick-initialized .slick-slide {
		border: 2px solid transparent;
		margin-left: 5px !important
	}

	.thumbnails.slick-initialized>div {
		margin-left: 0;
	}

	.thumbnails .slick-slide.current {
		border: 2px solid #fff;
		opacity: 1;
	}

	.thumbnails .slick-slide {
		display: flex;
	}

	.thumbnails span {
		display: none;
	}

	ul {
		list-style: none;
		padding: 0;
	}

	.thumbnails>* {
		direction: rtl;
	}

	.slick-slide {
		margin: 0 !important;
	}

	.magazine-viewport {
		direction: ltr;
	}

	.slick-list {
		margin-top: 0 !important
	}

	.slick-next {
		left: 10px;
	}

	.slick-prev {
		right: 10px;
	}

	@media (min-width:1399px) {
		.slick-list .slick-track {
			width: 100% !important;
			display: flex;
			justify-content: center;
			transform: none !important;
		}
	}

	.slick-list .slick-track .slick-slide {
		width: auto !important;
	}

	@media (max-width:991px) {
		.action_group {
			top: 75px;
			width: auto;
		}
	}
}

div#contactUsPage {

	.contact-grid {
		max-width: 1200px;
		margin: 0 auto;
		display: grid;
		grid-template-columns: 1fr 1.2fr;
		gap: 2.5rem;
		align-items: start;
	}

	@media (max-width: 768px) {
		.contact-grid {
			grid-template-columns: 1fr;
		}
	}

	/* Contact Info Card */
	.contact-info {
		background: white;
		border-radius: var(--big-radius);
		padding: 2.5rem;
		box-shadow: var(--shadow-medium);
		animation: slideInRight 0.8s ease-out 0.2s both;
	}

	@keyframes slideInRight {
		from {
			opacity: 0;
			transform: translateX(40px);
		}

		to {
			opacity: 1;
			transform: translateX(0);
		}
	}

	.contact-info h2 {
		font-family: 'Rubik', sans-serif;
		font-size: 1.5rem;
		color: var(--primary);
		margin-bottom: 1.5rem;
		display: flex;
		align-items: center;
		gap: 0.75rem;
	}

	.contact-info h2::before {
		content: '';
		width: 4px;
		height: 28px;
		background: linear-gradient(to bottom, var(--accent), var(--accent-light));
		border-radius: 2px;
	}

	.info-item {
		display: flex;
		align-items: flex-start;
		gap: 1rem;
		padding: 1.25rem 0;
		border-bottom: 1px solid rgba(26, 95, 74, 0.08);
		transition: all 0.3s ease;
	}

	.info-item:last-child {
		border-bottom: none;
	}

	.info-item:hover {
		padding-right: 0.5rem;
	}

	.info-icon {
		width: 50px;
		height: 50px;
		background: var(--primary-gradient);
		border-radius: var(--small-radius);
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		box-shadow: 0 4px 15px rgba(26, 95, 74, 0.25);
		transition: transform 0.3s ease;
	}

	.info-item:hover .info-icon {
		transform: scale(1.05);
	}

	.info-icon svg {
		width: 24px;
		height: 24px;
		color: #fff;
	}

	.info-content h3 {
		font-size: 0.85rem;
		color: var(--text-muted);
		font-weight: 500;
		margin-bottom: 0.25rem;
	}

	.info-content p,
	.info-content a {
		font-size: 1.1rem;
		color: var(--primary-dark);
		font-weight: 600;
		text-decoration: none;
		transition: color 0.3s ease;
	}

	.info-content a:hover {
		color: var(--primary-color);
	}

	/* Quick Contact Buttons */
	.quick-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1rem;
		margin-top: 2rem;
	}

	.quick-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.75rem;
		padding: 1rem 1.5rem;
		border-radius: var(--small-radius);
		font-family: 'Heebo', sans-serif;
		font-size: 1rem;
		font-weight: 600;
		text-decoration: none;
		transition: all 0.3s ease;
		cursor: pointer;
		border: none;
	}

	.quick-btn.primary {
		background: var(--primary-gradient);
		color: #fff;
		box-shadow: 0 4px 20px rgba(26, 95, 74, 0.3);
	}

	.quick-btn.primary:hover {
		transform: translateY(-3px);
		box-shadow: 0 8px 30px rgba(26, 95, 74, 0.4);
	}

	.quick-btn.secondary {
		background: linear-gradient(135deg, var(--accent), var(--accent-light));
		color: var(--primary-dark);
		box-shadow: 0 4px 20px rgba(232, 185, 35, 0.3);
	}

	.quick-btn.secondary:hover {
		transform: translateY(-3px);
		box-shadow: 0 8px 30px rgba(232, 185, 35, 0.4);
	}

	.quick-btn svg {
		width: 20px;
		height: 20px;
	}

	/* Form Card */
	.form-card {
		background: var(--bg-white);
		border-radius: var(--big-radius);
		padding: 2.5rem;
		box-shadow: var(--shadow-strong);
		animation: slideInLeft 0.8s ease-out 0.3s both;
	}

	@keyframes slideInLeft {
		from {
			opacity: 0;
			transform: translateX(-40px);
		}

		to {
			opacity: 1;
			transform: translateX(0);
		}
	}

	.form-header {
		text-align: center;
		margin-bottom: 2rem;
	}

	.form-header h2 {
		font-family: 'Rubik', sans-serif;
		font-size: 1.75rem;
		color: var(--primary);
		margin-bottom: 0.5rem;
	}

	.form-header p {
		color: var(--text-muted);
		font-size: 1rem;
	}

	@media (max-width:883px) {
		.form-container .form-thumb {
			display: none;
		}
	}

	.form-container .form-content {
		width: 100%;
		background: var(--primary-gray);
	}

}

.hide-when-empty:empty {
	display: none !important;
}

.square-button {
	height: 140px;
	border: 1px solid var(--secondary-color);
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.25rem;
	font-weight: bold;
	color: var(--primary-color);
	background-color: var(--primary-gray);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	gap: 10px;
	border-color: #163b7d17;
	box-shadow: 0 10px 10px rgba(0 0 0 /5%);
	transition: var(--trans);
	position: relative;
	top: 0;
}

.square-button:hover {
	top: 10px
}

.square-button svg {
	fill: var(--secondary-color);
	height: 50px;

}

html[dir="rtl"] {

	/* fix datatable RTL issue */
	table.aDataTable thead th,
	table.aDataTable thead td,
	table.aDataTable tfoot th,
	table.aDataTable tfoot td {
		text-align: right;
	}
}

.faq-card {
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .06);

	.accordion-button::after {
		transition: transform .2s ease;
	}

	.accordion-button:not(.collapsed)::after {
		transform: rotate(-180deg);
		outline: none;
	}
}

.article-grid {
	max-width: 900px;
	margin: 0 auto;
	padding: 2rem 1rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.article-item {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	background: var(--card-bg);
	border: 1px solid var(--border-color);
	border-radius: 12px;
	padding: 1rem;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	justify-content: space-between;
}

.article-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.article-icon {
	margin-right: 1rem;
	/* space between icon and text */
	font-size: 2rem;
	/* make the icon bigger */
	color: var(--primary-color);
	/* optional */
	flex-shrink: 0;
	/* prevent icon from shrinking */
}

.grecaptcha-badge {
	visibility: hidden;
}

/* ---- enableCopying UI ---- */
.enableCopying {
	display: inline-flex;
	align-items: center;
	gap: .35em;
	cursor: copy;
}

/* the injected icon */
.enableCopying .copyIcon {
	width: 1.1em;
	height: 1.1em;
	display: inline-block;
	color: currentColor;
	opacity: .65;
	cursor: pointer;
}

.enableCopying .copyIcon:hover {
	opacity: .9;
}

.enableCopying .copyIcon svg {
	position: relative;
	margin-top: -10px;
}

.enableCopying.copied .copyIcon {
	opacity: 1;
}

.rounded-image {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	border: 5px solid var(--link-hover);
	object-fit: cover;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

#minisite .hero-section {
	background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
	color: white;
	padding: 60px 0;
	position: relative;
	overflow: hidden;
}

#minisite .hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

#minisite .profile-image {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	border: 5px solid var(--link-hover);
	object-fit: cover;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

#minisite .license-badge {
	background: var(--link-hover);
	color: var(--primary-dark);
	padding: 8px 20px;
	border-radius: 25px;
	font-weight: 600;
	display: inline-block;
}

/* Contact Buttons */
#minisite .contact-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
}

#minisite .btn-phone {
	background: #007bff;
	color: white;
}

#minisite .btn-phone:hover {
	background: #0056b3;
	color: white;
	transform: translateY(-2px);
}

/* Section Styles */
#minisite .section-title {
	color: var(--primary-color);
	font-weight: 700;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

#minisite .section-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 120px;
	height: 4px;
	background: var(--secondary-color);
	border-radius: 2px;
}

/* About Card */
#minisite .about-card {
	background: white;
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

/* Expertise Grid */
#minisite .expertise-card {
	background: white;
	border-radius: 15px;
	padding: 20px;
	text-align: center;
	transition: all 0.3s ease;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
	height: 100%;
}

#minisite .expertise-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

#minisite .expertise-icon {
	width: 70px;
	height: 70px;
	margin: 0 auto 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#minisite .expertise-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#minisite .expertise-card h6 {
	color: var(--primary-dark);
	font-weight: 600;
	margin: 0;
	font-size: 14px;
}

/* Service Areas */
#minisite .service-area-badge {
	background: var(--light-bg);
	padding: 8px 16px;
	border-radius: 20px;
	margin: 5px;
	display: inline-block;
	font-size: 14px;
	border: 1px solid #e0e0e0;
	transition: all 0.3s ease;
}

#minisite .service-area-badge:hover {
	background: var(--secondary-color);
	color: white;
	border-color: var(--secondary-color);
}

/* Gallery */
#minisite .gallery-item {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

#minisite .gallery-item:hover {
	transform: scale(1.03);
}

#minisite .gallery-item img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

/* Hours Badge */
#minisite .hours-badge {
	background: linear-gradient(135deg, var(--link-hover), #ffb700);
	color: var(--primary-dark);
	padding: 15px 25px;
	border-radius: 15px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

/* Social Links */
#minisite .social-link {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 20px;
	transition: all 0.3s ease;
	margin: 0 5px;
}

#minisite .social-link.facebook {
	background: #1877f2;
}

#minisite .social-link.linkedin {
	background: #0A66C2;
}

#minisite .social-link.instagram {
	background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

#minisite .social-link.website {
	background: var(--primary-dark);
}

#minisite .social-link:hover {
	transform: translateY(-3px);
	color: white;
}

/* Training Badge */
#minisite {
	.training-badge {
		background: var(--secondary-color);
		color: white;
		padding: 10px 20px;
		border-radius: 10px;
		display: inline-block;
	}

	/* Footer */
	footer {
		background: var(--primary-dark);
		color: white;
		padding: 40px 0 20px;
	}

	footer a {
		color: var(--secondary-color);
		text-decoration: none;
	}

	footer a:hover {
		color: var(--link-hover);
	}

	/* Responsive */
	@media (max-width: 768px) {
		.hero-section {
			padding: 40px 0;
		}

		.profile-image {
			width: 140px;
			height: 140px;
		}

		.contact-btn {
			width: 100%;
			justify-content: center;
			margin-bottom: 10px;
		}
	}
}

/* minisite */

/* election */
.pollCard {
	max-width: 600px;
	margin: 0 auto;
}

/* For allGallereis page */
#innerSideMenu {
	min-width: 160px;
	font-size: 16px;
}

#innerSideMenu li {
	padding: 0.5rem 0;
}

#innerSideMenu a {
	color: var(--link-color);
	padding-right: 0;
}

#innerSideMenu a.active {
	color: var(--primary-color);
}

/* Lecture table in event page */
.schedule-day-card {
	border: 1px solid #dee2e6;
	border-radius: .75rem;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .04);
}

.schedule-day-header {
	background: #f8f9fa;
	border-bottom: 1px solid #dee2e6;
	padding: 1rem 1.25rem;
}

.schedule-slot {
	border-bottom: 1px solid #e9ecef;
	padding: 1rem;
}

.schedule-slot:last-child {
	border-bottom: 0;
}

.schedule-time-box {
	background: #fff3cd;
	border: 1px solid #ffe69c;
	border-radius: .75rem;
	padding: .75rem 1rem;
	text-align: center;
	font-weight: 700;
	height: 100%;
}

.schedule-special-box {
	background: #f1f3f5;
	border: 1px solid #dee2e6;
	border-radius: .75rem;
	padding: 1rem;
	text-align: center;
	font-weight: 700;
	height: 100%;
}

.schedule-room-card {
	border: 1px solid #dee2e6;
	border-radius: .75rem;
	background: #fff;
	height: 100%;
	padding: .85rem;
}

.schedule-room-title {
	font-weight: 700;
	font-size: .95rem;
	color: #495057;
	margin-bottom: .75rem;
	border-bottom: 1px solid #e9ecef;
	padding-bottom: .5rem;
}

.schedule-lecture-title {
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: .5rem;
}

.schedule-lecturer {
	color: #6c757d;
	margin-bottom: .75rem;
	line-height: 1.3;
}

.schedule-empty {
	color: #adb5bd;
	text-align: center;
	padding: 1.2rem 0;
}

.schedule-pick-wrap {
	margin-top: .75rem;
	padding-top: .75rem;
	border-top: 1px dashed #dee2e6;
}

.schedule-picked {
	border-color: #198754;
	box-shadow: 0 0 0 .15rem rgba(25, 135, 84, .15);
	border-radius: .5rem;
	padding: .25rem;
}

.schedule-conflict {
	display: none;
	color: #b02a37;
	font-size: .875rem;
	margin-top: .4rem;
}

.schedule-full {
	opacity: 0.6;
}

.schedule-full-note {
	color: #c00;
	font-size: 0.85em;
	margin-top: 4px;
}

.schedule-full .form-check-input {
	cursor: not-allowed;
}

@media (max-width: 767.98px) {
	.schedule-slot {
		padding: .75rem;
	}

	.schedule-room-card {
		padding: .75rem;
	}
}

/* Board grid */
.board-grid {
	max-width: 1100px;
	margin: 0 auto;
	padding: 2rem 1rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5rem;

	/* Board card */
	/*
 		 * The card is a vertical flex container. Within it, a header row displays
 		 * the avatar and textual details side by side using rowâ€‘reverse (for RTL).
 		 * The biography follows below and spans the full width of the card.
 		 */
	.board-card {
		display: flex;
		flex-direction: column;
		background: var(--card-bg);
		border: 1px solid var(--border-color);
		border-radius: 12px;
		padding: 1rem;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
		transition: transform 0.2s ease, box-shadow 0.2s ease;
	}

	.board-card:hover {
		transform: translateY(-3px);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
	}

	/* Image wrapper */
	.card-img {
		flex: 0 0 100px;
		margin-left: 1rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.card-img img {
		width: 100px;
		height: 100px;
		border-radius: 50%;
		object-fit: cover;
	}

	/* Header row inside each card */
	.card-header {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		margin-bottom: 0.5rem;
	}

	/* Container for the name and role */
	.card-info {
		flex: 1;
		display: flex;
		flex-direction: column;
	}

	.member-name {
		font-size: 1.2rem;
		font-weight: 700;
		margin-bottom: 0.25rem;
		color: var(--text-color);
	}

	.member-role {
		font-size: 1rem;
		color: var(--third-color);
		margin-bottom: 0;
	}

	.member-bio p {
		font-size: 0.9rem !important;
		color: var(--muted-color);
		line-height: 1.5;
		text-align: justify;
		margin-top: 0.5rem;
	}
}