.my-class-select+.nice-select::after {
    display: none;
}

/* Add custom icon to the right of the selected text */
.my-class-select+.nice-select .current {
	width: 100%;
    display: inline-block;
    padding-right: 30px; /* space for the icon */
    background: url('https://leestays.testlatentdomain.com/iagi-website/wp-content/uploads/2025/09/Chevron-24x24-1.svg') no-repeat right center;
    background-size: 24px;
}
.nice-select, .nice-select.open .list{
	width:100% !important;
	border:none !important;
}
.nice-select{
	padding-right: 18px !important;
}
.nice-select.open, .nice-select:active, .nice-select:focus{
	border:none !important;
}
.nice-select .option.focus, .nice-select .option.selected.focus{
	background-color:#f0f0f0 !important;
}

.form-wrapper input, .form-wrapper select{
	border:none;
	font-family: 'Inter';
	padding: 8px 16px;
	font-size:14px;
	line-height:24px;
	font-weight:400;
	color: #8F8F8F;
	border-radius:4px;
}
.form-wrapper input[type=text]:focus, .form-wrapper select:focus{
	outline:none;
}
.form-wrapper select{
	color:#1F1F1F;
}
.form-wrapper{
	display:flex;
	gap:16px;
}
.form-wrapper input[type="submit"]{
	background: #350041;
	padding: 8px 24px;
	border-radius:4px;
	font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}
.programmes-level-wrap {
    display: flex;
    gap: 16px;
    flex-direction: column;
}
.list li.selected {
  position: relative;
  padding-right: 30px; /* Tick icon साठी जागा */
}

.list li.selected::after {
  content: "";
  position: absolute;
  right: 10px; 
  top: 50%;
  transform: translateY(-50%);
  width: 20px; /* icon size */
  height: 20px; /* icon size */
  background-image: url('https://leestays.testlatentdomain.com/iagi-website/wp-content/uploads/2025/08/Tick.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
#programme_category {
  border-radius: 4px;
  box-shadow: 0px 1px 8px 0px #0000001A;
  background: #fff;
  padding: 8px 16px;
  -webkit-appearance: none;  /* Chrome, Safari, iOS */
  -moz-appearance: none;     /* Firefox */
  appearance: none;
  background-image: url("https://leestays.testlatentdomain.com/iagi-website/wp-content/uploads/2025/09/Chevron-24x24-1.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 24px;
  cursor: pointer;
}
.programmes-level-wrap select {
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #1F1F1F;
    padding: 6px 10px;
}
@media(max-width:767px){
	.form-wrapper{
		display: flex;
		flex-direction: column;
	}
}

.custom-dropdown {
	cursor: pointer;
}
.dropdown-selected {
	font-size: 14px;
    line-height: 24px;
    font-family: 'Inter';
    font-weight: 400;
	padding: 8px 16px;
	border-radius: 4px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.arrow {
	display: flex;
	align-items: center;
	transition: transform 0.3s ease;
}
.arrow svg{
	width:24px;
	height:24px;
}
.custom-dropdown.open .arrow {
	transform: rotate(180deg);
}
.dropdown-options {
	list-style: none;
	margin: 0;
	padding: 0;
	box-shadow: 0px 1px 8px 0px #0000001A;
	border-radius: 4px;
	background: #fff;
	position: absolute;
	width: 100%;
	z-index: 99;
}
.dropdown-options li {
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	padding: 8px 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dropdown-options li:hover {
	background: #f0f0f0;
}
.dropdown-options li.active {
	font-weight: 600;
}
.checkmark {
	display: none;
}
.dropdown-options li.active .checkmark {
	display: inline;
}
mark {
  background-color: #FFB82C;
  padding: 0 3px;
  border-radius: 0px;
}
input#programme-search:focus-visible{
	outline:none;
}
select#programme-category:focus-visible{
	outline:none;
}
.elementor-form-fields-wrapper{
	display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
}
input#programme-search {
	font-family: Inter;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	border:none;
	border-radius:4px;
	color:#8F8F8F;
	padding:8px 16px;
}
select#programme-category {
	font-family: Inter;
	color:#1F1F1F;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	border:none;
	border-radius:4px;
	padding:11px 16px;
}
span.programme-button-text {
	font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
font-size: 14px;
line-height: 24px;
color:#FFFFFF;
}
button.programme-button.elementor-size-md{
	border-radius:4px;
	padding:8px 24px;
	background-color:#350041;
	border: none;
	    
}
.elementor-form .programme-button.elementor-size-md {
    min-height: auto;
}
.programme-item{
	display: flex; gap: 24px;
/* 	border-bottom: 1px solid #ddd; */
}
.programme-results .programme-item {
padding-bottom: 24px;
    border-bottom: 1px solid #EFE6DD;
    margin-bottom: 24px;
}
div#programme-results-count {
font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 14px;
line-height: 20px;
letter-spacing: 1%;

}

/* Remove border from the last item */
.programme-results .programme-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.featured-image-column {
    width: 100%;
}
.featured-image img{
	width:100%;
}
.programme-content {
    width: 100%;
}
.programme-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.programme-content-one h3{
font-family: Source Serif Pro;
font-weight: 600;
font-style: SemiBold;
font-size: 23px;
line-height: 32px;
letter-spacing: -1%;
	color:#350041;
	margin:0px;
}
.programme-content-one a{
	color:#350041;
}
.programme-content-one p{
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	color:#1F1F1F;
	line-height: 24px;
	letter-spacing: 1%;
	margin:0px;
}
.programme-content-two p{
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	color:#1F1F1F;
	line-height: 24px;
	letter-spacing: 1%;
	margin:0px;
}
.elementor-element .swiper~.swiper-pagination-fraction{
	display:flex;
	gap:1px;
}

/* .highlight-keyword {
    background-color: yellow;
    font-weight: bold;
} */

@media only screen and (min-width: 768px) {
.institution-mobile {
    display: none;
	}}
@media only screen and (max-width: 600px) {
	div#programme-results-count {
font-size: 10px;
line-height: 16px;
}
input#programme-search{
	font-size: 10px;
	line-height: 16px;
}
.dropdown-selected {
	font-size: 10px;
    line-height: 16px;
    font-family: 'Inter';
	font-weight: 400;
	}
	.dropdown-options li {
    font-size: 11px;
		line-height: 16px;
	}
	.arrow svg{
	width:16px;
	height:16px;
}
	button.programme-button.elementor-size-md {
    padding: 7px 24px 8px 24px;
    width: 100%;
}
	span.programme-button-text {
    font-size: 10px;
    line-height: 16px;
}
.elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    flex-direction: column;
}
	.featured-image-column {
    display: none;
	}
	.programme-content {
    padding: 0 16px;
}
	.programme-content-one h3 {
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}
	.programme-content-one p {
    font-size: 11px;
    line-height: 20px;
}
	.programme-content-two p {
    font-size: 11px;
    line-height: 20px;
}
	.programme-content-one {
    gap: 8px;
    display: flex;
    flex-direction: column;
}
	.programme-content {
    gap: 8px;
}
	.programme-results .programme-item {
    padding-bottom: 16px;
    margin-bottom: 16px;
}
}