.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px; /* Make room for the custom icon */
}

.custom-select-wrapper .custom-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.form-select {
	background-image: unset;
}
.custom-select-wrapper select {
	border: 2px solid;
	border-radius: 0;
	font-weight: 600;
}

.image-tc-bx{
    position: relative;
}

.overlay-background {
    position: relative;
}

.overlay-background img {
	display: block;
	width: 100%;
	height: auto;
    height: 45vh;
	object-fit: cover;
}

.overlay-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.31);
    z-index: 1;
}

.overlay-background .project-bottom-title {
	position: absolute;
	bottom: 8%;
	left: 5%;
	color: #fff !important;
	z-index: 2;
	transform: translate(0, 0);
}
.project-title-top-corner {
	position: absolute;
	top: 8%;
	right: 5%;
	color: white;
	z-index: 2;
	transform: translate(0, 0);
}

.image-tc-bx {
	padding: 0;
	margin: 35px 25px;
}
.back-button a, .next-button a {
	font-size: 36px;
}

#select2-productMarket-results {
	max-height: unset !important;
}


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

   .project-img-box  .col-md-2 {
        flex: 0 0 auto;
        width: 20%;
    }



}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .dropdown-box {
        padding: 10px 20px;
    }
    .common__left__right__style1 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .overlay-background img {
        display: block;
        width: 100%;
        height: auto;
        height: 30vh;
        object-fit: cover;
    }
    .overlay-background .project-bottom-title {
        font-size: 14px;
    }
    .project-title-top-corner {
        font-size: 16px;
    }
    




}

/* .custom-select {
    background: #fff;
    color: #2a62a6;
    transition: background 0.3s, color 0.3s;
}

.custom-select:focus {
    background: #fff;
    color: #2a62a6;
}

.custom-select option {
    background: #fff;
    color: #2a62a6;
    font-size: 22px;
    padding: 15px;
    border-radius: 0;
}

.custom-select.open option {
    background: #2a62a6;
    color: #fff;
    border-radius: 0;
} */



/* General select box styling */
.select2-container--default .select2-selection--single {
    background-color: #f0f0f0; /* Background color of select box */
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    height: auto;
}

/* Hover and focus states for the select box */
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:focus {
    background-color: #ffffff; /* White background on hover/focus */
    border-color: #007bff;
    transition: background-color 0.3s ease;
}

/* Dropdown option styling */
.custom-dropdown .select2-results__option {
	background-color: #2a62a6;
	color: #fff;
	padding: 5px 15px;
}

/* Hover effect for dropdown options */
.custom-dropdown .select2-results__option--highlighted {
    background-color: #ffffff; /* White background when hovering on options */
    color: #007bff; /* Change text color on hover */
}

/* Style for the selected option */
.custom-dropdown .select2-results__option[aria-selected="true"] {
	background-color: #ffff;
	color: #2a62a6;
}

/* Styling the dropdown arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 10px;
    top: 10px;
    position: absolute;
}

.select2-container--default .select2-selection--single:hover, .select2-container--default .select2-selection--single:focus {
	background-color: #ffffff;
	border-color: #2a62a6;
	transition: background-color 0.3s ease;
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
	width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	right: 10px;
	top: 10px;
	position: absolute;
	display: none;
}
.select2-container--default .select2-selection--single {
	border: 2px solid #2a62a6;
	border-radius: 0;
	font-weight: 600;
	background-color: #fff !important;
	padding: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #2a62a6;
	line-height: 28px;
}
.select2-container--default .select2-results > .select2-results__options {
	font-family: Dax Regular, sans-serif;
	font-weight: 600;
}