.gsi_source_event_col.destination_col{
	display:none;
}
.gsi_color_blue{
	color:var(--cobalt);
}
.destinaton_events {
    overflow-x: hidden;
}
/* Search Box */
.gsi_source_event_wrapper{
	color:var(--deep-navy);
}
.gsi_source_event_serach_box{
	background-color: #fff;
	margin-bottom:64px;
	border-radius: 12px;
	border: 1px solid #000;
	font-family: "DM Sans";
}
.gsi_source_event_serach_box_inner{
	display: flex;
	justify-content: space-between;
}
.gsi_source_event_col{
	position:relative;
	display: flex;
	justify-content: space-between;
	width:100%;
	padding: 28px 32px;
	border-right:solid 1px #CCCFD6;
}

.gsi_source_event_last_col{
	border-right:none;
}
.gsi_source_event_col .select2 {
	width:100% !important;
}
.gsi_source_event_label, .gsi_source_event_col .select2 span, .gsi_source_event_show_mlabel, .gsi_source_event_col input, .gsi_source_event_col input::placeholder, .gsi_no_results p, .gsi_source_event_page_search_result .gsi_no_results{
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	border:unset;
	margin-bottom:0;
	color:var(--deep-navy) !important;
	font-family: var(--body-font) !important;
}
.calendar_icon_dark{
	position: absolute; 
	right: 34px; 
	width: 20px; 
	height: 20px; 
	cursor: pointer;
}
.gsi_source_event_col .select2 .select2-selection__arrow{
	content: url(/india/wp-content/uploads/sites/3/2025/02/header-dropdown-arrow.svg);
	height:30px;
	width:30px;
}
.gsi_source_event_col.event_start_month_col .select2 .select2-selection__arrow{
	content: url(/india/wp-content/uploads/sites/3/2025/03/Calendar-Icon-Dark.svg);
	height:20px;
	width:20px;
}
/* .select2-dropdown{
border: 1px solid #CED4DA !important;
padding: 8px;
} */
.select2-results__option{
	padding:12px 24px !important;
	color: #010A1C !important;
}
/* NEW SELECT 2 CSS */
.gsi_event_select_show .select2-dropdown{
	top: -30px !important;
	padding: 0;
	border: unset !important;
	background-color: transparent;
}
.gsi_event_select_show .select2-container--default .select2-search--dropdown .select2-search__field{
	border:unset;
}
.gsi_event_select_show .select2-results__options{
	border: 1px solid #CED4DA !important;
	border-radius:8px;
	padding: 8px;
	margin-top: 23px;
	background-color:#fff;
	/* 	width: 210px; */
	width: 117%;
	margin-left: -24px;
	max-height: 400px !important;
}
.gsi_source_home_event .gsi_event_select_show .select2-results__options{
	width:327px;
	margin-top: 40px;
	margin-left: -31px;
}
.gsi_source_home_event .select2-search--dropdown{
	padding:0;
}
/* END */
.select2-container--default .select2-results__option--selected, .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
	background-color:#E9ECEF;
	color:#010A1C;
	border-radius:8px;
}

