﻿.rounded-6 img {
	border-radius: 1rem;
}

.btn {
	border-radius: 1rem;
}

.newsletter-max-width {
	max-width: 500px;
}

.newsletter-form h2 {
	color: #FFFFFF !important;
}

.rounded-6.item_swift_textandimage img {
	border-radius: 1rem 1rem 0 0 !important;
}

.article-list .card-body {
	text-align: center;
	margin: 10px 0;
}

.exhibitions .card {
	text-align: center;
}

.exhibitions .justify-content-between {
	justify-content: center !important;
}

.h-400px {
	height: 400px;
}

.custom-swiffy-slider .grid {
	text-align: start !important;
}

.search-cover-img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	margin-right: 20px;
	border-radius: 25px;
}

/* .search-placeholder {
    width: 150px;
    margin-right: 20px;
} */

.search-page {
	display: flex;
	align-items: center;
}

.contact-us {
	transform: scaleX(0.98);
	width: calc(100% - 32px);
}

.products-tag-checkbox {
	background-color: #FFFFFF !important;
	border-color: #EBEBEB !important;
}

@media (max-width: 600px) {
	.banner-ratio-60 figure {
		--bs-aspect-ratio: 60% !important;
	}
}

.z-2 {
	z-index: 2;
}

.z-3 {
	z-index: 3;
}

.body-no-scroll {
	overflow: hidden;
	padding-right: 15px;
}

@media (min-width: 576px) and (max-width: 991px) {
	.custom-grid-sm-2 .grid {
		--bs-columns: 2 !important;
	}
}

.download-brochure-btn {
	border-top-left-radius: 1rem !important;
	border-top-right-radius: 1rem !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	font-weight: 400;
}


/*Zoho forms styles*/
.zf-templateWrapper ul {
	padding-left: 0;
	margin-bottom: 0;
}

.zf-templateWrapper li {
	list-style: none;
}

.zf-row {
	margin-bottom: .5rem;
}

.zf-tempFrmWrapper {
	width: 100%;
}

.zf-errorMessage {
	margin-bottom: 0;
}

.compact-floating .form-control,
.compact-floating .form-select {
	height: 50px;
	min-height: 50px;
	font-size: 1rem;
	padding-top: 1.1rem;
	padding-bottom: .35rem;
}

.compact-floating textarea.form-control {
	height: 95px !important;
	min-height: 95px;
	padding-top: 1.1rem;
}

.compact-floating .form-floating > label {
	font-size: .85rem;
	padding-top: .55rem;
}

.compact-floating .form-floating > .form-control:focus ~ label,
.compact-floating .form-floating > .form-control:not(:placeholder-shown) ~ label,
.compact-floating .form-floating > .form-select ~ label {
	transform: scale(.85) translateY(-.35rem) translateX(.15rem);
}

.compact-floating input[type="file"].form-control {
	height: 42px;
	padding: 0;
	font-size: .8rem;
}

	.compact-floating input[type="file"].form-control::file-selector-button {
		height: 100%;
		margin: 0 12px 0 0;
		border: 0;
		border-right: 1px solid var(--bs-border-color);
		padding: 0 .9rem;
	}

	.compact-floating input[type="file"].form-control::-webkit-file-upload-button {
		height: 100%;
		margin: 0 12px 0 0;
		border: 0;
		border-right: 1px solid var(--bs-border-color);
		padding: 0 .9rem;
	}

.info-tooltip {
	display: inline-flex;
	align-items: center;
	width: 22px;
	height: 22px;
	cursor: pointer;
	opacity: .85;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 15px;
}

	.info-tooltip:hover {
		opacity: 1;
	}

	.info-tooltip svg {
		width: 16px;
		height: 16px;
		display: block;
	}

.iron-green-button {
	background-color: #00454E;
	border: .0833rem solid transparent;
	color: #FFFFFF !important;
	padding: 12px 16px;
}

	.iron-green-button:hover {
		background-color: #FFFFFF;
		border: .0833rem solid #00454E;
		color: #00454E !important;
	}

/* Newsletter layout + typography overrides (keeps the same base styles) */
.newsletter-form-wrap {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}

/*Zoho forms styles end*/

.btn-sm .btn {
	padding: 10px 20px !important;
	font-size: .875rem !important;
}

.iron-invisible-button {
	color: #00454E !important;
}
