.sgk_row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.sgk_row textarea {
	resize: none;
}
.sgk_column {
	flex: 1;
	min-width: 45%;
}
.sgk_row label {
	display: block;
}
.sgk_row br {
	display: none;
}
.sgk_row p {
	width: 100%;
}
.grecaptcha-badge {
	display: none;
}
.sgk-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.sgk-popup {
	background: #fff;
	padding: 20px;
	max-width: 500px;
	width: 100%;
	border-radius: 8px;
	opacity: 0;
	transform: scale(0.8);
	transition: opacity 0.3s ease, transform 0.3s ease;
	position: relative;
}
.sgk-close-popup {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	cursor: pointer;
}
.sgk-popup-overlay.show {
	opacity: 1;
	visibility: visible;
}
.sgk-popup.show {
	opacity: 1;
	transform: scale(1);
}
.sgk-popup textarea {
	height: 100px;
}
.sgk_row p {
	margin: 0;
}
.sgk-team .profile-image-card {
	width: 270px;
	height: 265px;
	margin: 0 auto;
}
.sgk-team .profile-image-card img {
	object-fit: cover;
}
.sgk-team .sgk-team-row-1 .elementor-column:nth-child(4) .profile-image-card img,
.sgk-team .sgk-team-row-2 .elementor-column:nth-child(3) .profile-image-card img {
	object-position: center -50px;
}
#lcl_txt,
#lcl_nav_cmd,
.gg_itg_ol {
	display: none;
}
body.sgk-no-scroll {
	overflow: hidden;
}
.lcl_minimal #lcl_window, .lcl_minimal.lcl_txt_under #lcl_txt, .lcl_minimal.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt, .lcl_minimal.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt {
	background-color: transparent;
}
.tab-content {
	display: none;
}
.tab-content.sgk-active-tab-gal {
	display: block;
}
.tab-button {
	cursor: pointer;
	padding: 10px 20px;
	border: none;
	background-color: #f0f0f0;
	color: #000;
	font-size: 16px;
	margin: 0 5px;
}
.tab-button.sgk-active-tab-gal {
	background-color: #000;
	color: #fff;
}
.gg_gallery_wrap .gg_container {
	max-height: 100% !important;
}
.gg_paginate.gg_pag_light,
/*.ggf.ggf_all,*/
.gg_img_title_under,
.gg_coll_gall_title,
body #pbOverlay #pbCaption .pbCaptionText,
.dialog-widget.dialog-lightbox-widget,
.grecaptcha-badge {
	display: none !important;
}
.gg_img img {
	transition: .5s;
}
.gg_img:hover img {
	transform: scale(1.1);
}
.gg_filter a.ggf,
.gg_tag,
.gg_coll_back_to_new_style,
.gg_gall_search_form input {
	padding: 6px 15px;
	margin: 0 5px !important;
	text-transform: uppercase;
}
.gg_btn_filters a.ggf,
.gg_btn_filters .gg_tag,
.gg_coll_back_to_new_style,
select.gg_mobile_filter_dd,
.gg_gall_search_form input {
	transition: .3s;
}
.gg_coll_img_wrap .gg_main_overlay_under {
	padding: 10px !important;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .7);
	height: 100% !important;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0 !important;
}
.gg_coll_img_wrap .gg_main_overlay_under .gg_img_descr_under {
	max-width: 250px;
}
.gg_coll_img_wrap:hover .gg_main_overlay_under {
	opacity: 1 !important;
}
.gg_coll_img_wrap .gg_main_overlay_under .gg_img_descr_under {
	color: #fff !important;
	padding: 0 !important;
	font-family: "Heebo", Sans-serif !important;
	font-size: 22px !important;
	line-height: 1.5 !important;
}
.gg_standard_gallery .gg_img {
	width: 25%;
}
.gg_standard_gallery .gg_img img {
	object-fit: cover;
	width: 100% !important;
}
.open-popup-button .elementor-button {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.open-popup-button .elementor-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -150%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1));
	transform: skewX(-45deg);
	animation: sgk-flareAnimation 5s infinite linear;
}
@keyframes sgk-flareAnimation {
	0% {
		left: -150%;
	}
	100% {
		left: 150%;
	}
}
.gg_coll_img_wrap,
body .gg_standard_gallery .gg_img {
	border: 2px solid #fff;
}










@media (max-width: 575px) {
	.gg_coll_img_wrap {
		width: 33.33% !important;
	}
	.gg_coll_img_wrap .gg_img.gg_coll_img {
		padding-bottom: 100px !important;
	}
	.gg_coll_img_wrap .gg_main_overlay_under .gg_img_descr_under {
		font-size: 14px !important;
	}
	body .gg_gallery_wrap .gg_img .gg_photo {
		max-width: 100% !important;
	}
	body .gg_coll_img img.gg_photo {
		width: 100% !important;
	}
	body .gg_standard_gallery .gg_img {
		width: 33.3% !important;
	}
}
@media (max-width: 475px) {
	.gg_coll_img_wrap .gg_main_overlay_under .gg_img_descr_under {
		font-size: 12px !important;
	}
}