.select2-results__options::-webkit-scrollbar {
	width: 20px;
	background-clip: padding-box;
}
.select2-results__options::-webkit-scrollbar-track {
	background-color: #E9ECEF;
	height: 8px;
	background-clip: padding-box;
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-top: 10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-thumb {
	background-clip: padding-box;
	background-color: #CED4DA;
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-top: 10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid rgba(0, 0, 0, 0);
}
.gsi_source_event_show_m{
	display:none;
}
.gsi_all_filter_icon{
	height:20px;
	width:20px;
	cursor:pointer;
}
.gsi_source_event_wrapper .select2-dropdown.select2-dropdown--above .select2-search {
	display:none;
}
/* Search Result Box */
.gsi_source_event_search_item {
	border-radius: 12px;
	border: 1px solid #B5B2EF;
	background-color:#fff;
	max-width:421px;
	position:relative;
}
.gsi_source_event_search_img{
	min-height: 195px;
	text-align: center;
	width: 100%;
	height: 195px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: flex-end;
}
.gsi_source_event_search_img:after{
	content:"";
	display:block;
	background-image: url(/india/wp-content/uploads/sites/3/2025/03/News-overlay.png);
	height: 55px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
}
.gsi_source_event_search_img .search_uni_img{
	max-width:285px;
	/* 	width:100%; */
}
.gsi_source_event_content_wrapper{
	padding:24px 32px 32px 32px;
	font-family: "DM Sans";
	font-weight: 400;
}
.gsi_source_event_type{
	color: var(--cobalt);
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
	padding:4px 12px;
	border-radius: 8px;
	border: 1px solid var(--cobalt);
	width: fit-content;
}
.gsi_source_event_name{
	font-family: "geller-headline", serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 52px;
	color: var(--deep-navy);
	padding-top:8px;
	padding-bottom:32px;
	min-height: 143px;
}
.gsi_source_event_date_time_row{
	display:flex;
	column-gap:40px;
	padding-bottom:24px;
}
.gsi_event_col{
	display:flex;
	column-gap:12px;
	font-size: 18px;
	line-height: 24px;
}
.calendar_icon, .clock_icon, .location_icon{
	height:20px;
	width:20px;
}
.gsi_source_event_view_more_row{
	padding: 16px 0;
	margin-top:40px;
	position:relative;
}
.gsi_source_event_view_more_row .gsi_event_view_btn.gsi_cus_secondary_btn,#gsi_body .gsi_source_event_view_more_row .gsi_event_view_btn.gsi_cus_secondary_btn{
	padding:16px 24px !important;
	color:#fff !important;
	/* 	position: absolute;
	bottom: 32px; */
}
.gsi_source_event_view_more_row .gsi_event_view_btn.gsi_cus_secondary_btn.disabled{
	border-color: #6A64DE !important;
	background: #6A64DE !important;
}
.gsi_event_view_btn.gsi_cus_secondary_btn::after{
	display:none;
}
.gsi_event_ended{
	/* 	position: absolute; */
	right: 0;
	bottom: 0px;
	background-color: var(--cherry);
	padding: 16px 24px !important;
	color: #fff;
	font-size:18px;
	line-height:26px;
	width: fit-content;
	text-align: center;
	border-radius: 12px;
}
.gsi_source_event_view_more_row:has(.gsi_event_ended) {
	padding: 0 !important;
}
/* EVENT PAGE CSS */
.gsi_featured_event_wrapper{
	position:relative;
	font-family: "DM Sans";
	font-weight: 400;
	color:#fff;
}
.gsi_featured_event_wrapper .gsi_featured_event_item{
	display:inline-grid;
	grid-template-columns: 3fr 4fr;
}
.gsi_featured_event_wrapper .swiper-pagination, .gsi_single_related_events_wrapper .swiper-pagination{
	position:relative;
	display:block;
}
.gsi_featured_event_wrapper .gsi_featured_event_item{
	border-radius: 12px;
	background-color:#0F1B3A;
	padding: 8px 0 0 8px;
}
.gsi_featured_event_wrapper .gsi_featured_event_col.gsi_featured_event_col_img{
	border-radius: 12px 0px 0px 12px;
	background-color:#fff;
	padding-top:180px;
	margin-bottom:8px;
	position: relative;
	text-align: center;
}
.gsi_featured_event_wrapper .gsi_featured_event_col.gsi_featured_event_col_img:after{
	content: "";
	display: block;
	background-image: url('/india/wp-content/uploads/sites/3/2025/03/Featured-affter.png');
	height: 105px;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	bottom: 0;
	position: absolute;
}
.gsi_featured_event_wrapper .gsi_featured_event_col.gsi_featured_event_col_desc{
	background-color:#0F1B3A;
	background-image:url('/india/wp-content/uploads/sites/3/2025/03/Featured-BG.svg');
	background-repeat:no-repeat;
	background-position: bottom right;
	background-size: 44%;
	padding:48px 117px 48px 56px;
	border-radius:0 0 12px;
}
.gsi_featured_event_wrapper .swiper-horizontal{
	overflow: hidden;
}
.gsi_cus_secondary_btn.gsi_featured_event_view_btn, .gsi_cus_secondary_btn.gsi_featured_event_view_btn:hover, #gsi_body .gsi_cus_secondary_btn.gsi_featured_event_view_btn, #gsi_body .gsi_cus_secondary_btn.gsi_featured_event_view_btn:hover{
	background-color:#ABF970 !important;
	padding-right:24px !important;
	color:#010A1C !important;
}
.gsi_cus_secondary_btn.gsi_featured_event_view_btn:after{
	display:none;
}
.gsi_featured_event_event_type{
	background-color:var(--cobalt);
	border-radius: 8px;
	color:#fff;
	padding:4px 12px;
	font-size: 16px;
	line-height: 26px;
	text-transform:uppercase;
	width: fit-content;
}
.gsi_featured_event_name{
	font-family: "geller-headline", serif;
	color:#fff !important;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 62px;
	padding-bottom:32px;
	padding-top:16px;
}
.gsi_featured_event_date_time_row{
	display: flex;
	column-gap: 40px;
	padding-bottom: 24px;
	padding-top:32px;
}
.gsi_featured_event_location_row{
	padding-bottom: 56px;
}
.event_location{
	text-transform: capitalize;
}
.gsi_featured_event_wrapper .swiper-button-prev{
	content: url("/india/wp-content/uploads/sites/3/2025/03/Featured-left-arrow.svg");
	height:72px;
	width:72px;
	left: -30px;
	transform: translateY(-50%);
}
.gsi_featured_event_wrapper .swiper-button-next{
	content: url("/india/wp-content/uploads/sites/3/2025/03/featured-right-arrow.svg");
	height:72px;
	width:72px;
	right: -30px;
	transform: translateY(-50%);
}
.gsi_featured_event_wrapper .swiper-pagination{
	padding-top:32px;
}
.gsi_featured_event_wrapper .swiper-pagination .swiper-pagination-bullet{
	background:#B5B2EF;
	height:8px;
	width:8px;
	transition: transform 0.3s ease;
}
.gsi_featured_event_wrapper .swiper-pagination .swiper-pagination-bullet-active{
	width:36px !important;
	height:8px;
	border-radius:6px;
	background:var(--cobalt) !important;
	transition: transform 0.3s ease;
}
.gsi_source_event_page_wrapper .gsi_source_event_serach_box{
	background-color: unset;
	border: unset;
	border-radius: unset;
	display: flex;
	width: 100%;
	column-gap: 24px;
	position: relative;
}
.gsi_source_event_page_wrapper .gsi_event_page_search_type, .gsi_source_event_page_wrapper .gsi_source_event_serach_box_inner, .gsi_source_event_page_wrapper .gsi_event_page_filter_col{
	background-color: #fff;
	border-radius: 12px;
	border: 1px solid #000;
	padding: 23px 32px;
}
.gsi_source_event_page_wrapper .gsi_event_page_search_type{
	width: 41.7%;
}
.gsi_source_event_page_wrapper .gsi_source_event_serach_box_inner{
	width: 51%;
	padding:0;
}
.gsi_source_event_page_wrapper .gsi_source_event_serach_box_inner .gsi_source_event_col{
	padding:26px 24px;
	/* 	max-width: 33%; */
}
.gsi_source_event_page_wrapper .gsi_event_page_filter_col{
	width: 6%;
	padding: 24px 22px;
	position:relative;
}
.gsi_source_event_page_wrapper .gsi_event_page_filter_col img{
	width:31px;
	height:31px;
}
.gsi_source_event_page_wrapper .gsi_event_page_search_type .gsi-filter-field{
	position: relative;
	width: 100%;
	display:flex;
	align-items: center;
	column-gap: 12px;
}
.gsi_source_event_page_wrapper .gsi_event_page_search_type .gsi-filter-field img{
	/* 	position: absolute; */
}
.gsi_source_event_page_wrapper .gsi_event_page_search_type .gsi-filter-field input{
	width: 100%;
	border: none;
	/* 	padding-left:45px; */
}
.gsi_source_event_page_search_result {
	display: inline-grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 24px;
	row-gap: 24px;
}
/* .gsi_source_events_pagination{
padding-top: 64px;
} */
.gsi_source_events_pagination .gsi_pagination{
	display: flex;
	justify-content: flex-end;
}
/* .gsi_source_events_pagination .pagination-btn{
padding: unset;
width: 56px;
height: 56px;
border-radius: 8px;
border: 1px solid #010A1C;
font-size: 16px;
font-weight: 600;
line-height: 21px;
color:#010A1C;
font-family: "DM Sans";
background-color:#fff;
margin-right:16px;
cursor:pointer;
transition: transform 0.3s ease;
} */
.gsi_source_events_pagination .pagination-ellipsis {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor:no-drop;
}
.gsi_source_events_pagination .pagination-btn, .gsi_source_events_pagination .pagination-ellipsis{
	padding: unset;
	width: 56px;
	height: 56px;
	border-radius: 8px;
	border: 1px solid #010A1C;
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
	color: #010A1C;
	font-family: "DM Sans";
	background-color: #fff;
	margin-right: 16px;
	cursor: pointer;
	transition: transform 0.3s ease;
}
.gsi_source_events_pagination .pagination-btn.active{
	border: 1px solid #2017CE;
	background-color:#2017CE;
	color:#fff;
	transition: transform 0.3s ease;
}
.gsi_source_events_pagination .pagination-btn:last-child{
	margin-right:0;
}
.gsi_source_events_pagination .event_page_btn{
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}
.gsi_event_page_filter_col.hide_mobile .select2, .gsi_event_page_filter_col.show_mobile .select2{
	position: absolute;
	/* 	width: 100px !important; */
	right: 0;
	/* 	bottom: -31px; */
	/*     opacity: 0; */

}
.gsi_event_page_filter_col.show_mobile .select2{
	top:14px;
}
.gsi_event_page_filter_col.hide_mobile .select2 .select2-selection__arrow, .gsi_event_page_filter_col.show_mobile .select2 .select2-selection__arrow{
	content: url(/india/wp-content/uploads/sites/3/2025/03/All-Fillters.svg);
	right: 22px;
}
.gsi_event_page_filter_col.hide_mobile .select2 .select2-selection__rendered, .gsi_event_page_filter_col.show_mobile .select2 .select2-selection__rendered{
	display:none;
}
.gsi_event_page_filter_dropdown{
	position: absolute;
}
.gsi_event_page_filter_dropdown .select2-search {
	display:none;
}
.gsi_event_page_filter_dropdown.gsi_event_select_show .select2-results__options{
	width:unset;
	padding: 8px
}
.gsi_event_page_filter_dropdown .select2-dropdown{
	top: 14px !important;  
	left: -40px;
	width: 116px !important;
}
.gsi_event_page_filter_dropdown .select2-results__options{
	padding-left: 0;
	padding-bottom: 0;
}
/* END EVENT PAGE CSS */

