.page-image-info {
    margin-top: 25px;
}
p.info-text {
    margin-bottom: 10px;
    padding-bottom: 0px;
}
.header-section {
	height: 10vh;
	min-height: 150px;
}
.custom-card {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    background: #fff;
    transition: all 0.3s ease;
    position: relative;
}

.thumbnail-wrapper {
    position: relative;
}

.thumbnail-wrapper img {
    width: 100%;
	height: 250px;
	transition: transform 2.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    display: block;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    object-fit: cover;
}

.thumbnail-wrapper:hover a {
    cursor: zoom-in !important;
}

.thumbnail-wrapper:hover img {
    transform: scale(1.09);
}

input.search-input-field,
input.search-input-field::placeholder {
    color: #004A6A !important;
}

.select-checkbox {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    top: 30px;
    left: 35px;
    z-index: 10;
    transform: scale(3);
    height: 14px;
    width: 14px;
    display: flex;
    padding: 3px;
    justify-content: center;
    align-items: flex-end;
    border-radius: 2px;
    border: 1px solid #FFB619;
    background: #FFF;
    cursor: pointer;
}

.select-checkbox:hover {
    background: #FFB619;
}

.select-checkbox:hover::after {
    content: "";
    width: 4px;
    height: 8px;
    border: solid #004A6A;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 4px;
}

.select-checkbox:checked::after {
    content: "";
    width: 4px;
    height: 8px;
    border: solid #004A6A;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 4px;
}


.card-detail {
    padding: 21px 25px;
    background: #004A6A; 
    transition: background 0.3s ease;
}

.desc-section {
    color: #fff;
}

.title {
    margin-top: 0;
    font-size: 1rem !important;
    font-weight: 700;
    text-transform: uppercase;
}

.desc-text {
    margin: 8px 0 0;
    font-size: 1rem !important;
}

.taxonomy-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag {
    background-color: #D4EBEE;
    color: #004A6A;
    border-radius: 100px;
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 600;
/*     white-space: nowrap; */
}

.gallery-count {
    font-size: 20px;
    color: #004A6A;
	white-space: nowrap;
}

#gform-wrapper {
	display:none; 
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100vw; 
	height: 100vh; 
    background: rgba(0,0,0,0.6); 
	z-index: 9999; 
	overflow: auto;
}

#gform-body {
	position: relative; 
	max-width: 800px; 
	margin: 5% auto; 
	background: #fff; 
	padding: 23px 40px; 
	border-radius: 32px;
}

#gform-close {
	position: absolute; 
	top: 18px; 
	right: 30px; 
	background: transparent; 
	color: #fff;
	border: none; 
	font-size: 32px; 
	cursor: pointer; 
	z-index: 9;
}

#gform-close:focus {
	outline: none !important;
}

.gform-title {
	background-color: #004A6A;
	color: #fff;
	padding: 15px 20px;
	border-top-left-radius: 32px;
	border-top-right-radius: 32px;
	margin: -23px -40px 23px -40px;
	text-align: center;
}

.gform-title h4 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 0px !important;
}

h2.gform_submission_error.hide_summary {
    font-size: 18px !important;
}

.gfield_required {
	color: #004A6A !important;
}

.gform_required_legend {
	display: none;
}

.gfield input,
.gfield select,
.gfield textarea {
	border-radius: 8px !important;
	border: 1px solid #004A6A !important;
}

.gfield_label {
	font-size: 15px !important;
	font-weight: 600 !important;
}

input#gform_submit_button_1 {
    width: 100%;
    background: #FFB619;
    border-radius: 100px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.gform-theme--foundation .gform_fields {
    row-gap: 29px !important;
}

@media only screen and (max-width: 1000px) {
	.header-section {
		place-content: center;
	}
	
	#gform-body {
		position: relative; 
		max-width: 800px; 
		margin: 5% auto; 
		background: #fff; 
		padding: 23px 24px; 
		border-radius: 24px;
	}
	
	.gform-title {
		font-size: 20px;
		border-top-left-radius: 24px;
		border-top-right-radius: 24px;
		margin: -23px -24px 23px -24px;
		text-align: left;
	}

	.gform-title h4 {
		font-size: 20px;
	}
	
	.gform-theme--foundation .gform_fields {
		row-gap: 22px !important;
	}
	
	.button-count-section {
		display: grid;
	}
	
	#imagegallery-request-form {
		margin-right: 0px !important;
	}
	
	.gallery-count {
		text-align: center;
		margin-bottom: 1rem !important;
	}
	
	.text-right {
        text-align: center !important;
    }
}

.button-count-section button:disabled {
    cursor: not-allowed;
    display: none;
}

.tobii__caption {
    font-size: 1rem;
    color: #fff;
    background: rgba(0,0,0,0.6);
    padding: 10px;
}

.tobii__slide .tobii-html {
	padding: 0px !important;
	border-radius: 32px;
	background: transparent !important;
}

.tobii__slide .tobii-html img:hover {
    cursor: ns-resize;
}

.tobii__slide .tobii-html img {
	border-radius: 32px 32px 0px 0px;
	width: 100% !important;
	height: 70vh !important;
	object-fit: cover !important;
}

.tobii-content {
	padding: 21px 25px;
	background-color: #004A6A !important;
	color: #fff !important;
	border-radius: 0px 0px 32px 32px;
}

.tobii-content h2,
.tobii-content p {
	font-size: 16px !important;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.tobii__btn.tobii__btn--close{
    color: #fff;
    background: #FFB619;
    border-radius: 0px !important;
}

@media (min-width: 576px) and (max-width: 1280px) {
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}