@media only screen and (min-width: 981px) {
	.gsi_source_event_search_result .swiper-pagination{
		display:none;
	}
	.gsi_source_event_search_result .swiper-container .swiper-wrapper{
		display: inline-grid;
		grid-template-columns: repeat(3, 1fr);
		column-gap:24px;
		row-gap:24px;
	}
	.gsi_event_page_filter_col.show_mobile{
		display:none;
	}
	.gsi_source_event_search_result .gsi_error_message, .gsi_source_event_page_search_result .gsi_no_results{
		text-align:center;
	}
}
@media only screen and (max-width: 980px) {
	#home_event_sec{
		padding-top:160px !important;
	}
	.gsi_featured_event_date_time_row{
		padding-top:24px;
	}
	.gsi_source_event_wrapper .gsi_source_event_search_result .swiper-pagination{
		position:relative !important;
		margin-top: 40px;
		display: block;
		top: unset !important;
	}
	.gsi_source_event_search_result .swiper-pagination-bullet{
		background:#B5B2EF;
		height:8px;
		width:8px;
		transition: transform 0.3s ease;
	}
	.gsi_source_event_search_result .swiper-pagination-bullet-active{
		width:36px;
		height:8px;
		border-radius:6px;
		background:var(--cobalt) !important;
		transition: transform 0.3s ease;
	}
	.gsi_source_event_page_search_result {
		grid-template-columns: repeat(2, 1fr);
	}
	.gsi_event_page_filter_col.hide_mobile{
		display:none;
	}
	.gsi_event_page_filter_col.show_mobile{
		display: flex;
		align-content: center;
		justify-content: center;
		flex-wrap: wrap;
		padding: 0;
		max-width:77px;
		/* 		max-height:56px; */
		width:100%;
	}
	.gsi_event_page_filter_col.show_mobile img{
		height:20px;
		width:20px;
	}
	.gsi_source_event_page_wrapper .gsi_event_page_search_type .gsi-filter-field img{
		height:24px;
		width:24px;
	}
	.gsi_source_event_page_wrapper .gsi_source_event_serach_box{
		flex-direction: column;
		row-gap: 22px;
	}
	.gsi_source_event_page_wrapper .gsi_event_page_search_type, .gsi_source_event_page_wrapper .gsi_source_event_serach_box_inner{
		width:100%;
	}
	.gsi_source_event_page_wrapper .gsi_source_event_serach_box_inner{
		display:block;
		padding:0 24px;
	}
	.gsi_source_event_page_wrapper .gsi_source_event_serach_box_inner .gsi_source_event_col{
		max-width:unset;
		padding:16px 0;
		border-bottom: 1px solid #CCCFD6;
		border-right:unset;
	}
	.gsi_source_event_page_wrapper .gsi_source_event_serach_box_inner .gsi_source_event_col:last-child{
		border:unset;
	}
	.gsi_source_event_page_wrapper .gsi_event_page_search_type{
		border: unset;
		padding: unset;
		background: unset;
		column-gap: 16px;
	}
	.gsi_source_event_page_wrapper .gsi_event_page_search_type .gsi-filter-field{
		background-color: #fff;
		border-radius: 12px;
		border: 1px solid #000;
		padding: 15px 24px;
	}
	.gsi_source_events_pagination .gsi_pagination{
		justify-content: center;
		column-gap:12px;
	}
	.gsi_source_events_pagination .pagination-btn{
		width: 40px;
		height: 40px;
		font-size: 16px;
		line-height: 21px;
	}
	.gsi_event_select_show .select2-results__options{
		width:unset;
		margin-left:unset;
		margin-top: 8px;
	}
	.gsi_event_select_show .select2-search--dropdown{
		padding:0;
	}
	.select2-results__option{
		padding:12px 16px;
	}
	.gsi_source_events_pagination{
		/* 		padding-top:40px; */
	}

}
@media only screen and (max-width: 768px) {

	.gsi_source_event_search_img{
		max-height:160px;
		min-height:unset;
	}
	.gsi_source_event_search_img .search_uni_img{
		max-height:70px;
	}
	.gsi_source_event_search_img:after{
		background-size:unset;
	}

	.gsi_source_event_show_m{
		display:flex;
		border-radius:12px;
	}
	.gsi_source_event_serach_box_inner{
		flex-direction: column;
	}
	.gsi_source_event_serach_box_inner {
		display: none;
	}
	.gsi_source_event_col{
		padding:16px 20px;
	}
	.gsi_source_event_col .select2-selection__rendered{
		padding-left:0 !important;
	}
	.gsi_source_event_content_wrapper{
		padding:16px;
	}
	.gsi_source_event_name{
		font-size: 28px;
		line-height: 36px;
		min-height:unset !important;
	}
	.gsi_source_event_date_time_row{
		column-gap:24px;
	}
	.gsi_source_event_serach_box{
		/* 		margin-right:17px; */
	}
	.gsi_source_event_search_result{
		overflow-x:hidden;
	}
	.gsi_source_home_event .gsi_event_select_show .select2-results__options {
		width: unset;
		margin-top: 14px;
		margin-left: 0;
	}

	/* START EVENT PAGE CSS */
	.gsi_featured_event_wrapper .swiper-button-prev, .gsi_featured_event_wrapper .swiper-button-next{
		display:none !important;
	}
	.gsi_featured_event_wrapper .gsi_featured_event_item{
		display:block;
		padding-right:8px;
	}
	.gsi_featured_event_wrapper .gsi_featured_event_col.gsi_featured_event_col_desc{
		padding:0 8px 215px;
		background-image: url(/india/wp-content/uploads/sites/3/2025/03/Featured-mobile-BG.png);
		background-position: 38% 100%;
		background-size: unset;
	}
	.gsi_featured_event_wrapper .gsi_featured_event_col.gsi_featured_event_col_img{
		border-radius:12px 12px 0 0;
		padding-top:59px;
		padding-bottom:59px;
	}
	.gsi_featured_event_wrapper .gsi_featured_event_col.gsi_featured_event_col_img:after{
		height:64px;
	}
	.gsi_featured_event_event_type{
		top: 179px;
		position: absolute;
	}
	.gsi_featured_event_name{
		font-size: 28px;
		line-height: 36px;
		padding: 20px 0 24px;
	}
	.gsi_event_col{
		font-size:16px;
		line-height: 26px;
	}
	.gsi_featured_event_location_row{
		padding-bottom:40px;
	}
	.gsi_cus_secondary_btn.gsi_featured_event_view_btn{
		width: 100%;
		display: block;
		text-align: center;
	}

	.gsi_source_event_page_wrapper .gsi_source_event_search_item {
		min-height: unset;
	}
	.gsi_source_event_page_wrapper .gsi_source_event_view_more_row {
		position: relative;
	}
	/* END EVENT PAGE CSS */
}
@media only screen and (max-width: 600px) {
	/* START EVENT PAGE CSS */
	.gsi_featured_event_event_type{
		top: 177px;
	}
	.gsi_source_event_search_item{
		min-height:540px;
	}
	.gsi_source_event_view_more_row{
		position: absolute;
		bottom: 16px;
	}
	.gsi_source_event_page_search_result {
		grid-template-columns: repeat(1, 1fr);
	}
	/* END EVENT PAGE CSS */
}
/* ############################# */
/* START SINGLE EVENT PAGE CSS */
/* ############################# */
.gsi_sigle_event_category_code .et_pb_code_inner{
	display: flex;
	justify-content: center;
}
.gsi_single_event_category{
	background-color: var(--cobalt);
	border-radius: 8px;
	color: #fff;
	padding: 4px 12px;
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
	width: fit-content;
}
.gsi_single_event_date_time_wrapper{
	display: flex;
	justify-content: center;
}
.gsi_single_event_date_time_wrapper .gsi_single_event_date_time_col{
	border-right: 1px solid #010A1C;
	padding-right:56px;
	padding-left:56px;
}
.gsi_single_event_date_time_wrapper .gsi_single_event_date_time_col:first-child{
	padding-left:0;
}
.gsi_single_event_date_time_wrapper .gsi_single_event_date_time_col:last-child{
	padding-right:0;
	border-right:unset;
}
.gsi_single_event_date_time_wrapper .gsi_date_row_1{
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	column-gap: 8px;
}
.gsi_single_event_date_time_wrapper .gsi_single_event_date_time_col img{
	height:24px;
	width:24px;
}
.gsi_single_event_date_time_wrapper .gsi_single_event_date_time_col .event_label{
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color:#2017CE;
}
.gsi_single_event_date_time_wrapper .gsi_single_event_date_time_col .gsi_date_row_2{
	font-family: var(--heading-font) !important;
	font-size: 32px;
	font-weight: 500;
	line-height: 42px;
	color:#010A1C;
	padding-top:8px;
	text-transform: capitalize;
}
.gsi_single_content_wrapper h3{
	font-family: var(--heading-font) !important;
	font-size: 56px;
	font-weight: 600;
	line-height: 1em;
}
.gsi_single_content_wrapper h4{
	font-family: var(--heading-font) !important;
	font-size: 48px;
	font-weight: 600;
	line-height: 1em;
}
.gsi_single_content_wrapper h5{
	font-family: var(--heading-font) !important;
	font-size: 40px;
	font-weight: 500;
	line-height: 1em;
}
.gsi_single_content_wrapper h6{
	font-family: var(--heading-font) !important;
	font-size: 32px;
	font-weight: 500;
	line-height: 1em;
}
.gsi_single_content_wrapper p, .gsi_single_content_wrapper h3 span, .gsi_single_content_wrapper h4 span, .gsi_single_content_wrapper h5 span, .gsi_single_content_wrapper h6 span{
	font-size: 16px !important;
	font-weight: 400;
	line-height: 26px;
	padding-bottom: 24px;
	color:var(--deep-navy);
}
.gsi_single_content_wrapper a{
	color:var(--deep-navy) !important;
}
/* FORM COLUMN */
.gsi_single_form_column{
	background-color: #fff;
	padding: 24px 40px;
	border-radius: 12px;
	border: 1px solid #B5B2EF;
}
.gsi_single_related_events_wrapper .swiper-pagination{
	padding-top:40px;
}
.gsi_single_related_events_wrapper .swiper-pagination .swiper-pagination-bullet{
	background: var(--cool-grey-4) !important;
}
.gsi_single_related_events_wrapper .swiper-pagination .swiper-pagination-bullet-active{
	background: #fff !important;
}
.gsi_no_related_event_msg{
	color:#fff;
	text-align: center;
}
.gsi_single_event_add_calender_wrapper{
	display: flex;
	justify-content: center;
	border: 1px solid #010A1C;
	margin: auto;
	padding: 32px 24px;
	max-width: 443px;
	width: 100%;
	border-radius: 12px;
	margin-top: 64px;
}
.gsi_single_event_add_calender_wrapper .select2-container {
	width:100% !important;
}
.gsi_single_event_add_calender_wrapper .select2-selection{
	border: unset;
	background-color: transparent;
}
.gsi_single_event_add_calender_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	content: url(/india/wp-content/uploads/sites/3/2025/02/header-dropdown-arrow.svg);
	height: 30px;
	width: 30px;
}
.gsi_single_event_add_calender_wrapper .select2-results__options{
	padding:8px;
	max-height: unset !important;
}
.gsi_single_event_add_calender_wrapper .select2-search__field{
	display:none;
}
.gsi_single_event_add_calender_wrapper .select2-selection__placeholder{
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color:#010A1C !important;
}
@media only screen and (max-width: 600px) {
	.gsi_source_event_view_more_row {
		width: 90%;
	}
}
@media only screen and (max-width: 980px) {
	#gsi_body .gsi_section.post-archive#single-event-hero{
		padding-bottom:212px !important;
	}
	.gsi_sigle_event_category_code .et_pb_code_inner{
		justify-content:start;
	}
	.gsi_single_event_date_time_wrapper{
		flex-direction: column;
		row-gap:24px;
	}
	.gsi_single_event_date_time_wrapper .gsi_single_event_date_time_col{
		display: flex;
		column-gap: 16px;
		padding:unset !important;
		border-right:unset !important;
	}
	.gsi_single_event_date_time_wrapper .gsi_single_event_date_time_col .gsi_date_row_2{
		font-size:20px !important;
		line-height: 26px;
		padding-top: 0;
	}
	.gsi_single_form_column{
		padding: 0;
		border: none;
	}
	.gsi_no_related_event_msg{
		text-align:left;
	}
	.gsi_single_event_add_calender_wrapper .select2-selection__placeholder{
		font-size: 18px;
		line-height: 24px; 
	}
	.gsi_single_event_add_calender_wrapper{
		padding:16px 20px;
	}
}
@media only screen and (min-width: 980px) {
	.gsi_single_content_column{
		width: 53.8% !important;
	}
	.gsi_single_form_column{
		width: 40.7% !important;
	}
	.gsi_contact_code .gsi_form .gform_button{
		background-position: 58% !important;
	}

}
@media only screen and (min-width: 1110px) {
	.gsi_single_form_column .gsi_form .gform_button{
		background-position: 58% !important;
	}
}
@media only screen and (max-width: 1110px) and (min-width: 980px) {
	.gsi_single_form_column .gsi_form .gform_button{
		background-position: 60% !important;
	}

}
/* ############################# */
/* END SINGLE EVENT PAGE CSS */
/* ############################# */
/* DESTINATION PAGE CSS */
.destinaton_events .destination_col{
	display:none;
}
.destinaton_events .gsi_source_event_page_wrapper .gsi_source_event_serach_box_inner .gsi_source_event_col {
	max-width: unset;
}
/* PRE LOADER CSS */
.gsi_source_event_page_results_container {
	position: relative;
	min-height:200px;
}

.gsi_source_event_preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}

.gsi_source_event_preloader img {
	/*     width: 80px;
	height: 80px; */
}